Project Files Structure

This is the Agilab project files tree:

agilab/
__pycache__/
    __init__.cpython-313.pyc
    pagelib.cpython-313.pyc
apps/
    .idea/
        .gitignore
        apps.iml
        modules.xml
        vcs.xml
    __pycache__/
        __init__.cpython-313.pyc
    agent_app_template/
        src/
            agent_app/
                __init__.py
                agent_app.py
            agent_app_worker/
                __init__.py
                agent_app_worker.py
                post_install.py
                pre_install.py
                pyproject.toml
            app_settings.toml
            args_ui_snippet.py
            pre_prompt.json
        .gitignore
        MANIFEST.in
        MANIFEST.in.in
        pyproject.toml
        README.md
        uv_config.toml
    dag_app_template/
        src/
            dag_app/
                __init__.py
                dag_app.py
            dag_app_worker/
                __init__.py
                dag_app_worker.py
                post_install.py
                pre_install.py
                pyproject.toml
            app_settings.toml
            args_ui_snippet.py
            pre_prompt.json
        .gitignore
        MANIFEST.in
        pyproject.toml
        README.md
        uv_config.toml
    flight_project/
        .idea/
            inspectionProfiles/
                profiles_settings.xml
                Project_Default.xml
            flight_project.iml
            misc.xml
            modules.xml
            vcs.xml
        .pytest_cache/
            v/
                cache/
                    nodeids
            .gitignore
            CACHEDIR.TAG
            README.md
        .venv/
            bin/
                activate
                activate.bat
                activate.csh
                activate.fish
                activate.nu
                activate.ps1
                activate_this.py
                black
                blackd
                coverage
                coverage-3.13
                coverage3
                cygdb
                cython
                cythonize
                dask
                dask-scheduler
                dask-ssh
                dask-worker
                deactivate.bat
                debugpy
                debugpy-adapter
                dmypy
                dotenv
                f2py
                httpx
                inv
                invoke
                ipython
                ipython3
                jlpm
                jsonpointer
                jsonschema
                jupyter
                jupyter-console
                jupyter-dejavu
                jupyter-events
                jupyter-execute
                jupyter-kernel
                jupyter-kernelspec
                jupyter-lab
                jupyter-labextension
                jupyter-labhub
                jupyter-migrate
                jupyter-nbconvert
                jupyter-notebook
                jupyter-run
                jupyter-server
                jupyter-troubleshoot
                jupyter-trust
                licensecheck
                markdown-it
                markdown_py
                mypy
                mypyc
                normalizer
                numba
                numpy-config
                py.test
                py7zr
                pybabel
                pydoc.bat
                pygmentize
                pyjson5
                pytest
                python
                python3
                python3.13
                send2trash
                stubgen
                stubtest
                url-normalize
                uv
                uvx
                wheel
                wsdump
            etc/
                jupyter/
                    jupyter_notebook_config.d/
                        jupyterlab.json
                    jupyter_server_config.d/
                        jupyter-lsp-jupyter-server.json
                        jupyter_server_terminals.json
                        jupyterlab.json
                        notebook.json
                        notebook_shim.json
                    nbconfig/
                        notebook.d/
                            widgetsnbextension.json
            lib/
                python3.13/
                    site-packages/
                        __pycache__/
                            _virtualenv.cpython-313.pyc
                            brotli.cpython-313.pyc
                            cython.cpython-313.pyc
                            decorator.cpython-313.pyc
                            py.cpython-313.pyc
                            typing_extensions.cpython-313.pyc
                        _argon2_cffi_bindings/
                            __init__.py
                            _ffi.abi3.so
                            _ffi_build.py
                        _distutils_hack/
                            __pycache__/
                                __init__.cpython-313.pyc
                                override.cpython-313.pyc
                            __init__.py
                            override.py
                        _pytest/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _argcomplete.cpython-313.pyc
                                _version.cpython-313.pyc
                                cacheprovider.cpython-313.pyc
                                capture.cpython-313.pyc
                                compat.cpython-313.pyc
                                debugging.cpython-313.pyc
                                deprecated.cpython-313.pyc
                                doctest.cpython-313.pyc
                                faulthandler.cpython-313.pyc
                                fixtures.cpython-313.pyc
                                freeze_support.cpython-313.pyc
                                helpconfig.cpython-313.pyc
                                hookspec.cpython-313.pyc
                                junitxml.cpython-313.pyc
                                legacypath.cpython-313.pyc
                                logging.cpython-313.pyc
                                main.cpython-313.pyc
                                monkeypatch.cpython-313.pyc
                                nodes.cpython-313.pyc
                                outcomes.cpython-313.pyc
                                pastebin.cpython-313.pyc
                                pathlib.cpython-313.pyc
                                pytester.cpython-313.pyc
                                python.cpython-313.pyc
                                python_api.cpython-313.pyc
                                raises.cpython-313.pyc
                                recwarn.cpython-313.pyc
                                reports.cpython-313.pyc
                                runner.cpython-313.pyc
                                scope.cpython-313.pyc
                                setuponly.cpython-313.pyc
                                setupplan.cpython-313.pyc
                                skipping.cpython-313.pyc
                                stash.cpython-313.pyc
                                stepwise.cpython-313.pyc
                                terminal.cpython-313.pyc
                                threadexception.cpython-313.pyc
                                timing.cpython-313.pyc
                                tmpdir.cpython-313.pyc
                                tracemalloc.cpython-313.pyc
                                unittest.cpython-313.pyc
                                unraisableexception.cpython-313.pyc
                                warning_types.cpython-313.pyc
                                warnings.cpython-313.pyc
                            _code/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    code.cpython-313.pyc
                                    source.cpython-313.pyc
                                __init__.py
                                code.py
                                source.py
                            _io/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    pprint.cpython-313.pyc
                                    saferepr.cpython-313.pyc
                                    terminalwriter.cpython-313.pyc
                                    wcwidth.cpython-313.pyc
                                __init__.py
                                pprint.py
                                saferepr.py
                                terminalwriter.py
                                wcwidth.py
                            _py/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    error.cpython-313.pyc
                                    path.cpython-313.pyc
                                __init__.py
                                error.py
                                path.py
                            assertion/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    rewrite.cpython-313.pyc
                                    truncate.cpython-313.pyc
                                    util.cpython-313.pyc
                                __init__.py
                                rewrite.py
                                truncate.py
                                util.py
                            config/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    argparsing.cpython-313.pyc
                                    compat.cpython-313.pyc
                                    exceptions.cpython-313.pyc
                                    findpaths.cpython-313.pyc
                                __init__.py
                                argparsing.py
                                compat.py
                                exceptions.py
                                findpaths.py
                            mark/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    expression.cpython-313.pyc
                                    structures.cpython-313.pyc
                                __init__.py
                                expression.py
                                structures.py
                            __init__.py
                            _argcomplete.py
                            _version.py
                            cacheprovider.py
                            capture.py
                            compat.py
                            debugging.py
                            deprecated.py
                            doctest.py
                            faulthandler.py
                            fixtures.py
                            freeze_support.py
                            helpconfig.py
                            hookspec.py
                            junitxml.py
                            legacypath.py
                            logging.py
                            main.py
                            monkeypatch.py
                            nodes.py
                            outcomes.py
                            pastebin.py
                            pathlib.py
                            py.typed
                            pytester.py
                            pytester_assertions.py
                            python.py
                            python_api.py
                            raises.py
                            recwarn.py
                            reports.py
                            runner.py
                            scope.py
                            setuponly.py
                            setupplan.py
                            skipping.py
                            stash.py
                            stepwise.py
                            terminal.py
                            threadexception.py
                            timing.py
                            tmpdir.py
                            tracemalloc.py
                            unittest.py
                            unraisableexception.py
                            warning_types.py
                            warnings.py
                        _yaml/
                            __init__.py
                        agi_cluster-0.4.1.dist-info/
                            direct_url.json
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            uv_cache.json
                            WHEEL
                        agi_env-0.4.1.dist-info/
                            direct_url.json
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            uv_cache.json
                            WHEEL
                        agi_node-0.4.1.dist-info/
                            direct_url.json
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            uv_cache.json
                            WHEEL
                        annotated_types/
                            __pycache__/
                                __init__.cpython-313.pyc
                            __init__.py
                            py.typed
                            test_cases.py
                        annotated_types-0.7.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        anyio/
                            __pycache__/
                                __init__.cpython-313-pytest-8.4.1.pyc
                                from_thread.cpython-313-pytest-8.4.1.pyc
                                lowlevel.cpython-313-pytest-8.4.1.pyc
                                pytest_plugin.cpython-313-pytest-8.4.1.pyc
                                to_thread.cpython-313-pytest-8.4.1.pyc
                            _backends/
                                __init__.py
                                _asyncio.py
                                _trio.py
                            _core/
                                __pycache__/
                                    __init__.cpython-313-pytest-8.4.1.pyc
                                    _contextmanagers.cpython-313-pytest-8.4.1.pyc
                                    _eventloop.cpython-313-pytest-8.4.1.pyc
                                    _exceptions.cpython-313-pytest-8.4.1.pyc
                                    _fileio.cpython-313-pytest-8.4.1.pyc
                                    _resources.cpython-313-pytest-8.4.1.pyc
                                    _signals.cpython-313-pytest-8.4.1.pyc
                                    _sockets.cpython-313-pytest-8.4.1.pyc
                                    _streams.cpython-313-pytest-8.4.1.pyc
                                    _subprocesses.cpython-313-pytest-8.4.1.pyc
                                    _synchronization.cpython-313-pytest-8.4.1.pyc
                                    _tasks.cpython-313-pytest-8.4.1.pyc
                                    _tempfile.cpython-313-pytest-8.4.1.pyc
                                    _testing.cpython-313-pytest-8.4.1.pyc
                                    _typedattr.cpython-313-pytest-8.4.1.pyc
                                __init__.py
                                _asyncio_selector_thread.py
                                _contextmanagers.py
                                _eventloop.py
                                _exceptions.py
                                _fileio.py
                                _resources.py
                                _signals.py
                                _sockets.py
                                _streams.py
                                _subprocesses.py
                                _synchronization.py
                                _tasks.py
                                _tempfile.py
                                _testing.py
                                _typedattr.py
                            abc/
                                __pycache__/
                                    __init__.cpython-313-pytest-8.4.1.pyc
                                    _eventloop.cpython-313-pytest-8.4.1.pyc
                                    _resources.cpython-313-pytest-8.4.1.pyc
                                    _sockets.cpython-313-pytest-8.4.1.pyc
                                    _streams.cpython-313-pytest-8.4.1.pyc
                                    _subprocesses.cpython-313-pytest-8.4.1.pyc
                                    _tasks.cpython-313-pytest-8.4.1.pyc
                                    _testing.cpython-313-pytest-8.4.1.pyc
                                __init__.py
                                _eventloop.py
                                _resources.py
                                _sockets.py
                                _streams.py
                                _subprocesses.py
                                _tasks.py
                                _testing.py
                            streams/
                                __pycache__/
                                    __init__.cpython-313-pytest-8.4.1.pyc
                                    memory.cpython-313-pytest-8.4.1.pyc
                                    stapled.cpython-313-pytest-8.4.1.pyc
                                    tls.cpython-313-pytest-8.4.1.pyc
                                __init__.py
                                buffered.py
                                file.py
                                memory.py
                                stapled.py
                                text.py
                                tls.py
                            __init__.py
                            from_thread.py
                            lowlevel.py
                            py.typed
                            pytest_plugin.py
                            to_interpreter.py
                            to_process.py
                            to_thread.py
                        anyio-4.10.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        appdirs-1.4.4.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        appnope/
                            __init__.py
                            _dummy.py
                            _nope.py
                        appnope-0.1.4.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        argon2/
                            __init__.py
                            __main__.py
                            _legacy.py
                            _password_hasher.py
                            _utils.py
                            exceptions.py
                            low_level.py
                            profiles.py
                            py.typed
                        argon2_cffi-25.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        argon2_cffi_bindings-25.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        arrow/
                            __init__.py
                            _version.py
                            api.py
                            arrow.py
                            constants.py
                            factory.py
                            formatter.py
                            locales.py
                            parser.py
                            py.typed
                            util.py
                        arrow-1.3.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        astor/
                            __pycache__/
                                __init__.cpython-313.pyc
                                code_gen.cpython-313.pyc
                                file_util.cpython-313.pyc
                                node_util.cpython-313.pyc
                                op_util.cpython-313.pyc
                                source_repr.cpython-313.pyc
                                string_repr.cpython-313.pyc
                                tree_walk.cpython-313.pyc
                            __init__.py
                            code_gen.py
                            codegen.py
                            file_util.py
                            node_util.py
                            op_util.py
                            rtrip.py
                            source_repr.py
                            string_repr.py
                            tree_walk.py
                            VERSION
                        astor-0.8.1.dist-info/
                            AUTHORS
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        asttokens/
                            __pycache__/
                                __init__.cpython-313.pyc
                                asttokens.cpython-313.pyc
                                line_numbers.cpython-313.pyc
                                util.cpython-313.pyc
                            __init__.py
                            astroid_compat.py
                            asttokens.py
                            line_numbers.py
                            mark_tokens.py
                            py.typed
                            util.py
                            version.py
                        asttokens-3.0.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        async_lru/
                            __init__.py
                            py.typed
                        async_lru-2.0.5.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        asyncssh/
                            crypto/
                                __init__.py
                                chacha.py
                                cipher.py
                                dh.py
                                dsa.py
                                ec.py
                                ec_params.py
                                ed.py
                                kdf.py
                                misc.py
                                pq.py
                                rsa.py
                                umac.py
                                x509.py
                            __init__.py
                            agent.py
                            agent_unix.py
                            agent_win32.py
                            asn1.py
                            auth.py
                            auth_keys.py
                            channel.py
                            client.py
                            compression.py
                            config.py
                            connection.py
                            constants.py
                            dsa.py
                            ecdsa.py
                            eddsa.py
                            editor.py
                            encryption.py
                            forward.py
                            gss.py
                            gss_unix.py
                            gss_win32.py
                            kex.py
                            kex_dh.py
                            kex_rsa.py
                            keysign.py
                            known_hosts.py
                            listener.py
                            logging.py
                            mac.py
                            misc.py
                            packet.py
                            pattern.py
                            pbe.py
                            pkcs11.py
                            process.py
                            public_key.py
                            py.typed
                            rsa.py
                            saslprep.py
                            scp.py
                            server.py
                            session.py
                            sftp.py
                            sk.py
                            sk_ecdsa.py
                            sk_eddsa.py
                            socks.py
                            stream.py
                            subprocess.py
                            tuntap.py
                            version.py
                            x11.py
                        asyncssh-2.21.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        attr/
                            __init__.py
                            __init__.pyi
                            _cmp.py
                            _cmp.pyi
                            _compat.py
                            _config.py
                            _funcs.py
                            _make.py
                            _next_gen.py
                            _typing_compat.pyi
                            _version_info.py
                            _version_info.pyi
                            converters.py
                            converters.pyi
                            exceptions.py
                            exceptions.pyi
                            filters.py
                            filters.pyi
                            py.typed
                            setters.py
                            setters.pyi
                            validators.py
                            validators.pyi
                        attrs/
                            __init__.py
                            __init__.pyi
                            converters.py
                            exceptions.py
                            filters.py
                            py.typed
                            setters.py
                            validators.py
                        attrs-23.2.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        babel/
                            __pycache__/
                                __init__.cpython-313.pyc
                                core.cpython-313.pyc
                                dates.cpython-313.pyc
                                localedata.cpython-313.pyc
                                plural.cpython-313.pyc
                                util.cpython-313.pyc
                            locale-data/
                                aa.dat
                                aa_DJ.dat
                                aa_ER.dat
                                aa_ET.dat
                                ab.dat
                                ab_GE.dat
                                af.dat
                                af_NA.dat
                                af_ZA.dat
                                agq.dat
                                agq_CM.dat
                                ak.dat
                                ak_GH.dat
                                am.dat
                                am_ET.dat
                                an.dat
                                an_ES.dat
                                ann.dat
                                ann_NG.dat
                                apc.dat
                                apc_SY.dat
                                ar.dat
                                ar_001.dat
                                ar_AE.dat
                                ar_BH.dat
                                ar_DJ.dat
                                ar_DZ.dat
                                ar_EG.dat
                                ar_EH.dat
                                ar_ER.dat
                                ar_IL.dat
                                ar_IQ.dat
                                ar_JO.dat
                                ar_KM.dat
                                ar_KW.dat
                                ar_LB.dat
                                ar_LY.dat
                                ar_MA.dat
                                ar_MR.dat
                                ar_OM.dat
                                ar_PS.dat
                                ar_QA.dat
                                ar_SA.dat
                                ar_SD.dat
                                ar_SO.dat
                                ar_SS.dat
                                ar_SY.dat
                                ar_TD.dat
                                ar_TN.dat
                                ar_YE.dat
                                arn.dat
                                arn_CL.dat
                                as.dat
                                as_IN.dat
                                asa.dat
                                asa_TZ.dat
                                ast.dat
                                ast_ES.dat
                                az.dat
                                az_Arab.dat
                                az_Arab_IQ.dat
                                az_Arab_IR.dat
                                az_Arab_TR.dat
                                az_Cyrl.dat
                                az_Cyrl_AZ.dat
                                az_Latn.dat
                                az_Latn_AZ.dat
                                ba.dat
                                ba_RU.dat
                                bal.dat
                                bal_Arab.dat
                                bal_Arab_PK.dat
                                bal_Latn.dat
                                bal_Latn_PK.dat
                                bas.dat
                                bas_CM.dat
                                be.dat
                                be_BY.dat
                                be_TARASK.dat
                                bem.dat
                                bem_ZM.dat
                                bew.dat
                                bew_ID.dat
                                bez.dat
                                bez_TZ.dat
                                bg.dat
                                bg_BG.dat
                                bgc.dat
                                bgc_IN.dat
                                bgn.dat
                                bgn_AE.dat
                                bgn_AF.dat
                                bgn_IR.dat
                                bgn_OM.dat
                                bgn_PK.dat
                                bho.dat
                                bho_IN.dat
                                blo.dat
                                blo_BJ.dat
                                blt.dat
                                blt_VN.dat
                                bm.dat
                                bm_ML.dat
                                bm_Nkoo.dat
                                bm_Nkoo_ML.dat
                                bn.dat
                                bn_BD.dat
                                bn_IN.dat
                                bo.dat
                                bo_CN.dat
                                bo_IN.dat
                                br.dat
                                br_FR.dat
                                brx.dat
                                brx_IN.dat
                                bs.dat
                                bs_Cyrl.dat
                                bs_Cyrl_BA.dat
                                bs_Latn.dat
                                bs_Latn_BA.dat
                                bss.dat
                                bss_CM.dat
                                byn.dat
                                byn_ER.dat
                                ca.dat
                                ca_AD.dat
                                ca_ES.dat
                                ca_ES_VALENCIA.dat
                                ca_FR.dat
                                ca_IT.dat
                                cad.dat
                                cad_US.dat
                                cch.dat
                                cch_NG.dat
                                ccp.dat
                                ccp_BD.dat
                                ccp_IN.dat
                                ce.dat
                                ce_RU.dat
                                ceb.dat
                                ceb_PH.dat
                                cgg.dat
                                cgg_UG.dat
                                cho.dat
                                cho_US.dat
                                chr.dat
                                chr_US.dat
                                cic.dat
                                cic_US.dat
                                ckb.dat
                                ckb_IQ.dat
                                ckb_IR.dat
                                co.dat
                                co_FR.dat
                                cs.dat
                                cs_CZ.dat
                                csw.dat
                                csw_CA.dat
                                cu.dat
                                cu_RU.dat
                                cv.dat
                                cv_RU.dat
                                cy.dat
                                cy_GB.dat
                                da.dat
                                da_DK.dat
                                da_GL.dat
                                dav.dat
                                dav_KE.dat
                                de.dat
                                de_AT.dat
                                de_BE.dat
                                de_CH.dat
                                de_DE.dat
                                de_IT.dat
                                de_LI.dat
                                de_LU.dat
                                dje.dat
                                dje_NE.dat
                                doi.dat
                                doi_IN.dat
                                dsb.dat
                                dsb_DE.dat
                                dua.dat
                                dua_CM.dat
                                dv.dat
                                dv_MV.dat
                                dyo.dat
                                dyo_SN.dat
                                dz.dat
                                dz_BT.dat
                                ebu.dat
                                ebu_KE.dat
                                ee.dat
                                ee_GH.dat
                                ee_TG.dat
                                el.dat
                                el_CY.dat
                                el_GR.dat
                                el_POLYTON.dat
                                en.dat
                                en_001.dat
                                en_150.dat
                                en_AE.dat
                                en_AG.dat
                                en_AI.dat
                                en_AS.dat
                                en_AT.dat
                                en_AU.dat
                                en_BB.dat
                                en_BE.dat
                                en_BI.dat
                                en_BM.dat
                                en_BS.dat
                                en_BW.dat
                                en_BZ.dat
                                en_CA.dat
                                en_CC.dat
                                en_CH.dat
                                en_CK.dat
                                en_CM.dat
                                en_CX.dat
                                en_CY.dat
                                en_DE.dat
                                en_DG.dat
                                en_DK.dat
                                en_DM.dat
                                en_Dsrt.dat
                                en_Dsrt_US.dat
                                en_ER.dat
                                en_FI.dat
                                en_FJ.dat
                                en_FK.dat
                                en_FM.dat
                                en_GB.dat
                                en_GD.dat
                                en_GG.dat
                                en_GH.dat
                                en_GI.dat
                                en_GM.dat
                                en_GU.dat
                                en_GY.dat
                                en_HK.dat
                                en_ID.dat
                                en_IE.dat
                                en_IL.dat
                                en_IM.dat
                                en_IN.dat
                                en_IO.dat
                                en_JE.dat
                                en_JM.dat
                                en_KE.dat
                                en_KI.dat
                                en_KN.dat
                                en_KY.dat
                                en_LC.dat
                                en_LR.dat
                                en_LS.dat
                                en_MG.dat
                                en_MH.dat
                                en_MO.dat
                                en_MP.dat
                                en_MS.dat
                                en_MT.dat
                                en_MU.dat
                                en_MV.dat
                                en_MW.dat
                                en_MY.dat
                                en_NA.dat
                                en_NF.dat
                                en_NG.dat
                                en_NL.dat
                                en_NR.dat
                                en_NU.dat
                                en_NZ.dat
                                en_PG.dat
                                en_PH.dat
                                en_PK.dat
                                en_PN.dat
                                en_PR.dat
                                en_PW.dat
                                en_RW.dat
                                en_SB.dat
                                en_SC.dat
                                en_SD.dat
                                en_SE.dat
                                en_SG.dat
                                en_SH.dat
                                en_Shaw.dat
                                en_Shaw_GB.dat
                                en_SI.dat
                                en_SL.dat
                                en_SS.dat
                                en_SX.dat
                                en_SZ.dat
                                en_TC.dat
                                en_TK.dat
                                en_TO.dat
                                en_TT.dat
                                en_TV.dat
                                en_TZ.dat
                                en_UG.dat
                                en_UM.dat
                                en_US.dat
                                en_US_POSIX.dat
                                en_VC.dat
                                en_VG.dat
                                en_VI.dat
                                en_VU.dat
                                en_WS.dat
                                en_ZA.dat
                                en_ZM.dat
                                en_ZW.dat
                                eo.dat
                                eo_001.dat
                                es.dat
                                es_419.dat
                                es_AR.dat
                                es_BO.dat
                                es_BR.dat
                                es_BZ.dat
                                es_CL.dat
                                es_CO.dat
                                es_CR.dat
                                es_CU.dat
                                es_DO.dat
                                es_EA.dat
                                es_EC.dat
                                es_ES.dat
                                es_GQ.dat
                                es_GT.dat
                                es_HN.dat
                                es_IC.dat
                                es_MX.dat
                                es_NI.dat
                                es_PA.dat
                                es_PE.dat
                                es_PH.dat
                                es_PR.dat
                                es_PY.dat
                                es_SV.dat
                                es_US.dat
                                es_UY.dat
                                es_VE.dat
                                et.dat
                                et_EE.dat
                                eu.dat
                                eu_ES.dat
                                ewo.dat
                                ewo_CM.dat
                                fa.dat
                                fa_AF.dat
                                fa_IR.dat
                                ff.dat
                                ff_Adlm.dat
                                ff_Adlm_BF.dat
                                ff_Adlm_CM.dat
                                ff_Adlm_GH.dat
                                ff_Adlm_GM.dat
                                ff_Adlm_GN.dat
                                ff_Adlm_GW.dat
                                ff_Adlm_LR.dat
                                ff_Adlm_MR.dat
                                ff_Adlm_NE.dat
                                ff_Adlm_NG.dat
                                ff_Adlm_SL.dat
                                ff_Adlm_SN.dat
                                ff_Latn.dat
                                ff_Latn_BF.dat
                                ff_Latn_CM.dat
                                ff_Latn_GH.dat
                                ff_Latn_GM.dat
                                ff_Latn_GN.dat
                                ff_Latn_GW.dat
                                ff_Latn_LR.dat
                                ff_Latn_MR.dat
                                ff_Latn_NE.dat
                                ff_Latn_NG.dat
                                ff_Latn_SL.dat
                                ff_Latn_SN.dat
                                fi.dat
                                fi_FI.dat
                                fil.dat
                                fil_PH.dat
                                fo.dat
                                fo_DK.dat
                                fo_FO.dat
                                fr.dat
                                fr_BE.dat
                                fr_BF.dat
                                fr_BI.dat
                                fr_BJ.dat
                                fr_BL.dat
                                fr_CA.dat
                                fr_CD.dat
                                fr_CF.dat
                                fr_CG.dat
                                fr_CH.dat
                                fr_CI.dat
                                fr_CM.dat
                                fr_DJ.dat
                                fr_DZ.dat
                                fr_FR.dat
                                fr_GA.dat
                                fr_GF.dat
                                fr_GN.dat
                                fr_GP.dat
                                fr_GQ.dat
                                fr_HT.dat
                                fr_KM.dat
                                fr_LU.dat
                                fr_MA.dat
                                fr_MC.dat
                                fr_MF.dat
                                fr_MG.dat
                                fr_ML.dat
                                fr_MQ.dat
                                fr_MR.dat
                                fr_MU.dat
                                fr_NC.dat
                                fr_NE.dat
                                fr_PF.dat
                                fr_PM.dat
                                fr_RE.dat
                                fr_RW.dat
                                fr_SC.dat
                                fr_SN.dat
                                fr_SY.dat
                                fr_TD.dat
                                fr_TG.dat
                                fr_TN.dat
                                fr_VU.dat
                                fr_WF.dat
                                fr_YT.dat
                                frr.dat
                                frr_DE.dat
                                fur.dat
                                fur_IT.dat
                                fy.dat
                                fy_NL.dat
                                ga.dat
                                ga_GB.dat
                                ga_IE.dat
                                gaa.dat
                                gaa_GH.dat
                                gd.dat
                                gd_GB.dat
                                gez.dat
                                gez_ER.dat
                                gez_ET.dat
                                gl.dat
                                gl_ES.dat
                                gn.dat
                                gn_PY.dat
                                gsw.dat
                                gsw_CH.dat
                                gsw_FR.dat
                                gsw_LI.dat
                                gu.dat
                                gu_IN.dat
                                guz.dat
                                guz_KE.dat
                                gv.dat
                                gv_IM.dat
                                ha.dat
                                ha_Arab.dat
                                ha_Arab_NG.dat
                                ha_Arab_SD.dat
                                ha_GH.dat
                                ha_NE.dat
                                ha_NG.dat
                                haw.dat
                                haw_US.dat
                                he.dat
                                he_IL.dat
                                hi.dat
                                hi_IN.dat
                                hi_Latn.dat
                                hi_Latn_IN.dat
                                hnj.dat
                                hnj_Hmnp.dat
                                hnj_Hmnp_US.dat
                                hr.dat
                                hr_BA.dat
                                hr_HR.dat
                                hsb.dat
                                hsb_DE.dat
                                hu.dat
                                hu_HU.dat
                                hy.dat
                                hy_AM.dat
                                ia.dat
                                ia_001.dat
                                id.dat
                                id_ID.dat
                                ie.dat
                                ie_EE.dat
                                ig.dat
                                ig_NG.dat
                                ii.dat
                                ii_CN.dat
                                io.dat
                                io_001.dat
                                is.dat
                                is_IS.dat
                                it.dat
                                it_CH.dat
                                it_IT.dat
                                it_SM.dat
                                it_VA.dat
                                iu.dat
                                iu_CA.dat
                                iu_Latn.dat
                                iu_Latn_CA.dat
                                ja.dat
                                ja_JP.dat
                                jbo.dat
                                jbo_001.dat
                                jgo.dat
                                jgo_CM.dat
                                jmc.dat
                                jmc_TZ.dat
                                jv.dat
                                jv_ID.dat
                                ka.dat
                                ka_GE.dat
                                kaa.dat
                                kaa_Cyrl.dat
                                kaa_Cyrl_UZ.dat
                                kaa_Latn.dat
                                kaa_Latn_UZ.dat
                                kab.dat
                                kab_DZ.dat
                                kaj.dat
                                kaj_NG.dat
                                kam.dat
                                kam_KE.dat
                                kcg.dat
                                kcg_NG.dat
                                kde.dat
                                kde_TZ.dat
                                kea.dat
                                kea_CV.dat
                                ken.dat
                                ken_CM.dat
                                kgp.dat
                                kgp_BR.dat
                                khq.dat
                                khq_ML.dat
                                ki.dat
                                ki_KE.dat
                                kk.dat
                                kk_Arab.dat
                                kk_Arab_CN.dat
                                kk_Cyrl.dat
                                kk_Cyrl_KZ.dat
                                kk_KZ.dat
                                kkj.dat
                                kkj_CM.dat
                                kl.dat
                                kl_GL.dat
                                kln.dat
                                kln_KE.dat
                                km.dat
                                km_KH.dat
                                kn.dat
                                kn_IN.dat
                                ko.dat
                                ko_CN.dat
                                ko_KP.dat
                                ko_KR.dat
                                kok.dat
                                kok_Deva.dat
                                kok_Deva_IN.dat
                                kok_Latn.dat
                                kok_Latn_IN.dat
                                kpe.dat
                                kpe_GN.dat
                                kpe_LR.dat
                                ks.dat
                                ks_Arab.dat
                                ks_Arab_IN.dat
                                ks_Deva.dat
                                ks_Deva_IN.dat
                                ksb.dat
                                ksb_TZ.dat
                                ksf.dat
                                ksf_CM.dat
                                ksh.dat
                                ksh_DE.dat
                                ku.dat
                                ku_TR.dat
                                kw.dat
                                kw_GB.dat
                                kxv.dat
                                kxv_Deva.dat
                                kxv_Deva_IN.dat
                                kxv_Latn.dat
                                kxv_Latn_IN.dat
                                kxv_Orya.dat
                                kxv_Orya_IN.dat
                                kxv_Telu.dat
                                kxv_Telu_IN.dat
                                ky.dat
                                ky_KG.dat
                                la.dat
                                la_VA.dat
                                lag.dat
                                lag_TZ.dat
                                lb.dat
                                lb_LU.dat
                                lg.dat
                                lg_UG.dat
                                LICENSE.unicode
                                lij.dat
                                lij_IT.dat
                                lkt.dat
                                lkt_US.dat
                                lld.dat
                                lld_IT.dat
                                lmo.dat
                                lmo_IT.dat
                                ln.dat
                                ln_AO.dat
                                ln_CD.dat
                                ln_CF.dat
                                ln_CG.dat
                                lo.dat
                                lo_LA.dat
                                lrc.dat
                                lrc_IQ.dat
                                lrc_IR.dat
                                lt.dat
                                lt_LT.dat
                                ltg.dat
                                ltg_LV.dat
                                lu.dat
                                lu_CD.dat
                                luo.dat
                                luo_KE.dat
                                luy.dat
                                luy_KE.dat
                                lv.dat
                                lv_LV.dat
                                mai.dat
                                mai_IN.dat
                                mas.dat
                                mas_KE.dat
                                mas_TZ.dat
                                mdf.dat
                                mdf_RU.dat
                                mer.dat
                                mer_KE.dat
                                mfe.dat
                                mfe_MU.dat
                                mg.dat
                                mg_MG.dat
                                mgh.dat
                                mgh_MZ.dat
                                mgo.dat
                                mgo_CM.dat
                                mhn.dat
                                mhn_IT.dat
                                mi.dat
                                mi_NZ.dat
                                mic.dat
                                mic_CA.dat
                                mk.dat
                                mk_MK.dat
                                ml.dat
                                ml_IN.dat
                                mn.dat
                                mn_MN.dat
                                mn_Mong.dat
                                mn_Mong_CN.dat
                                mn_Mong_MN.dat
                                mni.dat
                                mni_Beng.dat
                                mni_Beng_IN.dat
                                mni_Mtei.dat
                                mni_Mtei_IN.dat
                                moh.dat
                                moh_CA.dat
                                mr.dat
                                mr_IN.dat
                                ms.dat
                                ms_Arab.dat
                                ms_Arab_BN.dat
                                ms_Arab_MY.dat
                                ms_BN.dat
                                ms_ID.dat
                                ms_MY.dat
                                ms_SG.dat
                                mt.dat
                                mt_MT.dat
                                mua.dat
                                mua_CM.dat
                                mus.dat
                                mus_US.dat
                                my.dat
                                my_MM.dat
                                myv.dat
                                myv_RU.dat
                                mzn.dat
                                mzn_IR.dat
                                naq.dat
                                naq_NA.dat
                                nb.dat
                                nb_NO.dat
                                nb_SJ.dat
                                nd.dat
                                nd_ZW.dat
                                nds.dat
                                nds_DE.dat
                                nds_NL.dat
                                ne.dat
                                ne_IN.dat
                                ne_NP.dat
                                nl.dat
                                nl_AW.dat
                                nl_BE.dat
                                nl_BQ.dat
                                nl_CW.dat
                                nl_NL.dat
                                nl_SR.dat
                                nl_SX.dat
                                nmg.dat
                                nmg_CM.dat
                                nn.dat
                                nn_NO.dat
                                nnh.dat
                                nnh_CM.dat
                                no.dat
                                nqo.dat
                                nqo_GN.dat
                                nr.dat
                                nr_ZA.dat
                                nso.dat
                                nso_ZA.dat
                                nus.dat
                                nus_SS.dat
                                nv.dat
                                nv_US.dat
                                ny.dat
                                ny_MW.dat
                                nyn.dat
                                nyn_UG.dat
                                oc.dat
                                oc_ES.dat
                                oc_FR.dat
                                om.dat
                                om_ET.dat
                                om_KE.dat
                                or.dat
                                or_IN.dat
                                os.dat
                                os_GE.dat
                                os_RU.dat
                                osa.dat
                                osa_US.dat
                                pa.dat
                                pa_Arab.dat
                                pa_Arab_PK.dat
                                pa_Guru.dat
                                pa_Guru_IN.dat
                                pap.dat
                                pap_AW.dat
                                pap_CW.dat
                                pcm.dat
                                pcm_NG.dat
                                pis.dat
                                pis_SB.dat
                                pl.dat
                                pl_PL.dat
                                prg.dat
                                prg_PL.dat
                                ps.dat
                                ps_AF.dat
                                ps_PK.dat
                                pt.dat
                                pt_AO.dat
                                pt_BR.dat
                                pt_CH.dat
                                pt_CV.dat
                                pt_GQ.dat
                                pt_GW.dat
                                pt_LU.dat
                                pt_MO.dat
                                pt_MZ.dat
                                pt_PT.dat
                                pt_ST.dat
                                pt_TL.dat
                                qu.dat
                                qu_BO.dat
                                qu_EC.dat
                                qu_PE.dat
                                quc.dat
                                quc_GT.dat
                                raj.dat
                                raj_IN.dat
                                rhg.dat
                                rhg_Rohg.dat
                                rhg_Rohg_BD.dat
                                rhg_Rohg_MM.dat
                                rif.dat
                                rif_MA.dat
                                rm.dat
                                rm_CH.dat
                                rn.dat
                                rn_BI.dat
                                ro.dat
                                ro_MD.dat
                                ro_RO.dat
                                rof.dat
                                rof_TZ.dat
                                root.dat
                                ru.dat
                                ru_BY.dat
                                ru_KG.dat
                                ru_KZ.dat
                                ru_MD.dat
                                ru_RU.dat
                                ru_UA.dat
                                rw.dat
                                rw_RW.dat
                                rwk.dat
                                rwk_TZ.dat
                                sa.dat
                                sa_IN.dat
                                sah.dat
                                sah_RU.dat
                                saq.dat
                                saq_KE.dat
                                sat.dat
                                sat_Deva.dat
                                sat_Deva_IN.dat
                                sat_Olck.dat
                                sat_Olck_IN.dat
                                sbp.dat
                                sbp_TZ.dat
                                sc.dat
                                sc_IT.dat
                                scn.dat
                                scn_IT.dat
                                sd.dat
                                sd_Arab.dat
                                sd_Arab_PK.dat
                                sd_Deva.dat
                                sd_Deva_IN.dat
                                sdh.dat
                                sdh_IQ.dat
                                sdh_IR.dat
                                se.dat
                                se_FI.dat
                                se_NO.dat
                                se_SE.dat
                                seh.dat
                                seh_MZ.dat
                                ses.dat
                                ses_ML.dat
                                sg.dat
                                sg_CF.dat
                                shi.dat
                                shi_Latn.dat
                                shi_Latn_MA.dat
                                shi_Tfng.dat
                                shi_Tfng_MA.dat
                                shn.dat
                                shn_MM.dat
                                shn_TH.dat
                                si.dat
                                si_LK.dat
                                sid.dat
                                sid_ET.dat
                                sk.dat
                                sk_SK.dat
                                skr.dat
                                skr_PK.dat
                                sl.dat
                                sl_SI.dat
                                sma.dat
                                sma_NO.dat
                                sma_SE.dat
                                smj.dat
                                smj_NO.dat
                                smj_SE.dat
                                smn.dat
                                smn_FI.dat
                                sms.dat
                                sms_FI.dat
                                sn.dat
                                sn_ZW.dat
                                so.dat
                                so_DJ.dat
                                so_ET.dat
                                so_KE.dat
                                so_SO.dat
                                sq.dat
                                sq_AL.dat
                                sq_MK.dat
                                sq_XK.dat
                                sr.dat
                                sr_Cyrl.dat
                                sr_Cyrl_BA.dat
                                sr_Cyrl_ME.dat
                                sr_Cyrl_RS.dat
                                sr_Cyrl_XK.dat
                                sr_Latn.dat
                                sr_Latn_BA.dat
                                sr_Latn_ME.dat
                                sr_Latn_RS.dat
                                sr_Latn_XK.dat
                                ss.dat
                                ss_SZ.dat
                                ss_ZA.dat
                                ssy.dat
                                ssy_ER.dat
                                st.dat
                                st_LS.dat
                                st_ZA.dat
                                su.dat
                                su_Latn.dat
                                su_Latn_ID.dat
                                sv.dat
                                sv_AX.dat
                                sv_FI.dat
                                sv_SE.dat
                                sw.dat
                                sw_CD.dat
                                sw_KE.dat
                                sw_TZ.dat
                                sw_UG.dat
                                syr.dat
                                syr_IQ.dat
                                syr_SY.dat
                                szl.dat
                                szl_PL.dat
                                ta.dat
                                ta_IN.dat
                                ta_LK.dat
                                ta_MY.dat
                                ta_SG.dat
                                te.dat
                                te_IN.dat
                                teo.dat
                                teo_KE.dat
                                teo_UG.dat
                                tg.dat
                                tg_TJ.dat
                                th.dat
                                th_TH.dat
                                ti.dat
                                ti_ER.dat
                                ti_ET.dat
                                tig.dat
                                tig_ER.dat
                                tk.dat
                                tk_TM.dat
                                tn.dat
                                tn_BW.dat
                                tn_ZA.dat
                                to.dat
                                to_TO.dat
                                tok.dat
                                tok_001.dat
                                tpi.dat
                                tpi_PG.dat
                                tr.dat
                                tr_CY.dat
                                tr_TR.dat
                                trv.dat
                                trv_TW.dat
                                trw.dat
                                trw_PK.dat
                                ts.dat
                                ts_ZA.dat
                                tt.dat
                                tt_RU.dat
                                twq.dat
                                twq_NE.dat
                                tyv.dat
                                tyv_RU.dat
                                tzm.dat
                                tzm_MA.dat
                                ug.dat
                                ug_CN.dat
                                uk.dat
                                uk_UA.dat
                                ur.dat
                                ur_IN.dat
                                ur_PK.dat
                                uz.dat
                                uz_Arab.dat
                                uz_Arab_AF.dat
                                uz_Cyrl.dat
                                uz_Cyrl_UZ.dat
                                uz_Latn.dat
                                uz_Latn_UZ.dat
                                vai.dat
                                vai_Latn.dat
                                vai_Latn_LR.dat
                                vai_Vaii.dat
                                vai_Vaii_LR.dat
                                ve.dat
                                ve_ZA.dat
                                vec.dat
                                vec_IT.dat
                                vi.dat
                                vi_VN.dat
                                vmw.dat
                                vmw_MZ.dat
                                vo.dat
                                vo_001.dat
                                vun.dat
                                vun_TZ.dat
                                wa.dat
                                wa_BE.dat
                                wae.dat
                                wae_CH.dat
                                wal.dat
                                wal_ET.dat
                                wbp.dat
                                wbp_AU.dat
                                wo.dat
                                wo_SN.dat
                                xh.dat
                                xh_ZA.dat
                                xnr.dat
                                xnr_IN.dat
                                xog.dat
                                xog_UG.dat
                                yav.dat
                                yav_CM.dat
                                yi.dat
                                yi_UA.dat
                                yo.dat
                                yo_BJ.dat
                                yo_NG.dat
                                yrl.dat
                                yrl_BR.dat
                                yrl_CO.dat
                                yrl_VE.dat
                                yue.dat
                                yue_Hans.dat
                                yue_Hans_CN.dat
                                yue_Hant.dat
                                yue_Hant_CN.dat
                                yue_Hant_HK.dat
                                za.dat
                                za_CN.dat
                                zgh.dat
                                zgh_MA.dat
                                zh.dat
                                zh_Hans.dat
                                zh_Hans_CN.dat
                                zh_Hans_HK.dat
                                zh_Hans_MO.dat
                                zh_Hans_MY.dat
                                zh_Hans_SG.dat
                                zh_Hant.dat
                                zh_Hant_HK.dat
                                zh_Hant_MO.dat
                                zh_Hant_MY.dat
                                zh_Hant_TW.dat
                                zh_Latn.dat
                                zh_Latn_CN.dat
                                zu.dat
                                zu_ZA.dat
                            localtime/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _fallback.cpython-313.pyc
                                    _helpers.cpython-313.pyc
                                    _unix.cpython-313.pyc
                                __init__.py
                                _fallback.py
                                _helpers.py
                                _unix.py
                                _win32.py
                            messages/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _compat.cpython-313.pyc
                                    catalog.cpython-313.pyc
                                    extract.cpython-313.pyc
                                    frontend.cpython-313.pyc
                                    mofile.cpython-313.pyc
                                    plurals.cpython-313.pyc
                                    pofile.cpython-313.pyc
                                    setuptools_frontend.cpython-313.pyc
                                __init__.py
                                _compat.py
                                catalog.py
                                checkers.py
                                extract.py
                                frontend.py
                                jslexer.py
                                mofile.py
                                plurals.py
                                pofile.py
                                setuptools_frontend.py
                            __init__.py
                            core.py
                            dates.py
                            global.dat
                            languages.py
                            lists.py
                            localedata.py
                            numbers.py
                            plural.py
                            py.typed
                            support.py
                            units.py
                            util.py
                        babel-2.17.0.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        bcj/
                            __pycache__/
                                __init__.cpython-313.pyc
                            __init__.py
                            _bcj.cpython-313-darwin.so
                            _bcjfilter.py
                            py.typed
                        bcrypt/
                            __init__.py
                            __init__.pyi
                            _bcrypt.abi3.so
                            py.typed
                        bcrypt-4.3.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        beautifulsoup4-4.13.4.dist-info/
                            licenses/
                                AUTHORS
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        black/
                            resources/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                black.schema.json
                            __init__.cpython-313-darwin.so
                            __init__.py
                            __main__.py
                            _width_table.cpython-313-darwin.so
                            _width_table.py
                            brackets.cpython-313-darwin.so
                            brackets.py
                            cache.cpython-313-darwin.so
                            cache.py
                            comments.cpython-313-darwin.so
                            comments.py
                            concurrency.py
                            const.cpython-313-darwin.so
                            const.py
                            debug.py
                            files.py
                            handle_ipynb_magics.cpython-313-darwin.so
                            handle_ipynb_magics.py
                            linegen.cpython-313-darwin.so
                            linegen.py
                            lines.cpython-313-darwin.so
                            lines.py
                            mode.cpython-313-darwin.so
                            mode.py
                            nodes.cpython-313-darwin.so
                            nodes.py
                            numerics.cpython-313-darwin.so
                            numerics.py
                            output.py
                            parsing.cpython-313-darwin.so
                            parsing.py
                            py.typed
                            ranges.cpython-313-darwin.so
                            ranges.py
                            report.py
                            rusty.cpython-313-darwin.so
                            rusty.py
                            schema.cpython-313-darwin.so
                            schema.py
                            strings.cpython-313-darwin.so
                            strings.py
                            trans.cpython-313-darwin.so
                            trans.py
                        black-25.1.0.dist-info/
                            licenses/
                                AUTHORS.md
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        blackd/
                            __init__.py
                            __main__.py
                            middlewares.py
                        bleach/
                            _vendor/
                                html5lib/
                                    _trie/
                                        __init__.py
                                        _base.py
                                        py.py
                                    filters/
                                        __init__.py
                                        alphabeticalattributes.py
                                        base.py
                                        inject_meta_charset.py
                                        lint.py
                                        optionaltags.py
                                        sanitizer.py
                                        whitespace.py
                                    treeadapters/
                                        __init__.py
                                        genshi.py
                                        sax.py
                                    treebuilders/
                                        __init__.py
                                        base.py
                                        dom.py
                                        etree.py
                                        etree_lxml.py
                                    treewalkers/
                                        __init__.py
                                        base.py
                                        dom.py
                                        etree.py
                                        etree_lxml.py
                                        genshi.py
                                    __init__.py
                                    _ihatexml.py
                                    _inputstream.py
                                    _tokenizer.py
                                    _utils.py
                                    constants.py
                                    html5parser.py
                                    serializer.py
                                html5lib-1.1.dist-info/
                                    AUTHORS.rst
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                __init__.py
                                parse.py
                                parse.py.SHA256SUM
                                README.rst
                                vendor.txt
                                vendor_install.sh
                            __init__.py
                            callbacks.py
                            css_sanitizer.py
                            html5lib_shim.py
                            linkifier.py
                            parse_shim.py
                            sanitizer.py
                            six_shim.py
                        bleach-6.2.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        blib2to3/
                            pgen2/
                                __init__.py
                                conv.cpython-313-darwin.so
                                conv.py
                                driver.cpython-313-darwin.so
                                driver.py
                                grammar.cpython-313-darwin.so
                                grammar.py
                                literals.cpython-313-darwin.so
                                literals.py
                                parse.cpython-313-darwin.so
                                parse.py
                                pgen.cpython-313-darwin.so
                                pgen.py
                                token.cpython-313-darwin.so
                                token.py
                                tokenize.cpython-313-darwin.so
                                tokenize.py
                            __init__.py
                            Grammar.txt
                            LICENSE
                            PatternGrammar.txt
                            pygram.cpython-313-darwin.so
                            pygram.py
                            pytree.cpython-313-darwin.so
                            pytree.py
                            README
                        boolean/
                            __init__.py
                            boolean.py
                            test_boolean.py
                        boolean_py-5.0.dist-info/
                            licenses/
                                CHANGELOG.rst
                                LICENSE.txt
                                README.rst
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        Brotli-1.1.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        bs4/
                            builder/
                                __init__.py
                                _html5lib.py
                                _htmlparser.py
                                _lxml.py
                            tests/
                                fuzz/
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-4670634698080256.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-4818336571064320.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-4999465949331456.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5000587759190016.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5167584867909632.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5270998950477824.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5375146639360000.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5492400320282624.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5703933063462912.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5843991618256896.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5984173902397440.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-6124268085182464.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-6241471367348224.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-6306874195312640.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-6450958476902400.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-6600557255327744.testcase
                                    crash-0d306a50c8ed8bcd0785b67000fcd5dea1d33f08.testcase
                                    crash-ffbdfa8a2b26f13537b68d3794b0478a4090ee4a.testcase
                                __init__.py
                                test_builder.py
                                test_builder_registry.py
                                test_css.py
                                test_dammit.py
                                test_element.py
                                test_filter.py
                                test_formatter.py
                                test_fuzz.py
                                test_html5lib.py
                                test_htmlparser.py
                                test_lxml.py
                                test_navigablestring.py
                                test_pageelement.py
                                test_soup.py
                                test_tag.py
                                test_tree.py
                            __init__.py
                            _deprecation.py
                            _typing.py
                            _warnings.py
                            css.py
                            dammit.py
                            diagnose.py
                            element.py
                            exceptions.py
                            filter.py
                            formatter.py
                            py.typed
                        cattr/
                            preconf/
                                __init__.py
                                bson.py
                                json.py
                                msgpack.py
                                orjson.py
                                pyyaml.py
                                tomlkit.py
                                ujson.py
                            __init__.py
                            converters.py
                            disambiguators.py
                            dispatch.py
                            errors.py
                            gen.py
                            py.typed
                        cattrs/
                            gen/
                                __init__.py
                                _consts.py
                                _generics.py
                                _lc.py
                                _shared.py
                                typeddicts.py
                            preconf/
                                __init__.py
                                bson.py
                                cbor2.py
                                json.py
                                msgpack.py
                                msgspec.py
                                orjson.py
                                pyyaml.py
                                tomlkit.py
                                ujson.py
                            strategies/
                                __init__.py
                                _class_methods.py
                                _subclasses.py
                                _unions.py
                            __init__.py
                            _compat.py
                            _generics.py
                            cols.py
                            converters.py
                            disambiguators.py
                            dispatch.py
                            errors.py
                            fns.py
                            py.typed
                            v.py
                        cattrs-24.1.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        certifi/
                            __pycache__/
                                __init__.cpython-313.pyc
                                core.cpython-313.pyc
                            __init__.py
                            __main__.py
                            cacert.pem
                            core.py
                            py.typed
                        certifi-2025.8.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        cffi/
                            __pycache__/
                                __init__.cpython-313.pyc
                                api.cpython-313.pyc
                                commontypes.cpython-313.pyc
                                cparser.cpython-313.pyc
                                error.cpython-313.pyc
                                lock.cpython-313.pyc
                                model.cpython-313.pyc
                            __init__.py
                            _cffi_errors.h
                            _cffi_include.h
                            _embedding.h
                            _imp_emulation.py
                            _shimmed_dist_utils.py
                            api.py
                            backend_ctypes.py
                            cffi_opcode.py
                            commontypes.py
                            cparser.py
                            error.py
                            ffiplatform.py
                            lock.py
                            model.py
                            parse_c_type.h
                            pkgconfig.py
                            recompiler.py
                            setuptools_ext.py
                            vengine_cpy.py
                            vengine_gen.py
                            verifier.py
                        cffi-1.17.1.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        charset_normalizer/
                            __pycache__/
                                __init__.cpython-313.pyc
                                api.cpython-313.pyc
                                cd.cpython-313.pyc
                                constant.cpython-313.pyc
                                legacy.cpython-313.pyc
                                models.cpython-313.pyc
                                utils.cpython-313.pyc
                                version.cpython-313.pyc
                            cli/
                                __init__.py
                                __main__.py
                            __init__.py
                            __main__.py
                            api.py
                            cd.py
                            constant.py
                            legacy.py
                            md.cpython-313-darwin.so
                            md.py
                            md__mypyc.cpython-313-darwin.so
                            models.py
                            py.typed
                            utils.py
                            version.py
                        charset_normalizer-3.4.2.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        click/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _compat.cpython-313.pyc
                                core.cpython-313.pyc
                                decorators.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                formatting.cpython-313.pyc
                                globals.cpython-313.pyc
                                parser.cpython-313.pyc
                                termui.cpython-313.pyc
                                types.cpython-313.pyc
                                utils.cpython-313.pyc
                            __init__.py
                            _compat.py
                            _termui_impl.py
                            _textwrap.py
                            _winconsole.py
                            core.py
                            decorators.py
                            exceptions.py
                            formatting.py
                            globals.py
                            parser.py
                            py.typed
                            shell_completion.py
                            termui.py
                            testing.py
                            types.py
                            utils.py
                        click-8.2.1.dist-info/
                            licenses/
                                LICENSE.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        cloudpickle/
                            __pycache__/
                                __init__.cpython-313.pyc
                                cloudpickle.cpython-313.pyc
                            __init__.py
                            cloudpickle.py
                            cloudpickle_fast.py
                        cloudpickle-3.1.1.dist-info/
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        comm/
                            __init__.py
                            base_comm.py
                            py.typed
                        comm-0.2.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        coverage/
                            __pycache__/
                                __init__.cpython-313.pyc
                                annotate.cpython-313.pyc
                                bytecode.cpython-313.pyc
                                collector.cpython-313.pyc
                                config.cpython-313.pyc
                                context.cpython-313.pyc
                                control.cpython-313.pyc
                                core.cpython-313.pyc
                                data.cpython-313.pyc
                                debug.cpython-313.pyc
                                disposition.cpython-313.pyc
                                env.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                files.cpython-313.pyc
                                html.cpython-313.pyc
                                inorout.cpython-313.pyc
                                jsonreport.cpython-313.pyc
                                lcovreport.cpython-313.pyc
                                misc.cpython-313.pyc
                                multiproc.cpython-313.pyc
                                numbits.cpython-313.pyc
                                parser.cpython-313.pyc
                                patch.cpython-313.pyc
                                phystokens.cpython-313.pyc
                                plugin.cpython-313.pyc
                                plugin_support.cpython-313.pyc
                                python.cpython-313.pyc
                                pytracer.cpython-313.pyc
                                regions.cpython-313.pyc
                                report.cpython-313.pyc
                                report_core.cpython-313.pyc
                                results.cpython-313.pyc
                                sqldata.cpython-313.pyc
                                sqlitedb.cpython-313.pyc
                                sysmon.cpython-313.pyc
                                templite.cpython-313.pyc
                                tomlconfig.cpython-313.pyc
                                types.cpython-313.pyc
                                version.cpython-313.pyc
                                xmlreport.cpython-313.pyc
                            htmlfiles/
                                coverage_html.js
                                favicon_32.png
                                index.html
                                keybd_closed.png
                                pyfile.html
                                style.css
                                style.scss
                            __init__.py
                            __main__.py
                            annotate.py
                            bytecode.py
                            cmdline.py
                            collector.py
                            config.py
                            context.py
                            control.py
                            core.py
                            data.py
                            debug.py
                            disposition.py
                            env.py
                            exceptions.py
                            execfile.py
                            files.py
                            html.py
                            inorout.py
                            jsonreport.py
                            lcovreport.py
                            misc.py
                            multiproc.py
                            numbits.py
                            parser.py
                            patch.py
                            phystokens.py
                            plugin.py
                            plugin_support.py
                            py.typed
                            python.py
                            pytracer.py
                            regions.py
                            report.py
                            report_core.py
                            results.py
                            sqldata.py
                            sqlitedb.py
                            sysmon.py
                            templite.py
                            tomlconfig.py
                            tracer.cpython-313-darwin.so
                            tracer.pyi
                            types.py
                            version.py
                            xmlreport.py
                        coverage-7.10.2.dist-info/
                            licenses/
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        cramjam/
                            __init__.py
                            cramjam.cpython-313-darwin.so
                        cramjam-2.11.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        Cryptodome/
                            __pycache__/
                                __init__.cpython-313.pyc
                            Cipher/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    AES.cpython-313.pyc
                                __init__.py
                                __init__.pyi
                                _ARC4.abi3.so
                                _chacha20.abi3.so
                                _EKSBlowfish.py
                                _EKSBlowfish.pyi
                                _mode_cbc.py
                                _mode_cbc.pyi
                                _mode_ccm.py
                                _mode_ccm.pyi
                                _mode_cfb.py
                                _mode_cfb.pyi
                                _mode_ctr.py
                                _mode_ctr.pyi
                                _mode_eax.py
                                _mode_eax.pyi
                                _mode_ecb.py
                                _mode_ecb.pyi
                                _mode_gcm.py
                                _mode_gcm.pyi
                                _mode_kw.py
                                _mode_kwp.py
                                _mode_ocb.py
                                _mode_ocb.pyi
                                _mode_ofb.py
                                _mode_ofb.pyi
                                _mode_openpgp.py
                                _mode_openpgp.pyi
                                _mode_siv.py
                                _mode_siv.pyi
                                _pkcs1_decode.abi3.so
                                _pkcs1_oaep_decode.py
                                _raw_aes.abi3.so
                                _raw_arc2.abi3.so
                                _raw_blowfish.abi3.so
                                _raw_cast.abi3.so
                                _raw_cbc.abi3.so
                                _raw_cfb.abi3.so
                                _raw_ctr.abi3.so
                                _raw_des.abi3.so
                                _raw_des3.abi3.so
                                _raw_ecb.abi3.so
                                _raw_eksblowfish.abi3.so
                                _raw_ocb.abi3.so
                                _raw_ofb.abi3.so
                                _Salsa20.abi3.so
                                AES.py
                                AES.pyi
                                ARC2.py
                                ARC2.pyi
                                ARC4.py
                                ARC4.pyi
                                Blowfish.py
                                Blowfish.pyi
                                CAST.py
                                CAST.pyi
                                ChaCha20.py
                                ChaCha20.pyi
                                ChaCha20_Poly1305.py
                                ChaCha20_Poly1305.pyi
                                DES.py
                                DES.pyi
                                DES3.py
                                DES3.pyi
                                PKCS1_OAEP.py
                                PKCS1_OAEP.pyi
                                PKCS1_v1_5.py
                                PKCS1_v1_5.pyi
                                Salsa20.py
                                Salsa20.pyi
                            Hash/
                                __init__.py
                                __init__.pyi
                                _BLAKE2b.abi3.so
                                _BLAKE2s.abi3.so
                                _ghash_portable.abi3.so
                                _keccak.abi3.so
                                _MD2.abi3.so
                                _MD4.abi3.so
                                _MD5.abi3.so
                                _poly1305.abi3.so
                                _RIPEMD160.abi3.so
                                _SHA1.abi3.so
                                _SHA224.abi3.so
                                _SHA256.abi3.so
                                _SHA384.abi3.so
                                _SHA512.abi3.so
                                BLAKE2b.py
                                BLAKE2b.pyi
                                BLAKE2s.py
                                BLAKE2s.pyi
                                CMAC.py
                                CMAC.pyi
                                cSHAKE128.py
                                cSHAKE128.pyi
                                cSHAKE256.py
                                cSHAKE256.pyi
                                HMAC.py
                                HMAC.pyi
                                KangarooTwelve.py
                                KangarooTwelve.pyi
                                keccak.py
                                keccak.pyi
                                KMAC128.py
                                KMAC128.pyi
                                KMAC256.py
                                KMAC256.pyi
                                MD2.py
                                MD2.pyi
                                MD4.py
                                MD4.pyi
                                MD5.py
                                MD5.pyi
                                Poly1305.py
                                Poly1305.pyi
                                RIPEMD.py
                                RIPEMD.pyi
                                RIPEMD160.py
                                RIPEMD160.pyi
                                SHA.py
                                SHA.pyi
                                SHA1.py
                                SHA1.pyi
                                SHA224.py
                                SHA224.pyi
                                SHA256.py
                                SHA256.pyi
                                SHA384.py
                                SHA384.pyi
                                SHA3_224.py
                                SHA3_224.pyi
                                SHA3_256.py
                                SHA3_256.pyi
                                SHA3_384.py
                                SHA3_384.pyi
                                SHA3_512.py
                                SHA3_512.pyi
                                SHA512.py
                                SHA512.pyi
                                SHAKE128.py
                                SHAKE128.pyi
                                SHAKE256.py
                                SHAKE256.pyi
                                TupleHash128.py
                                TupleHash128.pyi
                                TupleHash256.py
                                TupleHash256.pyi
                                TurboSHAKE128.py
                                TurboSHAKE128.pyi
                                TurboSHAKE256.py
                                TurboSHAKE256.pyi
                            IO/
                                __init__.py
                                _PBES.py
                                _PBES.pyi
                                PEM.py
                                PEM.pyi
                                PKCS8.py
                                PKCS8.pyi
                            Math/
                                __init__.py
                                _IntegerBase.py
                                _IntegerBase.pyi
                                _IntegerCustom.py
                                _IntegerCustom.pyi
                                _IntegerGMP.py
                                _IntegerGMP.pyi
                                _IntegerNative.py
                                _IntegerNative.pyi
                                _modexp.abi3.so
                                Numbers.py
                                Numbers.pyi
                                Primality.py
                                Primality.pyi
                            Protocol/
                                __init__.py
                                __init__.pyi
                                _scrypt.abi3.so
                                DH.py
                                DH.pyi
                                HPKE.py
                                KDF.py
                                KDF.pyi
                                SecretSharing.py
                                SecretSharing.pyi
                            PublicKey/
                                __init__.py
                                __init__.pyi
                                _curve.py
                                _curve25519.abi3.so
                                _curve448.abi3.so
                                _ec_ws.abi3.so
                                _ed25519.abi3.so
                                _ed448.abi3.so
                                _edwards.py
                                _montgomery.py
                                _nist_ecc.py
                                _openssh.py
                                _openssh.pyi
                                _point.py
                                _point.pyi
                                DSA.py
                                DSA.pyi
                                ECC.py
                                ECC.pyi
                                ElGamal.py
                                ElGamal.pyi
                                RSA.py
                                RSA.pyi
                            Random/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                                __init__.pyi
                                random.py
                                random.pyi
                            SelfTest/
                                Cipher/
                                    __init__.py
                                    common.py
                                    test_AES.py
                                    test_ARC2.py
                                    test_ARC4.py
                                    test_Blowfish.py
                                    test_CAST.py
                                    test_CBC.py
                                    test_CCM.py
                                    test_CFB.py
                                    test_ChaCha20.py
                                    test_ChaCha20_Poly1305.py
                                    test_CTR.py
                                    test_DES.py
                                    test_DES3.py
                                    test_EAX.py
                                    test_GCM.py
                                    test_KW.py
                                    test_OCB.py
                                    test_OFB.py
                                    test_OpenPGP.py
                                    test_pkcs1_15.py
                                    test_pkcs1_oaep.py
                                    test_Salsa20.py
                                    test_SIV.py
                                Hash/
                                    __init__.py
                                    common.py
                                    test_BLAKE2.py
                                    test_CMAC.py
                                    test_cSHAKE.py
                                    test_HMAC.py
                                    test_KangarooTwelve.py
                                    test_keccak.py
                                    test_KMAC.py
                                    test_MD2.py
                                    test_MD4.py
                                    test_MD5.py
                                    test_Poly1305.py
                                    test_RIPEMD160.py
                                    test_SHA1.py
                                    test_SHA224.py
                                    test_SHA256.py
                                    test_SHA384.py
                                    test_SHA3_224.py
                                    test_SHA3_256.py
                                    test_SHA3_384.py
                                    test_SHA3_512.py
                                    test_SHA512.py
                                    test_SHAKE.py
                                    test_TupleHash.py
                                    test_TurboSHAKE.py
                                IO/
                                    __init__.py
                                    test_PBES.py
                                    test_PKCS8.py
                                Math/
                                    __init__.py
                                    test_modexp.py
                                    test_modmult.py
                                    test_Numbers.py
                                    test_Primality.py
                                Protocol/
                                    __init__.py
                                    test_ecdh.py
                                    test_HPKE.py
                                    test_KDF.py
                                    test_rfc1751.py
                                    test_SecretSharing.py
                                PublicKey/
                                    __init__.py
                                    test_DSA.py
                                    test_ECC_Curve25519.py
                                    test_ECC_Curve448.py
                                    test_ECC_Ed25519.py
                                    test_ECC_Ed448.py
                                    test_ECC_NIST.py
                                    test_ElGamal.py
                                    test_import_Curve25519.py
                                    test_import_Curve448.py
                                    test_import_DSA.py
                                    test_import_ECC.py
                                    test_import_RSA.py
                                    test_RSA.py
                                Random/
                                    __init__.py
                                    test_random.py
                                Signature/
                                    __init__.py
                                    test_dss.py
                                    test_eddsa.py
                                    test_pkcs1_15.py
                                    test_pss.py
                                Util/
                                    __init__.py
                                    test_asn1.py
                                    test_Counter.py
                                    test_number.py
                                    test_Padding.py
                                    test_rfc1751.py
                                    test_strxor.py
                                __init__.py
                                __main__.py
                                loader.py
                                st_common.py
                            Signature/
                                __init__.py
                                DSS.py
                                DSS.pyi
                                eddsa.py
                                eddsa.pyi
                                pkcs1_15.py
                                pkcs1_15.pyi
                                PKCS1_PSS.py
                                PKCS1_PSS.pyi
                                PKCS1_v1_5.py
                                PKCS1_v1_5.pyi
                                pss.py
                                pss.pyi
                            Util/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _cpu_features.cpython-313.pyc
                                    _file_system.cpython-313.pyc
                                    _raw_api.cpython-313.pyc
                                    py3compat.cpython-313.pyc
                                __init__.py
                                _cpu_features.py
                                _cpu_features.pyi
                                _cpuid_c.abi3.so
                                _file_system.py
                                _file_system.pyi
                                _raw_api.py
                                _raw_api.pyi
                                _strxor.abi3.so
                                asn1.py
                                asn1.pyi
                                Counter.py
                                Counter.pyi
                                number.py
                                number.pyi
                                Padding.py
                                Padding.pyi
                                py3compat.py
                                py3compat.pyi
                                RFC1751.py
                                RFC1751.pyi
                                strxor.py
                                strxor.pyi
                            __init__.py
                            __init__.pyi
                            py.typed
                        cryptography/
                            hazmat/
                                backends/
                                    openssl/
                                        __init__.py
                                        backend.py
                                    __init__.py
                                bindings/
                                    _rust/
                                        openssl/
                                            __init__.pyi
                                            aead.pyi
                                            ciphers.pyi
                                            cmac.pyi
                                            dh.pyi
                                            dsa.pyi
                                            ec.pyi
                                            ed25519.pyi
                                            ed448.pyi
                                            hashes.pyi
                                            hmac.pyi
                                            kdf.pyi
                                            keys.pyi
                                            poly1305.pyi
                                            rsa.pyi
                                            x25519.pyi
                                            x448.pyi
                                        __init__.pyi
                                        _openssl.pyi
                                        asn1.pyi
                                        exceptions.pyi
                                        ocsp.pyi
                                        pkcs12.pyi
                                        pkcs7.pyi
                                        test_support.pyi
                                        x509.pyi
                                    openssl/
                                        __init__.py
                                        _conditional.py
                                        binding.py
                                    __init__.py
                                    _rust.abi3.so
                                decrepit/
                                    ciphers/
                                        __init__.py
                                        algorithms.py
                                    __init__.py
                                primitives/
                                    asymmetric/
                                        __init__.py
                                        dh.py
                                        dsa.py
                                        ec.py
                                        ed25519.py
                                        ed448.py
                                        padding.py
                                        rsa.py
                                        types.py
                                        utils.py
                                        x25519.py
                                        x448.py
                                    ciphers/
                                        __init__.py
                                        aead.py
                                        algorithms.py
                                        base.py
                                        modes.py
                                    kdf/
                                        __init__.py
                                        argon2.py
                                        concatkdf.py
                                        hkdf.py
                                        kbkdf.py
                                        pbkdf2.py
                                        scrypt.py
                                        x963kdf.py
                                    serialization/
                                        __init__.py
                                        base.py
                                        pkcs12.py
                                        pkcs7.py
                                        ssh.py
                                    twofactor/
                                        __init__.py
                                        hotp.py
                                        totp.py
                                    __init__.py
                                    _asymmetric.py
                                    _cipheralgorithm.py
                                    _serialization.py
                                    cmac.py
                                    constant_time.py
                                    hashes.py
                                    hmac.py
                                    keywrap.py
                                    padding.py
                                    poly1305.py
                                __init__.py
                                _oid.py
                            x509/
                                __init__.py
                                base.py
                                certificate_transparency.py
                                extensions.py
                                general_name.py
                                name.py
                                ocsp.py
                                oid.py
                                verification.py
                            __about__.py
                            __init__.py
                            exceptions.py
                            fernet.py
                            py.typed
                            utils.py
                        cryptography-45.0.6.dist-info/
                            licenses/
                                LICENSE
                                LICENSE.APACHE
                                LICENSE.BSD
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        Cython/
                            __pycache__/
                                __init__.cpython-313.pyc
                                CodeWriter.cpython-313.pyc
                                Debugging.cpython-313.pyc
                                Shadow.cpython-313.pyc
                            Build/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    Cache.cpython-313.pyc
                                    Dependencies.cpython-313.pyc
                                Tests/
                                    __init__.py
                                    TestCyCache.py
                                    TestCythonizeArgsParser.py
                                    TestDependencies.py
                                    TestInline.py
                                    TestIpythonMagic.py
                                    TestRecythonize.py
                                    TestStripLiterals.py
                                __init__.py
                                BuildExecutable.py
                                Cache.py
                                Cythonize.py
                                Dependencies.py
                                Distutils.py
                                Inline.py
                                IpythonMagic.py
                                SharedModule.py
                            Compiler/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    AnalysedTreeTransforms.cpython-313.pyc
                                    Annotate.cpython-313.pyc
                                    AutoDocTransforms.cpython-313.pyc
                                    Buffer.cpython-313.pyc
                                    Builtin.cpython-313.pyc
                                    CmdLine.cpython-313.pyc
                                    CythonScope.cpython-313.pyc
                                    DebugFlags.cpython-313.pyc
                                    Errors.cpython-313.pyc
                                    ExprNodes.cpython-313.pyc
                                    Future.cpython-313.pyc
                                    Interpreter.cpython-313.pyc
                                    Lexicon.cpython-313.pyc
                                    Main.cpython-313.pyc
                                    MatchCaseNodes.cpython-313.pyc
                                    MemoryView.cpython-313.pyc
                                    ModuleNode.cpython-313.pyc
                                    Naming.cpython-313.pyc
                                    Nodes.cpython-313.pyc
                                    Optimize.cpython-313.pyc
                                    Options.cpython-313.pyc
                                    ParseTreeTransforms.cpython-313.pyc
                                    Pipeline.cpython-313.pyc
                                    PyrexTypes.cpython-313.pyc
                                    Pythran.cpython-313.pyc
                                    StringEncoding.cpython-313.pyc
                                    Symtab.cpython-313.pyc
                                    TreeFragment.cpython-313.pyc
                                    TypeInference.cpython-313.pyc
                                    TypeSlots.cpython-313.pyc
                                    UtilityCode.cpython-313.pyc
                                    UtilNodes.cpython-313.pyc
                                    Version.cpython-313.pyc
                                Tests/
                                    __init__.py
                                    TestBuffer.py
                                    TestBuiltin.py
                                    TestCmdLine.py
                                    TestCode.py
                                    TestFlowControl.py
                                    TestGrammar.py
                                    TestMemView.py
                                    TestParseTreeTransforms.py
                                    TestScanning.py
                                    TestSignatureMatching.py
                                    TestStringEncoding.py
                                    TestTreeFragment.py
                                    TestTreePath.py
                                    TestTypes.py
                                    TestUtilityLoad.py
                                    TestVisitor.py
                                    Utils.py
                                __init__.py
                                AnalysedTreeTransforms.py
                                Annotate.py
                                AutoDocTransforms.py
                                Buffer.py
                                Builtin.py
                                CmdLine.py
                                Code.cpython-313-darwin.so
                                Code.pxd
                                Code.py
                                CodeGeneration.py
                                CythonScope.py
                                Dataclass.py
                                DebugFlags.py
                                Errors.py
                                ExprNodes.py
                                FlowControl.cpython-313-darwin.so
                                FlowControl.pxd
                                FlowControl.py
                                FusedNode.cpython-313-darwin.so
                                FusedNode.py
                                Future.py
                                Interpreter.py
                                Lexicon.py
                                LineTable.cpython-313-darwin.so
                                LineTable.py
                                Main.py
                                MatchCaseNodes.py
                                MemoryView.py
                                ModuleNode.py
                                Naming.py
                                Nodes.py
                                Optimize.py
                                Options.py
                                ParseTreeTransforms.pxd
                                ParseTreeTransforms.py
                                Parsing.cpython-313-darwin.so
                                Parsing.pxd
                                Parsing.py
                                Pipeline.py
                                PyrexTypes.py
                                Pythran.py
                                Scanning.cpython-313-darwin.so
                                Scanning.pxd
                                Scanning.py
                                StringEncoding.py
                                Symtab.py
                                TreeFragment.py
                                TreePath.py
                                TypeInference.py
                                TypeSlots.py
                                UFuncs.py
                                UtilityCode.py
                                UtilNodes.py
                                Version.py
                                Visitor.cpython-313-darwin.so
                                Visitor.pxd
                                Visitor.py
                            Debugger/
                                Tests/
                                    __init__.py
                                    cfuncs.c
                                    codefile
                                    test_libcython_in_gdb.py
                                    test_libpython_in_gdb.py
                                    TestLibCython.py
                                __init__.py
                                Cygdb.py
                                DebugWriter.py
                                libcython.py
                                libpython.py
                            Distutils/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    build_ext.cpython-313.pyc
                                    extension.cpython-313.pyc
                                __init__.py
                                build_ext.py
                                extension.py
                                old_build_ext.py
                            Includes/
                                cpython/
                                    __init__.pxd
                                    array.pxd
                                    bool.pxd
                                    buffer.pxd
                                    bytearray.pxd
                                    bytes.pxd
                                    cellobject.pxd
                                    ceval.pxd
                                    codecs.pxd
                                    complex.pxd
                                    contextvars.pxd
                                    conversion.pxd
                                    datetime.pxd
                                    descr.pxd
                                    dict.pxd
                                    exc.pxd
                                    fileobject.pxd
                                    float.pxd
                                    function.pxd
                                    genobject.pxd
                                    getargs.pxd
                                    instance.pxd
                                    iterator.pxd
                                    iterobject.pxd
                                    list.pxd
                                    long.pxd
                                    longintrepr.pxd
                                    mapping.pxd
                                    marshal.pxd
                                    mem.pxd
                                    memoryview.pxd
                                    method.pxd
                                    module.pxd
                                    number.pxd
                                    object.pxd
                                    pycapsule.pxd
                                    pylifecycle.pxd
                                    pyport.pxd
                                    pystate.pxd
                                    pythread.pxd
                                    ref.pxd
                                    sequence.pxd
                                    set.pxd
                                    slice.pxd
                                    time.pxd
                                    tuple.pxd
                                    type.pxd
                                    unicode.pxd
                                    version.pxd
                                    weakref.pxd
                                libc/
                                    __init__.pxd
                                    complex.pxd
                                    errno.pxd
                                    float.pxd
                                    limits.pxd
                                    locale.pxd
                                    math.pxd
                                    setjmp.pxd
                                    signal.pxd
                                    stddef.pxd
                                    stdint.pxd
                                    stdio.pxd
                                    stdlib.pxd
                                    string.pxd
                                    threads.pxd
                                    time.pxd
                                libcpp/
                                    __init__.pxd
                                    algorithm.pxd
                                    any.pxd
                                    atomic.pxd
                                    barrier.pxd
                                    bit.pxd
                                    cast.pxd
                                    cmath.pxd
                                    complex.pxd
                                    deque.pxd
                                    exception.pxd
                                    execution.pxd
                                    forward_list.pxd
                                    functional.pxd
                                    future.pxd
                                    iterator.pxd
                                    latch.pxd
                                    limits.pxd
                                    list.pxd
                                    map.pxd
                                    memory.pxd
                                    mutex.pxd
                                    numbers.pxd
                                    numeric.pxd
                                    optional.pxd
                                    pair.pxd
                                    queue.pxd
                                    random.pxd
                                    semaphore.pxd
                                    set.pxd
                                    shared_mutex.pxd
                                    span.pxd
                                    stack.pxd
                                    stop_token.pxd
                                    string.pxd
                                    string_view.pxd
                                    typeindex.pxd
                                    typeinfo.pxd
                                    unordered_map.pxd
                                    unordered_set.pxd
                                    utility.pxd
                                    vector.pxd
                                numpy/
                                    math.pxd
                                posix/
                                    __init__.pxd
                                    dlfcn.pxd
                                    fcntl.pxd
                                    ioctl.pxd
                                    mman.pxd
                                    resource.pxd
                                    select.pxd
                                    signal.pxd
                                    stat.pxd
                                    stdio.pxd
                                    stdlib.pxd
                                    strings.pxd
                                    time.pxd
                                    types.pxd
                                    uio.pxd
                                    unistd.pxd
                                    wait.pxd
                                openmp.pxd
                            Plex/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    Errors.cpython-313.pyc
                                    Lexicons.cpython-313.pyc
                                    Regexps.cpython-313.pyc
                                __init__.py
                                Actions.cpython-313-darwin.so
                                Actions.pxd
                                Actions.py
                                DFA.cpython-313-darwin.so
                                DFA.pxd
                                DFA.py
                                Errors.py
                                Lexicons.py
                                Machines.cpython-313-darwin.so
                                Machines.pxd
                                Machines.py
                                Regexps.py
                                Scanners.cpython-313-darwin.so
                                Scanners.pxd
                                Scanners.py
                                Transitions.cpython-313-darwin.so
                                Transitions.pxd
                                Transitions.py
                            Runtime/
                                __init__.py
                                refnanny.cpython-313-darwin.so
                                refnanny.pyx
                            Tempita/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _looper.cpython-313.pyc
                                __init__.py
                                _looper.py
                                _tempita.cpython-313-darwin.so
                                _tempita.py
                            Tests/
                                __init__.py
                                TestCodeWriter.py
                                TestCythonUtils.py
                                TestJediTyper.py
                                TestShadow.py
                                TestStringIOTree.py
                                TestTestUtils.py
                                xmlrunner.py
                            Utility/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                                arrayarray.h
                                AsyncGen.c
                                Buffer.c
                                BufferFormatFromTypeInfo.pxd
                                Builtins.c
                                CConvert.pyx
                                CMath.c
                                CommonStructures.c
                                Complex.c
                                Coroutine.c
                                CpdefEnums.pyx
                                CppConvert.pyx
                                CppSupport.cpp
                                CythonFunction.c
                                Dataclasses.c
                                Dataclasses.py
                                Embed.c
                                Exceptions.c
                                ExtensionTypes.c
                                FunctionArguments.c
                                ImportExport.c
                                Lock.c
                                MemoryView.pxd
                                MemoryView.pyx
                                MemoryView_C.c
                                ModuleSetupCode.c
                                NumpyImportArray.c
                                ObjectHandling.c
                                Optimize.c
                                Overflow.c
                                Printing.c
                                Profile.c
                                StringTools.c
                                TestCythonScope.pyx
                                TestCyUtilityLoader.pyx
                                TestUtilityLoader.c
                                TypeConversion.c
                                UFuncs.pyx
                                UFuncs_C.c
                            __init__.py
                            __init__.pyi
                            CodeWriter.py
                            Coverage.py
                            Debugging.py
                            py.typed
                            Shadow.py
                            Shadow.pyi
                            StringIOTree.cpython-313-darwin.so
                            StringIOTree.py
                            TestUtils.py
                            Utils.cpython-313-darwin.so
                            Utils.py
                        cython-3.1.2.dist-info/
                            licenses/
                                COPYING.txt
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        dask/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _compatibility.cpython-313.pyc
                                _expr.cpython-313.pyc
                                _task_spec.cpython-313.pyc
                                _version.cpython-313.pyc
                                base.cpython-313.pyc
                                blockwise.cpython-313.pyc
                                callbacks.cpython-313.pyc
                                config.cpython-313.pyc
                                context.cpython-313.pyc
                                core.cpython-313.pyc
                                datasets.cpython-313.pyc
                                delayed.cpython-313.pyc
                                hashing.cpython-313.pyc
                                highlevelgraph.cpython-313.pyc
                                layers.cpython-313.pyc
                                local.cpython-313.pyc
                                multiprocessing.cpython-313.pyc
                                optimization.cpython-313.pyc
                                order.cpython-313.pyc
                                sizeof.cpython-313.pyc
                                system.cpython-313.pyc
                                threaded.cpython-313.pyc
                                tokenize.cpython-313.pyc
                                typing.cpython-313.pyc
                                utils.cpython-313.pyc
                            array/
                                _array_expr/
                                    tests/
                                        __init__.py
                                        test_collection.py
                                    __init__.py
                                    _backends.py
                                    _blockwise.py
                                    _collection.py
                                    _creation.py
                                    _expr.py
                                    _gufunc.py
                                    _io.py
                                    _map_blocks.py
                                    _overlap.py
                                    _rechunk.py
                                    _reductions.py
                                    _shuffle.py
                                    _slicing.py
                                    _ufunc.py
                                    _utils.py
                                    random.py
                                lib/
                                    __init__.py
                                    stride_tricks.py
                                tests/
                                    __init__.py
                                    test_api.py
                                    test_array_core.py
                                    test_array_expr_incompatible.py
                                    test_array_function.py
                                    test_array_utils.py
                                    test_atop.py
                                    test_chunk.py
                                    test_creation.py
                                    test_cupy_core.py
                                    test_cupy_creation.py
                                    test_cupy_gufunc.py
                                    test_cupy_linalg.py
                                    test_cupy_overlap.py
                                    test_cupy_percentile.py
                                    test_cupy_random.py
                                    test_cupy_reductions.py
                                    test_cupy_routines.py
                                    test_cupy_slicing.py
                                    test_cupy_sparse.py
                                    test_dispatch.py
                                    test_fft.py
                                    test_gufunc.py
                                    test_image.py
                                    test_linalg.py
                                    test_map_blocks.py
                                    test_masked.py
                                    test_numpy_compat.py
                                    test_optimization.py
                                    test_overlap.py
                                    test_percentiles.py
                                    test_random.py
                                    test_rechunk.py
                                    test_reductions.py
                                    test_reshape.py
                                    test_routines.py
                                    test_shuffle.py
                                    test_slicing.py
                                    test_sparse.py
                                    test_stats.py
                                    test_svg.py
                                    test_testing.py
                                    test_ufunc.py
                                    test_wrap.py
                                    test_xarray.py
                                __init__.py
                                _reductions_generic.py
                                _shuffle.py
                                api.py
                                backends.py
                                blockwise.py
                                chunk.py
                                chunk_types.py
                                core.py
                                creation.py
                                cupy_entry_point.py
                                dispatch.py
                                einsumfuncs.py
                                fft.py
                                gufunc.py
                                image.py
                                linalg.py
                                ma.py
                                numpy_compat.py
                                NUMPY_LICENSE.txt
                                optimization.py
                                overlap.py
                                percentile.py
                                random.py
                                rechunk.py
                                reductions.py
                                reshape.py
                                routines.py
                                slicing.py
                                stats.py
                                svg.py
                                tiledb_io.py
                                ufunc.py
                                utils.py
                                wrap.py
                            bag/
                                tests/
                                    __init__.py
                                    test_avro.py
                                    test_bag.py
                                    test_random.py
                                    test_text.py
                                __init__.py
                                avro.py
                                chunk.py
                                core.py
                                random.py
                                text.py
                                utils.py
                            bytes/
                                tests/
                                    __init__.py
                                    test_bytes_utils.py
                                    test_compression.py
                                    test_http.py
                                    test_local.py
                                    test_s3.py
                                __init__.py
                                core.py
                                utils.py
                            dataframe/
                                dask_expr/
                                    diagnostics/
                                        __init__.py
                                        _analyze.py
                                        _analyze_plugin.py
                                        _explain.py
                                    io/
                                        tests/
                                            __init__.py
                                            test_delayed.py
                                            test_distributed.py
                                            test_from_pandas.py
                                            test_io.py
                                            test_parquet.py
                                            test_sql.py
                                        __init__.py
                                        _delayed.py
                                        bag.py
                                        io.py
                                        parquet.py
                                        records.py
                                    tests/
                                        __init__.py
                                        _util.py
                                        test_align_partitions.py
                                        test_categorical.py
                                        test_collection.py
                                        test_concat.py
                                        test_core.py
                                        test_cumulative.py
                                        test_datasets.py
                                        test_datetime.py
                                        test_describe.py
                                        test_diagnostics.py
                                        test_distributed.py
                                        test_dummies.py
                                        test_format.py
                                        test_fusion.py
                                        test_groupby.py
                                        test_indexing.py
                                        test_interchange.py
                                        test_map_partitions_overlap.py
                                        test_merge.py
                                        test_merge_asof.py
                                        test_partitioning_knowledge.py
                                        test_predicate_pushdown.py
                                        test_quantiles.py
                                        test_reductions.py
                                        test_repartition.py
                                        test_reshape.py
                                        test_rolling.py
                                        test_shuffle.py
                                        test_string_accessor.py
                                        test_ufunc.py
                                    __init__.py
                                    _accessor.py
                                    _backends.py
                                    _categorical.py
                                    _collection.py
                                    _concat.py
                                    _cumulative.py
                                    _datetime.py
                                    _describe.py
                                    _dummies.py
                                    _expr.py
                                    _groupby.py
                                    _indexing.py
                                    _interchange.py
                                    _merge.py
                                    _merge_asof.py
                                    _quantile.py
                                    _quantiles.py
                                    _reductions.py
                                    _repartition.py
                                    _rolling.py
                                    _shuffle.py
                                    _str_accessor.py
                                    _util.py
                                    _version.py
                                    datasets.py
                                io/
                                    orc/
                                        __init__.py
                                        arrow.py
                                        core.py
                                        utils.py
                                    parquet/
                                        __init__.py
                                        arrow.py
                                        core.py
                                        utils.py
                                    tests/
                                        __init__.py
                                        test_csv.py
                                        test_demo.py
                                        test_hdf.py
                                        test_io.py
                                        test_json.py
                                        test_orc.py
                                        test_parquet.py
                                        test_sql.py
                                    __init__.py
                                    csv.py
                                    demo.py
                                    hdf.py
                                    io.py
                                    json.py
                                    sql.py
                                    utils.py
                                tests/
                                    __init__.py
                                    test_accessors.py
                                    test_api.py
                                    test_arithmetics_reduction.py
                                    test_boolean.py
                                    test_categorical.py
                                    test_dataframe.py
                                    test_extensions.py
                                    test_groupby.py
                                    test_hashing.py
                                    test_hyperloglog.py
                                    test_indexing.py
                                    test_merge_column_and_index.py
                                    test_methods.py
                                    test_multi.py
                                    test_numeric.py
                                    test_pyarrow.py
                                    test_pyarrow_compat.py
                                    test_reshape.py
                                    test_rolling.py
                                    test_shuffle.py
                                    test_ufunc.py
                                    test_utils_dataframe.py
                                tseries/
                                    tests/
                                        __init__.py
                                        test_resample.py
                                        test_resample_expr.py
                                    __init__.py
                                    resample.py
                                __init__.py
                                _compat.py
                                _dtypes.py
                                _pyarrow.py
                                _pyarrow_compat.py
                                accessor.py
                                api.py
                                backends.py
                                categorical.py
                                core.py
                                dispatch.py
                                extensions.py
                                groupby.py
                                hyperloglog.py
                                indexing.py
                                methods.py
                                multi.py
                                partitionquantiles.py
                                rolling.py
                                shuffle.py
                                utils.py
                            diagnostics/
                                tests/
                                    __init__.py
                                    test_profiler.py
                                    test_progress.py
                                __init__.py
                                profile.py
                                profile_visualize.py
                                progress.py
                            tests/
                                __init__.py
                                test_backends.py
                                test_base.py
                                test_cache.py
                                test_callbacks.py
                                test_ci.py
                                test_cli.py
                                test_compatibility.py
                                test_config.py
                                test_context.py
                                test_core.py
                                test_datasets.py
                                test_delayed.py
                                test_distributed.py
                                test_docs.py
                                test_dot.py
                                test_expr.py
                                test_graph_manipulation.py
                                test_hashing.py
                                test_highgraph.py
                                test_hlgexpr.py
                                test_imports.py
                                test_layers.py
                                test_local.py
                                test_ml.py
                                test_multiprocessing.py
                                test_optimization.py
                                test_order.py
                                test_rewrite.py
                                test_sizeof.py
                                test_spark_compat.py
                                test_system.py
                                test_task_spec.py
                                test_threaded.py
                                test_tokenize.py
                                test_traceback.py
                                test_typing.py
                                test_utils.py
                                test_utils_test.py
                                warning_aliases.py
                            widgets/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    widgets.cpython-313.pyc
                                templates/
                                    array.html.j2
                                    dataframe.html.j2
                                    highlevelgraph.html.j2
                                    highlevelgraph_layer.html.j2
                                tests/
                                    templates/
                                        bytes.html.j2
                                        custom_filter.html.j2
                                        example.html.j2
                                    test_widgets.py
                                __init__.py
                                widgets.py
                            __init__.py
                            __main__.py
                            _collections.py
                            _compatibility.py
                            _dispatch.py
                            _expr.py
                            _task_spec.py
                            _version.py
                            backends.py
                            base.py
                            blockwise.py
                            cache.py
                            callbacks.py
                            cli.py
                            config.py
                            conftest.py
                            context.py
                            core.py
                            dask-schema.yaml
                            dask.yaml
                            datasets.py
                            delayed.py
                            distributed.py
                            dot.py
                            graph_manipulation.py
                            hashing.py
                            highlevelgraph.py
                            layers.py
                            local.py
                            ml.py
                            multiprocessing.py
                            optimization.py
                            order.py
                            py.typed
                            rewrite.py
                            sizeof.py
                            system.py
                            task_spec.py
                            threaded.py
                            tokenize.py
                            typing.py
                            utils.py
                            utils_test.py
                        dask-2025.7.0.dist-info/
                            licenses/
                                dask/
                                    array/
                                        NUMPY_LICENSE.txt
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        dateutil/
                            parser/
                                __init__.py
                                _parser.py
                                isoparser.py
                            tz/
                                __init__.py
                                _common.py
                                _factories.py
                                tz.py
                                win.py
                            zoneinfo/
                                __init__.py
                                dateutil-zoneinfo.tar.gz
                                rebuild.py
                            __init__.py
                            _common.py
                            _version.py
                            easter.py
                            relativedelta.py
                            rrule.py
                            tzwin.py
                            utils.py
                        dateutil-stubs/
                            parser/
                                __init__.pyi
                                _parser.pyi
                                isoparser.pyi
                            tz/
                                __init__.pyi
                                _common.pyi
                                tz.pyi
                                win.pyi
                            zoneinfo/
                                __init__.pyi
                                rebuild.pyi
                            __init__.pyi
                            _common.pyi
                            _version.pyi
                            easter.pyi
                            METADATA.toml
                            py.typed
                            relativedelta.pyi
                            rrule.pyi
                            tzwin.pyi
                            utils.pyi
                        debugpy/
                            _vendored/
                                pydevd/
                                    _pydev_bundle/
                                        fsnotify/
                                            __init__.py
                                        __init__.py
                                        _pydev_calltip_util.py
                                        _pydev_completer.py
                                        _pydev_execfile.py
                                        _pydev_filesystem_encoding.py
                                        _pydev_getopt.py
                                        _pydev_imports_tipper.py
                                        _pydev_jy_imports_tipper.py
                                        _pydev_log.py
                                        _pydev_saved_modules.py
                                        _pydev_sys_patch.py
                                        _pydev_tipper_common.py
                                        pydev_console_utils.py
                                        pydev_import_hook.py
                                        pydev_imports.py
                                        pydev_ipython_console.py
                                        pydev_ipython_console_011.py
                                        pydev_is_thread_alive.py
                                        pydev_localhost.py
                                        pydev_log.py
                                        pydev_monkey.py
                                        pydev_monkey_qt.py
                                        pydev_override.py
                                        pydev_umd.py
                                        pydev_versioncheck.py
                                    _pydev_runfiles/
                                        __init__.py
                                        pydev_runfiles.py
                                        pydev_runfiles_coverage.py
                                        pydev_runfiles_nose.py
                                        pydev_runfiles_parallel.py
                                        pydev_runfiles_parallel_client.py
                                        pydev_runfiles_pytest2.py
                                        pydev_runfiles_unittest.py
                                        pydev_runfiles_xml_rpc.py
                                    _pydevd_bundle/
                                        _debug_adapter/
                                            __init__.py
                                            __main__pydevd_gen_debug_adapter_protocol.py
                                            debugProtocol.json
                                            debugProtocolCustom.json
                                            pydevd_base_schema.py
                                            pydevd_schema.py
                                            pydevd_schema_log.py
                                        pydevd_concurrency_analyser/
                                            __init__.py
                                            pydevd_concurrency_logger.py
                                            pydevd_thread_wrappers.py
                                        __init__.py
                                        pydevconsole_code.py
                                        pydevd_additional_thread_info.py
                                        pydevd_additional_thread_info_regular.py
                                        pydevd_api.py
                                        pydevd_breakpoints.py
                                        pydevd_bytecode_utils.py
                                        pydevd_bytecode_utils_py311.py
                                        pydevd_code_to_source.py
                                        pydevd_collect_bytecode_info.py
                                        pydevd_comm.py
                                        pydevd_comm_constants.py
                                        pydevd_command_line_handling.py
                                        pydevd_console.py
                                        pydevd_constants.py
                                        pydevd_custom_frames.py
                                        pydevd_cython.c
                                        pydevd_cython.cpython-313-darwin.so
                                        pydevd_cython.pxd
                                        pydevd_cython.pyx
                                        pydevd_cython_wrapper.py
                                        pydevd_daemon_thread.py
                                        pydevd_defaults.py
                                        pydevd_dont_trace.py
                                        pydevd_dont_trace_files.py
                                        pydevd_exec2.py
                                        pydevd_extension_api.py
                                        pydevd_extension_utils.py
                                        pydevd_filtering.py
                                        pydevd_frame.py
                                        pydevd_frame_utils.py
                                        pydevd_gevent_integration.py
                                        pydevd_import_class.py
                                        pydevd_io.py
                                        pydevd_json_debug_options.py
                                        pydevd_net_command.py
                                        pydevd_net_command_factory_json.py
                                        pydevd_net_command_factory_xml.py
                                        pydevd_plugin_utils.py
                                        pydevd_process_net_command.py
                                        pydevd_process_net_command_json.py
                                        pydevd_referrers.py
                                        pydevd_reload.py
                                        pydevd_resolver.py
                                        pydevd_runpy.py
                                        pydevd_safe_repr.py
                                        pydevd_save_locals.py
                                        pydevd_signature.py
                                        pydevd_source_mapping.py
                                        pydevd_stackless.py
                                        pydevd_suspended_frames.py
                                        pydevd_thread_lifecycle.py
                                        pydevd_timeout.py
                                        pydevd_trace_dispatch.py
                                        pydevd_trace_dispatch_regular.py
                                        pydevd_traceproperty.py
                                        pydevd_utils.py
                                        pydevd_vars.py
                                        pydevd_vm_type.py
                                        pydevd_xml.py
                                    _pydevd_frame_eval/
                                        vendored/
                                            bytecode/
                                                tests/
                                                    __init__.py
                                                    test_bytecode.py
                                                    test_cfg.py
                                                    test_code.py
                                                    test_concrete.py
                                                    test_flags.py
                                                    test_instr.py
                                                    test_misc.py
                                                    test_peephole_opt.py
                                                    util_annotation.py
                                                __init__.py
                                                bytecode.py
                                                cfg.py
                                                concrete.py
                                                flags.py
                                                instr.py
                                                peephole_opt.py
                                            __init__.py
                                            pydevd_fix_code.py
                                            README.txt
                                        .gitignore
                                        __init__.py
                                        pydevd_frame_eval_cython_wrapper.py
                                        pydevd_frame_eval_main.py
                                        pydevd_frame_evaluator.c
                                        pydevd_frame_evaluator.pxd
                                        pydevd_frame_evaluator.template.pyx
                                        pydevd_frame_tracing.py
                                        pydevd_modify_bytecode.py
                                        release_mem.h
                                    _pydevd_sys_monitoring/
                                        _pydevd_sys_monitoring.py
                                        _pydevd_sys_monitoring_cython.c
                                        _pydevd_sys_monitoring_cython.cpython-313-darwin.so
                                        _pydevd_sys_monitoring_cython.pxd
                                        _pydevd_sys_monitoring_cython.pyx
                                        pydevd_sys_monitoring.py
                                    pydev_ipython/
                                        __init__.py
                                        inputhook.py
                                        inputhookglut.py
                                        inputhookgtk.py
                                        inputhookgtk3.py
                                        inputhookpyglet.py
                                        inputhookqt4.py
                                        inputhookqt5.py
                                        inputhookqt6.py
                                        inputhooktk.py
                                        inputhookwx.py
                                        matplotlibtools.py
                                        qt.py
                                        qt_for_kernel.py
                                        qt_loaders.py
                                        README
                                        version.py
                                    pydev_sitecustomize/
                                        __not_in_default_pythonpath.txt
                                        sitecustomize.py
                                    pydevd_attach_to_process/
                                        common/
                                            py_custom_pyeval_settrace.hpp
                                            py_custom_pyeval_settrace_310.hpp
                                            py_custom_pyeval_settrace_311.hpp
                                            py_custom_pyeval_settrace_common.hpp
                                            py_settrace.hpp
                                            py_utils.hpp
                                            py_version.hpp
                                            python.h
                                            ref_utils.hpp
                                        linux_and_mac/
                                            .gitignore
                                            attach.cpp
                                            compile_linux.sh
                                            compile_mac.sh
                                            compile_manylinux.cmd
                                            lldb_prepare.py
                                        winappdbg/
                                            win32/
                                                __init__.py
                                                advapi32.py
                                                context_amd64.py
                                                context_i386.py
                                                dbghelp.py
                                                defines.py
                                                gdi32.py
                                                kernel32.py
                                                ntdll.py
                                                peb_teb.py
                                                psapi.py
                                                shell32.py
                                                shlwapi.py
                                                user32.py
                                                version.py
                                                wtsapi32.py
                                            __init__.py
                                            breakpoint.py
                                            compat.py
                                            crash.py
                                            debug.py
                                            disasm.py
                                            event.py
                                            interactive.py
                                            module.py
                                            process.py
                                            registry.py
                                            search.py
                                            sql.py
                                            system.py
                                            textio.py
                                            thread.py
                                            util.py
                                            window.py
                                        windows/
                                            attach.cpp
                                            attach.h
                                            compile_windows.bat
                                            inject_dll.cpp
                                            py_win_helpers.hpp
                                            run_code_in_memory.hpp
                                            run_code_on_dllmain.cpp
                                            stdafx.cpp
                                            stdafx.h
                                            targetver.h
                                        _always_live_program.py
                                        _check.py
                                        _test_attach_to_process.py
                                        _test_attach_to_process_linux.py
                                        add_code_to_python_process.py
                                        attach.dylib
                                        attach_pydevd.py
                                        attach_script.py
                                        README.txt
                                    pydevd_plugins/
                                        extensions/
                                            types/
                                                __init__.py
                                                pydevd_helpers.py
                                                pydevd_plugin_numpy_types.py
                                                pydevd_plugin_pandas_types.py
                                                pydevd_plugins_django_form_str.py
                                            __init__.py
                                            README.md
                                        __init__.py
                                        django_debug.py
                                        jinja2_debug.py
                                        pydevd_line_validation.py
                                    pydev_app_engine_debug_startup.py
                                    pydev_coverage.py
                                    pydev_pysrc.py
                                    pydev_run_in_console.py
                                    pydevconsole.py
                                    pydevd.py
                                    pydevd_file_utils.py
                                    pydevd_tracing.py
                                    setup_pydevd_cython.py
                                __init__.py
                                _pydevd_packaging.py
                                _util.py
                                force_pydevd.py
                            adapter/
                                __init__.py
                                __main__.py
                                clients.py
                                components.py
                                launchers.py
                                servers.py
                                sessions.py
                            common/
                                __init__.py
                                json.py
                                log.py
                                messaging.py
                                singleton.py
                                sockets.py
                                stacks.py
                                timestamp.py
                                util.py
                            launcher/
                                __init__.py
                                __main__.py
                                debuggee.py
                                handlers.py
                                output.py
                                winapi.py
                            server/
                                __init__.py
                                api.py
                                attach_pid_injected.py
                                cli.py
                            __init__.py
                            __main__.py
                            _version.py
                            public_api.py
                            ThirdPartyNotices.txt
                        debugpy-1.8.15.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        decorator-5.2.1.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            pbr.json
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        defusedxml/
                            __init__.py
                            cElementTree.py
                            common.py
                            ElementTree.py
                            expatbuilder.py
                            expatreader.py
                            lxml.py
                            minidom.py
                            pulldom.py
                            sax.py
                            xmlrpc.py
                        defusedxml-0.7.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        distributed/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _async_taskgroup.cpython-313.pyc
                                _asyncio.cpython-313.pyc
                                _concurrent_futures_thread.cpython-313.pyc
                                _stories.cpython-313.pyc
                                _version.cpython-313.pyc
                                active_memory_manager.cpython-313.pyc
                                actor.cpython-313.pyc
                                batched.cpython-313.pyc
                                broker.cpython-313.pyc
                                cfexecutor.cpython-313.pyc
                                client.cpython-313.pyc
                                cluster_dump.cpython-313.pyc
                                collections.cpython-313.pyc
                                compatibility.cpython-313.pyc
                                config.cpython-313.pyc
                                core.cpython-313.pyc
                                counter.cpython-313.pyc
                                diskutils.cpython-313.pyc
                                event.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                gc.cpython-313.pyc
                                itertools.cpython-313.pyc
                                lock.cpython-313.pyc
                                metrics.cpython-313.pyc
                                multi_lock.cpython-313.pyc
                                nanny.cpython-313.pyc
                                node.cpython-313.pyc
                                objects.cpython-313.pyc
                                preloading.cpython-313.pyc
                                process.cpython-313.pyc
                                proctitle.cpython-313.pyc
                                profile.cpython-313.pyc
                                publish.cpython-313.pyc
                                queues.cpython-313.pyc
                                recreate_tasks.cpython-313.pyc
                                scheduler.cpython-313.pyc
                                security.cpython-313.pyc
                                semaphore.cpython-313.pyc
                                sizeof.cpython-313.pyc
                                spans.cpython-313.pyc
                                spill.cpython-313.pyc
                                stealing.cpython-313.pyc
                                system.cpython-313.pyc
                                system_monitor.cpython-313.pyc
                                threadpoolexecutor.cpython-313.pyc
                                utils.cpython-313.pyc
                                utils_comm.cpython-313.pyc
                                variable.cpython-313.pyc
                                versions.cpython-313.pyc
                                worker.cpython-313.pyc
                                worker_client.cpython-313.pyc
                                worker_memory.cpython-313.pyc
                                worker_state_machine.cpython-313.pyc
                            cli/
                                __init__.py
                                dask_scheduler.py
                                dask_spec.py
                                dask_ssh.py
                                dask_worker.py
                                utils.py
                            comm/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    addressing.cpython-313.pyc
                                    core.cpython-313.pyc
                                    inproc.cpython-313.pyc
                                    registry.cpython-313.pyc
                                    tcp.cpython-313.pyc
                                    ucx.cpython-313.pyc
                                    utils.cpython-313.pyc
                                    ws.cpython-313.pyc
                                __init__.py
                                addressing.py
                                core.py
                                inproc.py
                                registry.py
                                tcp.py
                                ucx.py
                                utils.py
                                ws.py
                            dashboard/
                                components/
                                    __init__.py
                                    nvml.py
                                    rmm.py
                                    scheduler.py
                                    shared.py
                                    worker.py
                                templates/
                                    __init__.py
                                    performance_report.html
                                __init__.py
                                core.py
                                export_tool.js
                                export_tool.py
                                scheduler.py
                                theme.yaml
                                utils.py
                                worker.py
                            deploy/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    adaptive.cpython-313.pyc
                                    adaptive_core.cpython-313.pyc
                                    cluster.cpython-313.pyc
                                    local.cpython-313.pyc
                                    spec.cpython-313.pyc
                                    ssh.cpython-313.pyc
                                    subprocess.cpython-313.pyc
                                    utils.cpython-313.pyc
                                __init__.py
                                adaptive.py
                                adaptive_core.py
                                cluster.py
                                local.py
                                old_ssh.py
                                spec.py
                                ssh.py
                                subprocess.py
                                utils.py
                            diagnostics/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    graph_layout.cpython-313.pyc
                                    memory_sampler.cpython-313.pyc
                                    nvml.cpython-313.pyc
                                    plugin.cpython-313.pyc
                                    progress.cpython-313.pyc
                                    progressbar.cpython-313.pyc
                                    rmm.cpython-313.pyc
                                __init__.py
                                cluster_dump.py
                                cudf.py
                                eventstream.py
                                graph_layout.py
                                memory_sampler.py
                                memray.py
                                nvml.py
                                plugin.py
                                progress.py
                                progress_stream.py
                                progressbar.py
                                rmm.py
                                task_stream.py
                                websocket.py
                            http/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    routing.cpython-313.pyc
                                    utils.cpython-313.pyc
                                scheduler/
                                    prometheus/
                                        __init__.py
                                        core.py
                                        semaphore.py
                                        stealing.py
                                    __init__.py
                                    api.py
                                    info.py
                                    json.py
                                    missing_bokeh.py
                                static/
                                    css/
                                        __init__.py
                                        base.css
                                        gpu.css
                                        individual-cluster-map.css
                                        sortable.min.css
                                        status.css
                                    images/
                                        __init__.py
                                        dask-logo.svg
                                        fa-bars.svg
                                        favicon.ico
                                        jupyter.svg
                                        numpy.png
                                        pandas.png
                                        python.png
                                    js/
                                        __init__.py
                                        anime.min.js
                                        individual-cluster-map.js
                                        reconnecting-websocket.min.js
                                        sortable.min.js
                                    __init__.py
                                    individual-cluster-map.html
                                templates/
                                    __init__.py
                                    base.html
                                    call-stack.html
                                    exceptions.html
                                    gpu.html
                                    json-index.html
                                    logs.html
                                    main.html
                                    simple.html
                                    status.html
                                    task.html
                                    worker-table.html
                                    worker.html
                                    workers.html
                                worker/
                                    prometheus/
                                        __init__.py
                                        core.py
                                    __init__.py
                                __init__.py
                                health.py
                                prometheus.py
                                proxy.py
                                routing.py
                                statics.py
                                utils.py
                            protocol/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    compression.cpython-313.pyc
                                    core.cpython-313.pyc
                                    cuda.cpython-313.pyc
                                    pickle.cpython-313.pyc
                                    serialize.cpython-313.pyc
                                    utils.cpython-313.pyc
                                __init__.py
                                arrow.py
                                compression.py
                                core.py
                                cuda.py
                                cupy.py
                                h5py.py
                                keras.py
                                netcdf4.py
                                numba.py
                                numpy.py
                                pickle.py
                                rmm.py
                                scipy.py
                                serialize.py
                                sparse.py
                                torch.py
                                utils.py
                                utils_test.py
                            shuffle/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _arrow.cpython-313.pyc
                                    _buffer.cpython-313.pyc
                                    _comms.cpython-313.pyc
                                    _core.cpython-313.pyc
                                    _disk.cpython-313.pyc
                                    _exceptions.cpython-313.pyc
                                    _limiter.cpython-313.pyc
                                    _memory.cpython-313.pyc
                                    _pickle.cpython-313.pyc
                                    _rechunk.cpython-313.pyc
                                    _scheduler_plugin.cpython-313.pyc
                                    _worker_plugin.cpython-313.pyc
                                __init__.py
                                _arrow.py
                                _buffer.py
                                _comms.py
                                _core.py
                                _disk.py
                                _exceptions.py
                                _limiter.py
                                _memory.py
                                _merge.py
                                _pickle.py
                                _rechunk.py
                                _scheduler_plugin.py
                                _shuffle.py
                                _worker_plugin.py
                            widgets/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                templates/
                                    __init__.py
                                    client.html.j2
                                    cluster.html.j2
                                    computation.html.j2
                                    future.html.j2
                                    has_what.html.j2
                                    local_cluster.html.j2
                                    log.html.j2
                                    logs.html.j2
                                    process_interface.html.j2
                                    scheduler.html.j2
                                    scheduler_info.html.j2
                                    security.html.j2
                                    task_state.html.j2
                                    who_has.html.j2
                                    worker_state.html.j2
                                __init__.py
                            __init__.py
                            _async_taskgroup.py
                            _asyncio.py
                            _concurrent_futures_thread.py
                            _signals.py
                            _stories.py
                            _version.py
                            active_memory_manager.py
                            actor.py
                            batched.py
                            bokeh.py
                            broker.py
                            cfexecutor.py
                            chaos.py
                            client.py
                            cluster_dump.py
                            collections.py
                            compatibility.py
                            config.py
                            core.py
                            counter.py
                            diskutils.py
                            distributed-schema.yaml
                            distributed.yaml
                            event.py
                            exceptions.py
                            gc.py
                            itertools.py
                            lock.py
                            metrics.py
                            multi_lock.py
                            nanny.py
                            node.py
                            objects.py
                            preloading.py
                            process.py
                            proctitle.py
                            profile.py
                            publish.py
                            py.typed
                            queues.py
                            recreate_tasks.py
                            scheduler.py
                            security.py
                            semaphore.py
                            sizeof.py
                            spans.py
                            spill.py
                            stealing.py
                            system.py
                            system_monitor.py
                            threadpoolexecutor.py
                            utils.py
                            utils_comm.py
                            utils_test.py
                            variable.py
                            versions.py
                            worker.py
                            worker_client.py
                            worker_memory.py
                            worker_state_machine.py
                        distributed-2025.7.0.dist-info/
                            licenses/
                                AUTHORS.md
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        dotenv/
                            __pycache__/
                                __init__.cpython-313.pyc
                                main.cpython-313.pyc
                                parser.cpython-313.pyc
                                variables.cpython-313.pyc
                            __init__.py
                            __main__.py
                            cli.py
                            ipython.py
                            main.py
                            parser.py
                            py.typed
                            variables.py
                            version.py
                        executing/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _exceptions.cpython-313.pyc
                                _position_node_finder.cpython-313.pyc
                                _pytest_utils.cpython-313.pyc
                                executing.cpython-313.pyc
                                version.cpython-313.pyc
                            __init__.py
                            _exceptions.py
                            _position_node_finder.py
                            _pytest_utils.py
                            executing.py
                            py.typed
                            version.py
                        executing-2.2.0.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        fastjsonschema/
                            __init__.py
                            __main__.py
                            draft04.py
                            draft06.py
                            draft07.py
                            exceptions.py
                            generator.py
                            indent.py
                            ref_resolver.py
                            version.py
                        fastjsonschema-2.21.1.dist-info/
                            AUTHORS
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        fastparquet/
                            parquet_thrift/
                                parquet/
                                    __init__.py
                                    ttypes.py
                                __init__.py
                            __init__.py
                            _version.py
                            api.py
                            cencoding.c
                            cencoding.cpython-313-darwin.so
                            cencoding.pyx
                            compression.py
                            converted_types.py
                            core.py
                            dataframe.py
                            encoding.py
                            evolve.py
                            json.py
                            parquet.thrift
                            schema.py
                            speedups.c
                            speedups.cpython-313-darwin.so
                            speedups.pyx
                            thrift_structures.py
                            util.py
                            writer.py
                        fastparquet-2024.11.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        fhconfparser/
                            __init__.py
                            fhconfparser.py
                            simpleconf.py
                        fhconfparser-2024.1.dist-info/
                            INSTALLER
                            LICENSE.md
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        flight_project-0.4.1.dist-info/
                            direct_url.json
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            uv_cache.json
                            WHEEL
                        fqdn/
                            __init__.py
                            _compat.py
                        fqdn-1.5.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        fsspec/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _version.cpython-313.pyc
                                caching.cpython-313.pyc
                                callbacks.cpython-313.pyc
                                compression.cpython-313.pyc
                                config.cpython-313.pyc
                                core.cpython-313.pyc
                                dircache.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                mapping.cpython-313.pyc
                                registry.cpython-313.pyc
                                spec.cpython-313.pyc
                                transaction.cpython-313.pyc
                                utils.cpython-313.pyc
                            implementations/
                                __init__.py
                                arrow.py
                                asyn_wrapper.py
                                cache_mapper.py
                                cache_metadata.py
                                cached.py
                                dask.py
                                data.py
                                dbfs.py
                                dirfs.py
                                ftp.py
                                gist.py
                                git.py
                                github.py
                                http.py
                                http_sync.py
                                jupyter.py
                                libarchive.py
                                local.py
                                memory.py
                                reference.py
                                sftp.py
                                smb.py
                                tar.py
                                webhdfs.py
                                zip.py
                            tests/
                                abstract/
                                    __init__.py
                                    common.py
                                    copy.py
                                    get.py
                                    mv.py
                                    open.py
                                    pipe.py
                                    put.py
                            __init__.py
                            _version.py
                            archive.py
                            asyn.py
                            caching.py
                            callbacks.py
                            compression.py
                            config.py
                            conftest.py
                            core.py
                            dircache.py
                            exceptions.py
                            fuse.py
                            generic.py
                            gui.py
                            json.py
                            mapping.py
                            parquet.py
                            registry.py
                            spec.py
                            transaction.py
                            utils.py
                        fsspec-2025.7.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        geographiclib/
                            __pycache__/
                                __init__.cpython-313.pyc
                                constants.cpython-313.pyc
                                geodesic.cpython-313.pyc
                                geodesiccapability.cpython-313.pyc
                                geomath.cpython-313.pyc
                            test/
                                __init__.py
                                test_geodesic.py
                                test_sign.py
                            __init__.py
                            accumulator.py
                            constants.py
                            geodesic.py
                            geodesiccapability.py
                            geodesicline.py
                            geomath.py
                            polygonarea.py
                        geographiclib-2.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        geopy/
                            __pycache__/
                                __init__.cpython-313.pyc
                                adapters.cpython-313.pyc
                                compat.cpython-313.pyc
                                distance.cpython-313.pyc
                                exc.cpython-313.pyc
                                format.cpython-313.pyc
                                location.cpython-313.pyc
                                point.cpython-313.pyc
                                timezone.cpython-313.pyc
                                units.cpython-313.pyc
                                util.cpython-313.pyc
                            extra/
                                __init__.py
                                rate_limiter.py
                            geocoders/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    arcgis.cpython-313.pyc
                                    azure.cpython-313.pyc
                                    baidu.cpython-313.pyc
                                    banfrance.cpython-313.pyc
                                    base.cpython-313.pyc
                                    bing.cpython-313.pyc
                                    databc.cpython-313.pyc
                                    geocodeearth.cpython-313.pyc
                                    geocodio.cpython-313.pyc
                                    geokeo.cpython-313.pyc
                                    geolake.cpython-313.pyc
                                    geonames.cpython-313.pyc
                                    google.cpython-313.pyc
                                    here.cpython-313.pyc
                                    ignfrance.cpython-313.pyc
                                    mapbox.cpython-313.pyc
                                    mapquest.cpython-313.pyc
                                    maptiler.cpython-313.pyc
                                    nominatim.cpython-313.pyc
                                    opencage.cpython-313.pyc
                                    openmapquest.cpython-313.pyc
                                    pelias.cpython-313.pyc
                                    photon.cpython-313.pyc
                                    pickpoint.cpython-313.pyc
                                    smartystreets.cpython-313.pyc
                                    tomtom.cpython-313.pyc
                                    what3words.cpython-313.pyc
                                    woosmap.cpython-313.pyc
                                    yandex.cpython-313.pyc
                                __init__.py
                                algolia.py
                                arcgis.py
                                azure.py
                                baidu.py
                                banfrance.py
                                base.py
                                bing.py
                                databc.py
                                dot_us.py
                                geocodeearth.py
                                geocodefarm.py
                                geocodio.py
                                geokeo.py
                                geolake.py
                                geonames.py
                                google.py
                                googlev3.py
                                here.py
                                ignfrance.py
                                mapbox.py
                                mapquest.py
                                maptiler.py
                                mapzen.py
                                nominatim.py
                                opencage.py
                                openmapquest.py
                                osm.py
                                pelias.py
                                photon.py
                                pickpoint.py
                                placefinder.py
                                smartystreets.py
                                tomtom.py
                                what3words.py
                                woosmap.py
                                yandex.py
                            __init__.py
                            adapters.py
                            compat.py
                            distance.py
                            exc.py
                            format.py
                            location.py
                            point.py
                            timezone.py
                            units.py
                            util.py
                        geopy-2.4.1.dist-info/
                            AUTHORS
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        h11/
                            __init__.py
                            _abnf.py
                            _connection.py
                            _events.py
                            _headers.py
                            _readers.py
                            _receivebuffer.py
                            _state.py
                            _util.py
                            _version.py
                            _writers.py
                            py.typed
                        h11-0.16.0.dist-info/
                            licenses/
                                LICENSE.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        httpcore/
                            _async/
                                __init__.py
                                connection.py
                                connection_pool.py
                                http11.py
                                http2.py
                                http_proxy.py
                                interfaces.py
                                socks_proxy.py
                            _backends/
                                __init__.py
                                anyio.py
                                auto.py
                                base.py
                                mock.py
                                sync.py
                                trio.py
                            _sync/
                                __init__.py
                                connection.py
                                connection_pool.py
                                http11.py
                                http2.py
                                http_proxy.py
                                interfaces.py
                                socks_proxy.py
                            __init__.py
                            _api.py
                            _exceptions.py
                            _models.py
                            _ssl.py
                            _synchronization.py
                            _trace.py
                            _utils.py
                            py.typed
                        httpcore-1.0.9.dist-info/
                            licenses/
                                LICENSE.md
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        httpx/
                            _transports/
                                __init__.py
                                asgi.py
                                base.py
                                default.py
                                mock.py
                                wsgi.py
                            __init__.py
                            __version__.py
                            _api.py
                            _auth.py
                            _client.py
                            _config.py
                            _content.py
                            _decoders.py
                            _exceptions.py
                            _main.py
                            _models.py
                            _multipart.py
                            _status_codes.py
                            _types.py
                            _urlparse.py
                            _urls.py
                            _utils.py
                            py.typed
                        httpx-0.28.1.dist-info/
                            licenses/
                                LICENSE.md
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        humanize/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _version.cpython-313.pyc
                                filesize.cpython-313.pyc
                                i18n.cpython-313.pyc
                                lists.cpython-313.pyc
                                number.cpython-313.pyc
                                time.cpython-313.pyc
                            locale/
                                ar/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                bn_BD/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ca_ES/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                da_DK/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                de_DE/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                el_GR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                eo/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                es_ES/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                eu/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                fa_IR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                fi_FI/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                fr_FR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                he_IL/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                hu_HU/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                id_ID/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                it_IT/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ja_JP/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ko_KR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                nb/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                nl_NL/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                pl_PL/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                pt_BR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                pt_PT/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ru_RU/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                sk_SK/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                sl_SI/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                sv_SE/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                tlh/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                tr_TR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                uk_UA/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                vi_VN/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                zh_CN/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                zh_HK/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                            __init__.py
                            _version.py
                            filesize.py
                            i18n.py
                            lists.py
                            number.py
                            py.typed
                            time.py
                        humanize-4.12.3.dist-info/
                            licenses/
                                LICENCE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        idna/
                            __pycache__/
                                __init__.cpython-313.pyc
                                core.cpython-313.pyc
                                idnadata.cpython-313.pyc
                                intranges.cpython-313.pyc
                                package_data.cpython-313.pyc
                            __init__.py
                            codec.py
                            compat.py
                            core.py
                            idnadata.py
                            intranges.py
                            package_data.py
                            py.typed
                            uts46data.py
                        idna-3.10.dist-info/
                            INSTALLER
                            LICENSE.md
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        inflate64/
                            __pycache__/
                                __init__.cpython-313.pyc
                            __init__.py
                            _inflate64.cpython-313-darwin.so
                            py.typed
                        inflate64-1.0.3.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        iniconfig/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _parse.cpython-313.pyc
                                exceptions.cpython-313.pyc
                            __init__.py
                            _parse.py
                            _version.py
                            exceptions.py
                            py.typed
                        iniconfig-2.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        invoke/
                            completion/
                                __init__.py
                                bash.completion
                                complete.py
                                fish.completion
                                zsh.completion
                            parser/
                                __init__.py
                                argument.py
                                context.py
                                parser.py
                            vendor/
                                fluidity/
                                    __init__.py
                                    backwardscompat.py
                                    machine.py
                                lexicon/
                                    __init__.py
                                    _version.py
                                    alias_dict.py
                                    attribute_dict.py
                                yaml/
                                    __init__.py
                                    composer.py
                                    constructor.py
                                    cyaml.py
                                    dumper.py
                                    emitter.py
                                    error.py
                                    events.py
                                    loader.py
                                    nodes.py
                                    parser.py
                                    reader.py
                                    representer.py
                                    resolver.py
                                    scanner.py
                                    serializer.py
                                    tokens.py
                                __init__.py
                            __init__.py
                            __main__.py
                            _version.py
                            collection.py
                            config.py
                            context.py
                            env.py
                            exceptions.py
                            executor.py
                            loader.py
                            main.py
                            program.py
                            py.typed
                            runners.py
                            tasks.py
                            terminals.py
                            util.py
                            watchers.py
                        invoke-2.2.0.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        ipykernel/
                            comm/
                                __init__.py
                                comm.py
                                manager.py
                            gui/
                                __init__.py
                                gtk3embed.py
                                gtkembed.py
                            inprocess/
                                __init__.py
                                blocking.py
                                channels.py
                                client.py
                                constants.py
                                ipkernel.py
                                manager.py
                                socket.py
                            pylab/
                                __init__.py
                                backend_inline.py
                                config.py
                            resources/
                                logo-32x32.png
                                logo-64x64.png
                                logo-svg.svg
                            __init__.py
                            __main__.py
                            _eventloop_macos.py
                            _version.py
                            compiler.py
                            connect.py
                            control.py
                            datapub.py
                            debugger.py
                            displayhook.py
                            embed.py
                            eventloops.py
                            heartbeat.py
                            iostream.py
                            ipkernel.py
                            jsonutil.py
                            kernelapp.py
                            kernelbase.py
                            kernelspec.py
                            log.py
                            parentpoller.py
                            pickleutil.py
                            py.typed
                            serialize.py
                            trio_runner.py
                            zmqshell.py
                        ipykernel-6.30.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        IPython/
                            __pycache__/
                                __init__.cpython-313.pyc
                                display.cpython-313.pyc
                                paths.cpython-313.pyc
                            core/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    alias.cpython-313.pyc
                                    application.cpython-313.pyc
                                    async_helpers.cpython-313.pyc
                                    autocall.cpython-313.pyc
                                    builtin_trap.cpython-313.pyc
                                    compilerop.cpython-313.pyc
                                    completer.cpython-313.pyc
                                    completerlib.cpython-313.pyc
                                    crashhandler.cpython-313.pyc
                                    debugger.cpython-313.pyc
                                    debugger_backport.cpython-313.pyc
                                    display.cpython-313.pyc
                                    display_functions.cpython-313.pyc
                                    display_trap.cpython-313.pyc
                                    displayhook.cpython-313.pyc
                                    displaypub.cpython-313.pyc
                                    doctb.cpython-313.pyc
                                    error.cpython-313.pyc
                                    events.cpython-313.pyc
                                    extensions.cpython-313.pyc
                                    formatters.cpython-313.pyc
                                    getipython.cpython-313.pyc
                                    guarded_eval.cpython-313.pyc
                                    history.cpython-313.pyc
                                    hooks.cpython-313.pyc
                                    inputtransformer2.cpython-313.pyc
                                    interactiveshell.cpython-313.pyc
                                    latex_symbols.cpython-313.pyc
                                    logger.cpython-313.pyc
                                    macro.cpython-313.pyc
                                    magic.cpython-313.pyc
                                    magic_arguments.cpython-313.pyc
                                    oinspect.cpython-313.pyc
                                    page.cpython-313.pyc
                                    payload.cpython-313.pyc
                                    prefilter.cpython-313.pyc
                                    profiledir.cpython-313.pyc
                                    release.cpython-313.pyc
                                    shellapp.cpython-313.pyc
                                    splitinput.cpython-313.pyc
                                    tbtools.cpython-313.pyc
                                    tips.cpython-313.pyc
                                    ultratb.cpython-313.pyc
                                    usage.cpython-313.pyc
                                magics/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        ast_mod.cpython-313.pyc
                                        auto.cpython-313.pyc
                                        basic.cpython-313.pyc
                                        code.cpython-313.pyc
                                        config.cpython-313.pyc
                                        display.cpython-313.pyc
                                        execution.cpython-313.pyc
                                        extension.cpython-313.pyc
                                        history.cpython-313.pyc
                                        logging.cpython-313.pyc
                                        namespace.cpython-313.pyc
                                        osm.cpython-313.pyc
                                        packaging.cpython-313.pyc
                                        pylab.cpython-313.pyc
                                        script.cpython-313.pyc
                                    __init__.py
                                    ast_mod.py
                                    auto.py
                                    basic.py
                                    code.py
                                    config.py
                                    display.py
                                    execution.py
                                    extension.py
                                    history.py
                                    logging.py
                                    namespace.py
                                    osm.py
                                    packaging.py
                                    pylab.py
                                    script.py
                                profile/
                                    README_STARTUP
                                __init__.py
                                alias.py
                                application.py
                                async_helpers.py
                                autocall.py
                                builtin_trap.py
                                compilerop.py
                                completer.py
                                completerlib.py
                                crashhandler.py
                                debugger.py
                                debugger_backport.py
                                display.py
                                display_functions.py
                                display_trap.py
                                displayhook.py
                                displaypub.py
                                doctb.py
                                error.py
                                events.py
                                extensions.py
                                formatters.py
                                getipython.py
                                guarded_eval.py
                                history.py
                                historyapp.py
                                hooks.py
                                inputtransformer2.py
                                interactiveshell.py
                                latex_symbols.py
                                logger.py
                                macro.py
                                magic.py
                                magic_arguments.py
                                oinspect.py
                                page.py
                                payload.py
                                payloadpage.py
                                prefilter.py
                                profileapp.py
                                profiledir.py
                                pylabtools.py
                                release.py
                                shellapp.py
                                splitinput.py
                                tbtools.py
                                tips.py
                                ultratb.py
                                usage.py
                            extensions/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    storemagic.cpython-313.pyc
                                deduperreload/
                                    __init__.py
                                    deduperreload.py
                                    deduperreload_patching.py
                                __init__.py
                                autoreload.py
                                storemagic.py
                            external/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    pickleshare.cpython-313.pyc
                                __init__.py
                                pickleshare.py
                                qt_for_kernel.py
                                qt_loaders.py
                            lib/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    clipboard.cpython-313.pyc
                                    display.cpython-313.pyc
                                    pretty.cpython-313.pyc
                                __init__.py
                                backgroundjobs.py
                                clipboard.py
                                deepreload.py
                                demo.py
                                display.py
                                editorhooks.py
                                guisupport.py
                                latextools.py
                                lexers.py
                                pretty.py
                            sphinxext/
                                __init__.py
                                custom_doctests.py
                                ipython_console_highlighting.py
                                ipython_directive.py
                            terminal/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    debugger.cpython-313.pyc
                                    embed.cpython-313.pyc
                                    interactiveshell.cpython-313.pyc
                                    ipapp.cpython-313.pyc
                                    magics.cpython-313.pyc
                                    prompts.cpython-313.pyc
                                    ptutils.cpython-313.pyc
                                pt_inputhooks/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                    __init__.py
                                    asyncio.py
                                    glut.py
                                    gtk.py
                                    gtk3.py
                                    gtk4.py
                                    osx.py
                                    pyglet.py
                                    qt.py
                                    tk.py
                                    wx.py
                                shortcuts/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        auto_match.cpython-313.pyc
                                        auto_suggest.cpython-313.pyc
                                        filters.cpython-313.pyc
                                    __init__.py
                                    auto_match.py
                                    auto_suggest.py
                                    filters.py
                                __init__.py
                                debugger.py
                                embed.py
                                interactiveshell.py
                                ipapp.py
                                magics.py
                                prompts.py
                                ptutils.py
                            testing/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    skipdoctest.cpython-313.pyc
                                plugin/
                                    __init__.py
                                    dtexample.py
                                    ipdoctest.py
                                    pytest_ipdoctest.py
                                    setup.py
                                    simple.py
                                    simplevars.py
                                    test_combo.txt
                                    test_example.txt
                                    test_exampleip.txt
                                    test_ipdoctest.py
                                    test_refs.py
                                __init__.py
                                decorators.py
                                globalipapp.py
                                ipunittest.py
                                skipdoctest.py
                                tools.py
                            utils/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _process_common.cpython-313.pyc
                                    _process_posix.cpython-313.pyc
                                    _sysinfo.cpython-313.pyc
                                    capture.cpython-313.pyc
                                    contexts.cpython-313.pyc
                                    data.cpython-313.pyc
                                    decorators.cpython-313.pyc
                                    dir2.cpython-313.pyc
                                    docs.cpython-313.pyc
                                    encoding.cpython-313.pyc
                                    frame.cpython-313.pyc
                                    generics.cpython-313.pyc
                                    importstring.cpython-313.pyc
                                    io.cpython-313.pyc
                                    ipstruct.cpython-313.pyc
                                    module_paths.cpython-313.pyc
                                    openpy.cpython-313.pyc
                                    path.cpython-313.pyc
                                    process.cpython-313.pyc
                                    py3compat.cpython-313.pyc
                                    PyColorize.cpython-313.pyc
                                    sentinel.cpython-313.pyc
                                    strdispatch.cpython-313.pyc
                                    sysinfo.cpython-313.pyc
                                    syspathcontext.cpython-313.pyc
                                    terminal.cpython-313.pyc
                                    text.cpython-313.pyc
                                    timing.cpython-313.pyc
                                    tokenutil.cpython-313.pyc
                                    wildcard.cpython-313.pyc
                                __init__.py
                                _process_cli.py
                                _process_common.py
                                _process_emscripten.py
                                _process_posix.py
                                _process_win32.py
                                _process_win32_controller.py
                                _sysinfo.py
                                capture.py
                                coloransi.py
                                contexts.py
                                data.py
                                decorators.py
                                dir2.py
                                docs.py
                                encoding.py
                                eventful.py
                                frame.py
                                generics.py
                                importstring.py
                                io.py
                                ipstruct.py
                                jsonutil.py
                                log.py
                                module_paths.py
                                openpy.py
                                path.py
                                process.py
                                py3compat.py
                                PyColorize.py
                                sentinel.py
                                strdispatch.py
                                sysinfo.py
                                syspathcontext.py
                                tempdir.py
                                terminal.py
                                text.py
                                timing.py
                                tokenutil.py
                                wildcard.py
                            __init__.py
                            __main__.py
                            display.py
                            paths.py
                            py.typed
                        ipython-9.4.0.dist-info/
                            licenses/
                                COPYING.rst
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        ipython_pygments_lexers-1.1.1.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        ipywidgets/
                            tests/
                                __init__.py
                                test_embed.py
                            widgets/
                                tests/
                                    data/
                                        jupyter-logo-transparent.png
                                    __init__.py
                                    test_datetime_serializers.py
                                    test_docutils.py
                                    test_interaction.py
                                    test_link.py
                                    test_selectioncontainer.py
                                    test_send_state.py
                                    test_set_state.py
                                    test_traits.py
                                    test_utils.py
                                    test_widget.py
                                    test_widget_box.py
                                    test_widget_button.py
                                    test_widget_datetime.py
                                    test_widget_float.py
                                    test_widget_image.py
                                    test_widget_naive_datetime.py
                                    test_widget_output.py
                                    test_widget_selection.py
                                    test_widget_string.py
                                    test_widget_templates.py
                                    test_widget_time.py
                                    test_widget_upload.py
                                    utils.py
                                __init__.py
                                docutils.py
                                domwidget.py
                                interaction.py
                                trait_types.py
                                utils.py
                                valuewidget.py
                                widget.py
                                widget_bool.py
                                widget_box.py
                                widget_button.py
                                widget_color.py
                                widget_controller.py
                                widget_core.py
                                widget_date.py
                                widget_datetime.py
                                widget_description.py
                                widget_float.py
                                widget_int.py
                                widget_layout.py
                                widget_link.py
                                widget_media.py
                                widget_output.py
                                widget_selection.py
                                widget_selectioncontainer.py
                                widget_string.py
                                widget_style.py
                                widget_tagsinput.py
                                widget_templates.py
                                widget_time.py
                                widget_upload.py
                            __init__.py
                            _version.py
                            comm.py
                            embed.py
                            state.schema.json
                            view.schema.json
                        ipywidgets-8.1.7.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        isoduration/
                            formatter/
                                __init__.py
                                checking.py
                                exceptions.py
                                formatting.py
                            operations/
                                __init__.py
                                util.py
                            parser/
                                __init__.py
                                exceptions.py
                                parsing.py
                                util.py
                            __init__.py
                            constants.py
                            types.py
                        isoduration-20.11.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jedi/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _compatibility.cpython-313.pyc
                                cache.cpython-313.pyc
                                common.cpython-313.pyc
                                debug.cpython-313.pyc
                                file_io.cpython-313.pyc
                                parser_utils.cpython-313.pyc
                                settings.cpython-313.pyc
                            api/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    classes.cpython-313.pyc
                                    completion.cpython-313.pyc
                                    completion_cache.cpython-313.pyc
                                    environment.cpython-313.pyc
                                    errors.cpython-313.pyc
                                    exceptions.cpython-313.pyc
                                    file_name.cpython-313.pyc
                                    helpers.cpython-313.pyc
                                    interpreter.cpython-313.pyc
                                    keywords.cpython-313.pyc
                                    project.cpython-313.pyc
                                    strings.cpython-313.pyc
                                refactoring/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        extract.cpython-313.pyc
                                    __init__.py
                                    extract.py
                                __init__.py
                                classes.py
                                completion.py
                                completion_cache.py
                                environment.py
                                errors.py
                                exceptions.py
                                file_name.py
                                helpers.py
                                interpreter.py
                                keywords.py
                                project.py
                                replstartup.py
                                strings.py
                            inference/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    analysis.cpython-313.pyc
                                    arguments.cpython-313.pyc
                                    base_value.cpython-313.pyc
                                    cache.cpython-313.pyc
                                    context.cpython-313.pyc
                                    docstring_utils.cpython-313.pyc
                                    docstrings.cpython-313.pyc
                                    filters.cpython-313.pyc
                                    flow_analysis.cpython-313.pyc
                                    helpers.cpython-313.pyc
                                    imports.cpython-313.pyc
                                    lazy_value.cpython-313.pyc
                                    names.cpython-313.pyc
                                    param.cpython-313.pyc
                                    parser_cache.cpython-313.pyc
                                    recursion.cpython-313.pyc
                                    references.cpython-313.pyc
                                    signature.cpython-313.pyc
                                    syntax_tree.cpython-313.pyc
                                    sys_path.cpython-313.pyc
                                    utils.cpython-313.pyc
                                compiled/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        access.cpython-313.pyc
                                        getattr_static.cpython-313.pyc
                                        mixed.cpython-313.pyc
                                        value.cpython-313.pyc
                                    subprocess/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            functions.cpython-313.pyc
                                        __init__.py
                                        __main__.py
                                        functions.py
                                    __init__.py
                                    access.py
                                    getattr_static.py
                                    mixed.py
                                    value.py
                                gradual/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        annotation.cpython-313.pyc
                                        base.cpython-313.pyc
                                        conversion.cpython-313.pyc
                                        generics.cpython-313.pyc
                                        stub_value.cpython-313.pyc
                                        type_var.cpython-313.pyc
                                        typeshed.cpython-313.pyc
                                        typing.cpython-313.pyc
                                        utils.cpython-313.pyc
                                    __init__.py
                                    annotation.py
                                    base.py
                                    conversion.py
                                    generics.py
                                    stub_value.py
                                    type_var.py
                                    typeshed.py
                                    typing.py
                                    utils.py
                                value/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        decorator.cpython-313.pyc
                                        dynamic_arrays.cpython-313.pyc
                                        function.cpython-313.pyc
                                        instance.cpython-313.pyc
                                        iterable.cpython-313.pyc
                                        klass.cpython-313.pyc
                                        module.cpython-313.pyc
                                        namespace.cpython-313.pyc
                                    __init__.py
                                    decorator.py
                                    dynamic_arrays.py
                                    function.py
                                    instance.py
                                    iterable.py
                                    klass.py
                                    module.py
                                    namespace.py
                                __init__.py
                                analysis.py
                                arguments.py
                                base_value.py
                                cache.py
                                context.py
                                docstring_utils.py
                                docstrings.py
                                dynamic_params.py
                                filters.py
                                finder.py
                                flow_analysis.py
                                helpers.py
                                imports.py
                                lazy_value.py
                                names.py
                                param.py
                                parser_cache.py
                                recursion.py
                                references.py
                                signature.py
                                star_args.py
                                syntax_tree.py
                                sys_path.py
                                utils.py
                            plugins/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    django.cpython-313.pyc
                                    flask.cpython-313.pyc
                                    pytest.cpython-313.pyc
                                    registry.cpython-313.pyc
                                    stdlib.cpython-313.pyc
                                __init__.py
                                django.py
                                flask.py
                                pytest.py
                                registry.py
                                stdlib.py
                            third_party/
                                django-stubs/
                                    django-stubs/
                                        apps/
                                            __init__.pyi
                                            config.pyi
                                            registry.pyi
                                        conf/
                                            locale/
                                                __init__.pyi
                                            urls/
                                                __init__.pyi
                                                i18n.pyi
                                                static.pyi
                                            __init__.pyi
                                            global_settings.pyi
                                        contrib/
                                            admin/
                                                templatetags/
                                                    __init__.pyi
                                                    admin_list.pyi
                                                    admin_modify.pyi
                                                    admin_static.pyi
                                                    admin_urls.pyi
                                                    base.pyi
                                                    log.pyi
                                                views/
                                                    __init__.pyi
                                                    autocomplete.pyi
                                                    decorators.pyi
                                                    main.pyi
                                                __init__.pyi
                                                actions.pyi
                                                apps.pyi
                                                checks.pyi
                                                decorators.pyi
                                                filters.pyi
                                                forms.pyi
                                                helpers.pyi
                                                models.pyi
                                                options.pyi
                                                sites.pyi
                                                tests.pyi
                                                utils.pyi
                                                widgets.pyi
                                            admindocs/
                                                __init__.pyi
                                                middleware.pyi
                                                urls.pyi
                                                utils.pyi
                                                views.pyi
                                            auth/
                                                handlers/
                                                    __init__.pyi
                                                    modwsgi.pyi
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        changepassword.pyi
                                                        createsuperuser.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                admin.pyi
                                                apps.pyi
                                                backends.pyi
                                                base_user.pyi
                                                checks.pyi
                                                context_processors.pyi
                                                decorators.pyi
                                                forms.pyi
                                                hashers.pyi
                                                middleware.pyi
                                                mixins.pyi
                                                models.pyi
                                                password_validation.pyi
                                                signals.pyi
                                                tokens.pyi
                                                urls.pyi
                                                validators.pyi
                                                views.pyi
                                            contenttypes/
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        remove_stale_contenttypes.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                admin.pyi
                                                apps.pyi
                                                checks.pyi
                                                fields.pyi
                                                forms.pyi
                                                models.pyi
                                                views.pyi
                                            flatpages/
                                                templatetags/
                                                    __init__.pyi
                                                    flatpages.pyi
                                                __init__.pyi
                                                forms.pyi
                                                middleware.pyi
                                                models.pyi
                                                sitemaps.pyi
                                                urls.pyi
                                                views.pyi
                                            gis/
                                                db/
                                                    models/
                                                        __init__.pyi
                                                        fields.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                            humanize/
                                                templatetags/
                                                    __init__.pyi
                                                    humanize.pyi
                                                __init__.pyi
                                            messages/
                                                storage/
                                                    __init__.pyi
                                                    base.pyi
                                                    cookie.pyi
                                                    fallback.pyi
                                                    session.pyi
                                                __init__.pyi
                                                api.pyi
                                                constants.pyi
                                                context_processors.pyi
                                                middleware.pyi
                                                utils.pyi
                                                views.pyi
                                            postgres/
                                                aggregates/
                                                    __init__.pyi
                                                    general.pyi
                                                    mixins.pyi
                                                    statistics.pyi
                                                fields/
                                                    __init__.pyi
                                                    array.pyi
                                                    citext.pyi
                                                    hstore.pyi
                                                    jsonb.pyi
                                                    mixins.pyi
                                                    ranges.pyi
                                                __init__.pyi
                                                constraints.pyi
                                                functions.pyi
                                                indexes.pyi
                                                lookups.pyi
                                                operations.pyi
                                                search.pyi
                                                signals.pyi
                                                validators.pyi
                                            redirects/
                                                __init__.pyi
                                                middleware.pyi
                                                models.pyi
                                            sessions/
                                                backends/
                                                    __init__.pyi
                                                    base.pyi
                                                    cache.pyi
                                                    cached_db.pyi
                                                    db.pyi
                                                    file.pyi
                                                    signed_cookies.pyi
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        clearsessions.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                base_session.pyi
                                                exceptions.pyi
                                                middleware.pyi
                                                models.pyi
                                                serializers.pyi
                                            sitemaps/
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        ping_google.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                views.pyi
                                            sites/
                                                __init__.pyi
                                                apps.pyi
                                                management.pyi
                                                managers.pyi
                                                middleware.pyi
                                                models.pyi
                                                requests.pyi
                                                shortcuts.pyi
                                            staticfiles/
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        collectstatic.pyi
                                                        findstatic.pyi
                                                        runserver.pyi
                                                    __init__.pyi
                                                templatetags/
                                                    __init__.pyi
                                                    staticfiles.pyi
                                                __init__.pyi
                                                apps.pyi
                                                checks.pyi
                                                finders.pyi
                                                handlers.pyi
                                                storage.pyi
                                                testing.pyi
                                                urls.pyi
                                                utils.pyi
                                                views.pyi
                                            syndication/
                                                __init__.pyi
                                                views.pyi
                                            __init__.pyi
                                        core/
                                            cache/
                                                backends/
                                                    __init__.pyi
                                                    base.pyi
                                                    db.pyi
                                                    dummy.pyi
                                                    filebased.pyi
                                                    locmem.pyi
                                                    memcached.pyi
                                                __init__.pyi
                                                utils.pyi
                                            checks/
                                                security/
                                                    __init__.pyi
                                                    base.pyi
                                                    csrf.pyi
                                                    sessions.pyi
                                                __init__.pyi
                                                caches.pyi
                                                database.pyi
                                                messages.pyi
                                                model_checks.pyi
                                                registry.pyi
                                                templates.pyi
                                                translation.pyi
                                                urls.pyi
                                            files/
                                                __init__.pyi
                                                base.pyi
                                                images.pyi
                                                locks.pyi
                                                move.pyi
                                                storage.pyi
                                                temp.pyi
                                                uploadedfile.pyi
                                                uploadhandler.pyi
                                                utils.pyi
                                            handlers/
                                                __init__.pyi
                                                base.pyi
                                                exception.pyi
                                                wsgi.pyi
                                            mail/
                                                backends/
                                                    __init__.pyi
                                                    base.pyi
                                                    console.pyi
                                                    dummy.pyi
                                                    filebased.pyi
                                                    locmem.pyi
                                                    smtp.pyi
                                                __init__.pyi
                                                message.pyi
                                                utils.pyi
                                            management/
                                                commands/
                                                    __init__.pyi
                                                    dumpdata.pyi
                                                    loaddata.pyi
                                                    makemessages.pyi
                                                    runserver.pyi
                                                    testserver.pyi
                                                __init__.pyi
                                                base.pyi
                                                color.pyi
                                                sql.pyi
                                                templates.pyi
                                                utils.pyi
                                            serializers/
                                                __init__.pyi
                                                base.pyi
                                                json.pyi
                                                python.pyi
                                            servers/
                                                __init__.pyi
                                                basehttp.pyi
                                            __init__.pyi
                                            exceptions.pyi
                                            paginator.pyi
                                            signals.pyi
                                            signing.pyi
                                            validators.pyi
                                            wsgi.pyi
                                        db/
                                            backends/
                                                base/
                                                    __init__.pyi
                                                    base.pyi
                                                    client.pyi
                                                    creation.pyi
                                                    features.pyi
                                                    introspection.pyi
                                                    operations.pyi
                                                    schema.pyi
                                                    validation.pyi
                                                dummy/
                                                    __init__.pyi
                                                    base.pyi
                                                mysql/
                                                    __init__.pyi
                                                    client.pyi
                                                postgresql/
                                                    __init__.pyi
                                                    base.pyi
                                                    client.pyi
                                                    creation.pyi
                                                    operations.pyi
                                                sqlite3/
                                                    __init__.pyi
                                                    base.pyi
                                                    creation.pyi
                                                    features.pyi
                                                    introspection.pyi
                                                    operations.pyi
                                                    schema.pyi
                                                __init__.pyi
                                                ddl_references.pyi
                                                signals.pyi
                                                utils.pyi
                                            migrations/
                                                operations/
                                                    __init__.pyi
                                                    base.pyi
                                                    fields.pyi
                                                    models.pyi
                                                    special.pyi
                                                    utils.pyi
                                                __init__.pyi
                                                autodetector.pyi
                                                exceptions.pyi
                                                executor.pyi
                                                graph.pyi
                                                loader.pyi
                                                migration.pyi
                                                optimizer.pyi
                                                questioner.pyi
                                                recorder.pyi
                                                serializer.pyi
                                                state.pyi
                                                topological_sort.pyi
                                                utils.pyi
                                                writer.pyi
                                            models/
                                                fields/
                                                    __init__.pyi
                                                    files.pyi
                                                    mixins.pyi
                                                    proxy.pyi
                                                    related.pyi
                                                    related_descriptors.pyi
                                                    related_lookups.pyi
                                                    reverse_related.pyi
                                                functions/
                                                    __init__.pyi
                                                    comparison.pyi
                                                    datetime.pyi
                                                    math.pyi
                                                    mixins.pyi
                                                    text.pyi
                                                    window.pyi
                                                sql/
                                                    __init__.pyi
                                                    compiler.pyi
                                                    constants.pyi
                                                    datastructures.pyi
                                                    query.pyi
                                                    subqueries.pyi
                                                    where.pyi
                                                __init__.pyi
                                                aggregates.pyi
                                                base.pyi
                                                constraints.pyi
                                                deletion.pyi
                                                enums.pyi
                                                expressions.pyi
                                                indexes.pyi
                                                lookups.pyi
                                                manager.pyi
                                                options.pyi
                                                query.pyi
                                                query_utils.pyi
                                                signals.pyi
                                                utils.pyi
                                            __init__.pyi
                                            transaction.pyi
                                            utils.pyi
                                        dispatch/
                                            __init__.pyi
                                            dispatcher.pyi
                                        forms/
                                            __init__.pyi
                                            boundfield.pyi
                                            fields.pyi
                                            forms.pyi
                                            formsets.pyi
                                            models.pyi
                                            renderers.pyi
                                            utils.pyi
                                            widgets.pyi
                                        http/
                                            __init__.pyi
                                            cookie.pyi
                                            multipartparser.pyi
                                            request.pyi
                                            response.pyi
                                        middleware/
                                            __init__.pyi
                                            cache.pyi
                                            clickjacking.pyi
                                            common.pyi
                                            csrf.pyi
                                            gzip.pyi
                                            http.pyi
                                            locale.pyi
                                            security.pyi
                                        template/
                                            backends/
                                                __init__.pyi
                                                base.pyi
                                                django.pyi
                                                dummy.pyi
                                                jinja2.pyi
                                                utils.pyi
                                            loaders/
                                                __init__.pyi
                                                app_directories.pyi
                                                base.pyi
                                                cached.pyi
                                                filesystem.pyi
                                                locmem.pyi
                                            __init__.pyi
                                            base.pyi
                                            context.pyi
                                            context_processors.pyi
                                            defaultfilters.pyi
                                            defaulttags.pyi
                                            engine.pyi
                                            exceptions.pyi
                                            library.pyi
                                            loader.pyi
                                            loader_tags.pyi
                                            response.pyi
                                            smartif.pyi
                                            utils.pyi
                                        templatetags/
                                            __init__.pyi
                                            cache.pyi
                                            i18n.pyi
                                            l10n.pyi
                                            static.pyi
                                            tz.pyi
                                        test/
                                            __init__.pyi
                                            client.pyi
                                            html.pyi
                                            runner.pyi
                                            selenium.pyi
                                            signals.pyi
                                            testcases.pyi
                                            utils.pyi
                                        urls/
                                            __init__.pyi
                                            base.pyi
                                            conf.pyi
                                            converters.pyi
                                            exceptions.pyi
                                            resolvers.pyi
                                            utils.pyi
                                        utils/
                                            translation/
                                                __init__.pyi
                                                reloader.pyi
                                                template.pyi
                                                trans_null.pyi
                                                trans_real.pyi
                                            __init__.pyi
                                            _os.pyi
                                            archive.pyi
                                            autoreload.pyi
                                            baseconv.pyi
                                            cache.pyi
                                            crypto.pyi
                                            datastructures.pyi
                                            dateformat.pyi
                                            dateparse.pyi
                                            dates.pyi
                                            datetime_safe.pyi
                                            deconstruct.pyi
                                            decorators.pyi
                                            deprecation.pyi
                                            duration.pyi
                                            encoding.pyi
                                            feedgenerator.pyi
                                            formats.pyi
                                            functional.pyi
                                            hashable.pyi
                                            html.pyi
                                            http.pyi
                                            inspect.pyi
                                            ipv6.pyi
                                            itercompat.pyi
                                            jslex.pyi
                                            log.pyi
                                            lorem_ipsum.pyi
                                            module_loading.pyi
                                            numberformat.pyi
                                            regex_helper.pyi
                                            safestring.pyi
                                            six.pyi
                                            termcolors.pyi
                                            text.pyi
                                            timesince.pyi
                                            timezone.pyi
                                            topological_sort.pyi
                                            tree.pyi
                                            version.pyi
                                            xmlutils.pyi
                                        views/
                                            decorators/
                                                __init__.pyi
                                                cache.pyi
                                                clickjacking.pyi
                                                csrf.pyi
                                                debug.pyi
                                                gzip.pyi
                                                http.pyi
                                                vary.pyi
                                            generic/
                                                __init__.pyi
                                                base.pyi
                                                dates.pyi
                                                detail.pyi
                                                edit.pyi
                                                list.pyi
                                            __init__.pyi
                                            csrf.pyi
                                            debug.pyi
                                            defaults.pyi
                                            i18n.pyi
                                            static.pyi
                                        __init__.pyi
                                        shortcuts.pyi
                                    LICENSE.txt
                                typeshed/
                                    stdlib/
                                        2/
                                            distutils/
                                                command/
                                                    __init__.pyi
                                                    bdist.pyi
                                                    bdist_dumb.pyi
                                                    bdist_msi.pyi
                                                    bdist_packager.pyi
                                                    bdist_rpm.pyi
                                                    bdist_wininst.pyi
                                                    build.pyi
                                                    build_clib.pyi
                                                    build_ext.pyi
                                                    build_py.pyi
                                                    build_scripts.pyi
                                                    check.pyi
                                                    clean.pyi
                                                    config.pyi
                                                    install.pyi
                                                    install_data.pyi
                                                    install_egg_info.pyi
                                                    install_headers.pyi
                                                    install_lib.pyi
                                                    install_scripts.pyi
                                                    register.pyi
                                                    sdist.pyi
                                                    upload.pyi
                                                __init__.pyi
                                                archive_util.pyi
                                                bcppcompiler.pyi
                                                ccompiler.pyi
                                                cmd.pyi
                                                config.pyi
                                                core.pyi
                                                cygwinccompiler.pyi
                                                debug.pyi
                                                dep_util.pyi
                                                dir_util.pyi
                                                dist.pyi
                                                emxccompiler.pyi
                                                errors.pyi
                                                extension.pyi
                                                fancy_getopt.pyi
                                                file_util.pyi
                                                filelist.pyi
                                                log.pyi
                                                msvccompiler.pyi
                                                spawn.pyi
                                                sysconfig.pyi
                                                text_file.pyi
                                                unixccompiler.pyi
                                                util.pyi
                                                version.pyi
                                            email/
                                                mime/
                                                    __init__.pyi
                                                    application.pyi
                                                    audio.pyi
                                                    base.pyi
                                                    image.pyi
                                                    message.pyi
                                                    multipart.pyi
                                                    nonmultipart.pyi
                                                    text.pyi
                                                __init__.pyi
                                                _parseaddr.pyi
                                                base64mime.pyi
                                                charset.pyi
                                                encoders.pyi
                                                feedparser.pyi
                                                generator.pyi
                                                header.pyi
                                                iterators.pyi
                                                message.pyi
                                                MIMEText.pyi
                                                parser.pyi
                                                quoprimime.pyi
                                                utils.pyi
                                            encodings/
                                                __init__.pyi
                                                utf_8.pyi
                                            multiprocessing/
                                                dummy/
                                                    __init__.pyi
                                                    connection.pyi
                                                __init__.pyi
                                                pool.pyi
                                                process.pyi
                                                util.pyi
                                            os/
                                                __init__.pyi
                                                path.pyi
                                            __builtin__.pyi
                                            _ast.pyi
                                            _collections.pyi
                                            _functools.pyi
                                            _hotshot.pyi
                                            _io.pyi
                                            _json.pyi
                                            _md5.pyi
                                            _sha.pyi
                                            _sha256.pyi
                                            _sha512.pyi
                                            _socket.pyi
                                            _sre.pyi
                                            _struct.pyi
                                            _symtable.pyi
                                            _threading_local.pyi
                                            _winreg.pyi
                                            abc.pyi
                                            ast.pyi
                                            atexit.pyi
                                            BaseHTTPServer.pyi
                                            builtins.pyi
                                            CGIHTTPServer.pyi
                                            collections.pyi
                                            commands.pyi
                                            compileall.pyi
                                            ConfigParser.pyi
                                            Cookie.pyi
                                            cookielib.pyi
                                            copy_reg.pyi
                                            cPickle.pyi
                                            cStringIO.pyi
                                            dircache.pyi
                                            dummy_thread.pyi
                                            exceptions.pyi
                                            fcntl.pyi
                                            fnmatch.pyi
                                            functools.pyi
                                            future_builtins.pyi
                                            gc.pyi
                                            getopt.pyi
                                            getpass.pyi
                                            gettext.pyi
                                            glob.pyi
                                            gzip.pyi
                                            hashlib.pyi
                                            heapq.pyi
                                            htmlentitydefs.pyi
                                            HTMLParser.pyi
                                            httplib.pyi
                                            imp.pyi
                                            importlib.pyi
                                            inspect.pyi
                                            io.pyi
                                            itertools.pyi
                                            json.pyi
                                            markupbase.pyi
                                            md5.pyi
                                            mimetools.pyi
                                            mutex.pyi
                                            ntpath.pyi
                                            nturl2path.pyi
                                            os2emxpath.pyi
                                            pipes.pyi
                                            platform.pyi
                                            popen2.pyi
                                            posix.pyi
                                            posixpath.pyi
                                            Queue.pyi
                                            random.pyi
                                            re.pyi
                                            repr.pyi
                                            resource.pyi
                                            rfc822.pyi
                                            robotparser.pyi
                                            runpy.pyi
                                            sets.pyi
                                            sha.pyi
                                            shelve.pyi
                                            shlex.pyi
                                            signal.pyi
                                            SimpleHTTPServer.pyi
                                            smtplib.pyi
                                            SocketServer.pyi
                                            spwd.pyi
                                            sre_constants.pyi
                                            sre_parse.pyi
                                            stat.pyi
                                            string.pyi
                                            StringIO.pyi
                                            stringold.pyi
                                            strop.pyi
                                            subprocess.pyi
                                            symbol.pyi
                                            sys.pyi
                                            tempfile.pyi
                                            textwrap.pyi
                                            thread.pyi
                                            toaiff.pyi
                                            tokenize.pyi
                                            types.pyi
                                            typing.pyi
                                            unittest.pyi
                                            urllib.pyi
                                            urllib2.pyi
                                            urlparse.pyi
                                            user.pyi
                                            UserDict.pyi
                                            UserList.pyi
                                            UserString.pyi
                                            whichdb.pyi
                                            xmlrpclib.pyi
                                        2and3/
                                            _typeshed/
                                                __init__.pyi
                                                wsgi.pyi
                                                xml.pyi
                                            ctypes/
                                                __init__.pyi
                                                util.pyi
                                                wintypes.pyi
                                            curses/
                                                __init__.pyi
                                                ascii.pyi
                                                panel.pyi
                                                textpad.pyi
                                            ensurepip/
                                                __init__.pyi
                                            lib2to3/
                                                pgen2/
                                                    __init__.pyi
                                                    driver.pyi
                                                    grammar.pyi
                                                    literals.pyi
                                                    parse.pyi
                                                    pgen.pyi
                                                    token.pyi
                                                    tokenize.pyi
                                                __init__.pyi
                                                pygram.pyi
                                                pytree.pyi
                                            logging/
                                                __init__.pyi
                                                config.pyi
                                                handlers.pyi
                                            msilib/
                                                __init__.pyi
                                                schema.pyi
                                                sequence.pyi
                                                text.pyi
                                            pydoc_data/
                                                __init__.pyi
                                                topics.pyi
                                            pyexpat/
                                                __init__.pyi
                                                errors.pyi
                                                model.pyi
                                            sqlite3/
                                                __init__.pyi
                                                dbapi2.pyi
                                            wsgiref/
                                                __init__.pyi
                                                handlers.pyi
                                                headers.pyi
                                                simple_server.pyi
                                                types.pyi
                                                util.pyi
                                                validate.pyi
                                            xml/
                                                dom/
                                                    __init__.pyi
                                                    domreg.pyi
                                                    expatbuilder.pyi
                                                    minicompat.pyi
                                                    minidom.pyi
                                                    NodeFilter.pyi
                                                    pulldom.pyi
                                                    xmlbuilder.pyi
                                                etree/
                                                    __init__.pyi
                                                    cElementTree.pyi
                                                    ElementInclude.pyi
                                                    ElementPath.pyi
                                                    ElementTree.pyi
                                                parsers/
                                                    expat/
                                                        __init__.pyi
                                                        errors.pyi
                                                        model.pyi
                                                    __init__.pyi
                                                sax/
                                                    __init__.pyi
                                                    handler.pyi
                                                    saxutils.pyi
                                                    xmlreader.pyi
                                                __init__.pyi
                                            __future__.pyi
                                            _bisect.pyi
                                            _codecs.pyi
                                            _csv.pyi
                                            _curses.pyi
                                            _dummy_threading.pyi
                                            _heapq.pyi
                                            _msi.pyi
                                            _random.pyi
                                            _warnings.pyi
                                            _weakref.pyi
                                            _weakrefset.pyi
                                            aifc.pyi
                                            antigravity.pyi
                                            argparse.pyi
                                            array.pyi
                                            asynchat.pyi
                                            asyncore.pyi
                                            audioop.pyi
                                            base64.pyi
                                            bdb.pyi
                                            binascii.pyi
                                            binhex.pyi
                                            bisect.pyi
                                            bz2.pyi
                                            calendar.pyi
                                            cgi.pyi
                                            cgitb.pyi
                                            chunk.pyi
                                            cmath.pyi
                                            cmd.pyi
                                            code.pyi
                                            codecs.pyi
                                            codeop.pyi
                                            colorsys.pyi
                                            contextlib.pyi
                                            copy.pyi
                                            cProfile.pyi
                                            crypt.pyi
                                            csv.pyi
                                            datetime.pyi
                                            decimal.pyi
                                            difflib.pyi
                                            dis.pyi
                                            doctest.pyi
                                            dummy_threading.pyi
                                            errno.pyi
                                            filecmp.pyi
                                            fileinput.pyi
                                            formatter.pyi
                                            fractions.pyi
                                            ftplib.pyi
                                            genericpath.pyi
                                            grp.pyi
                                            hmac.pyi
                                            imaplib.pyi
                                            imghdr.pyi
                                            keyword.pyi
                                            linecache.pyi
                                            locale.pyi
                                            macpath.pyi
                                            mailbox.pyi
                                            mailcap.pyi
                                            marshal.pyi
                                            math.pyi
                                            mimetypes.pyi
                                            mmap.pyi
                                            modulefinder.pyi
                                            msvcrt.pyi
                                            netrc.pyi
                                            nis.pyi
                                            numbers.pyi
                                            opcode.pyi
                                            operator.pyi
                                            optparse.pyi
                                            parser.pyi
                                            pdb.pyi
                                            pickle.pyi
                                            pickletools.pyi
                                            pkgutil.pyi
                                            plistlib.pyi
                                            poplib.pyi
                                            pprint.pyi
                                            profile.pyi
                                            pstats.pyi
                                            pty.pyi
                                            pwd.pyi
                                            py_compile.pyi
                                            pyclbr.pyi
                                            pydoc.pyi
                                            quopri.pyi
                                            readline.pyi
                                            rlcompleter.pyi
                                            sched.pyi
                                            select.pyi
                                            shutil.pyi
                                            site.pyi
                                            smtpd.pyi
                                            sndhdr.pyi
                                            socket.pyi
                                            sre_compile.pyi
                                            ssl.pyi
                                            stringprep.pyi
                                            struct.pyi
                                            sunau.pyi
                                            symtable.pyi
                                            sysconfig.pyi
                                            syslog.pyi
                                            tabnanny.pyi
                                            tarfile.pyi
                                            telnetlib.pyi
                                            termios.pyi
                                            this.pyi
                                            threading.pyi
                                            time.pyi
                                            timeit.pyi
                                            token.pyi
                                            trace.pyi
                                            traceback.pyi
                                            tty.pyi
                                            turtle.pyi
                                            unicodedata.pyi
                                            uu.pyi
                                            uuid.pyi
                                            warnings.pyi
                                            wave.pyi
                                            weakref.pyi
                                            webbrowser.pyi
                                            winsound.pyi
                                            xdrlib.pyi
                                            zipfile.pyi
                                            zipimport.pyi
                                            zlib.pyi
                                        3/
                                            asyncio/
                                                __init__.pyi
                                                base_events.pyi
                                                base_futures.pyi
                                                base_subprocess.pyi
                                                base_tasks.pyi
                                                compat.pyi
                                                constants.pyi
                                                coroutines.pyi
                                                events.pyi
                                                exceptions.pyi
                                                format_helpers.pyi
                                                futures.pyi
                                                locks.pyi
                                                log.pyi
                                                proactor_events.pyi
                                                protocols.pyi
                                                queues.pyi
                                                runners.pyi
                                                selector_events.pyi
                                                sslproto.pyi
                                                staggered.pyi
                                                streams.pyi
                                                subprocess.pyi
                                                tasks.pyi
                                                threads.pyi
                                                transports.pyi
                                                trsock.pyi
                                                unix_events.pyi
                                                windows_events.pyi
                                                windows_utils.pyi
                                            collections/
                                                __init__.pyi
                                                abc.pyi
                                            concurrent/
                                                futures/
                                                    __init__.pyi
                                                    _base.pyi
                                                    process.pyi
                                                    thread.pyi
                                                __init__.pyi
                                            dbm/
                                                __init__.pyi
                                                dumb.pyi
                                                gnu.pyi
                                                ndbm.pyi
                                            distutils/
                                                command/
                                                    __init__.pyi
                                                    bdist.pyi
                                                    bdist_dumb.pyi
                                                    bdist_msi.pyi
                                                    bdist_packager.pyi
                                                    bdist_rpm.pyi
                                                    bdist_wininst.pyi
                                                    build.pyi
                                                    build_clib.pyi
                                                    build_ext.pyi
                                                    build_py.pyi
                                                    build_scripts.pyi
                                                    check.pyi
                                                    clean.pyi
                                                    config.pyi
                                                    install.pyi
                                                    install_data.pyi
                                                    install_egg_info.pyi
                                                    install_headers.pyi
                                                    install_lib.pyi
                                                    install_scripts.pyi
                                                    register.pyi
                                                    sdist.pyi
                                                    upload.pyi
                                                __init__.pyi
                                                archive_util.pyi
                                                bcppcompiler.pyi
                                                ccompiler.pyi
                                                cmd.pyi
                                                config.pyi
                                                core.pyi
                                                cygwinccompiler.pyi
                                                debug.pyi
                                                dep_util.pyi
                                                dir_util.pyi
                                                dist.pyi
                                                errors.pyi
                                                extension.pyi
                                                fancy_getopt.pyi
                                                file_util.pyi
                                                filelist.pyi
                                                log.pyi
                                                msvccompiler.pyi
                                                spawn.pyi
                                                sysconfig.pyi
                                                text_file.pyi
                                                unixccompiler.pyi
                                                util.pyi
                                                version.pyi
                                            email/
                                                mime/
                                                    __init__.pyi
                                                    application.pyi
                                                    audio.pyi
                                                    base.pyi
                                                    image.pyi
                                                    message.pyi
                                                    multipart.pyi
                                                    nonmultipart.pyi
                                                    text.pyi
                                                __init__.pyi
                                                charset.pyi
                                                contentmanager.pyi
                                                encoders.pyi
                                                errors.pyi
                                                feedparser.pyi
                                                generator.pyi
                                                header.pyi
                                                headerregistry.pyi
                                                iterators.pyi
                                                message.pyi
                                                parser.pyi
                                                policy.pyi
                                                utils.pyi
                                            encodings/
                                                __init__.pyi
                                                utf_8.pyi
                                            html/
                                                __init__.pyi
                                                entities.pyi
                                                parser.pyi
                                            http/
                                                __init__.pyi
                                                client.pyi
                                                cookiejar.pyi
                                                cookies.pyi
                                                server.pyi
                                            importlib/
                                                __init__.pyi
                                                abc.pyi
                                                machinery.pyi
                                                metadata.pyi
                                                resources.pyi
                                                util.pyi
                                            json/
                                                __init__.pyi
                                                decoder.pyi
                                                encoder.pyi
                                                tool.pyi
                                            multiprocessing/
                                                dummy/
                                                    __init__.pyi
                                                    connection.pyi
                                                __init__.pyi
                                                connection.pyi
                                                context.pyi
                                                managers.pyi
                                                pool.pyi
                                                process.pyi
                                                queues.pyi
                                                shared_memory.pyi
                                                sharedctypes.pyi
                                                spawn.pyi
                                                synchronize.pyi
                                            os/
                                                __init__.pyi
                                                path.pyi
                                            tkinter/
                                                __init__.pyi
                                                commondialog.pyi
                                                constants.pyi
                                                dialog.pyi
                                                filedialog.pyi
                                                font.pyi
                                                messagebox.pyi
                                                ttk.pyi
                                            unittest/
                                                __init__.pyi
                                                async_case.pyi
                                                case.pyi
                                                loader.pyi
                                                main.pyi
                                                mock.pyi
                                                result.pyi
                                                runner.pyi
                                                signals.pyi
                                                suite.pyi
                                                util.pyi
                                            urllib/
                                                __init__.pyi
                                                error.pyi
                                                parse.pyi
                                                request.pyi
                                                response.pyi
                                                robotparser.pyi
                                            venv/
                                                __init__.pyi
                                            xmlrpc/
                                                __init__.pyi
                                                client.pyi
                                                server.pyi
                                            _ast.pyi
                                            _bootlocale.pyi
                                            _compat_pickle.pyi
                                            _compression.pyi
                                            _decimal.pyi
                                            _dummy_thread.pyi
                                            _imp.pyi
                                            _importlib_modulespec.pyi
                                            _json.pyi
                                            _markupbase.pyi
                                            _operator.pyi
                                            _osx_support.pyi
                                            _posixsubprocess.pyi
                                            _pydecimal.pyi
                                            _sitebuiltins.pyi
                                            _stat.pyi
                                            _thread.pyi
                                            _threading_local.pyi
                                            _tkinter.pyi
                                            _tracemalloc.pyi
                                            _winapi.pyi
                                            abc.pyi
                                            ast.pyi
                                            atexit.pyi
                                            builtins.pyi
                                            compileall.pyi
                                            configparser.pyi
                                            copyreg.pyi
                                            enum.pyi
                                            faulthandler.pyi
                                            fcntl.pyi
                                            fnmatch.pyi
                                            functools.pyi
                                            gc.pyi
                                            getopt.pyi
                                            getpass.pyi
                                            gettext.pyi
                                            glob.pyi
                                            gzip.pyi
                                            hashlib.pyi
                                            heapq.pyi
                                            imp.pyi
                                            inspect.pyi
                                            io.pyi
                                            ipaddress.pyi
                                            itertools.pyi
                                            lzma.pyi
                                            macurl2path.pyi
                                            nntplib.pyi
                                            ntpath.pyi
                                            nturl2path.pyi
                                            pathlib.pyi
                                            pipes.pyi
                                            platform.pyi
                                            posix.pyi
                                            posixpath.pyi
                                            queue.pyi
                                            random.pyi
                                            re.pyi
                                            reprlib.pyi
                                            resource.pyi
                                            runpy.pyi
                                            secrets.pyi
                                            selectors.pyi
                                            shelve.pyi
                                            shlex.pyi
                                            signal.pyi
                                            smtplib.pyi
                                            socketserver.pyi
                                            spwd.pyi
                                            sre_constants.pyi
                                            sre_parse.pyi
                                            stat.pyi
                                            statistics.pyi
                                            string.pyi
                                            subprocess.pyi
                                            symbol.pyi
                                            sys.pyi
                                            tempfile.pyi
                                            textwrap.pyi
                                            tokenize.pyi
                                            tracemalloc.pyi
                                            types.pyi
                                            typing.pyi
                                            winreg.pyi
                                            xxlimited.pyi
                                            zipapp.pyi
                                        3.7/
                                            _py_abc.pyi
                                            contextvars.pyi
                                            dataclasses.pyi
                                        3.9/
                                            zoneinfo/
                                                __init__.pyi
                                            graphlib.pyi
                                    third_party/
                                        2/
                                            concurrent/
                                                futures/
                                                    __init__.pyi
                                                    _base.pyi
                                                    process.pyi
                                                    thread.pyi
                                                __init__.pyi
                                            fb303/
                                                __init__.pyi
                                                FacebookService.pyi
                                            kazoo/
                                                recipe/
                                                    __init__.pyi
                                                    watchers.pyi
                                                __init__.pyi
                                                client.pyi
                                                exceptions.pyi
                                            OpenSSL/
                                                __init__.pyi
                                                crypto.pyi
                                            routes/
                                                __init__.pyi
                                                mapper.pyi
                                                util.pyi
                                            scribe/
                                                __init__.pyi
                                                scribe.pyi
                                                ttypes.pyi
                                            six/
                                                moves/
                                                    urllib/
                                                        __init__.pyi
                                                        error.pyi
                                                        parse.pyi
                                                        request.pyi
                                                        response.pyi
                                                        robotparser.pyi
                                                    __init__.pyi
                                                    _dummy_thread.pyi
                                                    _thread.pyi
                                                    BaseHTTPServer.pyi
                                                    CGIHTTPServer.pyi
                                                    collections_abc.pyi
                                                    configparser.pyi
                                                    cPickle.pyi
                                                    email_mime_base.pyi
                                                    email_mime_multipart.pyi
                                                    email_mime_nonmultipart.pyi
                                                    email_mime_text.pyi
                                                    html_entities.pyi
                                                    html_parser.pyi
                                                    http_client.pyi
                                                    http_cookiejar.pyi
                                                    http_cookies.pyi
                                                    queue.pyi
                                                    reprlib.pyi
                                                    SimpleHTTPServer.pyi
                                                    socketserver.pyi
                                                    urllib_error.pyi
                                                    urllib_parse.pyi
                                                    urllib_request.pyi
                                                    urllib_response.pyi
                                                    urllib_robotparser.pyi
                                                    xmlrpc_client.pyi
                                                __init__.pyi
                                            tornado/
                                                __init__.pyi
                                                concurrent.pyi
                                                gen.pyi
                                                httpclient.pyi
                                                httpserver.pyi
                                                httputil.pyi
                                                ioloop.pyi
                                                locks.pyi
                                                netutil.pyi
                                                process.pyi
                                                tcpserver.pyi
                                                testing.pyi
                                                util.pyi
                                                web.pyi
                                            enum.pyi
                                            ipaddress.pyi
                                            pathlib2.pyi
                                            pymssql.pyi
                                        2and3/
                                            atomicwrites/
                                                __init__.pyi
                                            attr/
                                                __init__.pyi
                                                _version_info.pyi
                                                converters.pyi
                                                exceptions.pyi
                                                filters.pyi
                                                validators.pyi
                                            backports/
                                                __init__.pyi
                                                ssl_match_hostname.pyi
                                            bleach/
                                                __init__.pyi
                                                callbacks.pyi
                                                linkifier.pyi
                                                sanitizer.pyi
                                                utils.pyi
                                            boto/
                                                ec2/
                                                    __init__.pyi
                                                elb/
                                                    __init__.pyi
                                                kms/
                                                    __init__.pyi
                                                    exceptions.pyi
                                                    layer1.pyi
                                                s3/
                                                    __init__.pyi
                                                    acl.pyi
                                                    bucket.pyi
                                                    bucketlistresultset.pyi
                                                    bucketlogging.pyi
                                                    connection.pyi
                                                    cors.pyi
                                                    deletemarker.pyi
                                                    key.pyi
                                                    keyfile.pyi
                                                    lifecycle.pyi
                                                    multidelete.pyi
                                                    multipart.pyi
                                                    prefix.pyi
                                                    tagging.pyi
                                                    user.pyi
                                                    website.pyi
                                                __init__.pyi
                                                auth.pyi
                                                auth_handler.pyi
                                                compat.pyi
                                                connection.pyi
                                                exception.pyi
                                                plugin.pyi
                                                regioninfo.pyi
                                                utils.pyi
                                            cachetools/
                                                __init__.pyi
                                                abc.pyi
                                                cache.pyi
                                                decorators.pyi
                                                func.pyi
                                                lfu.pyi
                                                lru.pyi
                                                rr.pyi
                                                ttl.pyi
                                            characteristic/
                                                __init__.pyi
                                            chardet/
                                                __init__.pyi
                                                enums.pyi
                                                langbulgarianmodel.pyi
                                                langcyrillicmodel.pyi
                                                langgreekmodel.pyi
                                                langhebrewmodel.pyi
                                                langhungarianmodel.pyi
                                                langthaimodel.pyi
                                                langturkishmodel.pyi
                                                universaldetector.pyi
                                                version.pyi
                                            click/
                                                __init__.pyi
                                                _termui_impl.pyi
                                                core.pyi
                                                decorators.pyi
                                                exceptions.pyi
                                                formatting.pyi
                                                globals.pyi
                                                parser.pyi
                                                termui.pyi
                                                testing.pyi
                                                types.pyi
                                                utils.pyi
                                            cryptography/
                                                hazmat/
                                                    backends/
                                                        __init__.pyi
                                                        interfaces.pyi
                                                    bindings/
                                                        openssl/
                                                            __init__.pyi
                                                            binding.pyi
                                                        __init__.pyi
                                                    primitives/
                                                        asymmetric/
                                                            __init__.pyi
                                                            dh.pyi
                                                            dsa.pyi
                                                            ec.pyi
                                                            ed25519.pyi
                                                            ed448.pyi
                                                            padding.pyi
                                                            rsa.pyi
                                                            utils.pyi
                                                            x25519.pyi
                                                            x448.pyi
                                                        ciphers/
                                                            __init__.pyi
                                                            aead.pyi
                                                            algorithms.pyi
                                                            modes.pyi
                                                        kdf/
                                                            __init__.pyi
                                                            concatkdf.pyi
                                                            hkdf.pyi
                                                            kbkdf.pyi
                                                            pbkdf2.pyi
                                                            scrypt.pyi
                                                            x963kdf.pyi
                                                        serialization/
                                                            __init__.pyi
                                                            pkcs12.pyi
                                                        twofactor/
                                                            __init__.pyi
                                                            hotp.pyi
                                                            totp.pyi
                                                        __init__.pyi
                                                        cmac.pyi
                                                        constant_time.pyi
                                                        hashes.pyi
                                                        hmac.pyi
                                                        keywrap.pyi
                                                        padding.pyi
                                                        poly1305.pyi
                                                    __init__.pyi
                                                x509/
                                                    __init__.pyi
                                                    extensions.pyi
                                                    oid.pyi
                                                __init__.pyi
                                                exceptions.pyi
                                                fernet.pyi
                                            datetimerange/
                                                __init__.pyi
                                            dateutil/
                                                tz/
                                                    __init__.pyi
                                                    _common.pyi
                                                    tz.pyi
                                                __init__.pyi
                                                _common.pyi
                                                easter.pyi
                                                parser.pyi
                                                relativedelta.pyi
                                                rrule.pyi
                                                utils.pyi
                                            deprecated/
                                                __init__.pyi
                                                classic.pyi
                                                sphinx.pyi
                                            emoji/
                                                __init__.pyi
                                                core.pyi
                                                unicode_codes.pyi
                                            flask/
                                                json/
                                                    __init__.pyi
                                                    tag.pyi
                                                __init__.pyi
                                                app.pyi
                                                blueprints.pyi
                                                cli.pyi
                                                config.pyi
                                                ctx.pyi
                                                debughelpers.pyi
                                                globals.pyi
                                                helpers.pyi
                                                logging.pyi
                                                sessions.pyi
                                                signals.pyi
                                                templating.pyi
                                                testing.pyi
                                                views.pyi
                                                wrappers.pyi
                                            geoip2/
                                                __init__.pyi
                                                database.pyi
                                                errors.pyi
                                                mixins.pyi
                                                models.pyi
                                                records.pyi
                                            google/
                                                protobuf/
                                                    compiler/
                                                        __init__.pyi
                                                        plugin_pb2.pyi
                                                    internal/
                                                        __init__.pyi
                                                        containers.pyi
                                                        decoder.pyi
                                                        encoder.pyi
                                                        enum_type_wrapper.pyi
                                                        extension_dict.pyi
                                                        message_listener.pyi
                                                        python_message.pyi
                                                        well_known_types.pyi
                                                        wire_format.pyi
                                                    util/
                                                        __init__.pyi
                                                    __init__.pyi
                                                    any_pb2.pyi
                                                    api_pb2.pyi
                                                    descriptor.pyi
                                                    descriptor_pb2.pyi
                                                    descriptor_pool.pyi
                                                    duration_pb2.pyi
                                                    empty_pb2.pyi
                                                    field_mask_pb2.pyi
                                                    json_format.pyi
                                                    message.pyi
                                                    message_factory.pyi
                                                    reflection.pyi
                                                    service.pyi
                                                    source_context_pb2.pyi
                                                    struct_pb2.pyi
                                                    symbol_database.pyi
                                                    timestamp_pb2.pyi
                                                    type_pb2.pyi
                                                    wrappers_pb2.pyi
                                                __init__.pyi
                                            jinja2/
                                                __init__.pyi
                                                _compat.pyi
                                                _stringdefs.pyi
                                                bccache.pyi
                                                compiler.pyi
                                                constants.pyi
                                                debug.pyi
                                                defaults.pyi
                                                environment.pyi
                                                exceptions.pyi
                                                ext.pyi
                                                filters.pyi
                                                lexer.pyi
                                                loaders.pyi
                                                meta.pyi
                                                nodes.pyi
                                                optimizer.pyi
                                                parser.pyi
                                                runtime.pyi
                                                sandbox.pyi
                                                tests.pyi
                                                utils.pyi
                                                visitor.pyi
                                            markdown/
                                                extensions/
                                                    __init__.pyi
                                                    abbr.pyi
                                                    admonition.pyi
                                                    attr_list.pyi
                                                    codehilite.pyi
                                                    def_list.pyi
                                                    extra.pyi
                                                    fenced_code.pyi
                                                    footnotes.pyi
                                                    legacy_attrs.pyi
                                                    legacy_em.pyi
                                                    md_in_html.pyi
                                                    meta.pyi
                                                    nl2br.pyi
                                                    sane_lists.pyi
                                                    smarty.pyi
                                                    tables.pyi
                                                    toc.pyi
                                                    wikilinks.pyi
                                                __init__.pyi
                                                __meta__.pyi
                                                blockparser.pyi
                                                blockprocessors.pyi
                                                core.pyi
                                                inlinepatterns.pyi
                                                pep562.pyi
                                                postprocessors.pyi
                                                preprocessors.pyi
                                                serializers.pyi
                                                treeprocessors.pyi
                                                util.pyi
                                            markupsafe/
                                                __init__.pyi
                                                _compat.pyi
                                                _constants.pyi
                                                _native.pyi
                                                _speedups.pyi
                                            maxminddb/
                                                __init__.pyi
                                                compat.pyi
                                                const.pyi
                                                decoder.pyi
                                                errors.pyi
                                                extension.pyi
                                                reader.pyi
                                            nmap/
                                                __init__.pyi
                                                nmap.pyi
                                            paramiko/
                                                __init__.pyi
                                                _version.pyi
                                                _winapi.pyi
                                                agent.pyi
                                                auth_handler.pyi
                                                ber.pyi
                                                buffered_pipe.pyi
                                                channel.pyi
                                                client.pyi
                                                common.pyi
                                                compress.pyi
                                                config.pyi
                                                dsskey.pyi
                                                ecdsakey.pyi
                                                ed25519key.pyi
                                                file.pyi
                                                hostkeys.pyi
                                                kex_curve25519.pyi
                                                kex_ecdh_nist.pyi
                                                kex_gex.pyi
                                                kex_group1.pyi
                                                kex_group14.pyi
                                                kex_group16.pyi
                                                kex_gss.pyi
                                                message.pyi
                                                packet.pyi
                                                pipe.pyi
                                                pkey.pyi
                                                primes.pyi
                                                proxy.pyi
                                                py3compat.pyi
                                                rsakey.pyi
                                                server.pyi
                                                sftp.pyi
                                                sftp_attr.pyi
                                                sftp_client.pyi
                                                sftp_file.pyi
                                                sftp_handle.pyi
                                                sftp_server.pyi
                                                sftp_si.pyi
                                                ssh_exception.pyi
                                                ssh_gss.pyi
                                                transport.pyi
                                                util.pyi
                                                win_pageant.pyi
                                            pymysql/
                                                constants/
                                                    __init__.pyi
                                                    CLIENT.pyi
                                                    COMMAND.pyi
                                                    ER.pyi
                                                    FIELD_TYPE.pyi
                                                    FLAG.pyi
                                                    SERVER_STATUS.pyi
                                                __init__.pyi
                                                charset.pyi
                                                connections.pyi
                                                converters.pyi
                                                cursors.pyi
                                                err.pyi
                                                times.pyi
                                                util.pyi
                                            pynamodb/
                                                connection/
                                                    __init__.pyi
                                                    base.pyi
                                                    table.pyi
                                                    util.pyi
                                                __init__.pyi
                                                attributes.pyi
                                                constants.pyi
                                                exceptions.pyi
                                                indexes.pyi
                                                models.pyi
                                                settings.pyi
                                                throttle.pyi
                                                types.pyi
                                            pytz/
                                                __init__.pyi
                                            pyVmomi/
                                                vim/
                                                    __init__.pyi
                                                    event.pyi
                                                    fault.pyi
                                                    option.pyi
                                                    view.pyi
                                                vmodl/
                                                    __init__.pyi
                                                    fault.pyi
                                                    query.pyi
                                                __init__.pyi
                                            redis/
                                                __init__.pyi
                                                client.pyi
                                                connection.pyi
                                                exceptions.pyi
                                                utils.pyi
                                            requests/
                                                packages/
                                                    urllib3/
                                                        contrib/
                                                            __init__.pyi
                                                        packages/
                                                            ssl_match_hostname/
                                                                __init__.pyi
                                                                _implementation.pyi
                                                            __init__.pyi
                                                        util/
                                                            __init__.pyi
                                                            connection.pyi
                                                            request.pyi
                                                            response.pyi
                                                            retry.pyi
                                                            ssl_.pyi
                                                            timeout.pyi
                                                            url.pyi
                                                        __init__.pyi
                                                        _collections.pyi
                                                        connection.pyi
                                                        connectionpool.pyi
                                                        exceptions.pyi
                                                        fields.pyi
                                                        filepost.pyi
                                                        poolmanager.pyi
                                                        request.pyi
                                                        response.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                adapters.pyi
                                                api.pyi
                                                auth.pyi
                                                compat.pyi
                                                cookies.pyi
                                                exceptions.pyi
                                                hooks.pyi
                                                models.pyi
                                                sessions.pyi
                                                status_codes.pyi
                                                structures.pyi
                                                utils.pyi
                                            retry/
                                                __init__.pyi
                                                api.pyi
                                            simplejson/
                                                __init__.pyi
                                                decoder.pyi
                                                encoder.pyi
                                                scanner.pyi
                                            slugify/
                                                __init__.pyi
                                                slugify.pyi
                                                special.pyi
                                            tzlocal/
                                                __init__.pyi
                                            werkzeug/
                                                contrib/
                                                    __init__.pyi
                                                    atom.pyi
                                                    cache.pyi
                                                    fixers.pyi
                                                    iterio.pyi
                                                    jsrouting.pyi
                                                    limiter.pyi
                                                    lint.pyi
                                                    profiler.pyi
                                                    securecookie.pyi
                                                    sessions.pyi
                                                    testtools.pyi
                                                    wrappers.pyi
                                                debug/
                                                    __init__.pyi
                                                    console.pyi
                                                    repr.pyi
                                                    tbtools.pyi
                                                middleware/
                                                    __init__.pyi
                                                    dispatcher.pyi
                                                    http_proxy.pyi
                                                    lint.pyi
                                                    profiler.pyi
                                                    proxy_fix.pyi
                                                    shared_data.pyi
                                                __init__.pyi
                                                _compat.pyi
                                                _internal.pyi
                                                _reloader.pyi
                                                datastructures.pyi
                                                exceptions.pyi
                                                filesystem.pyi
                                                formparser.pyi
                                                http.pyi
                                                local.pyi
                                                posixemulation.pyi
                                                routing.pyi
                                                script.pyi
                                                security.pyi
                                                serving.pyi
                                                test.pyi
                                                testapp.pyi
                                                urls.pyi
                                                useragents.pyi
                                                utils.pyi
                                                wrappers.pyi
                                                wsgi.pyi
                                            yaml/
                                                __init__.pyi
                                                composer.pyi
                                                constructor.pyi
                                                cyaml.pyi
                                                dumper.pyi
                                                emitter.pyi
                                                error.pyi
                                                events.pyi
                                                loader.pyi
                                                nodes.pyi
                                                parser.pyi
                                                reader.pyi
                                                representer.pyi
                                                resolver.pyi
                                                scanner.pyi
                                                serializer.pyi
                                                tokens.pyi
                                            backports_abc.pyi
                                            certifi.pyi
                                            croniter.pyi
                                            dateparser.pyi
                                            decorator.pyi
                                            first.pyi
                                            gflags.pyi
                                            itsdangerous.pyi
                                            mock.pyi
                                            mypy_extensions.pyi
                                            polib.pyi
                                            pycurl.pyi
                                            pyre_extensions.pyi
                                            singledispatch.pyi
                                            tabulate.pyi
                                            termcolor.pyi
                                            toml.pyi
                                            typing_extensions.pyi
                                            ujson.pyi
                                        3/
                                            aiofiles/
                                                threadpool/
                                                    __init__.pyi
                                                    binary.pyi
                                                    text.pyi
                                                __init__.pyi
                                                base.pyi
                                                os.pyi
                                            docutils/
                                                parsers/
                                                    rst/
                                                        __init__.pyi
                                                        nodes.pyi
                                                        roles.pyi
                                                        states.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                examples.pyi
                                                nodes.pyi
                                            filelock/
                                                __init__.pyi
                                            freezegun/
                                                __init__.pyi
                                                api.pyi
                                            jwt/
                                                contrib/
                                                    algorithms/
                                                        __init__.pyi
                                                        py_ecdsa.pyi
                                                        pycrypto.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                algorithms.pyi
                                            pkg_resources/
                                                __init__.pyi
                                                py31compat.pyi
                                            pyrfc3339/
                                                __init__.pyi
                                                generator.pyi
                                                parser.pyi
                                                utils.pyi
                                            six/
                                                moves/
                                                    urllib/
                                                        __init__.pyi
                                                        error.pyi
                                                        parse.pyi
                                                        request.pyi
                                                        response.pyi
                                                        robotparser.pyi
                                                    __init__.pyi
                                                    _dummy_thread.pyi
                                                    _thread.pyi
                                                    BaseHTTPServer.pyi
                                                    builtins.pyi
                                                    CGIHTTPServer.pyi
                                                    collections_abc.pyi
                                                    configparser.pyi
                                                    cPickle.pyi
                                                    email_mime_base.pyi
                                                    email_mime_multipart.pyi
                                                    email_mime_nonmultipart.pyi
                                                    email_mime_text.pyi
                                                    html_entities.pyi
                                                    html_parser.pyi
                                                    http_client.pyi
                                                    http_cookiejar.pyi
                                                    http_cookies.pyi
                                                    queue.pyi
                                                    reprlib.pyi
                                                    SimpleHTTPServer.pyi
                                                    socketserver.pyi
                                                    tkinter.pyi
                                                    tkinter_commondialog.pyi
                                                    tkinter_constants.pyi
                                                    tkinter_dialog.pyi
                                                    tkinter_filedialog.pyi
                                                    tkinter_tkfiledialog.pyi
                                                    tkinter_ttk.pyi
                                                    urllib_error.pyi
                                                    urllib_parse.pyi
                                                    urllib_request.pyi
                                                    urllib_response.pyi
                                                    urllib_robotparser.pyi
                                                __init__.pyi
                                            typed_ast/
                                                __init__.pyi
                                                ast27.pyi
                                                ast3.pyi
                                                conversions.pyi
                                            waitress/
                                                __init__.pyi
                                                adjustments.pyi
                                                buffers.pyi
                                                channel.pyi
                                                compat.pyi
                                                parser.pyi
                                                proxy_headers.pyi
                                                receiver.pyi
                                                rfc7230.pyi
                                                runner.pyi
                                                server.pyi
                                                task.pyi
                                                trigger.pyi
                                                utilities.pyi
                                                wasyncore.pyi
                                            contextvars.pyi
                                            dataclasses.pyi
                                            frozendict.pyi
                                            orjson.pyi
                                    LICENSE
                            __init__.py
                            __main__.py
                            _compatibility.py
                            cache.py
                            common.py
                            debug.py
                            file_io.py
                            parser_utils.py
                            settings.py
                            utils.py
                        jedi-0.19.2.dist-info/
                            AUTHORS.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jinja2/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _identifier.cpython-313.pyc
                                async_utils.cpython-313.pyc
                                bccache.cpython-313.pyc
                                compiler.cpython-313.pyc
                                defaults.cpython-313.pyc
                                environment.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                filters.cpython-313.pyc
                                idtracking.cpython-313.pyc
                                lexer.cpython-313.pyc
                                loaders.cpython-313.pyc
                                nodes.cpython-313.pyc
                                optimizer.cpython-313.pyc
                                parser.cpython-313.pyc
                                runtime.cpython-313.pyc
                                tests.cpython-313.pyc
                                utils.cpython-313.pyc
                                visitor.cpython-313.pyc
                            __init__.py
                            _identifier.py
                            async_utils.py
                            bccache.py
                            compiler.py
                            constants.py
                            debug.py
                            defaults.py
                            environment.py
                            exceptions.py
                            ext.py
                            filters.py
                            idtracking.py
                            lexer.py
                            loaders.py
                            meta.py
                            nativetypes.py
                            nodes.py
                            optimizer.py
                            parser.py
                            py.typed
                            runtime.py
                            sandbox.py
                            tests.py
                            utils.py
                            visitor.py
                        jinja2-3.1.6.dist-info/
                            licenses/
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        joblib/
                            externals/
                                cloudpickle/
                                    __init__.py
                                    cloudpickle.py
                                    cloudpickle_fast.py
                                loky/
                                    backend/
                                        __init__.py
                                        _posix_reduction.py
                                        _win_reduction.py
                                        context.py
                                        fork_exec.py
                                        popen_loky_posix.py
                                        popen_loky_win32.py
                                        process.py
                                        queues.py
                                        reduction.py
                                        resource_tracker.py
                                        spawn.py
                                        synchronize.py
                                        utils.py
                                    __init__.py
                                    _base.py
                                    cloudpickle_wrapper.py
                                    initializers.py
                                    process_executor.py
                                    reusable_executor.py
                                __init__.py
                            test/
                                data/
                                    __init__.py
                                    create_numpy_pickle.py
                                    joblib_0.10.0_compressed_pickle_py27_np16.gz
                                    joblib_0.10.0_compressed_pickle_py27_np17.gz
                                    joblib_0.10.0_compressed_pickle_py33_np18.gz
                                    joblib_0.10.0_compressed_pickle_py34_np19.gz
                                    joblib_0.10.0_compressed_pickle_py35_np19.gz
                                    joblib_0.10.0_pickle_py27_np17.pkl
                                    joblib_0.10.0_pickle_py27_np17.pkl.bz2
                                    joblib_0.10.0_pickle_py27_np17.pkl.gzip
                                    joblib_0.10.0_pickle_py27_np17.pkl.lzma
                                    joblib_0.10.0_pickle_py27_np17.pkl.xz
                                    joblib_0.10.0_pickle_py33_np18.pkl
                                    joblib_0.10.0_pickle_py33_np18.pkl.bz2
                                    joblib_0.10.0_pickle_py33_np18.pkl.gzip
                                    joblib_0.10.0_pickle_py33_np18.pkl.lzma
                                    joblib_0.10.0_pickle_py33_np18.pkl.xz
                                    joblib_0.10.0_pickle_py34_np19.pkl
                                    joblib_0.10.0_pickle_py34_np19.pkl.bz2
                                    joblib_0.10.0_pickle_py34_np19.pkl.gzip
                                    joblib_0.10.0_pickle_py34_np19.pkl.lzma
                                    joblib_0.10.0_pickle_py34_np19.pkl.xz
                                    joblib_0.10.0_pickle_py35_np19.pkl
                                    joblib_0.10.0_pickle_py35_np19.pkl.bz2
                                    joblib_0.10.0_pickle_py35_np19.pkl.gzip
                                    joblib_0.10.0_pickle_py35_np19.pkl.lzma
                                    joblib_0.10.0_pickle_py35_np19.pkl.xz
                                    joblib_0.11.0_compressed_pickle_py36_np111.gz
                                    joblib_0.11.0_pickle_py36_np111.pkl
                                    joblib_0.11.0_pickle_py36_np111.pkl.bz2
                                    joblib_0.11.0_pickle_py36_np111.pkl.gzip
                                    joblib_0.11.0_pickle_py36_np111.pkl.lzma
                                    joblib_0.11.0_pickle_py36_np111.pkl.xz
                                    joblib_0.8.4_compressed_pickle_py27_np17.gz
                                    joblib_0.9.2_compressed_pickle_py27_np16.gz
                                    joblib_0.9.2_compressed_pickle_py27_np17.gz
                                    joblib_0.9.2_compressed_pickle_py34_np19.gz
                                    joblib_0.9.2_compressed_pickle_py35_np19.gz
                                    joblib_0.9.2_pickle_py27_np16.pkl
                                    joblib_0.9.2_pickle_py27_np16.pkl_01.npy
                                    joblib_0.9.2_pickle_py27_np16.pkl_02.npy
                                    joblib_0.9.2_pickle_py27_np16.pkl_03.npy
                                    joblib_0.9.2_pickle_py27_np16.pkl_04.npy
                                    joblib_0.9.2_pickle_py27_np17.pkl
                                    joblib_0.9.2_pickle_py27_np17.pkl_01.npy
                                    joblib_0.9.2_pickle_py27_np17.pkl_02.npy
                                    joblib_0.9.2_pickle_py27_np17.pkl_03.npy
                                    joblib_0.9.2_pickle_py27_np17.pkl_04.npy
                                    joblib_0.9.2_pickle_py33_np18.pkl
                                    joblib_0.9.2_pickle_py33_np18.pkl_01.npy
                                    joblib_0.9.2_pickle_py33_np18.pkl_02.npy
                                    joblib_0.9.2_pickle_py33_np18.pkl_03.npy
                                    joblib_0.9.2_pickle_py33_np18.pkl_04.npy
                                    joblib_0.9.2_pickle_py34_np19.pkl
                                    joblib_0.9.2_pickle_py34_np19.pkl_01.npy
                                    joblib_0.9.2_pickle_py34_np19.pkl_02.npy
                                    joblib_0.9.2_pickle_py34_np19.pkl_03.npy
                                    joblib_0.9.2_pickle_py34_np19.pkl_04.npy
                                    joblib_0.9.2_pickle_py35_np19.pkl
                                    joblib_0.9.2_pickle_py35_np19.pkl_01.npy
                                    joblib_0.9.2_pickle_py35_np19.pkl_02.npy
                                    joblib_0.9.2_pickle_py35_np19.pkl_03.npy
                                    joblib_0.9.2_pickle_py35_np19.pkl_04.npy
                                    joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz
                                    joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_01.npy.z
                                    joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_02.npy.z
                                    joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_03.npy.z
                                __init__.py
                                common.py
                                test_backports.py
                                test_cloudpickle_wrapper.py
                                test_config.py
                                test_dask.py
                                test_disk.py
                                test_func_inspect.py
                                test_func_inspect_special_encoding.py
                                test_hashing.py
                                test_init.py
                                test_logger.py
                                test_memmapping.py
                                test_memory.py
                                test_memory_async.py
                                test_missing_multiprocessing.py
                                test_module.py
                                test_numpy_pickle.py
                                test_numpy_pickle_compat.py
                                test_numpy_pickle_utils.py
                                test_parallel.py
                                test_store_backends.py
                                test_testing.py
                                test_utils.py
                                testutils.py
                            __init__.py
                            _cloudpickle_wrapper.py
                            _dask.py
                            _memmapping_reducer.py
                            _multiprocessing_helpers.py
                            _parallel_backends.py
                            _store_backends.py
                            _utils.py
                            backports.py
                            compressor.py
                            disk.py
                            executor.py
                            func_inspect.py
                            hashing.py
                            logger.py
                            memory.py
                            numpy_pickle.py
                            numpy_pickle_compat.py
                            numpy_pickle_utils.py
                            parallel.py
                            pool.py
                            testing.py
                        joblib-1.5.1.dist-info/
                            licenses/
                                LICENSE.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        json5/
                            __init__.py
                            __main__.py
                            host.py
                            lib.py
                            parser.py
                            py.typed
                            tool.py
                            version.py
                        json5-0.12.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jsonpointer-3.0.0.dist-info/
                            AUTHORS
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jsonschema/
                            benchmarks/
                                issue232/
                                    issue.json
                                __init__.py
                                const_vs_enum.py
                                contains.py
                                issue232.py
                                json_schema_test_suite.py
                                nested_schemas.py
                                subcomponents.py
                                unused_registry.py
                                useless_applicator_schemas.py
                                useless_keywords.py
                                validator_creation.py
                            tests/
                                __init__.py
                                _suite.py
                                fuzz_validate.py
                                test_cli.py
                                test_deprecations.py
                                test_exceptions.py
                                test_format.py
                                test_jsonschema_test_suite.py
                                test_types.py
                                test_utils.py
                                test_validators.py
                            __init__.py
                            __main__.py
                            _format.py
                            _keywords.py
                            _legacy_keywords.py
                            _types.py
                            _typing.py
                            _utils.py
                            cli.py
                            exceptions.py
                            protocols.py
                            validators.py
                        jsonschema-4.25.0.dist-info/
                            licenses/
                                COPYING
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jsonschema_specifications/
                            schemas/
                                draft201909/
                                    vocabularies/
                                        applicator
                                        content
                                        core
                                        meta-data
                                        validation
                                    metaschema.json
                                draft202012/
                                    vocabularies/
                                        applicator
                                        content
                                        core
                                        format
                                        format-annotation
                                        format-assertion
                                        meta-data
                                        unevaluated
                                        validation
                                    metaschema.json
                                draft3/
                                    metaschema.json
                                draft4/
                                    metaschema.json
                                draft6/
                                    metaschema.json
                                draft7/
                                    metaschema.json
                            tests/
                                __init__.py
                                test_jsonschema_specifications.py
                            __init__.py
                            _core.py
                        jsonschema_specifications-2025.4.1.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter-1.1.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jupyter_client/
                            asynchronous/
                                __init__.py
                                client.py
                            blocking/
                                __init__.py
                                client.py
                            ioloop/
                                __init__.py
                                manager.py
                                restarter.py
                            provisioning/
                                __init__.py
                                factory.py
                                local_provisioner.py
                                provisioner_base.py
                            ssh/
                                __init__.py
                                forward.py
                                tunnel.py
                            __init__.py
                            _version.py
                            adapter.py
                            channels.py
                            channelsabc.py
                            client.py
                            clientabc.py
                            connect.py
                            consoleapp.py
                            jsonutil.py
                            kernelapp.py
                            kernelspec.py
                            kernelspecapp.py
                            launcher.py
                            localinterfaces.py
                            manager.py
                            managerabc.py
                            multikernelmanager.py
                            py.typed
                            restarter.py
                            runapp.py
                            session.py
                            threaded.py
                            utils.py
                            win_interrupt.py
                        jupyter_client-8.6.3.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter_console/
                            tests/
                                __init__.py
                                conftest.py
                                test_console.py
                                test_image_handler.py
                                writetofile.py
                            __init__.py
                            __main__.py
                            _version.py
                            app.py
                            completer.py
                            ptshell.py
                            utils.py
                            zmqhistory.py
                        jupyter_console-6.6.3.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter_core/
                            utils/
                                __init__.py
                            __init__.py
                            __main__.py
                            application.py
                            command.py
                            migrate.py
                            paths.py
                            py.typed
                            troubleshoot.py
                            version.py
                        jupyter_core-5.8.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter_events/
                            schemas/
                                event-core-schema.yml
                                event-metaschema.yml
                                property-metaschema.yml
                            __init__.py
                            _version.py
                            cli.py
                            logger.py
                            py.typed
                            pytest_plugin.py
                            schema.py
                            schema_registry.py
                            traits.py
                            utils.py
                            validators.py
                            yaml.py
                        jupyter_events-0.12.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter_lsp/
                            etc/
                                jupyter-lsp-jupyter-server.json
                            schema/
                                __init__.py
                                schema.json
                            specs/
                                config/
                                    __init__.py
                                    bash-language-server.schema.json
                                    dockerfile-language-server-nodejs.schema.json
                                    julia-language-server.schema.json
                                    pyls.schema.json
                                    pylsp.schema.json
                                    pyright.schema.json
                                    r-languageserver.schema.json
                                    sql-language-server.schema.json
                                    texlab.schema.json
                                    typescript-language-server.schema.json
                                    yaml-language-server.schema.json
                                __init__.py
                                bash_language_server.py
                                dockerfile_language_server_nodejs.py
                                javascript_typescript_langserver.py
                                jedi_language_server.py
                                julia_language_server.py
                                pyls.py
                                pyright.py
                                python_lsp_server.py
                                r_languageserver.py
                                sql_language_server.py
                                texlab.py
                                typescript_language_server.py
                                unified_language_server.py
                                utils.py
                                vscode_css_languageserver.py
                                vscode_html_languageserver.py
                                vscode_json_languageserver.py
                                yaml_language_server.py
                            tests/
                                __init__.py
                                conftest.py
                                listener.py
                                test_auth.py
                                test_bad_spec.py
                                test_conf_d.py
                                test_detect.py
                                test_extension.py
                                test_listener.py
                                test_paths.py
                                test_session.py
                                test_stdio.py
                                test_virtual_documents_shadow.py
                            __init__.py
                            _version.py
                            constants.py
                            handlers.py
                            manager.py
                            non_blocking.py
                            paths.py
                            serverextension.py
                            session.py
                            stdio.py
                            trait_types.py
                            types.py
                            virtual_documents_shadow.py
                        jupyter_lsp-2.2.6.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jupyter_server/
                            auth/
                                __init__.py
                                __main__.py
                                authorizer.py
                                decorator.py
                                identity.py
                                login.py
                                logout.py
                                security.py
                                utils.py
                            base/
                                __init__.py
                                call_context.py
                                handlers.py
                                websocket.py
                                zmqhandlers.py
                            event_schemas/
                                contents_service/
                                    v1.yaml
                                gateway_client/
                                    v1.yaml
                                kernel_actions/
                                    v1.yaml
                            extension/
                                __init__.py
                                application.py
                                config.py
                                handler.py
                                manager.py
                                serverextension.py
                                utils.py
                            files/
                                __init__.py
                                handlers.py
                            gateway/
                                __init__.py
                                connections.py
                                gateway_client.py
                                handlers.py
                                managers.py
                            i18n/
                                zh_CN/
                                    LC_MESSAGES/
                                        nbui.po
                                        notebook.po
                                __init__.py
                                babel_nbui.cfg
                                babel_notebook.cfg
                                nbjs.json
                                nbui.pot
                                notebook.pot
                                README.md
                            kernelspecs/
                                __init__.py
                                handlers.py
                            nbconvert/
                                __init__.py
                                handlers.py
                            prometheus/
                                __init__.py
                                log_functions.py
                                metrics.py
                            services/
                                api/
                                    __init__.py
                                    api.yaml
                                    handlers.py
                                config/
                                    __init__.py
                                    handlers.py
                                    manager.py
                                contents/
                                    __init__.py
                                    checkpoints.py
                                    filecheckpoints.py
                                    fileio.py
                                    filemanager.py
                                    handlers.py
                                    largefilemanager.py
                                    manager.py
                                events/
                                    __init__.py
                                    handlers.py
                                kernels/
                                    connection/
                                        __init__.py
                                        abc.py
                                        base.py
                                        channels.py
                                    __init__.py
                                    handlers.py
                                    kernelmanager.py
                                    websocket.py
                                kernelspecs/
                                    __init__.py
                                    handlers.py
                                nbconvert/
                                    __init__.py
                                    handlers.py
                                security/
                                    __init__.py
                                    handlers.py
                                sessions/
                                    __init__.py
                                    handlers.py
                                    sessionmanager.py
                                __init__.py
                                shutdown.py
                            static/
                                favicons/
                                    favicon-busy-1.ico
                                    favicon-busy-2.ico
                                    favicon-busy-3.ico
                                    favicon-file.ico
                                    favicon-notebook.ico
                                    favicon-terminal.ico
                                    favicon.ico
                                logo/
                                    logo.png
                                style/
                                    bootstrap-theme.min.css
                                    bootstrap-theme.min.css.map
                                    bootstrap.min.css
                                    bootstrap.min.css.map
                                    index.css
                                favicon.ico
                            templates/
                                404.html
                                browser-open.html
                                error.html
                                login.html
                                logout.html
                                main.html
                                page.html
                                view.html
                            terminal/
                                __init__.py
                                api_handlers.py
                                handlers.py
                                terminalmanager.py
                            view/
                                __init__.py
                                handlers.py
                            __init__.py
                            __main__.py
                            _sysinfo.py
                            _tz.py
                            _version.py
                            config_manager.py
                            log.py
                            py.typed
                            pytest_plugin.py
                            serverapp.py
                            traittypes.py
                            transutils.py
                            utils.py
                        jupyter_server-2.16.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter_server_terminals/
                            __init__.py
                            _version.py
                            api_handlers.py
                            app.py
                            base.py
                            handlers.py
                            py.typed
                            rest-api.yml
                            terminalmanager.py
                        jupyter_server_terminals-0.5.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyterlab/
                            extensions/
                                __init__.py
                                manager.py
                                pypi.py
                                readonly.py
                            galata/
                                @jupyterlab/
                                    galata-extension/
                                        static/
                                            lib_extension_index_js.59743b9da90d1b8bb0d5.js
                                            remoteEntry.2686f203677a9bf51626.js
                                            style.js
                                        build_log.json
                                        package.json
                                __init__.py
                            handlers/
                                __init__.py
                                announcements.py
                                build_handler.py
                                error_handler.py
                                extension_manager_handler.py
                                plugin_manager_handler.py
                            schemas/
                                @jupyterlab/
                                    application-extension/
                                        commands.json
                                        context-menu.json
                                        package.json.orig
                                        property-inspector.json
                                        shell.json
                                        top-bar.json
                                    apputils-extension/
                                        kernels-settings.json
                                        notification.json
                                        package.json.orig
                                        palette.json
                                        print.json
                                        sanitizer.json
                                        sessionDialogs.json
                                        themes.json
                                        utilityCommands.json
                                    cell-toolbar-extension/
                                        package.json.orig
                                        plugin.json
                                    celltags-extension/
                                        package.json.orig
                                        plugin.json
                                    codemirror-extension/
                                        package.json.orig
                                        plugin.json
                                    completer-extension/
                                        inline-completer.json
                                        manager.json
                                        package.json.orig
                                    console-extension/
                                        completer.json
                                        foreign.json
                                        package.json.orig
                                        tracker.json
                                    csvviewer-extension/
                                        csv.json
                                        package.json.orig
                                        tsv.json
                                    debugger-extension/
                                        main.json
                                        package.json.orig
                                    docmanager-extension/
                                        download.json
                                        package.json.orig
                                        plugin.json
                                    documentsearch-extension/
                                        package.json.orig
                                        plugin.json
                                    extensionmanager-extension/
                                        package.json.orig
                                        plugin.json
                                    filebrowser-extension/
                                        browser.json
                                        download.json
                                        open-browser-tab.json
                                        open-with.json
                                        package.json.orig
                                        widget.json
                                    fileeditor-extension/
                                        completer.json
                                        package.json.orig
                                        plugin.json
                                    help-extension/
                                        about.json
                                        jupyter-forum.json
                                        launch-classic.json
                                        package.json.orig
                                    htmlviewer-extension/
                                        package.json.orig
                                        plugin.json
                                    hub-extension/
                                        menu.json
                                        package.json.orig
                                    imageviewer-extension/
                                        package.json.orig
                                        plugin.json
                                    inspector-extension/
                                        consoles.json
                                        inspector.json
                                        notebooks.json
                                        package.json.orig
                                    launcher-extension/
                                        package.json.orig
                                        plugin.json
                                    logconsole-extension/
                                        package.json.orig
                                        plugin.json
                                    lsp-extension/
                                        package.json.orig
                                        plugin.json
                                    mainmenu-extension/
                                        package.json.orig
                                        plugin.json
                                    markdownviewer-extension/
                                        package.json.orig
                                        plugin.json
                                    mathjax-extension/
                                        package.json.orig
                                        plugin.json
                                    metadataform-extension/
                                        metadataforms.json
                                        package.json.orig
                                    notebook-extension/
                                        completer.json
                                        export.json
                                        package.json.orig
                                        panel.json
                                        tools.json
                                        tracker.json
                                    running-extension/
                                        package.json.orig
                                        plugin.json
                                    settingeditor-extension/
                                        form-ui.json
                                        package.json.orig
                                        plugin.json
                                    shortcuts-extension/
                                        package.json.orig
                                        shortcuts.json
                                    statusbar-extension/
                                        package.json.orig
                                        plugin.json
                                    terminal-extension/
                                        package.json.orig
                                        plugin.json
                                    toc-extension/
                                        package.json.orig
                                        registry.json
                                    tooltip-extension/
                                        consoles.json
                                        files.json
                                        notebooks.json
                                        package.json.orig
                                    translation-extension/
                                        package.json.orig
                                        plugin.json
                                    workspaces-extension/
                                        indicator.json
                                        menu.json
                                        package.json.orig
                                        sidebar.json
                            staging/
                                templates/
                                    403.html
                                    error.html
                                    partial.html
                                    template.html
                                .yarnrc.yml
                                bootstrap.js
                                index.js
                                package.json
                                publicpath.js
                                webpack.config.js
                                webpack.prod.config.js
                                webpack.prod.minimize.config.js
                                webpack.prod.release.config.js
                                yarn.js
                                yarn.lock
                            static/
                                100.1d14ca44a3cc8849349f.js
                                1039.3fe94e87219c0ed159d3.js
                                1096.dd4c563e0483cbbeb9c9.js
                                1189.c1482e88f0e949753db6.js
                                1208.4b9ab7b231d39ebdbc3f.js
                                1219.b5630aa3a46050fddc27.js
                                1268.e75d8a6dd557ac8957ca.js
                                1359.d5f23f0e2a6f67b69751.js
                                1423.4bcf4453e1c1d12d872f.js
                                1436.2c11d9dee0ad6f49e968.js
                                1445.a0e099c27d073217031a.js
                                1449.7026e8748d2a77e15d5b.js
                                1462.57e39f487257f25263d4.js
                                1491.010c623dd546db976e95.js
                                1495.13603dd823bbf5eb08b3.js
                                1518.3e4807844734ff34efd0.js
                                1673.b0ee25168543434bdbca.js
                                1737.a5fc97075f693ec36fe6.js
                                1832.b1ede2fe899bdec88938.js
                                1834.7445ad0c82371ac40737.js
                                1838.839690ff17ec3c532f0a.js
                                1887.56f83f163a18c61efb16.js
                                1909.7487a09fefbe7f9eabb6.js
                                1909.7487a09fefbe7f9eabb6.js.LICENSE.txt
                                1912.f16dddc294d66c3c81e9.js
                                1954.f1c519cb1415c7da3e8c.js
                                1960.f8d8ef8a91360e60f0b9.js
                                1962.6a7da74e809b70d5200d.js
                                1969.86e3168e52802569d650.js
                                1986.26029e99ef54a5652df8.js
                                1991.84fc123d7cfe8ae2948e.js
                                1cb1c39ea642f26a4dfe.woff
                                2023.59b30086fbeff6d17e3b.js
                                2211.04a176892c4c3071836c.js
                                227.6bd3154334bb91c5ca1c.js
                                227.6bd3154334bb91c5ca1c.js.LICENSE.txt
                                2280.6614699f54522fffbc00.js
                                232.5419cbec68e3fd0cf431.js
                                232.5419cbec68e3fd0cf431.js.LICENSE.txt
                                2353.ab70488f07a7c0a7a3fd.js
                                246.326a6482593e8a7bcd58.js
                                2467.4227742ac4b60289f222.js
                                247.84259ab142dd8c151fc2.js
                                2491.c169ecbc5fde2bcdb1b3.js
                                2550.75fcaa650ffac405c0dc.js
                                2574.327dadfe49120269ff31.js
                                2576.b98b7b23adeec4cb6932.js
                                2590.99e505d19b964439aa31.js
                                2601.2429d5a03c8465ae6290.js
                                2633.ea053b40991eb5adbc69.js
                                2641.e77441e7a3e0d12834c5.js
                                265.6f9e37c0b72db64203b1.js
                                2658.d1cae1b08b068d864368.js
                                26683bf201fb258a2237.woff
                                2681.a47f40e38ecd31ccd687.js
                                2707.61050e600b0aa9624127.js
                                2729.cafaf0caf2c0c83ac9fe.js
                                2794.05495c139ed000b57598.js
                                2823.0b6015b5e03c08281f41.js
                                2880.8483d51b11998bfe8e4b.js
                                2957.bc5eb9549a0b15c44916.js
                                2959.b24c9f67d639376f5ead.js
                                3048.59e6166a886a78f4f698.js
                                30e889b58cbc51adfbb0.woff
                                3111.33574d9124842f355bce.js
                                3112.0757b31e24c5334fda73.js
                                3122.fed5688acdcf6ff6aa6b.js
                                321.0fb994fd384a54491584.js
                                3257.30af681f0c294efb65f7.js
                                3257.30af681f0c294efb65f7.js.LICENSE.txt
                                32792104b5ef69eded90.woff
                                3282.22e78350d54fcaf3c6c8.js
                                3293.375c6685d72662fc062f.js
                                3303.b5596c0715d2d58332fb.js
                                3358.7ba73a6804155b619b44.js
                                3372.8eeafd96de9a7a205f40.js
                                339.380593b40d8d41150a4e.js
                                355254db9ca10a09a3b5.woff
                                3616.a4271ffcf2ac3b4c2338.js
                                36e0d72d8a7afc696a3e.woff
                                3709.e33bc30c83272aa85628.js
                                373c04fd2418f5c77eea.eot
                                3763.56191df5d72d2ffa5aa6.js
                                3780.c9294dc98ae926717741.js
                                3799.eaa0438bc5c41bad0516.js
                                3824.5e23be1e37fce5b7c6b3.js
                                3832.c6026c483bb46cc8e599.js
                                3974.79f68bca9a02c92dab5e.js
                                3991.678edf189fe92a216c70.js
                                3bc6ecaae7ecf6f8d7f8.woff
                                3de784d07b9fa8f104c1.woff
                                3f6d3488cf65374f6f67.woff
                                4001.80ab3ef5300d7ce2d1fe.js
                                4010.7ccc4c383efb7272d781.js
                                4053.4945facc348478fd59f4.js
                                4068.9cc41f46f729f2c4369b.js
                                4076.b4d803d8bf1bd6c97854.js
                                4090.eec44f90a54aa383426c.js
                                4266.155b468271987c81d948.js
                                4296.721da424585874d0789e.js
                                4311.b44e8bc4829e0b1226d2.js
                                4323.b2bd8a329a81d30ed039.js
                                4350.8c8a0e7a3ffe036494e1.js
                                4353.8572f6845cfde92dc152.js
                                4364.b9b49d8d836882f44e62.js
                                4372.645626a2452c190dbb22.js
                                4372.645626a2452c190dbb22.js.LICENSE.txt
                                4408.f24dd0edf35e08548967.js
                                4462.c3c6de84bc9399e0290d.js
                                4484.e1d2565d1a3daa5fe5f1.js
                                4486.8d2f41ae787607b7bf31.js
                                4528.43328125d98d6cfdfa99.js
                                4611.bd2b768223b0cd570834.js
                                4616.04cfbd55593c51921cc7.js
                                4728.56c0b9d87316b2fa012e.js
                                4728.56c0b9d87316b2fa012e.js.LICENSE.txt
                                4735.7731d551ca68bcb58e9f.js
                                4797.3740ef47b224a11a7fab.js
                                481e39042508ae313a60.woff
                                4838.8db4c61349bfba200547.js
                                4855.29e8dc6982ba4873487d.js
                                4878.f7557c5c99a54b40c49b.js
                                492.5f186062d2dcdf79c86c.js
                                4928.6cb408e4def87534970d.js
                                4981.eed4ddb90566e90e3df4.js
                                4982.c609185756485c6e3344.js
                                5085.a38923f36b551620798a.js
                                5090.404be96d8a6eae1e719a.js
                                5090.404be96d8a6eae1e719a.js.LICENSE.txt
                                5135.7f204de2153e4d85406d.js
                                5211.83e78dadcef89cae04bf.js
                                5224.8a6bbc774d20be66fdfb.js
                                5244.eefac84704ad30f00af3.js
                                5317.f4bba2e3d0f4fdd088f7.js
                                5318.d5df5c275e925c22d780.js
                                5338.38c32bdfb0695f9b501f.js
                                5489.7fab44eac7538297b164.js
                                5492.44728a640c37a4b4aa0c.js
                                5521.0337f193af4e5eee6057.js
                                5566.c76ea61eb723ee84e2cf.js
                                5606.e03dfa10c124a03f36ba.js
                                580.4ea1e6182e0b35ff091a.js
                                5829.0e46d479b4ade4783661.js
                                5847.930208c25e45ecf30657.js
                                5862.be1ec453e8db6844c62d.js
                                5877.72ab5a29e95ce21981e4.js
                                5929.d561797f8259994ecdd8.js
                                5942.05cbcd55c5f45ff7db43.js
                                5987.7e967df5417044d337a4.js
                                5cda41563a095bd70c78.woff
                                6003.94cdab770c801f3c46f7.js
                                6060.52dca011e9f2f279fc5e.js
                                6095.6e79e3bad86e054aa8c8.js
                                6145.c422868290460078c013.js
                                6166.2bc9ac8e2156c0701a52.js
                                6170.65d899f43342f1e34bf1.js
                                6180.edc40db2566e62650403.js
                                6208.feaef264d58c31fc4201.js
                                6214.617de47747c5a9b19ef7.js
                                6275.e99f9312900c481b467d.js
                                6294.b3cb5e16527b9d09b4a2.js
                                6364.c592f3101de349ba3904.js
                                6372.edc0712a4be855493530.js
                                6412.ebdf8da40f1ba8272df9.js
                                6439.1723c0b3882bf535486e.js
                                6460.d9aaa1e48da295c6035d.js
                                649.4081045b1737e4213282.js
                                6492.804d51a693edf6978ef4.js
                                6540.51c00e890179a4832552.js
                                6540.51c00e890179a4832552.js.LICENSE.txt
                                6733.bf3398ba9bb890f0fb67.js
                                6733.bf3398ba9bb890f0fb67.js.LICENSE.txt
                                6767.4b82d96c237ca7e31bc6.js
                                6779.051cfbcb0700a96839b2.js
                                6831.1df8fa4cabb5b1c19803.js
                                6843.dabcc3c9658bc6ded6d1.js
                                6874.bb2f7fbc6ce56eecc800.js
                                6896.af1d649e0efae70b7b1a.js
                                6941.465bebbd3d8a024f5f15.js
                                6974.b5b353b8af28fbc91291.js
                                6986.a89a5aba790481992875.js
                                6993.c93f5a810fcf441cbb6f.js
                                7136.b312751fbb25b73f5e71.js
                                721921bab0d001ebff02.woff
                                7250.b88d0a5e237ff5ff1aad.js
                                7260.b47dcaccbe7991104e8a.js
                                7269.962f078e97afc4f68e79.js
                                72bc573386dd1d48c5bb.woff
                                731.82a7b980b5b7f4b7a14f.js
                                7318.7cc6b4b0b3151b205ecb.js
                                7371.63b12ce793df713ab95b.js
                                7425.f1c25f6c8aaec77e8635.js
                                7445.7c793c8e1720f8ec4f85.js
                                7575.2e3e32236d5667bba43f.js
                                7587.3112240b6b82407b0f16.js
                                7694.1cbff84dccb512476b7c.js
                                7741.2ad1372a5862c4522be3.js
                                7756.93d0ab41829355a147ab.js
                                7769.d39df7673ee2660a9ac4.js
                                7803.0c8929610218552319bf.js
                                7856.dd9523e57bed80f1f694.js
                                7879.5c485d200dc01b6f43ff.js
                                7881.c5a234ce171f347c94e2.js
                                7990.01eaa552261b6e12a74a.js
                                7990.01eaa552261b6e12a74a.js.LICENSE.txt
                                79d088064beb3826054f.eot
                                8038.aea19fb961abd87d6255.js
                                805.2a0b8ac50aa8e6ab096f.js
                                8103.ed2b21471519b58a3d73.js
                                8217.801fbb0b549a74238760.js
                                8232.e31d5021e77a9b5215d6.js
                                8313.aac706f5036a7209b3a8.js
                                8326.9dda93079a9e4f1b9be6.js
                                8354.94077232b086a13541cc.js
                                8368.c75a4b32ae45ec88465d.js
                                8391.e5fb2e35cced405eb819.js
                                84.fe0a55d7756c37585fb4.js
                                8418.42e29778d4b49fb54e8e.js
                                8493.3b6106e45d5661438d8e.js
                                8537.21b8b9ae0d81ae264499.js
                                8606.bc1b0136e61d173913cd.js
                                867.e814bf26fbfc77fc4f16.js
                                870673df72e70f87c91a.woff
                                874.fbd3ae653c7337f3425b.js
                                8753.56da17175b663d61f9d3.js
                                8778.a3883f9acac5a903d6be.js
                                8779.6eebdb56785e3d38a457.js
                                8786.a2bc3dfc1ea13c04ba94.js
                                8786.a2bc3dfc1ea13c04ba94.js.LICENSE.txt
                                8816.d7ec52fb31e9c6749593.js
                                8830.d5bb102ed8737ffe38cb.js
                                8855.b17b9969fce42d0398e4.js
                                88b98cad3688915e50da.woff
                                89.933673451ca4a51053cb.js
                                8915.ab253990b1581460b255.js
                                898.ed04189e15f0a3781fb1.js
                                8ea8791754915a898a31.woff2
                                8ea8dbb1b02e6f730f55.woff
                                9023.2ff687d7ff50df3719fc.js
                                9046.2a28e08629ab71d9ebb1.js
                                9085.5a959b5878e7afd8a878.js
                                9085.5a959b5878e7afd8a878.js.LICENSE.txt
                                9123.501219cd782693d6539f.js
                                9136.8f4cc6ecadcf250fd8ac.js
                                9296.c82d1f1a8d9204ca6ed7.js
                                9311.ad0012965aa52db7a3e3.js
                                9329.1683d45b6478b7c81a24.js
                                9359.34d1b961b733676193cb.js
                                9400.90fd1d2212781c80b587.js
                                9474.01b4e1d1e3376f4a5919.js
                                9517.7056cafdf1da3a136d45.js
                                9572.f91bbaa33e932d524f8f.js
                                961.29c067b15a524e556eed.js
                                961.29c067b15a524e556eed.js.LICENSE.txt
                                9652.a8d2e5854bcae4d40041.js
                                9674eb1bd55047179038.svg
                                9746.c7e86b432363dfd28caa.js
                                9834b82ad26e2a37583d.woff2
                                9881.37d189ff085cb3468683.js
                                9890.75ea8024e2c1c49c89a3.js
                                9892.1c3a710069391fd93b5d.js
                                9892.1c3a710069391fd93b5d.js.LICENSE.txt
                                a009bea404f7a500ded4.woff
                                a3b9817780214caf01e8.svg
                                af04542b29eaac04550a.woff
                                af6397503fcefbd61397.ttf
                                af96f67d7accf5fd2a4a.woff
                                b418136e3b384baaadec.woff
                                be0a084962d8066884f7.svg
                                bootstrap.js
                                build_log.json
                                c49810b53ecc0d87d802.woff
                                c56da8d69f1a0208b8e0.woff
                                cb9e9e693192413cde2b.woff
                                cda59d6efffa685830fd.ttf
                                e4299464e7b012968eed.eot
                                e42a88444448ac3d6054.woff2
                                e8711bbb871afd8e9dea.ttf
                                f9217f66874b0c01cd8c.woff
                                fc6ddf5df402b263cfb1.woff
                                index.html
                                index.out.js
                                jlab_core.39ffbf5b9a750816e020.js
                                main.2155fa5c4dce2b7a12e6.js
                                package.json
                                style.js
                                third-party-licenses.json
                            tests/
                                mock_packages/
                                    extension/
                                        index.js
                                        mock_package.py
                                        package.json
                                        setup.py
                                        yarn.lock
                                    incompat/
                                        index.js
                                        package.json
                                    interop/
                                        consumer/
                                            index.js
                                            jlab_mock_consumer.py
                                            package.json
                                            setup.py
                                        provider/
                                            index.js
                                            jlab_mock_provider.py
                                            package.json
                                            setup.py
                                        token/
                                            index.js
                                            package.json
                                    mimeextension/
                                        index.js
                                        package.json
                                        yarn.lock
                                    package/
                                        index.js
                                        package.json
                                    service-manager-extension/
                                        index.js
                                        mock_service_manager_package.py
                                        package.json
                                        setup.py
                                    test-hyphens/
                                        test_hyphens/
                                            __init__.py
                                        index.js
                                        MANIFEST.in
                                        package.json
                                        pyproject.toml
                                        setup.py
                                        yarn.lock
                                    test-hyphens-underscore/
                                        test_hyphens_underscore/
                                            __init__.py
                                        index.js
                                        MANIFEST.in
                                        package.json
                                        pyproject.toml
                                        setup.py
                                        yarn.lock
                                    test_no_hyphens/
                                        test_no_hyphens/
                                            __init__.py
                                        index.js
                                        MANIFEST.in
                                        package.json
                                        pyproject.toml
                                        setup.py
                                        yarn.lock
                                    .yarnrc.yml
                                __init__.py
                                conftest.py
                                echo_kernel.py
                                test_announcements.py
                                test_app.py
                                test_build_api.py
                                test_custom_css_handler.py
                                test_extensions.py
                                test_jupyterlab.py
                                test_plugin_manager_handler.py
                                test_registry.py
                            themes/
                                @jupyterlab/
                                    theme-dark-extension/
                                        index.css
                                        index.js
                                    theme-dark-high-contrast-extension/
                                        index.css
                                        index.js
                                    theme-light-extension/
                                        index.css
                                        index.js
                            __init__.py
                            __main__.py
                            _version.py
                            browser-test.js
                            browser_check.py
                            commands.py
                            coreconfig.py
                            debuglog.py
                            federated_labextensions.py
                            jlpmapp.py
                            labapp.py
                            labextensions.py
                            labhubapp.py
                            node-version-check.js
                            pytest_plugin.py
                            semver.py
                            serverextension.py
                            style.js
                            upgrade_extension.py
                            utils.py
                        jupyterlab-4.4.5.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyterlab_pygments/
                            __init__.py
                            _version.py
                            style.py
                        jupyterlab_pygments-0.3.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyterlab_server/
                            templates/
                                403.html
                                error.html
                                index.html
                            test_data/
                                app-settings/
                                    overrides.json
                                schemas/
                                    @jupyterlab/
                                        apputils-extension/
                                            themes.json
                                        codemirror-extension/
                                            commands.json
                                        shortcuts-extension/
                                            package.json.orig
                                            plugin.json
                                        translation-extension/
                                            plugin.json
                                        unicode-extension/
                                            plugin.json
                                workspaces/
                                    foo-2c26.jupyterlab-workspace
                                    foo-92dd.jupyterlab-workspace
                            __init__.py
                            __main__.py
                            _version.py
                            app.py
                            config.py
                            handlers.py
                            licenses_app.py
                            licenses_handler.py
                            listings_handler.py
                            process.py
                            process_app.py
                            py.typed
                            pytest_plugin.py
                            rest-api.yml
                            server.py
                            settings_handler.py
                            settings_utils.py
                            spec.py
                            test_utils.py
                            themes_handler.py
                            translation_utils.py
                            translations_handler.py
                            workspaces_app.py
                            workspaces_handler.py
                        jupyterlab_server-2.27.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyterlab_widgets/
                            .gitignore
                            __init__.py
                            _version.py
                        jupyterlab_widgets-3.0.15.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        lark/
                            __pyinstaller/
                                __init__.py
                                hook-lark.py
                            grammars/
                                __init__.py
                                common.lark
                                lark.lark
                                python.lark
                                unicode.lark
                            parsers/
                                __init__.py
                                cyk.py
                                earley.py
                                earley_common.py
                                earley_forest.py
                                grammar_analysis.py
                                lalr_analysis.py
                                lalr_interactive_parser.py
                                lalr_parser.py
                                lalr_parser_state.py
                                xearley.py
                            tools/
                                __init__.py
                                nearley.py
                                serialize.py
                                standalone.py
                            __init__.py
                            ast_utils.py
                            common.py
                            exceptions.py
                            grammar.py
                            indenter.py
                            lark.py
                            lexer.py
                            load_grammar.py
                            parse_tree_builder.py
                            parser_frontends.py
                            py.typed
                            reconstruct.py
                            tree.py
                            tree_matcher.py
                            tree_templates.py
                            utils.py
                            visitors.py
                        lark-1.2.2.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        license_expression/
                            data/
                                cc-by-4.0.LICENSE
                                license_key_index.json.ABOUT
                                scancode-licensedb-index.json
                            __init__.py
                            _pyahocorasick.ABOUT
                            _pyahocorasick.py
                        license_expression-30.4.4.dist-info/
                            licenses/
                                apache-2.0.LICENSE
                                AUTHORS.rst
                                CHANGELOG.rst
                                CODE_OF_CONDUCT.rst
                                NOTICE
                                README.rst
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        licensecheck/
                            license_matrix/
                                __init__.py
                                matrix.csv
                            pypi_licenses/
                                osi_approved.txt
                                other.txt
                            resolvers/
                                __init__.py
                                native.py
                                uv.py
                            __init__.py
                            __main__.py
                            checker.py
                            cli.py
                            fmt.py
                            html.template
                            packageinfo.py
                            session.py
                            types.py
                        licensecheck-2025.1.0.dist-info/
                            licenses/
                                LICENSE.md
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        llvmlite/
                            binding/
                                __init__.py
                                analysis.py
                                common.py
                                context.py
                                dylib.py
                                executionengine.py
                                ffi.py
                                initfini.py
                                libllvmlite.dylib
                                linker.py
                                module.py
                                newpassmanagers.py
                                object_file.py
                                options.py
                                orcjit.py
                                passmanagers.py
                                targets.py
                                transforms.py
                                typeref.py
                                value.py
                            ir/
                                __init__.py
                                _utils.py
                                builder.py
                                context.py
                                instructions.py
                                module.py
                                transforms.py
                                types.py
                                values.py
                            tests/
                                __init__.py
                                __main__.py
                                customize.py
                                refprune_proto.py
                                test_binding.py
                                test_ir.py
                                test_refprune.py
                                test_valuerepr.py
                            __init__.py
                            _version.py
                            utils.py
                        llvmlite-0.44.0.dist-info/
                            INSTALLER
                            LICENSE
                            LICENSE.thirdparty
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        locket/
                            __pycache__/
                                __init__.cpython-313.pyc
                            __init__.py
                        locket-1.0.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        logging/
                            __init__.py
                            config.py
                            handlers.py
                        logging-0.4.9.6.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        loguru/
                            __init__.py
                            __init__.pyi
                            _asyncio_loop.py
                            _better_exceptions.py
                            _colorama.py
                            _colorizer.py
                            _contextvars.py
                            _ctime_functions.py
                            _datetime.py
                            _defaults.py
                            _error_interceptor.py
                            _file_sink.py
                            _filters.py
                            _get_frame.py
                            _handler.py
                            _locks_machinery.py
                            _logger.py
                            _recattrs.py
                            _simple_sinks.py
                            _string_parsers.py
                            py.typed
                        loguru-0.7.3.dist-info/
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        markdown/
                            extensions/
                                __init__.py
                                abbr.py
                                admonition.py
                                attr_list.py
                                codehilite.py
                                def_list.py
                                extra.py
                                fenced_code.py
                                footnotes.py
                                legacy_attrs.py
                                legacy_em.py
                                md_in_html.py
                                meta.py
                                nl2br.py
                                sane_lists.py
                                smarty.py
                                tables.py
                                toc.py
                                wikilinks.py
                            __init__.py
                            __main__.py
                            __meta__.py
                            blockparser.py
                            blockprocessors.py
                            core.py
                            htmlparser.py
                            inlinepatterns.py
                            postprocessors.py
                            preprocessors.py
                            serializers.py
                            test_tools.py
                            treeprocessors.py
                            util.py
                        markdown-3.8.2.dist-info/
                            licenses/
                                LICENSE.md
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        markdown_it/
                            cli/
                                __init__.py
                                parse.py
                            common/
                                __init__.py
                                entities.py
                                html_blocks.py
                                html_re.py
                                normalize_url.py
                                utils.py
                            helpers/
                                __init__.py
                                parse_link_destination.py
                                parse_link_label.py
                                parse_link_title.py
                            presets/
                                __init__.py
                                commonmark.py
                                default.py
                                zero.py
                            rules_block/
                                __init__.py
                                blockquote.py
                                code.py
                                fence.py
                                heading.py
                                hr.py
                                html_block.py
                                lheading.py
                                list.py
                                paragraph.py
                                reference.py
                                state_block.py
                                table.py
                            rules_core/
                                __init__.py
                                block.py
                                inline.py
                                linkify.py
                                normalize.py
                                replacements.py
                                smartquotes.py
                                state_core.py
                                text_join.py
                            rules_inline/
                                __init__.py
                                autolink.py
                                backticks.py
                                balance_pairs.py
                                emphasis.py
                                entity.py
                                escape.py
                                fragments_join.py
                                html_inline.py
                                image.py
                                link.py
                                linkify.py
                                newline.py
                                state_inline.py
                                strikethrough.py
                                text.py
                            __init__.py
                            _compat.py
                            _punycode.py
                            main.py
                            parser_block.py
                            parser_core.py
                            parser_inline.py
                            port.yaml
                            py.typed
                            renderer.py
                            ruler.py
                            token.py
                            tree.py
                            utils.py
                        markdown_it_py-3.0.0.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            LICENSE.markdown-it
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        markupsafe/
                            __pycache__/
                                __init__.cpython-313.pyc
                            __init__.py
                            _native.py
                            _speedups.c
                            _speedups.cpython-313-darwin.so
                            _speedups.pyi
                            py.typed
                        MarkupSafe-3.0.2.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        matplotlib_inline/
                            __init__.py
                            backend_inline.py
                            config.py
                        matplotlib_inline-0.1.7.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        mdurl/
                            __init__.py
                            _decode.py
                            _encode.py
                            _format.py
                            _parse.py
                            _url.py
                            py.typed
                        mdurl-0.1.2.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        mistune/
                            directives/
                                __init__.py
                                _base.py
                                _fenced.py
                                _rst.py
                                admonition.py
                                image.py
                                include.py
                                toc.py
                            plugins/
                                __init__.py
                                abbr.py
                                def_list.py
                                footnotes.py
                                formatting.py
                                math.py
                                ruby.py
                                speedup.py
                                spoiler.py
                                table.py
                                task_lists.py
                                url.py
                            renderers/
                                __init__.py
                                _list.py
                                html.py
                                markdown.py
                                rst.py
                            __init__.py
                            __main__.py
                            block_parser.py
                            core.py
                            helpers.py
                            inline_parser.py
                            list_parser.py
                            markdown.py
                            py.typed
                            toc.py
                            util.py
                        mistune-3.1.3.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        msgpack/
                            __pycache__/
                                __init__.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                ext.cpython-313.pyc
                            __init__.py
                            _cmsgpack.cpython-313-darwin.so
                            exceptions.py
                            ext.py
                            fallback.py
                        msgpack-1.1.1.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        multivolumefile/
                            __pycache__/
                                __init__.cpython-313.pyc
                                stat.cpython-313.pyc
                            __init__.py
                            __init__.pyi
                            py.typed
                            stat.py
                        multivolumefile-0.2.3.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        mypy/
                            dmypy/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                __main__.py
                                client.cpython-313-darwin.so
                                client.py
                            plugins/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                attrs.cpython-313-darwin.so
                                attrs.py
                                common.cpython-313-darwin.so
                                common.py
                                ctypes.cpython-313-darwin.so
                                ctypes.py
                                dataclasses.cpython-313-darwin.so
                                dataclasses.py
                                default.cpython-313-darwin.so
                                default.py
                                enums.cpython-313-darwin.so
                                enums.py
                                functools.cpython-313-darwin.so
                                functools.py
                                proper_plugin.cpython-313-darwin.so
                                proper_plugin.py
                                singledispatch.cpython-313-darwin.so
                                singledispatch.py
                            server/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                astdiff.cpython-313-darwin.so
                                astdiff.py
                                astmerge.cpython-313-darwin.so
                                astmerge.py
                                aststrip.cpython-313-darwin.so
                                aststrip.py
                                deps.cpython-313-darwin.so
                                deps.py
                                mergecheck.cpython-313-darwin.so
                                mergecheck.py
                                objgraph.cpython-313-darwin.so
                                objgraph.py
                                subexpr.cpython-313-darwin.so
                                subexpr.py
                                target.cpython-313-darwin.so
                                target.py
                                trigger.cpython-313-darwin.so
                                trigger.py
                                update.cpython-313-darwin.so
                                update.py
                            test/
                                meta/
                                    __init__.py
                                    _pytest.py
                                    test_diff_helper.py
                                    test_parse_data.py
                                    test_update_data.py
                                __init__.py
                                config.py
                                data.py
                                helpers.py
                                test_config_parser.py
                                test_find_sources.py
                                test_ref_info.py
                                testapi.py
                                testargs.py
                                testcheck.py
                                testcmdline.py
                                testconstraints.py
                                testdaemon.py
                                testdeps.py
                                testdiff.py
                                testerrorstream.py
                                testfinegrained.py
                                testfinegrainedcache.py
                                testformatter.py
                                testfscache.py
                                testgraph.py
                                testinfer.py
                                testipc.py
                                testmerge.py
                                testmodulefinder.py
                                testmypyc.py
                                testoutput.py
                                testparse.py
                                testpep561.py
                                testpythoneval.py
                                testreports.py
                                testsemanal.py
                                testsolve.py
                                teststubgen.py
                                teststubinfo.py
                                teststubtest.py
                                testsubtypes.py
                                testtransform.py
                                testtypegen.py
                                testtypes.py
                                testutil.py
                                typefixture.py
                                update_data.py
                                visitors.cpython-313-darwin.so
                                visitors.py
                            typeshed/
                                stdlib/
                                    _typeshed/
                                        __init__.pyi
                                        _type_checker_internals.pyi
                                        dbapi.pyi
                                        importlib.pyi
                                        wsgi.pyi
                                        xml.pyi
                                    asyncio/
                                        __init__.pyi
                                        base_events.pyi
                                        base_futures.pyi
                                        base_subprocess.pyi
                                        base_tasks.pyi
                                        constants.pyi
                                        coroutines.pyi
                                        events.pyi
                                        exceptions.pyi
                                        format_helpers.pyi
                                        futures.pyi
                                        graph.pyi
                                        locks.pyi
                                        log.pyi
                                        mixins.pyi
                                        proactor_events.pyi
                                        protocols.pyi
                                        queues.pyi
                                        runners.pyi
                                        selector_events.pyi
                                        sslproto.pyi
                                        staggered.pyi
                                        streams.pyi
                                        subprocess.pyi
                                        taskgroups.pyi
                                        tasks.pyi
                                        threads.pyi
                                        timeouts.pyi
                                        transports.pyi
                                        trsock.pyi
                                        unix_events.pyi
                                        windows_events.pyi
                                        windows_utils.pyi
                                    collections/
                                        __init__.pyi
                                        abc.pyi
                                    compression/
                                        _common/
                                            __init__.pyi
                                            _streams.pyi
                                        bz2/
                                            __init__.pyi
                                        gzip/
                                            __init__.pyi
                                        lzma/
                                            __init__.pyi
                                        zlib/
                                            __init__.pyi
                                        __init__.pyi
                                    concurrent/
                                        futures/
                                            __init__.pyi
                                            _base.pyi
                                            interpreter.pyi
                                            process.pyi
                                            thread.pyi
                                        __init__.pyi
                                    ctypes/
                                        macholib/
                                            __init__.pyi
                                            dyld.pyi
                                            dylib.pyi
                                            framework.pyi
                                        __init__.pyi
                                        _endian.pyi
                                        util.pyi
                                        wintypes.pyi
                                    curses/
                                        __init__.pyi
                                        ascii.pyi
                                        has_key.pyi
                                        panel.pyi
                                        textpad.pyi
                                    dbm/
                                        __init__.pyi
                                        dumb.pyi
                                        gnu.pyi
                                        ndbm.pyi
                                        sqlite3.pyi
                                    distutils/
                                        command/
                                            __init__.pyi
                                            bdist.pyi
                                            bdist_dumb.pyi
                                            bdist_msi.pyi
                                            bdist_packager.pyi
                                            bdist_rpm.pyi
                                            bdist_wininst.pyi
                                            build.pyi
                                            build_clib.pyi
                                            build_ext.pyi
                                            build_py.pyi
                                            build_scripts.pyi
                                            check.pyi
                                            clean.pyi
                                            config.pyi
                                            install.pyi
                                            install_data.pyi
                                            install_egg_info.pyi
                                            install_headers.pyi
                                            install_lib.pyi
                                            install_scripts.pyi
                                            register.pyi
                                            sdist.pyi
                                            upload.pyi
                                        __init__.pyi
                                        _msvccompiler.pyi
                                        archive_util.pyi
                                        bcppcompiler.pyi
                                        ccompiler.pyi
                                        cmd.pyi
                                        config.pyi
                                        core.pyi
                                        cygwinccompiler.pyi
                                        debug.pyi
                                        dep_util.pyi
                                        dir_util.pyi
                                        dist.pyi
                                        errors.pyi
                                        extension.pyi
                                        fancy_getopt.pyi
                                        file_util.pyi
                                        filelist.pyi
                                        log.pyi
                                        msvccompiler.pyi
                                        spawn.pyi
                                        sysconfig.pyi
                                        text_file.pyi
                                        unixccompiler.pyi
                                        util.pyi
                                        version.pyi
                                    email/
                                        mime/
                                            __init__.pyi
                                            application.pyi
                                            audio.pyi
                                            base.pyi
                                            image.pyi
                                            message.pyi
                                            multipart.pyi
                                            nonmultipart.pyi
                                            text.pyi
                                        __init__.pyi
                                        _header_value_parser.pyi
                                        _policybase.pyi
                                        base64mime.pyi
                                        charset.pyi
                                        contentmanager.pyi
                                        encoders.pyi
                                        errors.pyi
                                        feedparser.pyi
                                        generator.pyi
                                        header.pyi
                                        headerregistry.pyi
                                        iterators.pyi
                                        message.pyi
                                        parser.pyi
                                        policy.pyi
                                        quoprimime.pyi
                                        utils.pyi
                                    encodings/
                                        __init__.pyi
                                        aliases.pyi
                                        ascii.pyi
                                        base64_codec.pyi
                                        big5.pyi
                                        big5hkscs.pyi
                                        bz2_codec.pyi
                                        charmap.pyi
                                        cp037.pyi
                                        cp1006.pyi
                                        cp1026.pyi
                                        cp1125.pyi
                                        cp1140.pyi
                                        cp1250.pyi
                                        cp1251.pyi
                                        cp1252.pyi
                                        cp1253.pyi
                                        cp1254.pyi
                                        cp1255.pyi
                                        cp1256.pyi
                                        cp1257.pyi
                                        cp1258.pyi
                                        cp273.pyi
                                        cp424.pyi
                                        cp437.pyi
                                        cp500.pyi
                                        cp720.pyi
                                        cp737.pyi
                                        cp775.pyi
                                        cp850.pyi
                                        cp852.pyi
                                        cp855.pyi
                                        cp856.pyi
                                        cp857.pyi
                                        cp858.pyi
                                        cp860.pyi
                                        cp861.pyi
                                        cp862.pyi
                                        cp863.pyi
                                        cp864.pyi
                                        cp865.pyi
                                        cp866.pyi
                                        cp869.pyi
                                        cp874.pyi
                                        cp875.pyi
                                        cp932.pyi
                                        cp949.pyi
                                        cp950.pyi
                                        euc_jis_2004.pyi
                                        euc_jisx0213.pyi
                                        euc_jp.pyi
                                        euc_kr.pyi
                                        gb18030.pyi
                                        gb2312.pyi
                                        gbk.pyi
                                        hex_codec.pyi
                                        hp_roman8.pyi
                                        hz.pyi
                                        idna.pyi
                                        iso2022_jp.pyi
                                        iso2022_jp_1.pyi
                                        iso2022_jp_2.pyi
                                        iso2022_jp_2004.pyi
                                        iso2022_jp_3.pyi
                                        iso2022_jp_ext.pyi
                                        iso2022_kr.pyi
                                        iso8859_1.pyi
                                        iso8859_10.pyi
                                        iso8859_11.pyi
                                        iso8859_13.pyi
                                        iso8859_14.pyi
                                        iso8859_15.pyi
                                        iso8859_16.pyi
                                        iso8859_2.pyi
                                        iso8859_3.pyi
                                        iso8859_4.pyi
                                        iso8859_5.pyi
                                        iso8859_6.pyi
                                        iso8859_7.pyi
                                        iso8859_8.pyi
                                        iso8859_9.pyi
                                        johab.pyi
                                        koi8_r.pyi
                                        koi8_t.pyi
                                        koi8_u.pyi
                                        kz1048.pyi
                                        latin_1.pyi
                                        mac_arabic.pyi
                                        mac_croatian.pyi
                                        mac_cyrillic.pyi
                                        mac_farsi.pyi
                                        mac_greek.pyi
                                        mac_iceland.pyi
                                        mac_latin2.pyi
                                        mac_roman.pyi
                                        mac_romanian.pyi
                                        mac_turkish.pyi
                                        mbcs.pyi
                                        oem.pyi
                                        palmos.pyi
                                        ptcp154.pyi
                                        punycode.pyi
                                        quopri_codec.pyi
                                        raw_unicode_escape.pyi
                                        rot_13.pyi
                                        shift_jis.pyi
                                        shift_jis_2004.pyi
                                        shift_jisx0213.pyi
                                        tis_620.pyi
                                        undefined.pyi
                                        unicode_escape.pyi
                                        utf_16.pyi
                                        utf_16_be.pyi
                                        utf_16_le.pyi
                                        utf_32.pyi
                                        utf_32_be.pyi
                                        utf_32_le.pyi
                                        utf_7.pyi
                                        utf_8.pyi
                                        utf_8_sig.pyi
                                        uu_codec.pyi
                                        zlib_codec.pyi
                                    ensurepip/
                                        __init__.pyi
                                    html/
                                        __init__.pyi
                                        entities.pyi
                                        parser.pyi
                                    http/
                                        __init__.pyi
                                        client.pyi
                                        cookiejar.pyi
                                        cookies.pyi
                                        server.pyi
                                    importlib/
                                        metadata/
                                            __init__.pyi
                                            _meta.pyi
                                            diagnose.pyi
                                        resources/
                                            __init__.pyi
                                            _common.pyi
                                            _functional.pyi
                                            abc.pyi
                                            readers.pyi
                                            simple.pyi
                                        __init__.pyi
                                        _abc.pyi
                                        _bootstrap.pyi
                                        _bootstrap_external.pyi
                                        abc.pyi
                                        machinery.pyi
                                        readers.pyi
                                        simple.pyi
                                        util.pyi
                                    json/
                                        __init__.pyi
                                        decoder.pyi
                                        encoder.pyi
                                        scanner.pyi
                                        tool.pyi
                                    lib2to3/
                                        fixes/
                                            __init__.pyi
                                            fix_apply.pyi
                                            fix_asserts.pyi
                                            fix_basestring.pyi
                                            fix_buffer.pyi
                                            fix_dict.pyi
                                            fix_except.pyi
                                            fix_exec.pyi
                                            fix_execfile.pyi
                                            fix_exitfunc.pyi
                                            fix_filter.pyi
                                            fix_funcattrs.pyi
                                            fix_future.pyi
                                            fix_getcwdu.pyi
                                            fix_has_key.pyi
                                            fix_idioms.pyi
                                            fix_import.pyi
                                            fix_imports.pyi
                                            fix_imports2.pyi
                                            fix_input.pyi
                                            fix_intern.pyi
                                            fix_isinstance.pyi
                                            fix_itertools.pyi
                                            fix_itertools_imports.pyi
                                            fix_long.pyi
                                            fix_map.pyi
                                            fix_metaclass.pyi
                                            fix_methodattrs.pyi
                                            fix_ne.pyi
                                            fix_next.pyi
                                            fix_nonzero.pyi
                                            fix_numliterals.pyi
                                            fix_operator.pyi
                                            fix_paren.pyi
                                            fix_print.pyi
                                            fix_raise.pyi
                                            fix_raw_input.pyi
                                            fix_reduce.pyi
                                            fix_reload.pyi
                                            fix_renames.pyi
                                            fix_repr.pyi
                                            fix_set_literal.pyi
                                            fix_standarderror.pyi
                                            fix_sys_exc.pyi
                                            fix_throw.pyi
                                            fix_tuple_params.pyi
                                            fix_types.pyi
                                            fix_unicode.pyi
                                            fix_urllib.pyi
                                            fix_ws_comma.pyi
                                            fix_xrange.pyi
                                            fix_xreadlines.pyi
                                            fix_zip.pyi
                                        pgen2/
                                            __init__.pyi
                                            driver.pyi
                                            grammar.pyi
                                            literals.pyi
                                            parse.pyi
                                            pgen.pyi
                                            token.pyi
                                            tokenize.pyi
                                        __init__.pyi
                                        btm_matcher.pyi
                                        fixer_base.pyi
                                        main.pyi
                                        pygram.pyi
                                        pytree.pyi
                                        refactor.pyi
                                    logging/
                                        __init__.pyi
                                        config.pyi
                                        handlers.pyi
                                    msilib/
                                        __init__.pyi
                                        schema.pyi
                                        sequence.pyi
                                        text.pyi
                                    multiprocessing/
                                        dummy/
                                            __init__.pyi
                                            connection.pyi
                                        __init__.pyi
                                        connection.pyi
                                        context.pyi
                                        forkserver.pyi
                                        heap.pyi
                                        managers.pyi
                                        pool.pyi
                                        popen_fork.pyi
                                        popen_forkserver.pyi
                                        popen_spawn_posix.pyi
                                        popen_spawn_win32.pyi
                                        process.pyi
                                        queues.pyi
                                        reduction.pyi
                                        resource_sharer.pyi
                                        resource_tracker.pyi
                                        shared_memory.pyi
                                        sharedctypes.pyi
                                        spawn.pyi
                                        synchronize.pyi
                                        util.pyi
                                    os/
                                        __init__.pyi
                                        path.pyi
                                    pathlib/
                                        __init__.pyi
                                        types.pyi
                                    pydoc_data/
                                        __init__.pyi
                                        topics.pyi
                                    pyexpat/
                                        __init__.pyi
                                        errors.pyi
                                        model.pyi
                                    sqlite3/
                                        __init__.pyi
                                        dbapi2.pyi
                                        dump.pyi
                                    string/
                                        __init__.pyi
                                        templatelib.pyi
                                    sys/
                                        __init__.pyi
                                        _monitoring.pyi
                                    tkinter/
                                        __init__.pyi
                                        colorchooser.pyi
                                        commondialog.pyi
                                        constants.pyi
                                        dialog.pyi
                                        dnd.pyi
                                        filedialog.pyi
                                        font.pyi
                                        messagebox.pyi
                                        scrolledtext.pyi
                                        simpledialog.pyi
                                        tix.pyi
                                        ttk.pyi
                                    unittest/
                                        __init__.pyi
                                        _log.pyi
                                        async_case.pyi
                                        case.pyi
                                        loader.pyi
                                        main.pyi
                                        mock.pyi
                                        result.pyi
                                        runner.pyi
                                        signals.pyi
                                        suite.pyi
                                        util.pyi
                                    urllib/
                                        __init__.pyi
                                        error.pyi
                                        parse.pyi
                                        request.pyi
                                        response.pyi
                                        robotparser.pyi
                                    venv/
                                        __init__.pyi
                                    wsgiref/
                                        __init__.pyi
                                        handlers.pyi
                                        headers.pyi
                                        simple_server.pyi
                                        types.pyi
                                        util.pyi
                                        validate.pyi
                                    xml/
                                        dom/
                                            __init__.pyi
                                            domreg.pyi
                                            expatbuilder.pyi
                                            minicompat.pyi
                                            minidom.pyi
                                            NodeFilter.pyi
                                            pulldom.pyi
                                            xmlbuilder.pyi
                                        etree/
                                            __init__.pyi
                                            cElementTree.pyi
                                            ElementInclude.pyi
                                            ElementPath.pyi
                                            ElementTree.pyi
                                        parsers/
                                            expat/
                                                __init__.pyi
                                                errors.pyi
                                                model.pyi
                                            __init__.pyi
                                        sax/
                                            __init__.pyi
                                            _exceptions.pyi
                                            expatreader.pyi
                                            handler.pyi
                                            saxutils.pyi
                                            xmlreader.pyi
                                        __init__.pyi
                                    xmlrpc/
                                        __init__.pyi
                                        client.pyi
                                        server.pyi
                                    zipfile/
                                        _path/
                                            __init__.pyi
                                            glob.pyi
                                        __init__.pyi
                                    zoneinfo/
                                        __init__.pyi
                                        _common.pyi
                                        _tzpath.pyi
                                    __future__.pyi
                                    __main__.pyi
                                    _ast.pyi
                                    _asyncio.pyi
                                    _bisect.pyi
                                    _blake2.pyi
                                    _bootlocale.pyi
                                    _bz2.pyi
                                    _codecs.pyi
                                    _collections_abc.pyi
                                    _compat_pickle.pyi
                                    _compression.pyi
                                    _contextvars.pyi
                                    _csv.pyi
                                    _ctypes.pyi
                                    _curses.pyi
                                    _curses_panel.pyi
                                    _dbm.pyi
                                    _decimal.pyi
                                    _frozen_importlib.pyi
                                    _frozen_importlib_external.pyi
                                    _gdbm.pyi
                                    _hashlib.pyi
                                    _heapq.pyi
                                    _imp.pyi
                                    _interpchannels.pyi
                                    _interpqueues.pyi
                                    _interpreters.pyi
                                    _io.pyi
                                    _json.pyi
                                    _locale.pyi
                                    _lsprof.pyi
                                    _lzma.pyi
                                    _markupbase.pyi
                                    _msi.pyi
                                    _multibytecodec.pyi
                                    _operator.pyi
                                    _osx_support.pyi
                                    _pickle.pyi
                                    _posixsubprocess.pyi
                                    _py_abc.pyi
                                    _pydecimal.pyi
                                    _queue.pyi
                                    _random.pyi
                                    _sitebuiltins.pyi
                                    _socket.pyi
                                    _sqlite3.pyi
                                    _ssl.pyi
                                    _stat.pyi
                                    _struct.pyi
                                    _thread.pyi
                                    _threading_local.pyi
                                    _tkinter.pyi
                                    _tracemalloc.pyi
                                    _warnings.pyi
                                    _weakref.pyi
                                    _weakrefset.pyi
                                    _winapi.pyi
                                    abc.pyi
                                    aifc.pyi
                                    annotationlib.pyi
                                    antigravity.pyi
                                    argparse.pyi
                                    array.pyi
                                    ast.pyi
                                    asynchat.pyi
                                    asyncore.pyi
                                    atexit.pyi
                                    audioop.pyi
                                    base64.pyi
                                    bdb.pyi
                                    binascii.pyi
                                    binhex.pyi
                                    bisect.pyi
                                    builtins.pyi
                                    bz2.pyi
                                    calendar.pyi
                                    cgi.pyi
                                    cgitb.pyi
                                    chunk.pyi
                                    cmath.pyi
                                    cmd.pyi
                                    code.pyi
                                    codecs.pyi
                                    codeop.pyi
                                    colorsys.pyi
                                    compileall.pyi
                                    configparser.pyi
                                    contextlib.pyi
                                    contextvars.pyi
                                    copy.pyi
                                    copyreg.pyi
                                    cProfile.pyi
                                    crypt.pyi
                                    csv.pyi
                                    dataclasses.pyi
                                    datetime.pyi
                                    decimal.pyi
                                    difflib.pyi
                                    dis.pyi
                                    doctest.pyi
                                    enum.pyi
                                    errno.pyi
                                    faulthandler.pyi
                                    fcntl.pyi
                                    filecmp.pyi
                                    fileinput.pyi
                                    fnmatch.pyi
                                    formatter.pyi
                                    fractions.pyi
                                    ftplib.pyi
                                    functools.pyi
                                    gc.pyi
                                    genericpath.pyi
                                    getopt.pyi
                                    getpass.pyi
                                    gettext.pyi
                                    glob.pyi
                                    graphlib.pyi
                                    grp.pyi
                                    gzip.pyi
                                    hashlib.pyi
                                    heapq.pyi
                                    hmac.pyi
                                    imaplib.pyi
                                    imghdr.pyi
                                    imp.pyi
                                    inspect.pyi
                                    io.pyi
                                    ipaddress.pyi
                                    itertools.pyi
                                    keyword.pyi
                                    linecache.pyi
                                    locale.pyi
                                    lzma.pyi
                                    mailbox.pyi
                                    mailcap.pyi
                                    marshal.pyi
                                    math.pyi
                                    mimetypes.pyi
                                    mmap.pyi
                                    modulefinder.pyi
                                    msvcrt.pyi
                                    netrc.pyi
                                    nis.pyi
                                    nntplib.pyi
                                    nt.pyi
                                    ntpath.pyi
                                    nturl2path.pyi
                                    numbers.pyi
                                    opcode.pyi
                                    operator.pyi
                                    optparse.pyi
                                    ossaudiodev.pyi
                                    parser.pyi
                                    pdb.pyi
                                    pickle.pyi
                                    pickletools.pyi
                                    pipes.pyi
                                    pkgutil.pyi
                                    platform.pyi
                                    plistlib.pyi
                                    poplib.pyi
                                    posix.pyi
                                    posixpath.pyi
                                    pprint.pyi
                                    profile.pyi
                                    pstats.pyi
                                    pty.pyi
                                    pwd.pyi
                                    py_compile.pyi
                                    pyclbr.pyi
                                    pydoc.pyi
                                    queue.pyi
                                    quopri.pyi
                                    random.pyi
                                    re.pyi
                                    readline.pyi
                                    reprlib.pyi
                                    resource.pyi
                                    rlcompleter.pyi
                                    runpy.pyi
                                    sched.pyi
                                    secrets.pyi
                                    select.pyi
                                    selectors.pyi
                                    shelve.pyi
                                    shlex.pyi
                                    shutil.pyi
                                    signal.pyi
                                    site.pyi
                                    smtpd.pyi
                                    smtplib.pyi
                                    sndhdr.pyi
                                    socket.pyi
                                    socketserver.pyi
                                    spwd.pyi
                                    sre_compile.pyi
                                    sre_constants.pyi
                                    sre_parse.pyi
                                    ssl.pyi
                                    stat.pyi
                                    statistics.pyi
                                    stringprep.pyi
                                    struct.pyi
                                    subprocess.pyi
                                    sunau.pyi
                                    symbol.pyi
                                    symtable.pyi
                                    sysconfig.pyi
                                    syslog.pyi
                                    tabnanny.pyi
                                    tarfile.pyi
                                    telnetlib.pyi
                                    tempfile.pyi
                                    termios.pyi
                                    textwrap.pyi
                                    this.pyi
                                    threading.pyi
                                    time.pyi
                                    timeit.pyi
                                    token.pyi
                                    tokenize.pyi
                                    tomllib.pyi
                                    trace.pyi
                                    traceback.pyi
                                    tracemalloc.pyi
                                    tty.pyi
                                    turtle.pyi
                                    types.pyi
                                    typing.pyi
                                    typing_extensions.pyi
                                    unicodedata.pyi
                                    uu.pyi
                                    uuid.pyi
                                    VERSIONS
                                    warnings.pyi
                                    wave.pyi
                                    weakref.pyi
                                    webbrowser.pyi
                                    winreg.pyi
                                    winsound.pyi
                                    xdrlib.pyi
                                    xxlimited.pyi
                                    zipapp.pyi
                                    zipimport.pyi
                                    zlib.pyi
                                stubs/
                                    mypy-extensions/
                                        mypy_extensions.pyi
                                LICENSE
                            xml/
                                mypy-html.css
                                mypy-html.xslt
                                mypy-txt.xslt
                                mypy.xsd
                            __init__.cpython-313-darwin.so
                            __init__.py
                            __main__.py
                            api.cpython-313-darwin.so
                            api.py
                            applytype.cpython-313-darwin.so
                            applytype.py
                            argmap.cpython-313-darwin.so
                            argmap.py
                            binder.cpython-313-darwin.so
                            binder.py
                            bogus_type.py
                            build.cpython-313-darwin.so
                            build.py
                            checker.cpython-313-darwin.so
                            checker.py
                            checker_shared.cpython-313-darwin.so
                            checker_shared.py
                            checker_state.cpython-313-darwin.so
                            checker_state.py
                            checkexpr.cpython-313-darwin.so
                            checkexpr.py
                            checkmember.cpython-313-darwin.so
                            checkmember.py
                            checkpattern.cpython-313-darwin.so
                            checkpattern.py
                            checkstrformat.cpython-313-darwin.so
                            checkstrformat.py
                            config_parser.cpython-313-darwin.so
                            config_parser.py
                            constant_fold.cpython-313-darwin.so
                            constant_fold.py
                            constraints.cpython-313-darwin.so
                            constraints.py
                            copytype.cpython-313-darwin.so
                            copytype.py
                            defaults.cpython-313-darwin.so
                            defaults.py
                            dmypy_os.cpython-313-darwin.so
                            dmypy_os.py
                            dmypy_server.cpython-313-darwin.so
                            dmypy_server.py
                            dmypy_util.cpython-313-darwin.so
                            dmypy_util.py
                            erasetype.cpython-313-darwin.so
                            erasetype.py
                            error_formatter.cpython-313-darwin.so
                            error_formatter.py
                            errorcodes.cpython-313-darwin.so
                            errorcodes.py
                            errors.cpython-313-darwin.so
                            errors.py
                            evalexpr.cpython-313-darwin.so
                            evalexpr.py
                            expandtype.cpython-313-darwin.so
                            expandtype.py
                            exprtotype.cpython-313-darwin.so
                            exprtotype.py
                            fastparse.cpython-313-darwin.so
                            fastparse.py
                            find_sources.cpython-313-darwin.so
                            find_sources.py
                            fixup.cpython-313-darwin.so
                            fixup.py
                            freetree.cpython-313-darwin.so
                            freetree.py
                            fscache.cpython-313-darwin.so
                            fscache.py
                            fswatcher.cpython-313-darwin.so
                            fswatcher.py
                            gclogger.cpython-313-darwin.so
                            gclogger.py
                            git.cpython-313-darwin.so
                            git.py
                            graph_utils.cpython-313-darwin.so
                            graph_utils.py
                            indirection.cpython-313-darwin.so
                            indirection.py
                            infer.cpython-313-darwin.so
                            infer.py
                            inspections.cpython-313-darwin.so
                            inspections.py
                            ipc.cpython-313-darwin.so
                            ipc.py
                            join.cpython-313-darwin.so
                            join.py
                            literals.cpython-313-darwin.so
                            literals.py
                            lookup.cpython-313-darwin.so
                            lookup.py
                            main.cpython-313-darwin.so
                            main.py
                            maptype.cpython-313-darwin.so
                            maptype.py
                            meet.cpython-313-darwin.so
                            meet.py
                            memprofile.cpython-313-darwin.so
                            memprofile.py
                            message_registry.cpython-313-darwin.so
                            message_registry.py
                            messages.cpython-313-darwin.so
                            messages.py
                            metastore.cpython-313-darwin.so
                            metastore.py
                            mixedtraverser.cpython-313-darwin.so
                            mixedtraverser.py
                            modulefinder.cpython-313-darwin.so
                            modulefinder.py
                            moduleinspect.cpython-313-darwin.so
                            moduleinspect.py
                            mro.cpython-313-darwin.so
                            mro.py
                            nodes.cpython-313-darwin.so
                            nodes.py
                            operators.cpython-313-darwin.so
                            operators.py
                            options.cpython-313-darwin.so
                            options.py
                            parse.cpython-313-darwin.so
                            parse.py
                            partially_defined.cpython-313-darwin.so
                            partially_defined.py
                            patterns.cpython-313-darwin.so
                            patterns.py
                            plugin.cpython-313-darwin.so
                            plugin.py
                            py.typed
                            pyinfo.py
                            reachability.cpython-313-darwin.so
                            reachability.py
                            refinfo.cpython-313-darwin.so
                            refinfo.py
                            renaming.cpython-313-darwin.so
                            renaming.py
                            report.cpython-313-darwin.so
                            report.py
                            scope.cpython-313-darwin.so
                            scope.py
                            semanal.cpython-313-darwin.so
                            semanal.py
                            semanal_classprop.cpython-313-darwin.so
                            semanal_classprop.py
                            semanal_enum.cpython-313-darwin.so
                            semanal_enum.py
                            semanal_infer.cpython-313-darwin.so
                            semanal_infer.py
                            semanal_main.cpython-313-darwin.so
                            semanal_main.py
                            semanal_namedtuple.cpython-313-darwin.so
                            semanal_namedtuple.py
                            semanal_newtype.cpython-313-darwin.so
                            semanal_newtype.py
                            semanal_pass1.cpython-313-darwin.so
                            semanal_pass1.py
                            semanal_shared.cpython-313-darwin.so
                            semanal_shared.py
                            semanal_typeargs.cpython-313-darwin.so
                            semanal_typeargs.py
                            semanal_typeddict.cpython-313-darwin.so
                            semanal_typeddict.py
                            sharedparse.cpython-313-darwin.so
                            sharedparse.py
                            solve.cpython-313-darwin.so
                            solve.py
                            split_namespace.py
                            state.cpython-313-darwin.so
                            state.py
                            stats.cpython-313-darwin.so
                            stats.py
                            strconv.cpython-313-darwin.so
                            strconv.py
                            stubdoc.py
                            stubgen.cpython-313-darwin.so
                            stubgen.py
                            stubgenc.py
                            stubinfo.cpython-313-darwin.so
                            stubinfo.py
                            stubtest.py
                            stubutil.cpython-313-darwin.so
                            stubutil.py
                            subtypes.cpython-313-darwin.so
                            subtypes.py
                            suggestions.cpython-313-darwin.so
                            suggestions.py
                            traverser.cpython-313-darwin.so
                            traverser.py
                            treetransform.cpython-313-darwin.so
                            treetransform.py
                            tvar_scope.cpython-313-darwin.so
                            tvar_scope.py
                            type_visitor.cpython-313-darwin.so
                            type_visitor.py
                            typeanal.cpython-313-darwin.so
                            typeanal.py
                            typeops.cpython-313-darwin.so
                            typeops.py
                            types.cpython-313-darwin.so
                            types.py
                            types_utils.cpython-313-darwin.so
                            types_utils.py
                            typestate.cpython-313-darwin.so
                            typestate.py
                            typetraverser.cpython-313-darwin.so
                            typetraverser.py
                            typevars.cpython-313-darwin.so
                            typevars.py
                            typevartuples.cpython-313-darwin.so
                            typevartuples.py
                            util.cpython-313-darwin.so
                            util.py
                            version.py
                            visitor.cpython-313-darwin.so
                            visitor.py
                        mypy-1.17.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        mypy_extensions-1.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        mypyc/
                            analysis/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                attrdefined.cpython-313-darwin.so
                                attrdefined.py
                                blockfreq.cpython-313-darwin.so
                                blockfreq.py
                                dataflow.cpython-313-darwin.so
                                dataflow.py
                                ircheck.cpython-313-darwin.so
                                ircheck.py
                                selfleaks.cpython-313-darwin.so
                                selfleaks.py
                            codegen/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                cstring.cpython-313-darwin.so
                                cstring.py
                                emit.cpython-313-darwin.so
                                emit.py
                                emitclass.cpython-313-darwin.so
                                emitclass.py
                                emitfunc.cpython-313-darwin.so
                                emitfunc.py
                                emitmodule.cpython-313-darwin.so
                                emitmodule.py
                                emitwrapper.cpython-313-darwin.so
                                emitwrapper.py
                                literals.cpython-313-darwin.so
                                literals.py
                            ir/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                class_ir.cpython-313-darwin.so
                                class_ir.py
                                func_ir.cpython-313-darwin.so
                                func_ir.py
                                module_ir.cpython-313-darwin.so
                                module_ir.py
                                ops.cpython-313-darwin.so
                                ops.py
                                pprint.cpython-313-darwin.so
                                pprint.py
                                rtypes.cpython-313-darwin.so
                                rtypes.py
                            irbuild/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                ast_helpers.cpython-313-darwin.so
                                ast_helpers.py
                                builder.cpython-313-darwin.so
                                builder.py
                                callable_class.cpython-313-darwin.so
                                callable_class.py
                                classdef.cpython-313-darwin.so
                                classdef.py
                                constant_fold.cpython-313-darwin.so
                                constant_fold.py
                                context.cpython-313-darwin.so
                                context.py
                                env_class.cpython-313-darwin.so
                                env_class.py
                                expression.cpython-313-darwin.so
                                expression.py
                                for_helpers.cpython-313-darwin.so
                                for_helpers.py
                                format_str_tokenizer.cpython-313-darwin.so
                                format_str_tokenizer.py
                                function.cpython-313-darwin.so
                                function.py
                                generator.cpython-313-darwin.so
                                generator.py
                                ll_builder.cpython-313-darwin.so
                                ll_builder.py
                                main.cpython-313-darwin.so
                                main.py
                                mapper.cpython-313-darwin.so
                                mapper.py
                                match.cpython-313-darwin.so
                                match.py
                                missingtypevisitor.cpython-313-darwin.so
                                missingtypevisitor.py
                                nonlocalcontrol.cpython-313-darwin.so
                                nonlocalcontrol.py
                                prebuildvisitor.cpython-313-darwin.so
                                prebuildvisitor.py
                                prepare.cpython-313-darwin.so
                                prepare.py
                                specialize.cpython-313-darwin.so
                                specialize.py
                                statement.cpython-313-darwin.so
                                statement.py
                                targets.cpython-313-darwin.so
                                targets.py
                                util.cpython-313-darwin.so
                                util.py
                                visitor.cpython-313-darwin.so
                                visitor.py
                                vtable.cpython-313-darwin.so
                                vtable.py
                            lib-rt/
                                bytes_ops.c
                                CPy.h
                                dict_ops.c
                                exc_ops.c
                                float_ops.c
                                generic_ops.c
                                getargs.c
                                getargsfast.c
                                init.c
                                int_ops.c
                                list_ops.c
                                misc_ops.c
                                module_shim.tmpl
                                mypyc_util.h
                                pythoncapi_compat.h
                                pythonsupport.c
                                pythonsupport.h
                                set_ops.c
                                str_ops.c
                                tuple_ops.c
                            lower/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                int_ops.cpython-313-darwin.so
                                int_ops.py
                                list_ops.cpython-313-darwin.so
                                list_ops.py
                                misc_ops.cpython-313-darwin.so
                                misc_ops.py
                                registry.cpython-313-darwin.so
                                registry.py
                            primitives/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                bytes_ops.cpython-313-darwin.so
                                bytes_ops.py
                                dict_ops.cpython-313-darwin.so
                                dict_ops.py
                                exc_ops.cpython-313-darwin.so
                                exc_ops.py
                                float_ops.cpython-313-darwin.so
                                float_ops.py
                                generic_ops.cpython-313-darwin.so
                                generic_ops.py
                                int_ops.cpython-313-darwin.so
                                int_ops.py
                                list_ops.cpython-313-darwin.so
                                list_ops.py
                                misc_ops.cpython-313-darwin.so
                                misc_ops.py
                                registry.cpython-313-darwin.so
                                registry.py
                                set_ops.cpython-313-darwin.so
                                set_ops.py
                                str_ops.cpython-313-darwin.so
                                str_ops.py
                                tuple_ops.cpython-313-darwin.so
                                tuple_ops.py
                            test/
                                __init__.py
                                config.py
                                test_alwaysdefined.py
                                test_analysis.py
                                test_annotate.py
                                test_cheader.py
                                test_commandline.py
                                test_emit.py
                                test_emitclass.py
                                test_emitfunc.py
                                test_emitwrapper.py
                                test_exceptions.py
                                test_external.py
                                test_irbuild.py
                                test_ircheck.py
                                test_literals.py
                                test_lowering.py
                                test_misc.py
                                test_namegen.py
                                test_optimizations.py
                                test_pprint.py
                                test_rarray.py
                                test_refcount.py
                                test_run.py
                                test_serialization.py
                                test_struct.py
                                test_tuplename.py
                                test_typeops.py
                                testutil.py
                            transform/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                copy_propagation.cpython-313-darwin.so
                                copy_propagation.py
                                exceptions.cpython-313-darwin.so
                                exceptions.py
                                flag_elimination.cpython-313-darwin.so
                                flag_elimination.py
                                ir_transform.cpython-313-darwin.so
                                ir_transform.py
                                lower.cpython-313-darwin.so
                                lower.py
                                refcount.cpython-313-darwin.so
                                refcount.py
                                spill.cpython-313-darwin.so
                                spill.py
                                uninit.cpython-313-darwin.so
                                uninit.py
                            __init__.cpython-313-darwin.so
                            __init__.py
                            __main__.py
                            annotate.cpython-313-darwin.so
                            annotate.py
                            build.cpython-313-darwin.so
                            build.py
                            common.cpython-313-darwin.so
                            common.py
                            crash.cpython-313-darwin.so
                            crash.py
                            errors.cpython-313-darwin.so
                            errors.py
                            namegen.cpython-313-darwin.so
                            namegen.py
                            options.cpython-313-darwin.so
                            options.py
                            py.typed
                            rt_subtype.cpython-313-darwin.so
                            rt_subtype.py
                            sametype.cpython-313-darwin.so
                            sametype.py
                            subtype.cpython-313-darwin.so
                            subtype.py
                        nacl/
                            bindings/
                                __init__.py
                                crypto_aead.py
                                crypto_box.py
                                crypto_core.py
                                crypto_generichash.py
                                crypto_hash.py
                                crypto_kx.py
                                crypto_pwhash.py
                                crypto_scalarmult.py
                                crypto_secretbox.py
                                crypto_secretstream.py
                                crypto_shorthash.py
                                crypto_sign.py
                                randombytes.py
                                sodium_core.py
                                utils.py
                            pwhash/
                                __init__.py
                                _argon2.py
                                argon2i.py
                                argon2id.py
                                scrypt.py
                            __init__.py
                            _sodium.abi3.so
                            encoding.py
                            exceptions.py
                            hash.py
                            hashlib.py
                            public.py
                            py.typed
                            secret.py
                            signing.py
                            utils.py
                        nbclient/
                            __init__.py
                            _version.py
                            cli.py
                            client.py
                            exceptions.py
                            jsonutil.py
                            output_widget.py
                            py.typed
                            util.py
                        nbclient-0.10.2.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        nbconvert/
                            exporters/
                                __init__.py
                                asciidoc.py
                                base.py
                                exporter.py
                                html.py
                                latex.py
                                markdown.py
                                notebook.py
                                pdf.py
                                python.py
                                qt_exporter.py
                                qt_screenshot.py
                                qtpdf.py
                                qtpng.py
                                rst.py
                                script.py
                                slides.py
                                templateexporter.py
                                webpdf.py
                            filters/
                                __init__.py
                                ansi.py
                                citation.py
                                datatypefilter.py
                                filter_links.py
                                highlight.py
                                latex.py
                                markdown.py
                                markdown_mistune.py
                                metadata.py
                                pandoc.py
                                strings.py
                                widgetsdatatypefilter.py
                            postprocessors/
                                __init__.py
                                base.py
                                serve.py
                            preprocessors/
                                __init__.py
                                base.py
                                clearmetadata.py
                                clearoutput.py
                                coalescestreams.py
                                convertfigures.py
                                csshtmlheader.py
                                execute.py
                                extractattachments.py
                                extractoutput.py
                                highlightmagics.py
                                latex.py
                                regexremove.py
                                sanitize.py
                                svg2pdf.py
                                tagremove.py
                            resources/
                                __init__.py
                            templates/
                                skeleton/
                                    Makefile
                                    README.md
                                README.md
                            utils/
                                __init__.py
                                _contextlib_chdir.py
                                base.py
                                exceptions.py
                                io.py
                                iso639_1.py
                                lexers.py
                                pandoc.py
                                text.py
                                version.py
                            writers/
                                __init__.py
                                base.py
                                debug.py
                                files.py
                                stdout.py
                            __init__.py
                            __main__.py
                            _version.py
                            conftest.py
                            nbconvertapp.py
                            py.typed
                        nbconvert-7.16.6.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        nbformat/
                            corpus/
                                tests/
                                    __init__.py
                                    test_words.py
                                __init__.py
                                words.py
                            v1/
                                __init__.py
                                convert.py
                                nbbase.py
                                nbjson.py
                                rwbase.py
                            v2/
                                __init__.py
                                convert.py
                                nbbase.py
                                nbjson.py
                                nbpy.py
                                nbxml.py
                                rwbase.py
                            v3/
                                __init__.py
                                convert.py
                                nbbase.py
                                nbformat.v3.schema.json
                                nbjson.py
                                nbpy.py
                                rwbase.py
                            v4/
                                __init__.py
                                convert.py
                                nbbase.py
                                nbformat.v4.0.schema.json
                                nbformat.v4.1.schema.json
                                nbformat.v4.2.schema.json
                                nbformat.v4.3.schema.json
                                nbformat.v4.4.schema.json
                                nbformat.v4.5.schema.json
                                nbformat.v4.schema.json
                                nbjson.py
                                rwbase.py
                            __init__.py
                            _imports.py
                            _struct.py
                            _version.py
                            converter.py
                            current.py
                            json_compat.py
                            notebooknode.py
                            py.typed
                            reader.py
                            sentinel.py
                            sign.py
                            validator.py
                            warnings.py
                        nbformat-5.10.4.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        nest_asyncio-1.6.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        notebook/
                            custom/
                                custom.css
                            static/
                                100.cbc26eb447514f5af591.js
                                100.cbc26eb447514f5af591.js.map
                                1053.92d524d23b6ffd97d9de.js
                                1053.92d524d23b6ffd97d9de.js.map
                                1088.47e247a20947f628f48f.js
                                1088.47e247a20947f628f48f.js.map
                                1091.f006368c55525d627dc3.js
                                1091.f006368c55525d627dc3.js.map
                                1122.16363dcd990a9685123e.js
                                1122.16363dcd990a9685123e.js.map
                                114.3735fbb3fc442d926d2b.js
                                114.3735fbb3fc442d926d2b.js.map
                                1169.f64c3773007d9d09487e.js
                                131.729c28b8323daf822cbe.js
                                131.729c28b8323daf822cbe.js.map
                                132.bbe0fd1e86fe078554cf.js
                                132.bbe0fd1e86fe078554cf.js.map
                                1418.5913bb08784c217a1f0b.js
                                1418.5913bb08784c217a1f0b.js.map
                                145.2fd139f1721cfaedfccf.js
                                145.2fd139f1721cfaedfccf.js.map
                                1542.8f0b79431f7af2f43f1e.js
                                1542.8f0b79431f7af2f43f1e.js.map
                                1558.d1ebe7cb088451b0d7de.js
                                1558.d1ebe7cb088451b0d7de.js.map
                                1584.5e136a9d8643093bc7e9.js
                                1584.5e136a9d8643093bc7e9.js.map
                                1601.4154c4f9ed460feae33b.js
                                1601.4154c4f9ed460feae33b.js.map
                                1618.da67fb30732c49b969ba.js
                                1618.da67fb30732c49b969ba.js.map
                                1650.43e49e4c78755f921679.js
                                1650.43e49e4c78755f921679.js.map
                                1684.72557761abcc7d3f021b.js
                                1684.72557761abcc7d3f021b.js.map
                                1715.eb47d8a8fb23246d8368.js
                                1715.eb47d8a8fb23246d8368.js.map
                                1837.6bbfd9967be58e1325f1.js
                                1837.6bbfd9967be58e1325f1.js.map
                                1869.48ca2e23bddad3adfc1a.js
                                1869.48ca2e23bddad3adfc1a.js.map
                                1871.c375ee093b7e51966390.js
                                1871.c375ee093b7e51966390.js.map
                                1911.cfe3314fd3a9b879389c.js
                                1911.cfe3314fd3a9b879389c.js.map
                                1939.e620a31e5ee7d4ccc1bc.js
                                1939.e620a31e5ee7d4ccc1bc.js.map
                                1941.b15cc60637b0a879bea6.js
                                1941.b15cc60637b0a879bea6.js.map
                                1950.a590659714a301a94f31.js
                                1950.a590659714a301a94f31.js.map
                                1cb1c39ea642f26a4dfe.woff
                                2019.a0afb11aac931fb43c5c.js
                                2019.a0afb11aac931fb43c5c.js.map
                                2065.e9b5d8d0a8bec3304454.js
                                2065.e9b5d8d0a8bec3304454.js.map
                                2188.8a4dbc0baaccf031e5c4.js
                                2188.8a4dbc0baaccf031e5c4.js.map
                                221.21b91ccc95eefd849fa5.js
                                221.21b91ccc95eefd849fa5.js.map
                                2228.5897a4ab53c9c224da5d.js
                                2228.5897a4ab53c9c224da5d.js.map
                                2343.81357d860d7aa9156d23.js
                                2343.81357d860d7aa9156d23.js.map
                                2386.4a6f7defebb9a3696820.js
                                2386.4a6f7defebb9a3696820.js.map
                                2409.6091282e2ebffe2ab089.js
                                2409.6091282e2ebffe2ab089.js.map
                                2425.6472013fa9798ece0dc9.js
                                2425.6472013fa9798ece0dc9.js.map
                                2453.ebdb135eb902bf82e103.js
                                2453.ebdb135eb902bf82e103.js.map
                                2552.e56002ba65105afb9b18.js
                                2552.e56002ba65105afb9b18.js.map
                                2581.f9bb29600b7e080b2b84.js
                                2581.f9bb29600b7e080b2b84.js.map
                                2666.39e11f71d749eca59f8e.js
                                2666.39e11f71d749eca59f8e.js.map
                                26683bf201fb258a2237.woff
                                2682.69beaaa72effdd61afbe.js
                                2682.69beaaa72effdd61afbe.js.map
                                270.dced80a7f5cbf1705712.js
                                270.dced80a7f5cbf1705712.js.map
                                2702.bc49dbd258cca77aeea4.js
                                2702.bc49dbd258cca77aeea4.js.map
                                28.b5145a84e3a511427e72.js
                                28.b5145a84e3a511427e72.js.map
                                2816.03541f3103bf4c09e591.js
                                2816.03541f3103bf4c09e591.js.map
                                2871.46ec88c6997ef947f39f.js
                                2871.46ec88c6997ef947f39f.js.map
                                2913.274b19d8f201991f4a69.js
                                2913.274b19d8f201991f4a69.js.map
                                2955.199d6b7c6b5d8531cad7.js
                                2955.199d6b7c6b5d8531cad7.js.map
                                306.dd9ffcf982b0c863872b.js
                                306.dd9ffcf982b0c863872b.js.map
                                3076.433a08e00b3f195539d0.js
                                3076.433a08e00b3f195539d0.js.map
                                3079.63bdfdb9a8c6c94b4c9a.js
                                3079.63bdfdb9a8c6c94b4c9a.js.map
                                30e889b58cbc51adfbb0.woff
                                310.857f702af7a4a486c75e.js
                                310.857f702af7a4a486c75e.js.map
                                311.d6a177e2f8f1b1690911.js
                                311.d6a177e2f8f1b1690911.js.map
                                3111.bdf4a0f672df2a6cdd74.js
                                3111.bdf4a0f672df2a6cdd74.js.map
                                3146.f98fbe7d5b55224f0160.js
                                3146.f98fbe7d5b55224f0160.js.map
                                3197.132cf892d4ef38649b32.js
                                3197.132cf892d4ef38649b32.js.map
                                3207.10d3ef96eccf1096e1c3.js
                                3207.10d3ef96eccf1096e1c3.js.map
                                3211.2e93fd406e5c4e53774f.js
                                3211.2e93fd406e5c4e53774f.js.map
                                3230.29b02fdb14e1bdf52d07.js
                                3230.29b02fdb14e1bdf52d07.js.map
                                32792104b5ef69eded90.woff
                                3322.e8348cc2a800190d4f49.js
                                3322.e8348cc2a800190d4f49.js.map
                                3336.1430b8576b899f650fb9.js
                                3336.1430b8576b899f650fb9.js.map
                                3370.aa66c4f8e4c91fc5628a.js
                                3370.aa66c4f8e4c91fc5628a.js.map
                                339.ca73209c818e0defdea2.js
                                339.ca73209c818e0defdea2.js.map
                                3420.693f6432957cbf2699c5.js
                                3420.693f6432957cbf2699c5.js.map
                                3449.53ec937d932f8f73a39b.js
                                3449.53ec937d932f8f73a39b.js.map
                                3462.0383dfd16602627036bd.js
                                3462.0383dfd16602627036bd.js.map
                                35.a486baf38b12aec5500f.js
                                35.a486baf38b12aec5500f.js.map
                                3501.c1c56527cb2f94c27dcf.js
                                3501.c1c56527cb2f94c27dcf.js.map
                                355254db9ca10a09a3b5.woff
                                3562.3b759e4fdd798f9dca94.js
                                3562.3b759e4fdd798f9dca94.js.map
                                3619.2e4bf80097f9890aef49.js
                                3619.2e4bf80097f9890aef49.js.map
                                36e0d72d8a7afc696a3e.woff
                                3700.b937e669a5feb21ccb06.js
                                3700.b937e669a5feb21ccb06.js.map
                                373c04fd2418f5c77eea.eot
                                3752.f222858bad091688a0c5.js
                                3752.f222858bad091688a0c5.js.map
                                3768.0b6995cb2c93a75f2359.js
                                3768.0b6995cb2c93a75f2359.js.map
                                3782.b5169726474369258b8f.js
                                3782.b5169726474369258b8f.js.map
                                3797.ad30e7a4bf8dc994e5be.js
                                3797.ad30e7a4bf8dc994e5be.js.map
                                383.086fc5ebac8a08e85b7c.js
                                383.086fc5ebac8a08e85b7c.js.map
                                3bc6ecaae7ecf6f8d7f8.woff
                                3de784d07b9fa8f104c1.woff
                                3f6d3488cf65374f6f67.woff
                                4002.7d2089cf976c84095255.js
                                4002.7d2089cf976c84095255.js.map
                                403.270ca5cf44874182bd4d.js
                                403.270ca5cf44874182bd4d.js.map
                                4030.5a53f3aacfd5bc109b79.js
                                4030.5a53f3aacfd5bc109b79.js.map
                                4038.edb04f3d9d68204491ba.js
                                4038.edb04f3d9d68204491ba.js.map
                                4039.dcbb5e4f3949b6eff7e9.js
                                4039.dcbb5e4f3949b6eff7e9.js.map
                                4105.5144c29f0bbce103fec4.js
                                4105.5144c29f0bbce103fec4.js.map
                                4148.410616c0288bc98e224f.js
                                4148.410616c0288bc98e224f.js.map
                                417.29f636ec8be265b7e480.js
                                417.29f636ec8be265b7e480.js.map
                                4276.2edc46f98f304de431b0.js
                                4276.2edc46f98f304de431b0.js.map
                                431.4a876e95bf0e93ffd46f.js
                                431.4a876e95bf0e93ffd46f.js.map
                                4324.fa653693694bd924557b.js
                                4324.fa653693694bd924557b.js.map
                                4382.c317254086f1ae2d605a.js
                                4382.c317254086f1ae2d605a.js.map
                                4387.a7f58bf45dd9275aee44.js
                                4387.a7f58bf45dd9275aee44.js.map
                                4406.c435ee1d9e07c37b46e4.js
                                4406.c435ee1d9e07c37b46e4.js.map
                                4430.879d60462da8c4629a70.js
                                4430.879d60462da8c4629a70.js.map
                                4498.4d8665e22c39c0b3f329.js
                                4498.4d8665e22c39c0b3f329.js.map
                                4521.c728470feb41d3f877d1.js
                                4521.c728470feb41d3f877d1.js.map
                                4588.46b592131684aa708905.js
                                4588.46b592131684aa708905.js.map
                                4645.9017711a4d52533bd2ae.js
                                4645.9017711a4d52533bd2ae.js.map
                                4667.288ec271d366f6d03bf4.js
                                4667.288ec271d366f6d03bf4.js.map
                                4670.3fc6925b39a00569037e.js
                                4670.3fc6925b39a00569037e.js.map
                                4708.ea8fa57a2460a633deb4.js
                                4708.ea8fa57a2460a633deb4.js.map
                                4810.f422cb69c3eca42dd212.js
                                4810.f422cb69c3eca42dd212.js.map
                                481e39042508ae313a60.woff
                                4825.d47a910536278ab25419.js
                                4825.d47a910536278ab25419.js.map
                                4828.57b2977d0c98f8416cc4.js
                                4828.57b2977d0c98f8416cc4.js.map
                                4837.2a30feab2693717d3d43.js
                                4837.2a30feab2693717d3d43.js.map
                                4843.7eed3c5267c10f3eb786.js
                                4843.7eed3c5267c10f3eb786.js.map
                                4886.6084c97eb0f7628908ee.js
                                4886.6084c97eb0f7628908ee.js.map
                                4926.7f42350f683b70d59456.js
                                4926.7f42350f683b70d59456.js.map
                                4965.591924d7805c15261494.js
                                4965.591924d7805c15261494.js.map
                                4971.e850b0a1dcb6d3fce7a4.js
                                4971.e850b0a1dcb6d3fce7a4.js.map
                                5019.48f595eb3007a3ca0f91.js
                                5019.48f595eb3007a3ca0f91.js.map
                                5061.aede931a61d7ce87ee23.js
                                5061.aede931a61d7ce87ee23.js.map
                                5095.cacabf11fc06b3d7f4ad.js
                                5095.cacabf11fc06b3d7f4ad.js.map
                                5115.722cf90a473016a17ba7.js
                                5115.722cf90a473016a17ba7.js.map
                                5135.1cde65c1d79a0adc262d.js
                                5135.1cde65c1d79a0adc262d.js.map
                                5249.47203d8dad661b809e38.js
                                5249.47203d8dad661b809e38.js.map
                                5299.a014c52ba3f8492bad0f.js
                                5299.a014c52ba3f8492bad0f.js.map
                                5425.2e42adccd47405a6a6a3.js
                                5425.2e42adccd47405a6a6a3.js.map
                                5448.a9016133a2b9389ac102.js
                                5448.a9016133a2b9389ac102.js.map
                                5494.391c359bd3d5f45fb30b.js
                                5494.391c359bd3d5f45fb30b.js.map
                                5573.38e0610ea3d6d9b005b5.js
                                5573.38e0610ea3d6d9b005b5.js.map
                                5601.ffda77b468bc8b17a221.js
                                5601.ffda77b468bc8b17a221.js.map
                                563.0a7566a6f2b684579011.js
                                563.0a7566a6f2b684579011.js.map
                                5698.3347ece7b9654a7783ce.js
                                5698.3347ece7b9654a7783ce.js.map
                                5748.5dca396b965fb74427ff.js
                                5748.5dca396b965fb74427ff.js.map
                                5765.f588990a6e3cb69dcefe.js
                                5765.f588990a6e3cb69dcefe.js.map
                                5777.c601d5372b8b7c9b6ff0.js
                                5777.c601d5372b8b7c9b6ff0.js.map
                                5822.6dcbc72eeab5ed4295aa.js
                                5822.6dcbc72eeab5ed4295aa.js.map
                                5828.66806b64a5e5ffda935f.js
                                5828.66806b64a5e5ffda935f.js.map
                                5834.aca2b773e8f9ffc9639e.js
                                5834.aca2b773e8f9ffc9639e.js.map
                                5850.30a4d9a000a79095dcff.js
                                5850.30a4d9a000a79095dcff.js.map
                                5872.9d35ff1e9109987247b6.js
                                5872.9d35ff1e9109987247b6.js.map
                                5972.456ddfa373f527f850fb.js
                                5972.456ddfa373f527f850fb.js.map
                                5996.9dd601211e357e9bf641.js
                                5996.9dd601211e357e9bf641.js.map
                                5cda41563a095bd70c78.woff
                                6139.9b4118bd8223a51fa897.js
                                6139.9b4118bd8223a51fa897.js.map
                                6271.809bc8c9941039275a30.js
                                6271.809bc8c9941039275a30.js.map
                                6301.c02f41d998293ace8bac.js
                                6301.c02f41d998293ace8bac.js.map
                                632.c59cde46a58f6dac3b70.js
                                632.c59cde46a58f6dac3b70.js.map
                                6345.348b6265ddf3713ab5d6.js
                                6345.348b6265ddf3713ab5d6.js.map
                                6428.e4e53b40817c3dd248ca.js
                                6428.e4e53b40817c3dd248ca.js.map
                                647.3a6deb0e090650f1c3e2.js
                                647.3a6deb0e090650f1c3e2.js.map
                                6491.4ec5e8e76fbff7d9698a.js
                                6491.4ec5e8e76fbff7d9698a.js.map
                                6521.95f93bd416d53955c700.js
                                6521.95f93bd416d53955c700.js.map
                                6561.ebddc37c2afcedcddd21.js
                                6561.ebddc37c2afcedcddd21.js.map
                                661.bfd67818fb0b29d1fcb4.js
                                661.bfd67818fb0b29d1fcb4.js.map
                                6653.6525abafd19e7997f79c.js
                                6653.6525abafd19e7997f79c.js.map
                                67.9cbc679ecb920dd7951b.js
                                67.9cbc679ecb920dd7951b.js.map
                                6739.b86fe9f9325e098414af.js
                                6739.b86fe9f9325e098414af.js.map
                                677.bedd668f19a13f2743c4.js
                                677.bedd668f19a13f2743c4.js.map
                                6788.c9f5f85294a5ed5f86ec.js
                                6788.c9f5f85294a5ed5f86ec.js.map
                                6800.35cead61fb9b37904873.js
                                6800.35cead61fb9b37904873.js.map
                                6873.d5b12730d4556b6f37bf.js
                                6873.d5b12730d4556b6f37bf.js.map
                                69.aa2a725012bd95ceceba.js
                                69.aa2a725012bd95ceceba.js.map
                                6942.073187fa00ada10fcd06.js
                                6942.073187fa00ada10fcd06.js.map
                                6972.3bd59944fc1dc3e59150.js
                                6972.3bd59944fc1dc3e59150.js.map
                                7005.9f299a4f2a4e116a7369.js
                                7005.9f299a4f2a4e116a7369.js.map
                                7022.ada0a27a1f0d61d90ee8.js
                                7022.ada0a27a1f0d61d90ee8.js.map
                                7054.093d48fae797c6c33872.js
                                7054.093d48fae797c6c33872.js.map
                                7061.ada76efa0840f101be5b.js
                                7061.ada76efa0840f101be5b.js.map
                                7154.1ab03d07151bbd0aad06.js
                                7154.1ab03d07151bbd0aad06.js.map
                                7159.41e52038b70d27a3b442.js
                                7159.41e52038b70d27a3b442.js.map
                                7170.aef383eb04df84d63d6a.js
                                7170.aef383eb04df84d63d6a.js.map
                                7179.a27cb1e09e47e519cbfa.js
                                7179.a27cb1e09e47e519cbfa.js.map
                                721921bab0d001ebff02.woff
                                7264.56c0f8b7752822724b0f.js
                                7264.56c0f8b7752822724b0f.js.map
                                72bc573386dd1d48c5bb.woff
                                7302.3f668970091842fbc9ca.js
                                7302.3f668970091842fbc9ca.js.map
                                7360.b3741cc7257cecd9efe9.js
                                7360.b3741cc7257cecd9efe9.js.map
                                7369.a065dc2ed2f56a44cb0f.js
                                7369.a065dc2ed2f56a44cb0f.js.map
                                7378.df12091e8f42a5da0429.js
                                7378.df12091e8f42a5da0429.js.map
                                745.30bb604aa86c8167d1a4.js
                                745.30bb604aa86c8167d1a4.js.map
                                7450.beacefc07c8e386709fa.js
                                7450.beacefc07c8e386709fa.js.map
                                7471.27c6037e2917dcd9958a.js
                                7471.27c6037e2917dcd9958a.js.map
                                7488.4d8124f72a0f10256f44.js
                                7488.4d8124f72a0f10256f44.js.map
                                7534.e6ec4e7bd41255482e3e.js
                                7534.e6ec4e7bd41255482e3e.js.map
                                755.3d6eb3b7f81d035f52f4.js
                                755.3d6eb3b7f81d035f52f4.js.map
                                7561.ab0621a9e054b91897f7.js
                                7561.ab0621a9e054b91897f7.js.map
                                757.86f80ac05f38c4f4be68.js
                                757.86f80ac05f38c4f4be68.js.map
                                7582.5611b71499b0becf7b6a.js
                                7582.5611b71499b0becf7b6a.js.map
                                7634.ad26bf6396390c53768a.js
                                7634.ad26bf6396390c53768a.js.map
                                7674.80774120971faccbb256.js
                                7674.80774120971faccbb256.js.map
                                777.de863ae105caa5756453.js
                                777.de863ae105caa5756453.js.map
                                7803.0c44e7b8d148353eed87.js
                                7803.0c44e7b8d148353eed87.js.map
                                7811.fa11577c84ea92d4102c.js
                                7811.fa11577c84ea92d4102c.js.map
                                7817.74b742c39300a07a9efa.js
                                7817.74b742c39300a07a9efa.js.map
                                7866.b73df9c77816d05d6784.js
                                7866.b73df9c77816d05d6784.js.map
                                7884.07a3d44e10261bae9b1f.js
                                7884.07a3d44e10261bae9b1f.js.map
                                7906.c3e50e3c279ee95b5b0c.js
                                7906.c3e50e3c279ee95b5b0c.js.map
                                792.050c0efb8da8e633f900.js
                                792.050c0efb8da8e633f900.js.map
                                7957.d903973498b192f6210c.js
                                7957.d903973498b192f6210c.js.map
                                7969.0080840fce265b81a360.js
                                7969.0080840fce265b81a360.js.map
                                7995.8f35600b7ffffa34c89b.js
                                7995.8f35600b7ffffa34c89b.js.map
                                7997.1469ff294f8b64fd26ec.js
                                7997.1469ff294f8b64fd26ec.js.map
                                79d088064beb3826054f.eot
                                8010.0c4fde830729471df121.js
                                8010.0c4fde830729471df121.js.map
                                8218.983a3a002f016180aaab.js
                                8218.983a3a002f016180aaab.js.map
                                8285.8bade38c361d9af60b43.js
                                8285.8bade38c361d9af60b43.js.map
                                8313.45ac616d61cf717bff16.js
                                8313.45ac616d61cf717bff16.js.map
                                8378.c1a78f0d6f0124d37fa9.js
                                8378.c1a78f0d6f0124d37fa9.js.map
                                8381.0291906ada65d4e5df4e.js
                                8381.0291906ada65d4e5df4e.js.map
                                841.e2a344f8bed0447367be.js
                                841.e2a344f8bed0447367be.js.map
                                8433.ed9247b868845dc191b2.js
                                8433.ed9247b868845dc191b2.js.map
                                8446.66c7f866128c07ec4265.js
                                8446.66c7f866128c07ec4265.js.map
                                8479.1807152edb3d746c4d0b.js
                                8479.1807152edb3d746c4d0b.js.map
                                85.f5f11db2bc819f9ae970.js
                                85.f5f11db2bc819f9ae970.js.map
                                850.4ff5be1ac6f4d6958c7a.js
                                850.4ff5be1ac6f4d6958c7a.js.map
                                8579.973518a0960b2b927064.js
                                8579.973518a0960b2b927064.js.map
                                866.8574f33a07edc3fc33b5.js
                                866.8574f33a07edc3fc33b5.js.map
                                8678.9d28c7fae2ee6c13d2eb.js
                                8678.9d28c7fae2ee6c13d2eb.js.map
                                8701.7be1d7a9c41099ea4b6f.js
                                8701.7be1d7a9c41099ea4b6f.js.map
                                870673df72e70f87c91a.woff
                                874.9e1bcef8ee789652f606.js
                                874.9e1bcef8ee789652f606.js.map
                                8781.3f87f07359077c3a8a85.js
                                8781.3f87f07359077c3a8a85.js.map
                                883.df3c548d474bbe7fc62c.js
                                883.df3c548d474bbe7fc62c.js.map
                                8845.ac1c5acb78cea4acee08.js
                                8845.ac1c5acb78cea4acee08.js.map
                                8875.0604966d624b3656aa1c.js
                                8875.0604966d624b3656aa1c.js.map
                                88b98cad3688915e50da.woff
                                8929.f522b600b8907f9241c6.js
                                8929.f522b600b8907f9241c6.js.map
                                8937.4892770eb5cc44a5f24d.js
                                8937.4892770eb5cc44a5f24d.js.map
                                8979.cafa00ee6b2e82b39a17.js
                                8979.cafa00ee6b2e82b39a17.js.map
                                8983.56458cb92e3e2efe6d33.js
                                8983.56458cb92e3e2efe6d33.js.map
                                899.5a5d6e7bd36baebe76af.js
                                899.5a5d6e7bd36baebe76af.js.map
                                8ea8791754915a898a31.woff2
                                8ea8dbb1b02e6f730f55.woff
                                9022.16842ed509ced9c32e9c.js
                                9022.16842ed509ced9c32e9c.js.map
                                9037.663c64b842834ea1989d.js
                                9037.663c64b842834ea1989d.js.map
                                906.da3adda3c4b703a102d7.js
                                906.da3adda3c4b703a102d7.js.map
                                9060.d564b58af7791af334db.js
                                9060.d564b58af7791af334db.js.map
                                9068.d8c4c8fa34c89c710d15.js
                                9068.d8c4c8fa34c89c710d15.js.map
                                9116.3fe5c69fba4a31452403.js
                                9116.3fe5c69fba4a31452403.js.map
                                9233.916f96402862a0190f46.js
                                9233.916f96402862a0190f46.js.map
                                9234.ec504d9c9a30598a995c.js
                                9234.ec504d9c9a30598a995c.js.map
                                9239.8802747dd58982052b99.js
                                9239.8802747dd58982052b99.js.map
                                9250.a4dfe77db702bf7a316c.js
                                9250.a4dfe77db702bf7a316c.js.map
                                9310.dce9f915c210d4c8802c.js
                                9310.dce9f915c210d4c8802c.js.map
                                9322.02659b877f7881740557.js
                                9322.02659b877f7881740557.js.map
                                9331.5850506ebb1d3f304481.js
                                9331.5850506ebb1d3f304481.js.map
                                9380.b2ee26fa1e359ebe5fb8.js
                                9380.b2ee26fa1e359ebe5fb8.js.map
                                9425.46a85c9a33b839e23d9f.js
                                9425.46a85c9a33b839e23d9f.js.map
                                9442.e301e4179b7c69c125d7.js
                                9442.e301e4179b7c69c125d7.js.map
                                9531.0772cd1f4cfe0c65a5a7.js
                                9531.0772cd1f4cfe0c65a5a7.js.map
                                9558.255ac6fa674e07653e39.js
                                9558.255ac6fa674e07653e39.js.map
                                9604.f29b5b0d3160e238fdf7.js
                                9604.f29b5b0d3160e238fdf7.js.map
                                9619.72d0af35a1e6e3c624d7.js
                                9619.72d0af35a1e6e3c624d7.js.map
                                9674eb1bd55047179038.svg
                                9676.0476942dc748eb1854c5.js
                                9676.0476942dc748eb1854c5.js.map
                                9799.f8f37b03cc4afc27f8f0.js
                                9799.f8f37b03cc4afc27f8f0.js.map
                                9834b82ad26e2a37583d.woff2
                                a009bea404f7a500ded4.woff
                                a3b9817780214caf01e8.svg
                                af04542b29eaac04550a.woff
                                af6397503fcefbd61397.ttf
                                af96f67d7accf5fd2a4a.woff
                                b418136e3b384baaadec.woff
                                be0a084962d8066884f7.svg
                                c49810b53ecc0d87d802.woff
                                c56da8d69f1a0208b8e0.woff
                                cb9e9e693192413cde2b.woff
                                cda59d6efffa685830fd.ttf
                                e4299464e7b012968eed.eot
                                e42a88444448ac3d6054.woff2
                                e8711bbb871afd8e9dea.ttf
                                f9217f66874b0c01cd8c.woff
                                fc6ddf5df402b263cfb1.woff
                                main.e99dd4f880b24bc94403.js
                                main.e99dd4f880b24bc94403.js.map
                                notebook_core.e0fcfe0884f9e1166813.js
                                notebook_core.e0fcfe0884f9e1166813.js.map
                                third-party-licenses.json
                            templates/
                                consoles.html
                                edit.html
                                error.html
                                notebooks.html
                                terminals.html
                                tree.html
                            __init__.py
                            __main__.py
                            _version.py
                            app.py
                        notebook-7.4.5.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        notebook_shim/
                            tests/
                                confs/
                                    jupyter_my_ext_config.py
                                    jupyter_notebook_config.py
                                    jupyter_server_config.py
                                __init__.py
                                mockextension.py
                                test_extension.py
                            __init__.py
                            _version.py
                            nbserver.py
                            shim.py
                            traits.py
                        notebook_shim-0.2.4.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        numba/
                            cext/
                                __init__.py
                                cext.h
                                dictobject.c
                                dictobject.h
                                listobject.c
                                listobject.h
                                utils.c
                            cloudpickle/
                                __init__.py
                                cloudpickle.py
                                cloudpickle_fast.py
                            core/
                                annotations/
                                    __init__.py
                                    pretty_annotate.py
                                    template.html
                                    type_annotations.py
                                datamodel/
                                    __init__.py
                                    manager.py
                                    models.py
                                    new_models.py
                                    old_models.py
                                    packer.py
                                    registry.py
                                    testing.py
                                rewrites/
                                    __init__.py
                                    ir_print.py
                                    registry.py
                                    static_binop.py
                                    static_getitem.py
                                    static_raise.py
                                runtime/
                                    __init__.py
                                    _nrt_python.c
                                    _nrt_python.cpython-313-darwin.so
                                    _nrt_pythonmod.c
                                    context.py
                                    nrt.cpp
                                    nrt.h
                                    nrt.py
                                    nrt_external.h
                                    nrtdynmod.py
                                    nrtopt.py
                                typeconv/
                                    __init__.py
                                    _typeconv.cpython-313-darwin.so
                                    castgraph.py
                                    rules.py
                                    typeconv.py
                                types/
                                    new_scalars/
                                        __init__.py
                                        machine_types.py
                                        numpy_types.py
                                        python_types.py
                                        scalars.py
                                    __init__.py
                                    __init__.pyi
                                    abstract.py
                                    common.py
                                    containers.py
                                    function_type.py
                                    functions.py
                                    iterators.py
                                    misc.py
                                    npytypes.py
                                    old_scalars.py
                                    scalars.py
                                typing/
                                    __init__.py
                                    arraydecl.py
                                    asnumbatype.py
                                    bufproto.py
                                    builtins.py
                                    cffi_utils.py
                                    cmathdecl.py
                                    collections.py
                                    context.py
                                    ctypes_utils.py
                                    dictdecl.py
                                    enumdecl.py
                                    listdecl.py
                                    mathdecl.py
                                    new_builtins.py
                                    new_cmathdecl.py
                                    new_mathdecl.py
                                    npdatetime.py
                                    npydecl.py
                                    old_builtins.py
                                    old_cmathdecl.py
                                    old_mathdecl.py
                                    setdecl.py
                                    templates.py
                                    typeof.py
                                unsafe/
                                    __init__.py
                                    bytes.py
                                    eh.py
                                    nrt.py
                                    refcount.py
                                __init__.py
                                analysis.py
                                base.py
                                boxing.py
                                bytecode.py
                                byteflow.py
                                caching.py
                                callconv.py
                                callwrapper.py
                                ccallback.py
                                cgutils.py
                                codegen.py
                                compiler.py
                                compiler_lock.py
                                compiler_machinery.py
                                config.py
                                consts.py
                                controlflow.py
                                cpu.py
                                cpu_options.py
                                debuginfo.py
                                decorators.py
                                descriptors.py
                                dispatcher.py
                                entrypoints.py
                                environment.py
                                errors.py
                                event.py
                                extending.py
                                externals.py
                                fastmathpass.py
                                funcdesc.py
                                generators.py
                                imputils.py
                                inline_closurecall.py
                                interpreter.py
                                intrinsics.py
                                ir.py
                                ir_utils.py
                                itanium_mangler.py
                                llvm_bindings.py
                                lowering.py
                                new_boxing.py
                                object_mode_passes.py
                                old_boxing.py
                                optional.py
                                options.py
                                postproc.py
                                pylowering.py
                                pythonapi.py
                                registry.py
                                removerefctpass.py
                                serialize.py
                                sigutils.py
                                ssa.py
                                target_extension.py
                                targetconfig.py
                                tracing.py
                                transforms.py
                                typed_passes.py
                                typeinfer.py
                                untyped_passes.py
                                utils.py
                                withcontexts.py
                            cpython/
                                unsafe/
                                    __init__.py
                                    numbers.py
                                    tuple.py
                                __init__.py
                                builtins.py
                                charseq.py
                                cmathimpl.py
                                enumimpl.py
                                hashing.py
                                heapq.py
                                iterators.py
                                listobj.py
                                mathimpl.py
                                new_builtins.py
                                new_hashing.py
                                new_mathimpl.py
                                new_numbers.py
                                new_tupleobj.py
                                numbers.py
                                old_builtins.py
                                old_hashing.py
                                old_mathimpl.py
                                old_numbers.py
                                old_tupleobj.py
                                printimpl.py
                                randomimpl.py
                                rangeobj.py
                                setobj.py
                                slicing.py
                                tupleobj.py
                                unicode.py
                                unicode_support.py
                            cuda/
                                cudadrv/
                                    __init__.py
                                    _extras.cpython-313-darwin.so
                                    devicearray.py
                                    devices.py
                                    driver.py
                                    drvapi.py
                                    dummyarray.py
                                    enums.py
                                    error.py
                                    libs.py
                                    ndarray.py
                                    nvrtc.py
                                    nvvm.py
                                    rtapi.py
                                    runtime.py
                                kernels/
                                    __init__.py
                                    reduction.py
                                    transpose.py
                                simulator/
                                    cudadrv/
                                        __init__.py
                                        devicearray.py
                                        devices.py
                                        driver.py
                                        drvapi.py
                                        dummyarray.py
                                        error.py
                                        libs.py
                                        nvvm.py
                                        runtime.py
                                    __init__.py
                                    api.py
                                    compiler.py
                                    kernel.py
                                    kernelapi.py
                                    reduction.py
                                    vector_types.py
                                tests/
                                    cudadrv/
                                        __init__.py
                                        test_array_attr.py
                                        test_context_stack.py
                                        test_cuda_array_slicing.py
                                        test_cuda_auto_context.py
                                        test_cuda_devicerecord.py
                                        test_cuda_driver.py
                                        test_cuda_libraries.py
                                        test_cuda_memory.py
                                        test_cuda_ndarray.py
                                        test_deallocations.py
                                        test_detect.py
                                        test_emm_plugins.py
                                        test_events.py
                                        test_host_alloc.py
                                        test_init.py
                                        test_inline_ptx.py
                                        test_is_fp16.py
                                        test_linker.py
                                        test_managed_alloc.py
                                        test_mvc.py
                                        test_nvvm_driver.py
                                        test_pinned.py
                                        test_profiler.py
                                        test_ptds.py
                                        test_reset_device.py
                                        test_runtime.py
                                        test_select_device.py
                                        test_streams.py
                                    cudapy/
                                        __init__.py
                                        cache_usecases.py
                                        cache_with_cpu_usecases.py
                                        extensions_usecases.py
                                        recursion_usecases.py
                                        test_alignment.py
                                        test_array.py
                                        test_array_args.py
                                        test_array_methods.py
                                        test_atomics.py
                                        test_blackscholes.py
                                        test_boolean.py
                                        test_caching.py
                                        test_casting.py
                                        test_cffi.py
                                        test_compiler.py
                                        test_complex.py
                                        test_complex_kernel.py
                                        test_const_string.py
                                        test_constmem.py
                                        test_cooperative_groups.py
                                        test_cuda_array_interface.py
                                        test_cuda_jit_no_types.py
                                        test_datetime.py
                                        test_debug.py
                                        test_debuginfo.py
                                        test_device_func.py
                                        test_dispatcher.py
                                        test_enums.py
                                        test_errors.py
                                        test_exception.py
                                        test_extending.py
                                        test_fastmath.py
                                        test_forall.py
                                        test_freevar.py
                                        test_frexp_ldexp.py
                                        test_globals.py
                                        test_gufunc.py
                                        test_gufunc_scalar.py
                                        test_gufunc_scheduling.py
                                        test_idiv.py
                                        test_inspect.py
                                        test_intrinsics.py
                                        test_ipc.py
                                        test_iterators.py
                                        test_lang.py
                                        test_laplace.py
                                        test_libdevice.py
                                        test_lineinfo.py
                                        test_localmem.py
                                        test_mandel.py
                                        test_math.py
                                        test_matmul.py
                                        test_minmax.py
                                        test_montecarlo.py
                                        test_multigpu.py
                                        test_multiprocessing.py
                                        test_multithreads.py
                                        test_nondet.py
                                        test_operator.py
                                        test_optimization.py
                                        test_overload.py
                                        test_powi.py
                                        test_print.py
                                        test_py2_div_issue.py
                                        test_random.py
                                        test_record_dtype.py
                                        test_recursion.py
                                        test_reduction.py
                                        test_retrieve_autoconverted_arrays.py
                                        test_serialize.py
                                        test_slicing.py
                                        test_sm.py
                                        test_sm_creation.py
                                        test_sync.py
                                        test_transpose.py
                                        test_ufuncs.py
                                        test_userexc.py
                                        test_vector_type.py
                                        test_vectorize.py
                                        test_vectorize_complex.py
                                        test_vectorize_decor.py
                                        test_vectorize_device.py
                                        test_vectorize_scalar_arg.py
                                        test_warning.py
                                        test_warp_ops.py
                                    cudasim/
                                        __init__.py
                                        support.py
                                        test_cudasim_issues.py
                                    data/
                                        __init__.py
                                        cuda_include.cu
                                        error.cu
                                        jitlink.cu
                                        jitlink.ptx
                                        warn.cu
                                    doc_examples/
                                        ffi/
                                            __init__.py
                                            functions.cu
                                        __init__.py
                                        test_cg.py
                                        test_cpu_gpu_compat.py
                                        test_ffi.py
                                        test_laplace.py
                                        test_matmul.py
                                        test_montecarlo.py
                                        test_random.py
                                        test_reduction.py
                                        test_sessionize.py
                                        test_ufunc.py
                                        test_vecadd.py
                                    nocuda/
                                        __init__.py
                                        test_dummyarray.py
                                        test_function_resolution.py
                                        test_import.py
                                        test_library_lookup.py
                                        test_nvvm.py
                                    __init__.py
                                __init__.py
                                api.py
                                api_util.py
                                args.py
                                cg.py
                                codegen.py
                                compiler.py
                                cpp_function_wrappers.cu
                                cuda_fp16.h
                                cuda_fp16.hpp
                                cuda_paths.py
                                cudadecl.py
                                cudaimpl.py
                                cudamath.py
                                decorators.py
                                descriptor.py
                                device_init.py
                                deviceufunc.py
                                dispatcher.py
                                errors.py
                                extending.py
                                initialize.py
                                intrinsic_wrapper.py
                                intrinsics.py
                                libdevice.py
                                libdevicedecl.py
                                libdevicefuncs.py
                                libdeviceimpl.py
                                mathimpl.py
                                models.py
                                nvvmutils.py
                                printimpl.py
                                random.py
                                simulator_init.py
                                stubs.py
                                target.py
                                testing.py
                                types.py
                                ufuncs.py
                                vector_types.py
                                vectorizers.py
                            experimental/
                                jitclass/
                                    __init__.py
                                    _box.cpython-313-darwin.so
                                    base.py
                                    boxing.py
                                    decorators.py
                                    overloads.py
                                __init__.py
                                function_type.py
                                structref.py
                            misc/
                                help/
                                    __init__.py
                                    inspector.py
                                __init__.py
                                appdirs.py
                                cffiimpl.py
                                cmdlang.gdb
                                coverage_support.py
                                dump_style.py
                                findlib.py
                                firstlinefinder.py
                                gdb_hook.py
                                gdb_print_extension.py
                                init_utils.py
                                inspection.py
                                literal.py
                                llvm_pass_timings.py
                                mergesort.py
                                numba_entry.py
                                numba_gdbinfo.py
                                numba_sysinfo.py
                                POST.py
                                quicksort.py
                                special.py
                                timsort.py
                            np/
                                math/
                                    __init__.py
                                    cmathimpl.py
                                    mathimpl.py
                                    numbers.py
                                polynomial/
                                    __init__.py
                                    polynomial_core.py
                                    polynomial_functions.py
                                random/
                                    __init__.py
                                    _constants.py
                                    distributions.py
                                    generator_core.py
                                    generator_methods.py
                                    new_distributions.py
                                    new_random_methods.py
                                    old_distributions.py
                                    old_random_methods.py
                                    random_methods.py
                                ufunc/
                                    __init__.py
                                    _internal.cpython-313-darwin.so
                                    _num_threads.cpython-313-darwin.so
                                    array_exprs.py
                                    decorators.py
                                    dufunc.py
                                    gufunc.py
                                    omppool.cpython-313-darwin.so
                                    parallel.py
                                    sigparse.py
                                    ufunc_base.py
                                    ufuncbuilder.py
                                    workqueue.cpython-313-darwin.so
                                    wrappers.py
                                unsafe/
                                    __init__.py
                                    ndarray.py
                                __init__.py
                                arraymath.py
                                arrayobj.py
                                extensions.py
                                linalg.py
                                new_arraymath.py
                                npdatetime.py
                                npdatetime_helpers.py
                                npyfuncs.py
                                npyimpl.py
                                numpy_support.py
                                old_arraymath.py
                                ufunc_db.py
                            parfors/
                                __init__.py
                                array_analysis.py
                                parfor.py
                                parfor_lowering.py
                                parfor_lowering_utils.py
                            pycc/
                                __init__.py
                                cc.py
                                compiler.py
                                decorators.py
                                llvm_types.py
                                modulemixin.c
                                platform.py
                            scripts/
                                __init__.py
                                generate_lower_listing.py
                            stencils/
                                __init__.py
                                stencil.py
                                stencilparfor.py
                            testing/
                                __init__.py
                                __main__.py
                                _runtests.py
                                loader.py
                                main.py
                                notebook.py
                            tests/
                                doc_examples/
                                    __init__.py
                                    test_examples.py
                                    test_interval_example.py
                                    test_jitclass.py
                                    test_literal_container_usage.py
                                    test_literally_usage.py
                                    test_llvm_pass_timings.py
                                    test_numpy_generators.py
                                    test_parallel_chunksize.py
                                    test_rec_array.py
                                    test_structref_usage.py
                                    test_typed_dict_usage.py
                                    test_typed_list_usage.py
                                gdb/
                                    __init__.py
                                    test_array_arg.py
                                    test_basic.py
                                    test_break_on_symbol.py
                                    test_break_on_symbol_version.py
                                    test_conditional_breakpoint.py
                                    test_pretty_print.py
                                npyufunc/
                                    __init__.py
                                    cache_usecases.py
                                    test_caching.py
                                    test_dufunc.py
                                    test_errors.py
                                    test_gufunc.py
                                    test_parallel_env_variable.py
                                    test_parallel_low_work.py
                                    test_parallel_ufunc_issues.py
                                    test_ufunc.py
                                    test_ufuncbuilding.py
                                    test_update_inplace.py
                                    test_vectorize_decor.py
                                    ufuncbuilding_usecases.py
                                pycc_distutils_usecase/
                                    nested/
                                        __init__.py
                                        source_module.py
                                    __init__.py
                                    setup_distutils.py
                                    setup_distutils_nested.py
                                    setup_setuptools.py
                                    setup_setuptools_nested.py
                                    source_module.py
                                __init__.py
                                annotation_usecases.py
                                cache_usecases.py
                                cffi_usecases.py
                                cfunc_cache_usecases.py
                                chained_assign_usecases.py
                                cloudpickle_main_class.py
                                compile_with_pycc.py
                                complex_usecases.py
                                ctypes_usecases.py
                                doctest_usecase.py
                                dummy_module.py
                                enum_usecases.py
                                error_usecases.py
                                errorhandling_usecases.py
                                gdb_support.py
                                inlining_usecases.py
                                matmul_usecase.py
                                orphaned_semaphore_usecase.py
                                overload_usecases.py
                                parfor_iss9490_usecase.py
                                parfors_cache_usecases.py
                                pdlike_usecase.py
                                recursion_usecases.py
                                serialize_usecases.py
                                support.py
                                test_alignment.py
                                test_analysis.py
                                test_annotations.py
                                test_api.py
                                test_array_analysis.py
                                test_array_attr.py
                                test_array_constants.py
                                test_array_exprs.py
                                test_array_iterators.py
                                test_array_manipulation.py
                                test_array_methods.py
                                test_array_reductions.py
                                test_array_return.py
                                test_asnumbatype.py
                                test_auto_constants.py
                                test_blackscholes.py
                                test_boundscheck.py
                                test_buffer_protocol.py
                                test_builtins.py
                                test_byteflow.py
                                test_caching.py
                                test_casting.py
                                test_cffi.py
                                test_cfunc.py
                                test_cgutils.py
                                test_chained_assign.py
                                test_chrome_trace.py
                                test_cli.py
                                test_closure.py
                                test_codegen.py
                                test_compile_cache.py
                                test_compiler_flags.py
                                test_compiler_lock.py
                                test_complex.py
                                test_comprehension.py
                                test_conditions_as_predicates.py
                                test_config.py
                                test_conversion.py
                                test_copy_propagate.py
                                test_ctypes.py
                                test_dataflow.py
                                test_datamodel.py
                                test_debug.py
                                test_debuginfo.py
                                test_deprecations.py
                                test_dictimpl.py
                                test_dictobject.py
                                test_dicts.py
                                test_dispatcher.py
                                test_doctest.py
                                test_dyn_array.py
                                test_dyn_func.py
                                test_entrypoints.py
                                test_enums.py
                                test_errorhandling.py
                                test_errormodels.py
                                test_event.py
                                test_exceptions.py
                                test_extended_arg.py
                                test_extending.py
                                test_extending_types.py
                                test_fancy_indexing.py
                                test_fastmath.py
                                test_findlib.py
                                test_firstlinefinder.py
                                test_flow_control.py
                                test_func_interface.py
                                test_func_lifetime.py
                                test_funcdesc.py
                                test_function_type.py
                                test_gdb_bindings.py
                                test_gdb_dwarf.py
                                test_generators.py
                                test_getitem_on_types.py
                                test_gil.py
                                test_globals.py
                                test_hashing.py
                                test_heapq.py
                                test_help.py
                                test_import.py
                                test_indexing.py
                                test_init_utils.py
                                test_inlining.py
                                test_interpreter.py
                                test_interproc.py
                                test_intwidth.py
                                test_ir.py
                                test_ir_inlining.py
                                test_ir_utils.py
                                test_itanium_mangler.py
                                test_iteration.py
                                test_jit_module.py
                                test_jitclasses.py
                                test_jitmethod.py
                                test_linalg.py
                                test_listimpl.py
                                test_listobject.py
                                test_lists.py
                                test_literal_dispatch.py
                                test_llvm_pass_timings.py
                                test_llvm_version_check.py
                                test_locals.py
                                test_looplifting.py
                                test_make_function_to_jit_function.py
                                test_mandelbrot.py
                                test_mangling.py
                                test_map_filter_reduce.py
                                test_mathlib.py
                                test_maxmin.py
                                test_misc_coverage_support.py
                                test_mixed_tuple_unroller.py
                                test_moved_modules.py
                                test_multi3.py
                                test_nan.py
                                test_ndarray_subclasses.py
                                test_nested_calls.py
                                test_new_type_system.py
                                test_np_functions.py
                                test_np_randomgen.py
                                test_npdatetime.py
                                test_nrt.py
                                test_nrt_refct.py
                                test_num_threads.py
                                test_numberctor.py
                                test_numbers.py
                                test_numconv.py
                                test_numpy_support.py
                                test_numpyadapt.py
                                test_obj_lifetime.py
                                test_object_mode.py
                                test_objects.py
                                test_operators.py
                                test_optimisation_pipelines.py
                                test_optional.py
                                test_overlap.py
                                test_parallel_backend.py
                                test_parfors.py
                                test_parfors_caching.py
                                test_parfors_passes.py
                                test_pipeline.py
                                test_polynomial.py
                                test_practical_lowering_issues.py
                                test_print.py
                                test_profiler.py
                                test_pycc.py
                                test_python_int.py
                                test_pythonapi.py
                                test_random.py
                                test_range.py
                                test_recarray_usecases.py
                                test_record_dtype.py
                                test_recursion.py
                                test_refop_pruning.py
                                test_remove_dead.py
                                test_repr.py
                                test_return_values.py
                                test_runtests.py
                                test_serialize.py
                                test_sets.py
                                test_slices.py
                                test_sort.py
                                test_ssa.py
                                test_stencils.py
                                test_storeslice.py
                                test_struct_ref.py
                                test_support.py
                                test_svml.py
                                test_sys_monitoring.py
                                test_sys_stdin_assignment.py
                                test_sysinfo.py
                                test_target_extension.py
                                test_target_overloadselector.py
                                test_threadsafety.py
                                test_tracing.py
                                test_try_except.py
                                test_tuples.py
                                test_typeconv.py
                                test_typedlist.py
                                test_typedobjectutils.py
                                test_typeguard.py
                                test_typeinfer.py
                                test_typenames.py
                                test_typeof.py
                                test_types.py
                                test_typingerror.py
                                test_ufuncs.py
                                test_unicode.py
                                test_unicode_array.py
                                test_unicode_names.py
                                test_unpack_sequence.py
                                test_unpickle_without_module.py
                                test_unsafe_intrinsics.py
                                test_usecases.py
                                test_vectorization.py
                                test_vectorization_type_inference.py
                                test_warnings.py
                                test_withlifting.py
                                threading_backend_usecases.py
                                typedlist_usecases.py
                                usecases.py
                            typed/
                                __init__.py
                                dictimpl.py
                                dictobject.py
                                listobject.py
                                py.typed
                                typeddict.py
                                typedlist.py
                                typedobjectutils.py
                            types/
                                __init__.py
                            __init__.py
                            __main__.py
                            _arraystruct.h
                            _devicearray.cpython-313-darwin.so
                            _devicearray.h
                            _dispatcher.cpython-313-darwin.so
                            _dynfunc.c
                            _dynfunc.cpython-313-darwin.so
                            _dynfuncmod.c
                            _hashtable.h
                            _helperlib.c
                            _helperlib.cpython-313-darwin.so
                            _helpermod.c
                            _lapack.c
                            _numba_common.h
                            _pymodule.h
                            _random.c
                            _typeof.h
                            _unicodetype_db.h
                            _version.py
                            capsulethunk.h
                            extending.py
                            mathnames.h
                            mviewbuf.c
                            mviewbuf.cpython-313-darwin.so
                            pythoncapi_compat.h
                            runtests.py
                        numba-0.61.2.dist-info/
                            INSTALLER
                            LICENSE
                            LICENSES.third-party
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        numpy/
                            __pycache__/
                                __config__.cpython-313.pyc
                                __init__.cpython-313.pyc
                                _array_api_info.cpython-313.pyc
                                _distributor_init.cpython-313.pyc
                                _expired_attrs_2_0.cpython-313.pyc
                                _globals.cpython-313.pyc
                                _pytesttester.cpython-313.pyc
                                dtypes.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                version.cpython-313.pyc
                            _core/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _add_newdocs.cpython-313.pyc
                                    _add_newdocs_scalars.cpython-313.pyc
                                    _asarray.cpython-313.pyc
                                    _dtype.cpython-313.pyc
                                    _dtype_ctypes.cpython-313.pyc
                                    _exceptions.cpython-313.pyc
                                    _internal.cpython-313.pyc
                                    _machar.cpython-313.pyc
                                    _methods.cpython-313.pyc
                                    _string_helpers.cpython-313.pyc
                                    _type_aliases.cpython-313.pyc
                                    _ufunc_config.cpython-313.pyc
                                    arrayprint.cpython-313.pyc
                                    einsumfunc.cpython-313.pyc
                                    fromnumeric.cpython-313.pyc
                                    function_base.cpython-313.pyc
                                    getlimits.cpython-313.pyc
                                    memmap.cpython-313.pyc
                                    multiarray.cpython-313.pyc
                                    numeric.cpython-313.pyc
                                    numerictypes.cpython-313.pyc
                                    overrides.cpython-313.pyc
                                    printoptions.cpython-313.pyc
                                    records.cpython-313.pyc
                                    shape_base.cpython-313.pyc
                                    umath.cpython-313.pyc
                                include/
                                    numpy/
                                        random/
                                            bitgen.h
                                            distributions.h
                                            libdivide.h
                                            LICENSE.txt
                                        __multiarray_api.c
                                        __multiarray_api.h
                                        __ufunc_api.c
                                        __ufunc_api.h
                                        _neighborhood_iterator_imp.h
                                        _numpyconfig.h
                                        _public_dtype_api_table.h
                                        arrayobject.h
                                        arrayscalars.h
                                        dtype_api.h
                                        halffloat.h
                                        ndarrayobject.h
                                        ndarraytypes.h
                                        npy_1_7_deprecated_api.h
                                        npy_2_compat.h
                                        npy_2_complexcompat.h
                                        npy_3kcompat.h
                                        npy_common.h
                                        npy_cpu.h
                                        npy_endian.h
                                        npy_math.h
                                        npy_no_deprecated_api.h
                                        npy_os.h
                                        numpyconfig.h
                                        ufuncobject.h
                                        utils.h
                                lib/
                                    npy-pkg-config/
                                        mlib.ini
                                        npymath.ini
                                    pkgconfig/
                                        numpy.pc
                                    libnpymath.a
                                tests/
                                    data/
                                        astype_copy.pkl
                                        generate_umath_validation_data.cpp
                                        recarray_from_file.fits
                                        umath-validation-set-arccos.csv
                                        umath-validation-set-arccosh.csv
                                        umath-validation-set-arcsin.csv
                                        umath-validation-set-arcsinh.csv
                                        umath-validation-set-arctan.csv
                                        umath-validation-set-arctanh.csv
                                        umath-validation-set-cbrt.csv
                                        umath-validation-set-cos.csv
                                        umath-validation-set-cosh.csv
                                        umath-validation-set-exp.csv
                                        umath-validation-set-exp2.csv
                                        umath-validation-set-expm1.csv
                                        umath-validation-set-log.csv
                                        umath-validation-set-log10.csv
                                        umath-validation-set-log1p.csv
                                        umath-validation-set-log2.csv
                                        umath-validation-set-README.txt
                                        umath-validation-set-sin.csv
                                        umath-validation-set-sinh.csv
                                        umath-validation-set-tan.csv
                                        umath-validation-set-tanh.csv
                                    examples/
                                        cython/
                                            checks.pyx
                                            meson.build
                                            setup.py
                                        limited_api/
                                            limited_api1.c
                                            limited_api2.pyx
                                            limited_api_latest.c
                                            meson.build
                                            setup.py
                                    _locales.py
                                    _natype.py
                                    test__exceptions.py
                                    test_abc.py
                                    test_api.py
                                    test_argparse.py
                                    test_array_api_info.py
                                    test_array_coercion.py
                                    test_array_interface.py
                                    test_arraymethod.py
                                    test_arrayobject.py
                                    test_arrayprint.py
                                    test_casting_floatingpoint_errors.py
                                    test_casting_unittests.py
                                    test_conversion_utils.py
                                    test_cpu_dispatcher.py
                                    test_cpu_features.py
                                    test_custom_dtypes.py
                                    test_cython.py
                                    test_datetime.py
                                    test_defchararray.py
                                    test_deprecations.py
                                    test_dlpack.py
                                    test_dtype.py
                                    test_einsum.py
                                    test_errstate.py
                                    test_extint128.py
                                    test_function_base.py
                                    test_getlimits.py
                                    test_half.py
                                    test_hashtable.py
                                    test_indexerrors.py
                                    test_indexing.py
                                    test_item_selection.py
                                    test_limited_api.py
                                    test_longdouble.py
                                    test_machar.py
                                    test_mem_overlap.py
                                    test_mem_policy.py
                                    test_memmap.py
                                    test_multiarray.py
                                    test_multithreading.py
                                    test_nditer.py
                                    test_nep50_promotions.py
                                    test_numeric.py
                                    test_numerictypes.py
                                    test_overrides.py
                                    test_print.py
                                    test_protocols.py
                                    test_records.py
                                    test_regression.py
                                    test_scalar_ctors.py
                                    test_scalar_methods.py
                                    test_scalarbuffer.py
                                    test_scalarinherit.py
                                    test_scalarmath.py
                                    test_scalarprint.py
                                    test_shape_base.py
                                    test_simd.py
                                    test_simd_module.py
                                    test_stringdtype.py
                                    test_strings.py
                                    test_ufunc.py
                                    test_umath.py
                                    test_umath_accuracy.py
                                    test_umath_complex.py
                                    test_unicode.py
                                __init__.py
                                __init__.pyi
                                _add_newdocs.py
                                _add_newdocs.pyi
                                _add_newdocs_scalars.py
                                _add_newdocs_scalars.pyi
                                _asarray.py
                                _asarray.pyi
                                _dtype.py
                                _dtype.pyi
                                _dtype_ctypes.py
                                _dtype_ctypes.pyi
                                _exceptions.py
                                _exceptions.pyi
                                _internal.py
                                _internal.pyi
                                _machar.py
                                _machar.pyi
                                _methods.py
                                _methods.pyi
                                _multiarray_tests.cpython-313-darwin.so
                                _multiarray_umath.cpython-313-darwin.so
                                _operand_flag_tests.cpython-313-darwin.so
                                _rational_tests.cpython-313-darwin.so
                                _simd.cpython-313-darwin.so
                                _simd.pyi
                                _string_helpers.py
                                _string_helpers.pyi
                                _struct_ufunc_tests.cpython-313-darwin.so
                                _type_aliases.py
                                _type_aliases.pyi
                                _ufunc_config.py
                                _ufunc_config.pyi
                                _umath_tests.cpython-313-darwin.so
                                arrayprint.py
                                arrayprint.pyi
                                cversions.py
                                defchararray.py
                                defchararray.pyi
                                einsumfunc.py
                                einsumfunc.pyi
                                fromnumeric.py
                                fromnumeric.pyi
                                function_base.py
                                function_base.pyi
                                getlimits.py
                                getlimits.pyi
                                memmap.py
                                memmap.pyi
                                multiarray.py
                                multiarray.pyi
                                numeric.py
                                numeric.pyi
                                numerictypes.py
                                numerictypes.pyi
                                overrides.py
                                overrides.pyi
                                printoptions.py
                                printoptions.pyi
                                records.py
                                records.pyi
                                shape_base.py
                                shape_base.pyi
                                strings.py
                                strings.pyi
                                umath.py
                                umath.pyi
                            _pyinstaller/
                                tests/
                                    __init__.py
                                    pyinstaller-smoke.py
                                    test_pyinstaller.py
                                __init__.py
                                __init__.pyi
                                hook-numpy.py
                                hook-numpy.pyi
                            _typing/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _array_like.cpython-313.pyc
                                    _char_codes.cpython-313.pyc
                                    _dtype_like.cpython-313.pyc
                                    _nbit.cpython-313.pyc
                                    _nbit_base.cpython-313.pyc
                                    _nested_sequence.cpython-313.pyc
                                    _scalars.cpython-313.pyc
                                    _shape.cpython-313.pyc
                                    _ufunc.cpython-313.pyc
                                __init__.py
                                _add_docstring.py
                                _array_like.py
                                _callable.pyi
                                _char_codes.py
                                _dtype_like.py
                                _extended_precision.py
                                _nbit.py
                                _nbit_base.py
                                _nested_sequence.py
                                _scalars.py
                                _shape.py
                                _ufunc.py
                                _ufunc.pyi
                            _utils/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _convertions.cpython-313.pyc
                                    _inspect.cpython-313.pyc
                                __init__.py
                                __init__.pyi
                                _convertions.py
                                _convertions.pyi
                                _inspect.py
                                _inspect.pyi
                                _pep440.py
                                _pep440.pyi
                            char/
                                __init__.py
                                __init__.pyi
                            compat/
                                tests/
                                    __init__.py
                                __init__.py
                                py3k.py
                            core/
                                __init__.py
                                __init__.pyi
                                _dtype.py
                                _dtype.pyi
                                _dtype_ctypes.py
                                _dtype_ctypes.pyi
                                _internal.py
                                _multiarray_umath.py
                                _utils.py
                                arrayprint.py
                                defchararray.py
                                einsumfunc.py
                                fromnumeric.py
                                function_base.py
                                getlimits.py
                                multiarray.py
                                numeric.py
                                numerictypes.py
                                overrides.py
                                overrides.pyi
                                records.py
                                shape_base.py
                                umath.py
                            doc/
                                ufuncs.py
                            f2py/
                                _backends/
                                    __init__.py
                                    _backend.py
                                    _distutils.py
                                    _meson.py
                                    meson.build.template
                                src/
                                    fortranobject.c
                                    fortranobject.h
                                tests/
                                    src/
                                        abstract_interface/
                                            foo.f90
                                            gh18403_mod.f90
                                        array_from_pyobj/
                                            wrapmodule.c
                                        assumed_shape/
                                            .f2py_f2cmap
                                            foo_free.f90
                                            foo_mod.f90
                                            foo_use.f90
                                            precision.f90
                                        block_docstring/
                                            foo.f
                                        callback/
                                            foo.f
                                            gh17797.f90
                                            gh18335.f90
                                            gh25211.f
                                            gh25211.pyf
                                            gh26681.f90
                                        cli/
                                            gh_22819.pyf
                                            hi77.f
                                            hiworld.f90
                                        common/
                                            block.f
                                            gh19161.f90
                                        crackfortran/
                                            accesstype.f90
                                            common_with_division.f
                                            data_common.f
                                            data_multiplier.f
                                            data_stmts.f90
                                            data_with_comments.f
                                            foo_deps.f90
                                            gh15035.f
                                            gh17859.f
                                            gh22648.pyf
                                            gh23533.f
                                            gh23598.f90
                                            gh23598Warn.f90
                                            gh23879.f90
                                            gh27697.f90
                                            gh2848.f90
                                            operators.f90
                                            privatemod.f90
                                            publicmod.f90
                                            pubprivmod.f90
                                            unicode_comment.f90
                                        f2cmap/
                                            .f2py_f2cmap
                                            isoFortranEnvMap.f90
                                        isocintrin/
                                            isoCtests.f90
                                        kind/
                                            foo.f90
                                        mixed/
                                            foo.f
                                            foo_fixed.f90
                                            foo_free.f90
                                        modules/
                                            gh25337/
                                                data.f90
                                                use_data.f90
                                            gh26920/
                                                two_mods_with_no_public_entities.f90
                                                two_mods_with_one_public_routine.f90
                                            module_data_docstring.f90
                                            use_modules.f90
                                        negative_bounds/
                                            issue_20853.f90
                                        parameter/
                                            constant_array.f90
                                            constant_both.f90
                                            constant_compound.f90
                                            constant_integer.f90
                                            constant_non_compound.f90
                                            constant_real.f90
                                        quoted_character/
                                            foo.f
                                        regression/
                                            AB.inc
                                            assignOnlyModule.f90
                                            datonly.f90
                                            f77comments.f
                                            f77fixedform.f95
                                            f90continuation.f90
                                            incfile.f90
                                            inout.f90
                                            lower_f2py_fortran.f90
                                        return_character/
                                            foo77.f
                                            foo90.f90
                                        return_complex/
                                            foo77.f
                                            foo90.f90
                                        return_integer/
                                            foo77.f
                                            foo90.f90
                                        return_logical/
                                            foo77.f
                                            foo90.f90
                                        return_real/
                                            foo77.f
                                            foo90.f90
                                        routines/
                                            funcfortranname.f
                                            funcfortranname.pyf
                                            subrout.f
                                            subrout.pyf
                                        size/
                                            foo.f90
                                        string/
                                            char.f90
                                            fixed_string.f90
                                            gh24008.f
                                            gh24662.f90
                                            gh25286.f90
                                            gh25286.pyf
                                            gh25286_bc.pyf
                                            scalar_string.f90
                                            string.f
                                        value_attrspec/
                                            gh21665.f90
                                    __init__.py
                                    test_abstract_interface.py
                                    test_array_from_pyobj.py
                                    test_assumed_shape.py
                                    test_block_docstring.py
                                    test_callback.py
                                    test_character.py
                                    test_common.py
                                    test_crackfortran.py
                                    test_data.py
                                    test_docs.py
                                    test_f2cmap.py
                                    test_f2py2e.py
                                    test_isoc.py
                                    test_kind.py
                                    test_mixed.py
                                    test_modules.py
                                    test_parameter.py
                                    test_pyf_src.py
                                    test_quoted_character.py
                                    test_regression.py
                                    test_return_character.py
                                    test_return_complex.py
                                    test_return_integer.py
                                    test_return_logical.py
                                    test_return_real.py
                                    test_routines.py
                                    test_semicolon_split.py
                                    test_size.py
                                    test_string.py
                                    test_symbolic.py
                                    test_value_attrspec.py
                                    util.py
                                __init__.py
                                __init__.pyi
                                __main__.py
                                __version__.py
                                _isocbind.py
                                _src_pyf.py
                                auxfuncs.py
                                capi_maps.py
                                cb_rules.py
                                cfuncs.py
                                common_rules.py
                                crackfortran.py
                                diagnose.py
                                f2py2e.py
                                f90mod_rules.py
                                func2subr.py
                                rules.py
                                setup.cfg
                                symbolic.py
                                use_rules.py
                            fft/
                                tests/
                                    __init__.py
                                    test_helper.py
                                    test_pocketfft.py
                                __init__.py
                                __init__.pyi
                                _helper.py
                                _helper.pyi
                                _pocketfft.py
                                _pocketfft.pyi
                                _pocketfft_umath.cpython-313-darwin.so
                                helper.py
                                helper.pyi
                            lib/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _array_utils_impl.cpython-313.pyc
                                    _arraypad_impl.cpython-313.pyc
                                    _arraysetops_impl.cpython-313.pyc
                                    _arrayterator_impl.cpython-313.pyc
                                    _datasource.cpython-313.pyc
                                    _function_base_impl.cpython-313.pyc
                                    _histograms_impl.cpython-313.pyc
                                    _index_tricks_impl.cpython-313.pyc
                                    _iotools.cpython-313.pyc
                                    _nanfunctions_impl.cpython-313.pyc
                                    _npyio_impl.cpython-313.pyc
                                    _polynomial_impl.cpython-313.pyc
                                    _scimath_impl.cpython-313.pyc
                                    _shape_base_impl.cpython-313.pyc
                                    _stride_tricks_impl.cpython-313.pyc
                                    _twodim_base_impl.cpython-313.pyc
                                    _type_check_impl.cpython-313.pyc
                                    _ufunclike_impl.cpython-313.pyc
                                    _utils_impl.cpython-313.pyc
                                    _version.cpython-313.pyc
                                    array_utils.cpython-313.pyc
                                    format.cpython-313.pyc
                                    introspect.cpython-313.pyc
                                    mixins.cpython-313.pyc
                                    npyio.cpython-313.pyc
                                    scimath.cpython-313.pyc
                                    stride_tricks.cpython-313.pyc
                                tests/
                                    data/
                                        py2-np0-objarr.npy
                                        py2-objarr.npy
                                        py2-objarr.npz
                                        py3-objarr.npy
                                        py3-objarr.npz
                                        python3.npy
                                        win64python2.npy
                                    __init__.py
                                    test__datasource.py
                                    test__iotools.py
                                    test__version.py
                                    test_array_utils.py
                                    test_arraypad.py
                                    test_arraysetops.py
                                    test_arrayterator.py
                                    test_format.py
                                    test_function_base.py
                                    test_histograms.py
                                    test_index_tricks.py
                                    test_io.py
                                    test_loadtxt.py
                                    test_mixins.py
                                    test_nanfunctions.py
                                    test_packbits.py
                                    test_polynomial.py
                                    test_recfunctions.py
                                    test_regression.py
                                    test_shape_base.py
                                    test_stride_tricks.py
                                    test_twodim_base.py
                                    test_type_check.py
                                    test_ufunclike.py
                                    test_utils.py
                                __init__.py
                                __init__.pyi
                                _array_utils_impl.py
                                _array_utils_impl.pyi
                                _arraypad_impl.py
                                _arraypad_impl.pyi
                                _arraysetops_impl.py
                                _arraysetops_impl.pyi
                                _arrayterator_impl.py
                                _arrayterator_impl.pyi
                                _datasource.py
                                _datasource.pyi
                                _function_base_impl.py
                                _function_base_impl.pyi
                                _histograms_impl.py
                                _histograms_impl.pyi
                                _index_tricks_impl.py
                                _index_tricks_impl.pyi
                                _iotools.py
                                _iotools.pyi
                                _nanfunctions_impl.py
                                _nanfunctions_impl.pyi
                                _npyio_impl.py
                                _npyio_impl.pyi
                                _polynomial_impl.py
                                _polynomial_impl.pyi
                                _scimath_impl.py
                                _scimath_impl.pyi
                                _shape_base_impl.py
                                _shape_base_impl.pyi
                                _stride_tricks_impl.py
                                _stride_tricks_impl.pyi
                                _twodim_base_impl.py
                                _twodim_base_impl.pyi
                                _type_check_impl.py
                                _type_check_impl.pyi
                                _ufunclike_impl.py
                                _ufunclike_impl.pyi
                                _user_array_impl.py
                                _user_array_impl.pyi
                                _utils_impl.py
                                _utils_impl.pyi
                                _version.py
                                _version.pyi
                                array_utils.py
                                array_utils.pyi
                                format.py
                                format.pyi
                                introspect.py
                                introspect.pyi
                                mixins.py
                                mixins.pyi
                                npyio.py
                                npyio.pyi
                                recfunctions.py
                                recfunctions.pyi
                                scimath.py
                                scimath.pyi
                                stride_tricks.py
                                stride_tricks.pyi
                                user_array.py
                                user_array.pyi
                            linalg/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _linalg.cpython-313.pyc
                                    linalg.cpython-313.pyc
                                tests/
                                    __init__.py
                                    test_deprecations.py
                                    test_linalg.py
                                    test_regression.py
                                __init__.py
                                __init__.pyi
                                _linalg.py
                                _linalg.pyi
                                _umath_linalg.cpython-313-darwin.so
                                _umath_linalg.pyi
                                lapack_lite.cpython-313-darwin.so
                                lapack_lite.pyi
                                linalg.py
                                linalg.pyi
                            ma/
                                tests/
                                    __init__.py
                                    test_arrayobject.py
                                    test_core.py
                                    test_deprecations.py
                                    test_extras.py
                                    test_mrecords.py
                                    test_old_ma.py
                                    test_regression.py
                                    test_subclassing.py
                                __init__.py
                                __init__.pyi
                                API_CHANGES.txt
                                core.py
                                core.pyi
                                extras.py
                                extras.pyi
                                LICENSE
                                mrecords.py
                                mrecords.pyi
                                README.rst
                                testutils.py
                                timer_comparison.py
                            matrixlib/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    defmatrix.cpython-313.pyc
                                tests/
                                    __init__.py
                                    test_defmatrix.py
                                    test_interaction.py
                                    test_masked_matrix.py
                                    test_matrix_linalg.py
                                    test_multiarray.py
                                    test_numeric.py
                                    test_regression.py
                                __init__.py
                                __init__.pyi
                                defmatrix.py
                                defmatrix.pyi
                            polynomial/
                                tests/
                                    __init__.py
                                    test_chebyshev.py
                                    test_classes.py
                                    test_hermite.py
                                    test_hermite_e.py
                                    test_laguerre.py
                                    test_legendre.py
                                    test_polynomial.py
                                    test_polyutils.py
                                    test_printing.py
                                    test_symbol.py
                                __init__.py
                                __init__.pyi
                                _polybase.py
                                _polybase.pyi
                                _polytypes.pyi
                                chebyshev.py
                                chebyshev.pyi
                                hermite.py
                                hermite.pyi
                                hermite_e.py
                                hermite_e.pyi
                                laguerre.py
                                laguerre.pyi
                                legendre.py
                                legendre.pyi
                                polynomial.py
                                polynomial.pyi
                                polyutils.py
                                polyutils.pyi
                            random/
                                _examples/
                                    cffi/
                                        extending.py
                                        parse.py
                                    cython/
                                        extending.pyx
                                        extending_distributions.pyx
                                        meson.build
                                    numba/
                                        extending.py
                                        extending_distributions.py
                                lib/
                                    libnpyrandom.a
                                tests/
                                    data/
                                        __init__.py
                                        generator_pcg64_np121.pkl.gz
                                        generator_pcg64_np126.pkl.gz
                                        mt19937-testset-1.csv
                                        mt19937-testset-2.csv
                                        pcg64-testset-1.csv
                                        pcg64-testset-2.csv
                                        pcg64dxsm-testset-1.csv
                                        pcg64dxsm-testset-2.csv
                                        philox-testset-1.csv
                                        philox-testset-2.csv
                                        sfc64-testset-1.csv
                                        sfc64-testset-2.csv
                                        sfc64_np126.pkl.gz
                                    __init__.py
                                    test_direct.py
                                    test_extending.py
                                    test_generator_mt19937.py
                                    test_generator_mt19937_regressions.py
                                    test_random.py
                                    test_randomstate.py
                                    test_randomstate_regression.py
                                    test_regression.py
                                    test_seed_sequence.py
                                    test_smoke.py
                                __init__.pxd
                                __init__.py
                                __init__.pyi
                                _bounded_integers.cpython-313-darwin.so
                                _bounded_integers.pxd
                                _common.cpython-313-darwin.so
                                _common.pxd
                                _generator.cpython-313-darwin.so
                                _generator.pyi
                                _mt19937.cpython-313-darwin.so
                                _mt19937.pyi
                                _pcg64.cpython-313-darwin.so
                                _pcg64.pyi
                                _philox.cpython-313-darwin.so
                                _philox.pyi
                                _pickle.py
                                _pickle.pyi
                                _sfc64.cpython-313-darwin.so
                                _sfc64.pyi
                                bit_generator.cpython-313-darwin.so
                                bit_generator.pxd
                                bit_generator.pyi
                                c_distributions.pxd
                                LICENSE.md
                                mtrand.cpython-313-darwin.so
                                mtrand.pyi
                            rec/
                                __init__.py
                                __init__.pyi
                            strings/
                                __init__.py
                                __init__.pyi
                            testing/
                                _private/
                                    __init__.py
                                    __init__.pyi
                                    extbuild.py
                                    extbuild.pyi
                                    utils.py
                                    utils.pyi
                                tests/
                                    __init__.py
                                    test_utils.py
                                __init__.py
                                __init__.pyi
                                overrides.py
                                overrides.pyi
                                print_coercion_tables.py
                                print_coercion_tables.pyi
                            tests/
                                __init__.py
                                test__all__.py
                                test_configtool.py
                                test_ctypeslib.py
                                test_lazyloading.py
                                test_matlib.py
                                test_numpy_config.py
                                test_numpy_version.py
                                test_public_api.py
                                test_reloading.py
                                test_scripts.py
                                test_warnings.py
                            typing/
                                tests/
                                    data/
                                        fail/
                                            arithmetic.pyi
                                            array_constructors.pyi
                                            array_like.pyi
                                            array_pad.pyi
                                            arrayprint.pyi
                                            arrayterator.pyi
                                            bitwise_ops.pyi
                                            char.pyi
                                            chararray.pyi
                                            comparisons.pyi
                                            constants.pyi
                                            datasource.pyi
                                            dtype.pyi
                                            einsumfunc.pyi
                                            flatiter.pyi
                                            fromnumeric.pyi
                                            histograms.pyi
                                            index_tricks.pyi
                                            lib_function_base.pyi
                                            lib_polynomial.pyi
                                            lib_utils.pyi
                                            lib_version.pyi
                                            linalg.pyi
                                            memmap.pyi
                                            modules.pyi
                                            multiarray.pyi
                                            ndarray.pyi
                                            ndarray_misc.pyi
                                            nditer.pyi
                                            nested_sequence.pyi
                                            npyio.pyi
                                            numerictypes.pyi
                                            random.pyi
                                            rec.pyi
                                            scalars.pyi
                                            shape.pyi
                                            shape_base.pyi
                                            stride_tricks.pyi
                                            strings.pyi
                                            testing.pyi
                                            twodim_base.pyi
                                            type_check.pyi
                                            ufunc_config.pyi
                                            ufunclike.pyi
                                            ufuncs.pyi
                                            warnings_and_errors.pyi
                                        misc/
                                            extended_precision.pyi
                                        pass/
                                            arithmetic.py
                                            array_constructors.py
                                            array_like.py
                                            arrayprint.py
                                            arrayterator.py
                                            bitwise_ops.py
                                            comparisons.py
                                            dtype.py
                                            einsumfunc.py
                                            flatiter.py
                                            fromnumeric.py
                                            index_tricks.py
                                            lib_user_array.py
                                            lib_utils.py
                                            lib_version.py
                                            literal.py
                                            ma.py
                                            mod.py
                                            modules.py
                                            multiarray.py
                                            ndarray_conversion.py
                                            ndarray_misc.py
                                            ndarray_shape_manipulation.py
                                            nditer.py
                                            numeric.py
                                            numerictypes.py
                                            random.py
                                            recfunctions.py
                                            scalars.py
                                            shape.py
                                            simple.py
                                            simple_py3.py
                                            ufunc_config.py
                                            ufunclike.py
                                            ufuncs.py
                                            warnings_and_errors.py
                                        reveal/
                                            arithmetic.pyi
                                            array_api_info.pyi
                                            array_constructors.pyi
                                            arraypad.pyi
                                            arrayprint.pyi
                                            arraysetops.pyi
                                            arrayterator.pyi
                                            bitwise_ops.pyi
                                            char.pyi
                                            chararray.pyi
                                            comparisons.pyi
                                            constants.pyi
                                            ctypeslib.pyi
                                            datasource.pyi
                                            dtype.pyi
                                            einsumfunc.pyi
                                            emath.pyi
                                            fft.pyi
                                            flatiter.pyi
                                            fromnumeric.pyi
                                            getlimits.pyi
                                            histograms.pyi
                                            index_tricks.pyi
                                            lib_function_base.pyi
                                            lib_polynomial.pyi
                                            lib_utils.pyi
                                            lib_version.pyi
                                            linalg.pyi
                                            matrix.pyi
                                            memmap.pyi
                                            mod.pyi
                                            modules.pyi
                                            multiarray.pyi
                                            nbit_base_example.pyi
                                            ndarray_assignability.pyi
                                            ndarray_conversion.pyi
                                            ndarray_misc.pyi
                                            ndarray_shape_manipulation.pyi
                                            nditer.pyi
                                            nested_sequence.pyi
                                            npyio.pyi
                                            numeric.pyi
                                            numerictypes.pyi
                                            polynomial_polybase.pyi
                                            polynomial_polyutils.pyi
                                            polynomial_series.pyi
                                            random.pyi
                                            rec.pyi
                                            scalars.pyi
                                            shape.pyi
                                            shape_base.pyi
                                            stride_tricks.pyi
                                            strings.pyi
                                            testing.pyi
                                            twodim_base.pyi
                                            type_check.pyi
                                            ufunc_config.pyi
                                            ufunclike.pyi
                                            ufuncs.pyi
                                            warnings_and_errors.pyi
                                        mypy.ini
                                    __init__.py
                                    test_isfile.py
                                    test_runtime.py
                                    test_typing.py
                                __init__.py
                                mypy_plugin.py
                            __config__.py
                            __config__.pyi
                            __init__.cython-30.pxd
                            __init__.pxd
                            __init__.py
                            __init__.pyi
                            _array_api_info.py
                            _array_api_info.pyi
                            _configtool.py
                            _configtool.pyi
                            _distributor_init.py
                            _distributor_init.pyi
                            _expired_attrs_2_0.py
                            _expired_attrs_2_0.pyi
                            _globals.py
                            _globals.pyi
                            _pytesttester.py
                            _pytesttester.pyi
                            conftest.py
                            ctypeslib.py
                            ctypeslib.pyi
                            dtypes.py
                            dtypes.pyi
                            exceptions.py
                            exceptions.pyi
                            matlib.py
                            matlib.pyi
                            py.typed
                            version.py
                            version.pyi
                        numpy-2.2.6.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        overrides/
                            __init__.py
                            enforce.py
                            final.py
                            overrides.py
                            py.typed
                            signature.py
                            typing_utils.py
                        overrides-7.7.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        packaging/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _elffile.cpython-313.pyc
                                _manylinux.cpython-313.pyc
                                _musllinux.cpython-313.pyc
                                _parser.cpython-313.pyc
                                _structures.cpython-313.pyc
                                _tokenizer.cpython-313.pyc
                                markers.cpython-313.pyc
                                requirements.cpython-313.pyc
                                specifiers.cpython-313.pyc
                                tags.cpython-313.pyc
                                utils.cpython-313.pyc
                                version.cpython-313.pyc
                            licenses/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _spdx.cpython-313.pyc
                                __init__.py
                                _spdx.py
                            __init__.py
                            _elffile.py
                            _manylinux.py
                            _musllinux.py
                            _parser.py
                            _structures.py
                            _tokenizer.py
                            markers.py
                            metadata.py
                            py.typed
                            requirements.py
                            specifiers.py
                            tags.py
                            utils.py
                            version.py
                        packaging-25.0.dist-info/
                            licenses/
                                LICENSE
                                LICENSE.APACHE
                                LICENSE.BSD
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pandas/
                            _config/
                                __init__.py
                                config.py
                                dates.py
                                display.py
                                localization.py
                            _libs/
                                tslibs/
                                    __init__.py
                                    base.cpython-313-darwin.so
                                    ccalendar.cpython-313-darwin.so
                                    ccalendar.pyi
                                    conversion.cpython-313-darwin.so
                                    conversion.pyi
                                    dtypes.cpython-313-darwin.so
                                    dtypes.pyi
                                    fields.cpython-313-darwin.so
                                    fields.pyi
                                    nattype.cpython-313-darwin.so
                                    nattype.pyi
                                    np_datetime.cpython-313-darwin.so
                                    np_datetime.pyi
                                    offsets.cpython-313-darwin.so
                                    offsets.pyi
                                    parsing.cpython-313-darwin.so
                                    parsing.pyi
                                    period.cpython-313-darwin.so
                                    period.pyi
                                    strptime.cpython-313-darwin.so
                                    strptime.pyi
                                    timedeltas.cpython-313-darwin.so
                                    timedeltas.pyi
                                    timestamps.cpython-313-darwin.so
                                    timestamps.pyi
                                    timezones.cpython-313-darwin.so
                                    timezones.pyi
                                    tzconversion.cpython-313-darwin.so
                                    tzconversion.pyi
                                    vectorized.cpython-313-darwin.so
                                    vectorized.pyi
                                window/
                                    __init__.py
                                    aggregations.cpython-313-darwin.so
                                    aggregations.pyi
                                    indexers.cpython-313-darwin.so
                                    indexers.pyi
                                __init__.py
                                algos.cpython-313-darwin.so
                                algos.pyi
                                arrays.cpython-313-darwin.so
                                arrays.pyi
                                byteswap.cpython-313-darwin.so
                                byteswap.pyi
                                groupby.cpython-313-darwin.so
                                groupby.pyi
                                hashing.cpython-313-darwin.so
                                hashing.pyi
                                hashtable.cpython-313-darwin.so
                                hashtable.pyi
                                index.cpython-313-darwin.so
                                index.pyi
                                indexing.cpython-313-darwin.so
                                indexing.pyi
                                internals.cpython-313-darwin.so
                                internals.pyi
                                interval.cpython-313-darwin.so
                                interval.pyi
                                join.cpython-313-darwin.so
                                join.pyi
                                json.cpython-313-darwin.so
                                json.pyi
                                lib.cpython-313-darwin.so
                                lib.pyi
                                missing.cpython-313-darwin.so
                                missing.pyi
                                ops.cpython-313-darwin.so
                                ops.pyi
                                ops_dispatch.cpython-313-darwin.so
                                ops_dispatch.pyi
                                pandas_datetime.cpython-313-darwin.so
                                pandas_parser.cpython-313-darwin.so
                                parsers.cpython-313-darwin.so
                                parsers.pyi
                                properties.cpython-313-darwin.so
                                properties.pyi
                                reshape.cpython-313-darwin.so
                                reshape.pyi
                                sas.cpython-313-darwin.so
                                sas.pyi
                                sparse.cpython-313-darwin.so
                                sparse.pyi
                                testing.cpython-313-darwin.so
                                testing.pyi
                                tslib.cpython-313-darwin.so
                                tslib.pyi
                                writers.cpython-313-darwin.so
                                writers.pyi
                            _testing/
                                __init__.py
                                _hypothesis.py
                                _io.py
                                _warnings.py
                                asserters.py
                                compat.py
                                contexts.py
                            api/
                                extensions/
                                    __init__.py
                                indexers/
                                    __init__.py
                                interchange/
                                    __init__.py
                                types/
                                    __init__.py
                                typing/
                                    __init__.py
                                __init__.py
                            arrays/
                                __init__.py
                            compat/
                                numpy/
                                    __init__.py
                                    function.py
                                __init__.py
                                _constants.py
                                _optional.py
                                compressors.py
                                pickle_compat.py
                                pyarrow.py
                            core/
                                _numba/
                                    kernels/
                                        __init__.py
                                        mean_.py
                                        min_max_.py
                                        shared.py
                                        sum_.py
                                        var_.py
                                    __init__.py
                                    executor.py
                                    extensions.py
                                array_algos/
                                    __init__.py
                                    datetimelike_accumulations.py
                                    masked_accumulations.py
                                    masked_reductions.py
                                    putmask.py
                                    quantile.py
                                    replace.py
                                    take.py
                                    transforms.py
                                arrays/
                                    arrow/
                                        __init__.py
                                        _arrow_utils.py
                                        accessors.py
                                        array.py
                                        extension_types.py
                                    sparse/
                                        __init__.py
                                        accessor.py
                                        array.py
                                        scipy_sparse.py
                                    __init__.py
                                    _arrow_string_mixins.py
                                    _mixins.py
                                    _ranges.py
                                    _utils.py
                                    base.py
                                    boolean.py
                                    categorical.py
                                    datetimelike.py
                                    datetimes.py
                                    floating.py
                                    integer.py
                                    interval.py
                                    masked.py
                                    numeric.py
                                    numpy_.py
                                    period.py
                                    string_.py
                                    string_arrow.py
                                    timedeltas.py
                                computation/
                                    __init__.py
                                    align.py
                                    api.py
                                    check.py
                                    common.py
                                    engines.py
                                    eval.py
                                    expr.py
                                    expressions.py
                                    ops.py
                                    parsing.py
                                    pytables.py
                                    scope.py
                                dtypes/
                                    __init__.py
                                    api.py
                                    astype.py
                                    base.py
                                    cast.py
                                    common.py
                                    concat.py
                                    dtypes.py
                                    generic.py
                                    inference.py
                                    missing.py
                                groupby/
                                    __init__.py
                                    base.py
                                    categorical.py
                                    generic.py
                                    groupby.py
                                    grouper.py
                                    indexing.py
                                    numba_.py
                                    ops.py
                                indexers/
                                    __init__.py
                                    objects.py
                                    utils.py
                                indexes/
                                    __init__.py
                                    accessors.py
                                    api.py
                                    base.py
                                    category.py
                                    datetimelike.py
                                    datetimes.py
                                    extension.py
                                    frozen.py
                                    interval.py
                                    multi.py
                                    period.py
                                    range.py
                                    timedeltas.py
                                interchange/
                                    __init__.py
                                    buffer.py
                                    column.py
                                    dataframe.py
                                    dataframe_protocol.py
                                    from_dataframe.py
                                    utils.py
                                internals/
                                    __init__.py
                                    api.py
                                    array_manager.py
                                    base.py
                                    blocks.py
                                    concat.py
                                    construction.py
                                    managers.py
                                    ops.py
                                methods/
                                    __init__.py
                                    describe.py
                                    selectn.py
                                    to_dict.py
                                ops/
                                    __init__.py
                                    array_ops.py
                                    common.py
                                    dispatch.py
                                    docstrings.py
                                    invalid.py
                                    mask_ops.py
                                    missing.py
                                reshape/
                                    __init__.py
                                    api.py
                                    concat.py
                                    encoding.py
                                    melt.py
                                    merge.py
                                    pivot.py
                                    reshape.py
                                    tile.py
                                    util.py
                                sparse/
                                    __init__.py
                                    api.py
                                strings/
                                    __init__.py
                                    accessor.py
                                    base.py
                                    object_array.py
                                tools/
                                    __init__.py
                                    datetimes.py
                                    numeric.py
                                    timedeltas.py
                                    times.py
                                util/
                                    __init__.py
                                    hashing.py
                                    numba_.py
                                window/
                                    __init__.py
                                    common.py
                                    doc.py
                                    ewm.py
                                    expanding.py
                                    numba_.py
                                    online.py
                                    rolling.py
                                __init__.py
                                accessor.py
                                algorithms.py
                                api.py
                                apply.py
                                arraylike.py
                                base.py
                                common.py
                                config_init.py
                                construction.py
                                flags.py
                                frame.py
                                generic.py
                                indexing.py
                                missing.py
                                nanops.py
                                resample.py
                                roperator.py
                                sample.py
                                series.py
                                shared_docs.py
                                sorting.py
                            errors/
                                __init__.py
                            io/
                                clipboard/
                                    __init__.py
                                excel/
                                    __init__.py
                                    _base.py
                                    _calamine.py
                                    _odfreader.py
                                    _odswriter.py
                                    _openpyxl.py
                                    _pyxlsb.py
                                    _util.py
                                    _xlrd.py
                                    _xlsxwriter.py
                                formats/
                                    templates/
                                        html.tpl
                                        html_style.tpl
                                        html_table.tpl
                                        latex.tpl
                                        latex_longtable.tpl
                                        latex_table.tpl
                                        string.tpl
                                    __init__.py
                                    _color_data.py
                                    console.py
                                    css.py
                                    csvs.py
                                    excel.py
                                    format.py
                                    html.py
                                    info.py
                                    printing.py
                                    string.py
                                    style.py
                                    style_render.py
                                    xml.py
                                json/
                                    __init__.py
                                    _json.py
                                    _normalize.py
                                    _table_schema.py
                                parsers/
                                    __init__.py
                                    arrow_parser_wrapper.py
                                    base_parser.py
                                    c_parser_wrapper.py
                                    python_parser.py
                                    readers.py
                                sas/
                                    __init__.py
                                    sas7bdat.py
                                    sas_constants.py
                                    sas_xport.py
                                    sasreader.py
                                __init__.py
                                _util.py
                                api.py
                                clipboards.py
                                common.py
                                feather_format.py
                                gbq.py
                                html.py
                                orc.py
                                parquet.py
                                pickle.py
                                pytables.py
                                spss.py
                                sql.py
                                stata.py
                                xml.py
                            plotting/
                                _matplotlib/
                                    __init__.py
                                    boxplot.py
                                    converter.py
                                    core.py
                                    groupby.py
                                    hist.py
                                    misc.py
                                    style.py
                                    timeseries.py
                                    tools.py
                                __init__.py
                                _core.py
                                _misc.py
                            tests/
                                api/
                                    __init__.py
                                    test_api.py
                                    test_types.py
                                apply/
                                    __init__.py
                                    common.py
                                    test_frame_apply.py
                                    test_frame_apply_relabeling.py
                                    test_frame_transform.py
                                    test_invalid_arg.py
                                    test_numba.py
                                    test_series_apply.py
                                    test_series_apply_relabeling.py
                                    test_series_transform.py
                                    test_str.py
                                arithmetic/
                                    __init__.py
                                    common.py
                                    conftest.py
                                    test_array_ops.py
                                    test_categorical.py
                                    test_datetime64.py
                                    test_interval.py
                                    test_numeric.py
                                    test_object.py
                                    test_period.py
                                    test_timedelta64.py
                                arrays/
                                    boolean/
                                        __init__.py
                                        test_arithmetic.py
                                        test_astype.py
                                        test_comparison.py
                                        test_construction.py
                                        test_function.py
                                        test_indexing.py
                                        test_logical.py
                                        test_ops.py
                                        test_reduction.py
                                        test_repr.py
                                    categorical/
                                        __init__.py
                                        test_algos.py
                                        test_analytics.py
                                        test_api.py
                                        test_astype.py
                                        test_constructors.py
                                        test_dtypes.py
                                        test_indexing.py
                                        test_map.py
                                        test_missing.py
                                        test_operators.py
                                        test_replace.py
                                        test_repr.py
                                        test_sorting.py
                                        test_subclass.py
                                        test_take.py
                                        test_warnings.py
                                    datetimes/
                                        __init__.py
                                        test_constructors.py
                                        test_cumulative.py
                                        test_reductions.py
                                    floating/
                                        __init__.py
                                        conftest.py
                                        test_arithmetic.py
                                        test_astype.py
                                        test_comparison.py
                                        test_concat.py
                                        test_construction.py
                                        test_contains.py
                                        test_function.py
                                        test_repr.py
                                        test_to_numpy.py
                                    integer/
                                        __init__.py
                                        conftest.py
                                        test_arithmetic.py
                                        test_comparison.py
                                        test_concat.py
                                        test_construction.py
                                        test_dtypes.py
                                        test_function.py
                                        test_indexing.py
                                        test_reduction.py
                                        test_repr.py
                                    interval/
                                        __init__.py
                                        test_astype.py
                                        test_formats.py
                                        test_interval.py
                                        test_interval_pyarrow.py
                                        test_overlaps.py
                                    masked/
                                        __init__.py
                                        test_arithmetic.py
                                        test_arrow_compat.py
                                        test_function.py
                                        test_indexing.py
                                    numpy_/
                                        __init__.py
                                        test_indexing.py
                                        test_numpy.py
                                    period/
                                        __init__.py
                                        test_arrow_compat.py
                                        test_astype.py
                                        test_constructors.py
                                        test_reductions.py
                                    sparse/
                                        __init__.py
                                        test_accessor.py
                                        test_arithmetics.py
                                        test_array.py
                                        test_astype.py
                                        test_combine_concat.py
                                        test_constructors.py
                                        test_dtype.py
                                        test_indexing.py
                                        test_libsparse.py
                                        test_reductions.py
                                        test_unary.py
                                    string_/
                                        __init__.py
                                        test_concat.py
                                        test_string.py
                                        test_string_arrow.py
                                    timedeltas/
                                        __init__.py
                                        test_constructors.py
                                        test_cumulative.py
                                        test_reductions.py
                                    __init__.py
                                    masked_shared.py
                                    test_array.py
                                    test_datetimelike.py
                                    test_datetimes.py
                                    test_ndarray_backed.py
                                    test_period.py
                                    test_timedeltas.py
                                base/
                                    __init__.py
                                    common.py
                                    test_constructors.py
                                    test_conversion.py
                                    test_fillna.py
                                    test_misc.py
                                    test_transpose.py
                                    test_unique.py
                                    test_value_counts.py
                                computation/
                                    __init__.py
                                    test_compat.py
                                    test_eval.py
                                config/
                                    __init__.py
                                    test_config.py
                                    test_localization.py
                                construction/
                                    __init__.py
                                    test_extract_array.py
                                copy_view/
                                    index/
                                        __init__.py
                                        test_datetimeindex.py
                                        test_index.py
                                        test_periodindex.py
                                        test_timedeltaindex.py
                                    __init__.py
                                    test_array.py
                                    test_astype.py
                                    test_chained_assignment_deprecation.py
                                    test_clip.py
                                    test_constructors.py
                                    test_core_functionalities.py
                                    test_functions.py
                                    test_indexing.py
                                    test_internals.py
                                    test_interp_fillna.py
                                    test_methods.py
                                    test_replace.py
                                    test_setitem.py
                                    test_util.py
                                    util.py
                                dtypes/
                                    cast/
                                        __init__.py
                                        test_can_hold_element.py
                                        test_construct_from_scalar.py
                                        test_construct_ndarray.py
                                        test_construct_object_arr.py
                                        test_dict_compat.py
                                        test_downcast.py
                                        test_find_common_type.py
                                        test_infer_datetimelike.py
                                        test_infer_dtype.py
                                        test_maybe_box_native.py
                                        test_promote.py
                                    __init__.py
                                    test_common.py
                                    test_concat.py
                                    test_dtypes.py
                                    test_generic.py
                                    test_inference.py
                                    test_missing.py
                                extension/
                                    array_with_attr/
                                        __init__.py
                                        array.py
                                        test_array_with_attr.py
                                    base/
                                        __init__.py
                                        accumulate.py
                                        base.py
                                        casting.py
                                        constructors.py
                                        dim2.py
                                        dtype.py
                                        getitem.py
                                        groupby.py
                                        index.py
                                        interface.py
                                        io.py
                                        methods.py
                                        missing.py
                                        ops.py
                                        printing.py
                                        reduce.py
                                        reshaping.py
                                        setitem.py
                                    date/
                                        __init__.py
                                        array.py
                                    decimal/
                                        __init__.py
                                        array.py
                                        test_decimal.py
                                    json/
                                        __init__.py
                                        array.py
                                        test_json.py
                                    list/
                                        __init__.py
                                        array.py
                                        test_list.py
                                    __init__.py
                                    conftest.py
                                    test_arrow.py
                                    test_categorical.py
                                    test_common.py
                                    test_datetime.py
                                    test_extension.py
                                    test_interval.py
                                    test_masked.py
                                    test_numpy.py
                                    test_period.py
                                    test_sparse.py
                                    test_string.py
                                frame/
                                    constructors/
                                        __init__.py
                                        test_from_dict.py
                                        test_from_records.py
                                    indexing/
                                        __init__.py
                                        test_coercion.py
                                        test_delitem.py
                                        test_get.py
                                        test_get_value.py
                                        test_getitem.py
                                        test_indexing.py
                                        test_insert.py
                                        test_mask.py
                                        test_set_value.py
                                        test_setitem.py
                                        test_take.py
                                        test_where.py
                                        test_xs.py
                                    methods/
                                        __init__.py
                                        test_add_prefix_suffix.py
                                        test_align.py
                                        test_asfreq.py
                                        test_asof.py
                                        test_assign.py
                                        test_astype.py
                                        test_at_time.py
                                        test_between_time.py
                                        test_clip.py
                                        test_combine.py
                                        test_combine_first.py
                                        test_compare.py
                                        test_convert_dtypes.py
                                        test_copy.py
                                        test_count.py
                                        test_cov_corr.py
                                        test_describe.py
                                        test_diff.py
                                        test_dot.py
                                        test_drop.py
                                        test_drop_duplicates.py
                                        test_droplevel.py
                                        test_dropna.py
                                        test_dtypes.py
                                        test_duplicated.py
                                        test_equals.py
                                        test_explode.py
                                        test_fillna.py
                                        test_filter.py
                                        test_first_and_last.py
                                        test_first_valid_index.py
                                        test_get_numeric_data.py
                                        test_head_tail.py
                                        test_infer_objects.py
                                        test_info.py
                                        test_interpolate.py
                                        test_is_homogeneous_dtype.py
                                        test_isetitem.py
                                        test_isin.py
                                        test_iterrows.py
                                        test_join.py
                                        test_map.py
                                        test_matmul.py
                                        test_nlargest.py
                                        test_pct_change.py
                                        test_pipe.py
                                        test_pop.py
                                        test_quantile.py
                                        test_rank.py
                                        test_reindex.py
                                        test_reindex_like.py
                                        test_rename.py
                                        test_rename_axis.py
                                        test_reorder_levels.py
                                        test_replace.py
                                        test_reset_index.py
                                        test_round.py
                                        test_sample.py
                                        test_select_dtypes.py
                                        test_set_axis.py
                                        test_set_index.py
                                        test_shift.py
                                        test_size.py
                                        test_sort_index.py
                                        test_sort_values.py
                                        test_swapaxes.py
                                        test_swaplevel.py
                                        test_to_csv.py
                                        test_to_dict.py
                                        test_to_dict_of_blocks.py
                                        test_to_numpy.py
                                        test_to_period.py
                                        test_to_records.py
                                        test_to_timestamp.py
                                        test_transpose.py
                                        test_truncate.py
                                        test_tz_convert.py
                                        test_tz_localize.py
                                        test_update.py
                                        test_value_counts.py
                                        test_values.py
                                    __init__.py
                                    common.py
                                    conftest.py
                                    test_alter_axes.py
                                    test_api.py
                                    test_arithmetic.py
                                    test_arrow_interface.py
                                    test_block_internals.py
                                    test_constructors.py
                                    test_cumulative.py
                                    test_iteration.py
                                    test_logical_ops.py
                                    test_nonunique_indexes.py
                                    test_npfuncs.py
                                    test_query_eval.py
                                    test_reductions.py
                                    test_repr.py
                                    test_stack_unstack.py
                                    test_subclass.py
                                    test_ufunc.py
                                    test_unary.py
                                    test_validate.py
                                generic/
                                    __init__.py
                                    test_duplicate_labels.py
                                    test_finalize.py
                                    test_frame.py
                                    test_generic.py
                                    test_label_or_level_utils.py
                                    test_series.py
                                    test_to_xarray.py
                                groupby/
                                    aggregate/
                                        __init__.py
                                        test_aggregate.py
                                        test_cython.py
                                        test_numba.py
                                        test_other.py
                                    methods/
                                        __init__.py
                                        test_corrwith.py
                                        test_describe.py
                                        test_groupby_shift_diff.py
                                        test_is_monotonic.py
                                        test_nlargest_nsmallest.py
                                        test_nth.py
                                        test_quantile.py
                                        test_rank.py
                                        test_sample.py
                                        test_size.py
                                        test_skew.py
                                        test_value_counts.py
                                    transform/
                                        __init__.py
                                        test_numba.py
                                        test_transform.py
                                    __init__.py
                                    conftest.py
                                    test_all_methods.py
                                    test_api.py
                                    test_apply.py
                                    test_apply_mutate.py
                                    test_bin_groupby.py
                                    test_categorical.py
                                    test_counting.py
                                    test_cumulative.py
                                    test_filters.py
                                    test_groupby.py
                                    test_groupby_dropna.py
                                    test_groupby_subclass.py
                                    test_grouping.py
                                    test_index_as_string.py
                                    test_indexing.py
                                    test_libgroupby.py
                                    test_missing.py
                                    test_numba.py
                                    test_numeric_only.py
                                    test_pipe.py
                                    test_raises.py
                                    test_reductions.py
                                    test_timegrouper.py
                                indexes/
                                    base_class/
                                        __init__.py
                                        test_constructors.py
                                        test_formats.py
                                        test_indexing.py
                                        test_pickle.py
                                        test_reshape.py
                                        test_setops.py
                                        test_where.py
                                    categorical/
                                        __init__.py
                                        test_append.py
                                        test_astype.py
                                        test_category.py
                                        test_constructors.py
                                        test_equals.py
                                        test_fillna.py
                                        test_formats.py
                                        test_indexing.py
                                        test_map.py
                                        test_reindex.py
                                        test_setops.py
                                    datetimelike_/
                                        __init__.py
                                        test_drop_duplicates.py
                                        test_equals.py
                                        test_indexing.py
                                        test_is_monotonic.py
                                        test_nat.py
                                        test_sort_values.py
                                        test_value_counts.py
                                    datetimes/
                                        methods/
                                            __init__.py
                                            test_asof.py
                                            test_astype.py
                                            test_delete.py
                                            test_factorize.py
                                            test_fillna.py
                                            test_insert.py
                                            test_isocalendar.py
                                            test_map.py
                                            test_normalize.py
                                            test_repeat.py
                                            test_resolution.py
                                            test_round.py
                                            test_shift.py
                                            test_snap.py
                                            test_to_frame.py
                                            test_to_julian_date.py
                                            test_to_period.py
                                            test_to_pydatetime.py
                                            test_to_series.py
                                            test_tz_convert.py
                                            test_tz_localize.py
                                            test_unique.py
                                        __init__.py
                                        test_arithmetic.py
                                        test_constructors.py
                                        test_date_range.py
                                        test_datetime.py
                                        test_formats.py
                                        test_freq_attr.py
                                        test_indexing.py
                                        test_iter.py
                                        test_join.py
                                        test_npfuncs.py
                                        test_ops.py
                                        test_partial_slicing.py
                                        test_pickle.py
                                        test_reindex.py
                                        test_scalar_compat.py
                                        test_setops.py
                                        test_timezones.py
                                    interval/
                                        __init__.py
                                        test_astype.py
                                        test_constructors.py
                                        test_equals.py
                                        test_formats.py
                                        test_indexing.py
                                        test_interval.py
                                        test_interval_range.py
                                        test_interval_tree.py
                                        test_join.py
                                        test_pickle.py
                                        test_setops.py
                                    multi/
                                        __init__.py
                                        conftest.py
                                        test_analytics.py
                                        test_astype.py
                                        test_compat.py
                                        test_constructors.py
                                        test_conversion.py
                                        test_copy.py
                                        test_drop.py
                                        test_duplicates.py
                                        test_equivalence.py
                                        test_formats.py
                                        test_get_level_values.py
                                        test_get_set.py
                                        test_indexing.py
                                        test_integrity.py
                                        test_isin.py
                                        test_join.py
                                        test_lexsort.py
                                        test_missing.py
                                        test_monotonic.py
                                        test_names.py
                                        test_partial_indexing.py
                                        test_pickle.py
                                        test_reindex.py
                                        test_reshape.py
                                        test_setops.py
                                        test_sorting.py
                                        test_take.py
                                    numeric/
                                        __init__.py
                                        test_astype.py
                                        test_indexing.py
                                        test_join.py
                                        test_numeric.py
                                        test_setops.py
                                    object/
                                        __init__.py
                                        test_astype.py
                                        test_indexing.py
                                    period/
                                        methods/
                                            __init__.py
                                            test_asfreq.py
                                            test_astype.py
                                            test_factorize.py
                                            test_fillna.py
                                            test_insert.py
                                            test_is_full.py
                                            test_repeat.py
                                            test_shift.py
                                            test_to_timestamp.py
                                        __init__.py
                                        test_constructors.py
                                        test_formats.py
                                        test_freq_attr.py
                                        test_indexing.py
                                        test_join.py
                                        test_monotonic.py
                                        test_partial_slicing.py
                                        test_period.py
                                        test_period_range.py
                                        test_pickle.py
                                        test_resolution.py
                                        test_scalar_compat.py
                                        test_searchsorted.py
                                        test_setops.py
                                        test_tools.py
                                    ranges/
                                        __init__.py
                                        test_constructors.py
                                        test_indexing.py
                                        test_join.py
                                        test_range.py
                                        test_setops.py
                                    string/
                                        __init__.py
                                        test_astype.py
                                        test_indexing.py
                                    timedeltas/
                                        methods/
                                            __init__.py
                                            test_astype.py
                                            test_factorize.py
                                            test_fillna.py
                                            test_insert.py
                                            test_repeat.py
                                            test_shift.py
                                        __init__.py
                                        test_arithmetic.py
                                        test_constructors.py
                                        test_delete.py
                                        test_formats.py
                                        test_freq_attr.py
                                        test_indexing.py
                                        test_join.py
                                        test_ops.py
                                        test_pickle.py
                                        test_scalar_compat.py
                                        test_searchsorted.py
                                        test_setops.py
                                        test_timedelta.py
                                        test_timedelta_range.py
                                    __init__.py
                                    conftest.py
                                    test_any_index.py
                                    test_base.py
                                    test_common.py
                                    test_datetimelike.py
                                    test_engines.py
                                    test_frozen.py
                                    test_index_new.py
                                    test_indexing.py
                                    test_numpy_compat.py
                                    test_old_base.py
                                    test_setops.py
                                    test_subclass.py
                                indexing/
                                    interval/
                                        __init__.py
                                        test_interval.py
                                        test_interval_new.py
                                    multiindex/
                                        __init__.py
                                        test_chaining_and_caching.py
                                        test_datetime.py
                                        test_getitem.py
                                        test_iloc.py
                                        test_indexing_slow.py
                                        test_loc.py
                                        test_multiindex.py
                                        test_partial.py
                                        test_setitem.py
                                        test_slice.py
                                        test_sorted.py
                                    __init__.py
                                    common.py
                                    conftest.py
                                    test_at.py
                                    test_categorical.py
                                    test_chaining_and_caching.py
                                    test_check_indexer.py
                                    test_coercion.py
                                    test_datetime.py
                                    test_floats.py
                                    test_iat.py
                                    test_iloc.py
                                    test_indexers.py
                                    test_indexing.py
                                    test_loc.py
                                    test_na_indexing.py
                                    test_partial.py
                                    test_scalar.py
                                interchange/
                                    __init__.py
                                    test_impl.py
                                    test_spec_conformance.py
                                    test_utils.py
                                internals/
                                    __init__.py
                                    test_api.py
                                    test_internals.py
                                    test_managers.py
                                io/
                                    excel/
                                        __init__.py
                                        test_odf.py
                                        test_odswriter.py
                                        test_openpyxl.py
                                        test_readers.py
                                        test_style.py
                                        test_writers.py
                                        test_xlrd.py
                                        test_xlsxwriter.py
                                    formats/
                                        style/
                                            __init__.py
                                            test_bar.py
                                            test_exceptions.py
                                            test_format.py
                                            test_highlight.py
                                            test_html.py
                                            test_matplotlib.py
                                            test_non_unique.py
                                            test_style.py
                                            test_to_latex.py
                                            test_to_string.py
                                            test_tooltip.py
                                        __init__.py
                                        test_console.py
                                        test_css.py
                                        test_eng_formatting.py
                                        test_format.py
                                        test_ipython_compat.py
                                        test_printing.py
                                        test_to_csv.py
                                        test_to_excel.py
                                        test_to_html.py
                                        test_to_latex.py
                                        test_to_markdown.py
                                        test_to_string.py
                                    json/
                                        __init__.py
                                        conftest.py
                                        test_compression.py
                                        test_deprecated_kwargs.py
                                        test_json_table_schema.py
                                        test_json_table_schema_ext_dtype.py
                                        test_normalize.py
                                        test_pandas.py
                                        test_readlines.py
                                        test_ujson.py
                                    parser/
                                        common/
                                            __init__.py
                                            test_chunksize.py
                                            test_common_basic.py
                                            test_data_list.py
                                            test_decimal.py
                                            test_file_buffer_url.py
                                            test_float.py
                                            test_index.py
                                            test_inf.py
                                            test_ints.py
                                            test_iterator.py
                                            test_read_errors.py
                                            test_verbose.py
                                        dtypes/
                                            __init__.py
                                            test_categorical.py
                                            test_dtypes_basic.py
                                            test_empty.py
                                        usecols/
                                            __init__.py
                                            test_parse_dates.py
                                            test_strings.py
                                            test_usecols_basic.py
                                        __init__.py
                                        conftest.py
                                        test_c_parser_only.py
                                        test_comment.py
                                        test_compression.py
                                        test_concatenate_chunks.py
                                        test_converters.py
                                        test_dialect.py
                                        test_encoding.py
                                        test_header.py
                                        test_index_col.py
                                        test_mangle_dupes.py
                                        test_multi_thread.py
                                        test_na_values.py
                                        test_network.py
                                        test_parse_dates.py
                                        test_python_parser_only.py
                                        test_quoting.py
                                        test_read_fwf.py
                                        test_skiprows.py
                                        test_textreader.py
                                        test_unsupported.py
                                        test_upcast.py
                                    pytables/
                                        __init__.py
                                        common.py
                                        conftest.py
                                        test_append.py
                                        test_categorical.py
                                        test_compat.py
                                        test_complex.py
                                        test_errors.py
                                        test_file_handling.py
                                        test_keys.py
                                        test_put.py
                                        test_pytables_missing.py
                                        test_read.py
                                        test_retain_attributes.py
                                        test_round_trip.py
                                        test_select.py
                                        test_store.py
                                        test_subclass.py
                                        test_time_series.py
                                        test_timezones.py
                                    sas/
                                        __init__.py
                                        test_byteswap.py
                                        test_sas.py
                                        test_sas7bdat.py
                                        test_xport.py
                                    xml/
                                        __init__.py
                                        conftest.py
                                        test_to_xml.py
                                        test_xml.py
                                        test_xml_dtypes.py
                                    __init__.py
                                    conftest.py
                                    generate_legacy_storage_files.py
                                    test_clipboard.py
                                    test_common.py
                                    test_compression.py
                                    test_feather.py
                                    test_fsspec.py
                                    test_gbq.py
                                    test_gcs.py
                                    test_html.py
                                    test_http_headers.py
                                    test_orc.py
                                    test_parquet.py
                                    test_pickle.py
                                    test_s3.py
                                    test_spss.py
                                    test_sql.py
                                    test_stata.py
                                libs/
                                    __init__.py
                                    test_hashtable.py
                                    test_join.py
                                    test_lib.py
                                    test_libalgos.py
                                plotting/
                                    frame/
                                        __init__.py
                                        test_frame.py
                                        test_frame_color.py
                                        test_frame_groupby.py
                                        test_frame_legend.py
                                        test_frame_subplots.py
                                        test_hist_box_by.py
                                    __init__.py
                                    common.py
                                    conftest.py
                                    test_backend.py
                                    test_boxplot_method.py
                                    test_common.py
                                    test_converter.py
                                    test_datetimelike.py
                                    test_groupby.py
                                    test_hist_method.py
                                    test_misc.py
                                    test_series.py
                                    test_style.py
                                reductions/
                                    __init__.py
                                    test_reductions.py
                                    test_stat_reductions.py
                                resample/
                                    __init__.py
                                    conftest.py
                                    test_base.py
                                    test_datetime_index.py
                                    test_period_index.py
                                    test_resample_api.py
                                    test_resampler_grouper.py
                                    test_time_grouper.py
                                    test_timedelta.py
                                reshape/
                                    concat/
                                        __init__.py
                                        conftest.py
                                        test_append.py
                                        test_append_common.py
                                        test_categorical.py
                                        test_concat.py
                                        test_dataframe.py
                                        test_datetimes.py
                                        test_empty.py
                                        test_index.py
                                        test_invalid.py
                                        test_series.py
                                        test_sort.py
                                    merge/
                                        __init__.py
                                        test_join.py
                                        test_merge.py
                                        test_merge_asof.py
                                        test_merge_cross.py
                                        test_merge_index_as_string.py
                                        test_merge_ordered.py
                                        test_multi.py
                                    __init__.py
                                    test_crosstab.py
                                    test_cut.py
                                    test_from_dummies.py
                                    test_get_dummies.py
                                    test_melt.py
                                    test_pivot.py
                                    test_pivot_multilevel.py
                                    test_qcut.py
                                    test_union_categoricals.py
                                    test_util.py
                                scalar/
                                    interval/
                                        __init__.py
                                        test_arithmetic.py
                                        test_constructors.py
                                        test_contains.py
                                        test_formats.py
                                        test_interval.py
                                        test_overlaps.py
                                    period/
                                        __init__.py
                                        test_arithmetic.py
                                        test_asfreq.py
                                        test_period.py
                                    timedelta/
                                        methods/
                                            __init__.py
                                            test_as_unit.py
                                            test_round.py
                                        __init__.py
                                        test_arithmetic.py
                                        test_constructors.py
                                        test_formats.py
                                        test_timedelta.py
                                    timestamp/
                                        methods/
                                            __init__.py
                                            test_as_unit.py
                                            test_normalize.py
                                            test_replace.py
                                            test_round.py
                                            test_timestamp_method.py
                                            test_to_julian_date.py
                                            test_to_pydatetime.py
                                            test_tz_convert.py
                                            test_tz_localize.py
                                        __init__.py
                                        test_arithmetic.py
                                        test_comparisons.py
                                        test_constructors.py
                                        test_formats.py
                                        test_timestamp.py
                                        test_timezones.py
                                    __init__.py
                                    test_na_scalar.py
                                    test_nat.py
                                series/
                                    accessors/
                                        __init__.py
                                        test_cat_accessor.py
                                        test_dt_accessor.py
                                        test_list_accessor.py
                                        test_sparse_accessor.py
                                        test_str_accessor.py
                                        test_struct_accessor.py
                                    indexing/
                                        __init__.py
                                        test_datetime.py
                                        test_delitem.py
                                        test_get.py
                                        test_getitem.py
                                        test_indexing.py
                                        test_mask.py
                                        test_set_value.py
                                        test_setitem.py
                                        test_take.py
                                        test_where.py
                                        test_xs.py
                                    methods/
                                        __init__.py
                                        test_add_prefix_suffix.py
                                        test_align.py
                                        test_argsort.py
                                        test_asof.py
                                        test_astype.py
                                        test_autocorr.py
                                        test_between.py
                                        test_case_when.py
                                        test_clip.py
                                        test_combine.py
                                        test_combine_first.py
                                        test_compare.py
                                        test_convert_dtypes.py
                                        test_copy.py
                                        test_count.py
                                        test_cov_corr.py
                                        test_describe.py
                                        test_diff.py
                                        test_drop.py
                                        test_drop_duplicates.py
                                        test_dropna.py
                                        test_dtypes.py
                                        test_duplicated.py
                                        test_equals.py
                                        test_explode.py
                                        test_fillna.py
                                        test_get_numeric_data.py
                                        test_head_tail.py
                                        test_infer_objects.py
                                        test_info.py
                                        test_interpolate.py
                                        test_is_monotonic.py
                                        test_is_unique.py
                                        test_isin.py
                                        test_isna.py
                                        test_item.py
                                        test_map.py
                                        test_matmul.py
                                        test_nlargest.py
                                        test_nunique.py
                                        test_pct_change.py
                                        test_pop.py
                                        test_quantile.py
                                        test_rank.py
                                        test_reindex.py
                                        test_reindex_like.py
                                        test_rename.py
                                        test_rename_axis.py
                                        test_repeat.py
                                        test_replace.py
                                        test_reset_index.py
                                        test_round.py
                                        test_searchsorted.py
                                        test_set_name.py
                                        test_size.py
                                        test_sort_index.py
                                        test_sort_values.py
                                        test_to_csv.py
                                        test_to_dict.py
                                        test_to_frame.py
                                        test_to_numpy.py
                                        test_tolist.py
                                        test_truncate.py
                                        test_tz_localize.py
                                        test_unique.py
                                        test_unstack.py
                                        test_update.py
                                        test_value_counts.py
                                        test_values.py
                                        test_view.py
                                    __init__.py
                                    test_api.py
                                    test_arithmetic.py
                                    test_constructors.py
                                    test_cumulative.py
                                    test_formats.py
                                    test_iteration.py
                                    test_logical_ops.py
                                    test_missing.py
                                    test_npfuncs.py
                                    test_reductions.py
                                    test_subclass.py
                                    test_ufunc.py
                                    test_unary.py
                                    test_validate.py
                                strings/
                                    __init__.py
                                    conftest.py
                                    test_api.py
                                    test_case_justify.py
                                    test_cat.py
                                    test_extract.py
                                    test_find_replace.py
                                    test_get_dummies.py
                                    test_split_partition.py
                                    test_string_array.py
                                    test_strings.py
                                tools/
                                    __init__.py
                                    test_to_datetime.py
                                    test_to_numeric.py
                                    test_to_time.py
                                    test_to_timedelta.py
                                tseries/
                                    frequencies/
                                        __init__.py
                                        test_freq_code.py
                                        test_frequencies.py
                                        test_inference.py
                                    holiday/
                                        __init__.py
                                        test_calendar.py
                                        test_federal.py
                                        test_holiday.py
                                        test_observance.py
                                    offsets/
                                        __init__.py
                                        common.py
                                        test_business_day.py
                                        test_business_hour.py
                                        test_business_month.py
                                        test_business_quarter.py
                                        test_business_year.py
                                        test_common.py
                                        test_custom_business_day.py
                                        test_custom_business_hour.py
                                        test_custom_business_month.py
                                        test_dst.py
                                        test_easter.py
                                        test_fiscal.py
                                        test_index.py
                                        test_month.py
                                        test_offsets.py
                                        test_offsets_properties.py
                                        test_quarter.py
                                        test_ticks.py
                                        test_week.py
                                        test_year.py
                                    __init__.py
                                tslibs/
                                    __init__.py
                                    test_api.py
                                    test_array_to_datetime.py
                                    test_ccalendar.py
                                    test_conversion.py
                                    test_fields.py
                                    test_libfrequencies.py
                                    test_liboffsets.py
                                    test_np_datetime.py
                                    test_npy_units.py
                                    test_parse_iso8601.py
                                    test_parsing.py
                                    test_period.py
                                    test_resolution.py
                                    test_strptime.py
                                    test_timedeltas.py
                                    test_timezones.py
                                    test_to_offset.py
                                    test_tzconversion.py
                                util/
                                    __init__.py
                                    conftest.py
                                    test_assert_almost_equal.py
                                    test_assert_attr_equal.py
                                    test_assert_categorical_equal.py
                                    test_assert_extension_array_equal.py
                                    test_assert_frame_equal.py
                                    test_assert_index_equal.py
                                    test_assert_interval_array_equal.py
                                    test_assert_numpy_array_equal.py
                                    test_assert_produces_warning.py
                                    test_assert_series_equal.py
                                    test_deprecate.py
                                    test_deprecate_kwarg.py
                                    test_deprecate_nonkeyword_arguments.py
                                    test_doc.py
                                    test_hashing.py
                                    test_numba.py
                                    test_rewrite_warning.py
                                    test_shares_memory.py
                                    test_show_versions.py
                                    test_util.py
                                    test_validate_args.py
                                    test_validate_args_and_kwargs.py
                                    test_validate_inclusive.py
                                    test_validate_kwargs.py
                                window/
                                    moments/
                                        __init__.py
                                        conftest.py
                                        test_moments_consistency_ewm.py
                                        test_moments_consistency_expanding.py
                                        test_moments_consistency_rolling.py
                                    __init__.py
                                    conftest.py
                                    test_api.py
                                    test_apply.py
                                    test_base_indexer.py
                                    test_cython_aggregations.py
                                    test_dtypes.py
                                    test_ewm.py
                                    test_expanding.py
                                    test_groupby.py
                                    test_numba.py
                                    test_online.py
                                    test_pairwise.py
                                    test_rolling.py
                                    test_rolling_functions.py
                                    test_rolling_quantile.py
                                    test_rolling_skew_kurt.py
                                    test_timeseries_window.py
                                    test_win_type.py
                                __init__.py
                                test_aggregation.py
                                test_algos.py
                                test_common.py
                                test_downstream.py
                                test_errors.py
                                test_expressions.py
                                test_flags.py
                                test_multilevel.py
                                test_nanops.py
                                test_optional_dependency.py
                                test_register_accessor.py
                                test_sorting.py
                                test_take.py
                            tseries/
                                __init__.py
                                api.py
                                frequencies.py
                                holiday.py
                                offsets.py
                            util/
                                version/
                                    __init__.py
                                __init__.py
                                _decorators.py
                                _doctools.py
                                _exceptions.py
                                _print_versions.py
                                _test_decorators.py
                                _tester.py
                                _validators.py
                            __init__.py
                            _typing.py
                            _version.py
                            _version_meson.py
                            conftest.py
                            pyproject.toml
                            testing.py
                        pandas-2.3.1.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pandocfilters-1.5.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        paramiko/
                            __init__.py
                            _winapi.py
                            agent.py
                            auth_handler.py
                            auth_strategy.py
                            ber.py
                            buffered_pipe.py
                            channel.py
                            client.py
                            common.py
                            compress.py
                            config.py
                            ecdsakey.py
                            ed25519key.py
                            file.py
                            hostkeys.py
                            kex_curve25519.py
                            kex_ecdh_nist.py
                            kex_gex.py
                            kex_group1.py
                            kex_group14.py
                            kex_group16.py
                            kex_gss.py
                            message.py
                            packet.py
                            pipe.py
                            pkey.py
                            primes.py
                            proxy.py
                            rsakey.py
                            server.py
                            sftp.py
                            sftp_attr.py
                            sftp_client.py
                            sftp_file.py
                            sftp_handle.py
                            sftp_server.py
                            sftp_si.py
                            ssh_exception.py
                            ssh_gss.py
                            transport.py
                            util.py
                            win_openssh.py
                            win_pageant.py
                        paramiko-4.0.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        parso/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _compatibility.cpython-313.pyc
                                cache.cpython-313.pyc
                                file_io.cpython-313.pyc
                                grammar.cpython-313.pyc
                                normalizer.cpython-313.pyc
                                parser.cpython-313.pyc
                                tree.cpython-313.pyc
                                utils.cpython-313.pyc
                            pgen2/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    generator.cpython-313.pyc
                                    grammar_parser.cpython-313.pyc
                                __init__.py
                                generator.py
                                grammar_parser.py
                            python/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    diff.cpython-313.pyc
                                    errors.cpython-313.pyc
                                    parser.cpython-313.pyc
                                    pep8.cpython-313.pyc
                                    prefix.cpython-313.pyc
                                    token.cpython-313.pyc
                                    tokenize.cpython-313.pyc
                                    tree.cpython-313.pyc
                                __init__.py
                                diff.py
                                errors.py
                                grammar310.txt
                                grammar311.txt
                                grammar312.txt
                                grammar313.txt
                                grammar36.txt
                                grammar37.txt
                                grammar38.txt
                                grammar39.txt
                                parser.py
                                pep8.py
                                prefix.py
                                token.py
                                tokenize.py
                                tree.py
                            __init__.py
                            _compatibility.py
                            cache.py
                            file_io.py
                            grammar.py
                            normalizer.py
                            parser.py
                            py.typed
                            tree.py
                            utils.py
                        parso-0.8.4.dist-info/
                            AUTHORS.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        partd/
                            __init__.py
                            _version.py
                            buffer.py
                            compressed.py
                            core.py
                            dict.py
                            encode.py
                            file.py
                            numpy.py
                            pandas.py
                            pickle.py
                            python.py
                            utils.py
                            zmq.py
                        partd-1.4.2.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pathspec/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _meta.cpython-313.pyc
                                gitignore.cpython-313.pyc
                                pathspec.cpython-313.pyc
                                pattern.cpython-313.pyc
                                util.cpython-313.pyc
                            patterns/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    gitwildmatch.cpython-313.pyc
                                __init__.py
                                gitwildmatch.py
                            __init__.py
                            _meta.py
                            gitignore.py
                            pathspec.py
                            pattern.py
                            py.typed
                            util.py
                        pathspec-0.12.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pexpect/
                            __init__.py
                            _async.py
                            _async_pre_await.py
                            _async_w_await.py
                            ANSI.py
                            bashrc.sh
                            exceptions.py
                            expect.py
                            fdpexpect.py
                            FSM.py
                            popen_spawn.py
                            pty_spawn.py
                            pxssh.py
                            replwrap.py
                            run.py
                            screen.py
                            socket_pexpect.py
                            spawnbase.py
                            utils.py
                        pexpect-4.9.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pkg_resources/
                            tests/
                                data/
                                    my-test-package-source/
                                        setup.cfg
                                        setup.py
                                    my-test-package-zip/
                                        my-test-package.zip
                                    my-test-package_unpacked-egg/
                                        my_test_package-1.0-py3.7.egg/
                                            EGG-INFO/
                                                dependency_links.txt
                                                PKG-INFO
                                                SOURCES.txt
                                                top_level.txt
                                                zip-safe
                                    my-test-package_zipped-egg/
                                        my_test_package-1.0-py3.7.egg
                                __init__.py
                                test_find_distributions.py
                                test_integration_zope_interface.py
                                test_markers.py
                                test_pkg_resources.py
                                test_resources.py
                                test_working_set.py
                            __init__.py
                            api_tests.txt
                            py.typed
                        platformdirs/
                            __init__.py
                            __main__.py
                            android.py
                            api.py
                            macos.py
                            py.typed
                            unix.py
                            version.py
                            windows.py
                        platformdirs-4.3.8.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pluggy/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _callers.cpython-313.pyc
                                _hooks.cpython-313.pyc
                                _manager.cpython-313.pyc
                                _result.cpython-313.pyc
                                _tracing.cpython-313.pyc
                                _version.cpython-313.pyc
                                _warnings.cpython-313.pyc
                            __init__.py
                            _callers.py
                            _hooks.py
                            _manager.py
                            _result.py
                            _tracing.py
                            _version.py
                            _warnings.py
                            py.typed
                        pluggy-1.6.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        polars/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _cpu_check.cpython-313.pyc
                                _reexport.cpython-313.pyc
                                _typing.cpython-313.pyc
                                api.cpython-313.pyc
                                config.cpython-313.pyc
                                dependencies.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                plugins.cpython-313.pyc
                                schema.cpython-313.pyc
                                selectors.cpython-313.pyc
                                string_cache.cpython-313.pyc
                            _utils/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    async_.cpython-313.pyc
                                    constants.cpython-313.pyc
                                    convert.cpython-313.pyc
                                    deprecation.cpython-313.pyc
                                    getitem.cpython-313.pyc
                                    logging.cpython-313.pyc
                                    parquet.cpython-313.pyc
                                    polars_version.cpython-313.pyc
                                    pycapsule.cpython-313.pyc
                                    scan.cpython-313.pyc
                                    serde.cpython-313.pyc
                                    slice.cpython-313.pyc
                                    udfs.cpython-313.pyc
                                    unstable.cpython-313.pyc
                                    various.cpython-313.pyc
                                    wrap.cpython-313.pyc
                                construction/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        dataframe.cpython-313.pyc
                                        other.cpython-313.pyc
                                        series.cpython-313.pyc
                                        utils.cpython-313.pyc
                                    __init__.py
                                    dataframe.py
                                    other.py
                                    series.py
                                    utils.py
                                parse/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        expr.cpython-313.pyc
                                    __init__.py
                                    expr.py
                                __init__.py
                                async_.py
                                cloud.py
                                constants.py
                                convert.py
                                deprecation.py
                                getitem.py
                                logging.py
                                nest_asyncio.py
                                parquet.py
                                polars_version.py
                                pycapsule.py
                                scan.py
                                serde.py
                                slice.py
                                udfs.py
                                unstable.py
                                various.py
                                wrap.py
                            catalog/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                unity/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        client.cpython-313.pyc
                                        models.cpython-313.pyc
                                    __init__.py
                                    client.py
                                    models.py
                                __init__.py
                            convert/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    general.cpython-313.pyc
                                    normalize.cpython-313.pyc
                                __init__.py
                                general.py
                                normalize.py
                            dataframe/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _html.cpython-313.pyc
                                    frame.cpython-313.pyc
                                    group_by.cpython-313.pyc
                                    plotting.cpython-313.pyc
                                __init__.py
                                _html.py
                                frame.py
                                group_by.py
                                plotting.py
                            datatype_expr/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    array.cpython-313.pyc
                                    datatype_expr.cpython-313.pyc
                                    list.cpython-313.pyc
                                    struct.cpython-313.pyc
                                __init__.py
                                array.py
                                datatype_expr.py
                                list.py
                                struct.py
                            datatypes/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _parse.cpython-313.pyc
                                    _utils.cpython-313.pyc
                                    classes.cpython-313.pyc
                                    constants.cpython-313.pyc
                                    constructor.cpython-313.pyc
                                    convert.cpython-313.pyc
                                    group.cpython-313.pyc
                                __init__.py
                                _parse.py
                                _utils.py
                                classes.py
                                constants.py
                                constructor.py
                                convert.py
                                group.py
                            expr/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    array.cpython-313.pyc
                                    binary.cpython-313.pyc
                                    categorical.cpython-313.pyc
                                    datetime.cpython-313.pyc
                                    expr.cpython-313.pyc
                                    list.cpython-313.pyc
                                    meta.cpython-313.pyc
                                    name.cpython-313.pyc
                                    string.cpython-313.pyc
                                    struct.cpython-313.pyc
                                    whenthen.cpython-313.pyc
                                __init__.py
                                array.py
                                binary.py
                                categorical.py
                                datetime.py
                                expr.py
                                list.py
                                meta.py
                                name.py
                                string.py
                                struct.py
                                whenthen.py
                            functions/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    as_datatype.cpython-313.pyc
                                    business.cpython-313.pyc
                                    col.cpython-313.pyc
                                    datatype.cpython-313.pyc
                                    eager.cpython-313.pyc
                                    escape_regex.cpython-313.pyc
                                    lazy.cpython-313.pyc
                                    len.cpython-313.pyc
                                    lit.cpython-313.pyc
                                    random.cpython-313.pyc
                                    repeat.cpython-313.pyc
                                    whenthen.cpython-313.pyc
                                aggregation/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        horizontal.cpython-313.pyc
                                        vertical.cpython-313.pyc
                                    __init__.py
                                    horizontal.py
                                    vertical.py
                                range/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _utils.cpython-313.pyc
                                        date_range.cpython-313.pyc
                                        datetime_range.cpython-313.pyc
                                        int_range.cpython-313.pyc
                                        linear_space.cpython-313.pyc
                                        time_range.cpython-313.pyc
                                    __init__.py
                                    _utils.py
                                    date_range.py
                                    datetime_range.py
                                    int_range.py
                                    linear_space.py
                                    time_range.py
                                __init__.py
                                as_datatype.py
                                business.py
                                col.py
                                datatype.py
                                eager.py
                                escape_regex.py
                                lazy.py
                                len.py
                                lit.py
                                random.py
                                repeat.py
                                whenthen.py
                            interchange/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    protocol.cpython-313.pyc
                                __init__.py
                                buffer.py
                                column.py
                                dataframe.py
                                from_dataframe.py
                                protocol.py
                                utils.py
                            io/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _utils.cpython-313.pyc
                                    avro.cpython-313.pyc
                                    clipboard.cpython-313.pyc
                                    delta.cpython-313.pyc
                                    ndjson.cpython-313.pyc
                                    partition.cpython-313.pyc
                                    plugins.cpython-313.pyc
                                cloud/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _utils.cpython-313.pyc
                                    credential_provider/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _builder.cpython-313.pyc
                                            _providers.cpython-313.pyc
                                        __init__.py
                                        _builder.py
                                        _providers.py
                                    __init__.py
                                    _utils.py
                                csv/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _utils.cpython-313.pyc
                                        batched_reader.cpython-313.pyc
                                        functions.cpython-313.pyc
                                    __init__.py
                                    _utils.py
                                    batched_reader.py
                                    functions.py
                                database/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _arrow_registry.cpython-313.pyc
                                        _cursor_proxies.cpython-313.pyc
                                        _executor.cpython-313.pyc
                                        _inference.cpython-313.pyc
                                        _utils.cpython-313.pyc
                                        functions.cpython-313.pyc
                                    __init__.py
                                    _arrow_registry.py
                                    _cursor_proxies.py
                                    _executor.py
                                    _inference.py
                                    _utils.py
                                    functions.py
                                iceberg/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _utils.cpython-313.pyc
                                        dataset.cpython-313.pyc
                                        functions.cpython-313.pyc
                                    __init__.py
                                    _utils.py
                                    dataset.py
                                    functions.py
                                ipc/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        functions.cpython-313.pyc
                                    __init__.py
                                    functions.py
                                json/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        read.cpython-313.pyc
                                    __init__.py
                                    read.py
                                parquet/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        field_overwrites.cpython-313.pyc
                                        functions.cpython-313.pyc
                                    __init__.py
                                    field_overwrites.py
                                    functions.py
                                pyarrow_dataset/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        anonymous_scan.cpython-313.pyc
                                        functions.cpython-313.pyc
                                    __init__.py
                                    anonymous_scan.py
                                    functions.py
                                scan_options/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _options.cpython-313.pyc
                                        cast_options.cpython-313.pyc
                                    __init__.py
                                    _options.py
                                    cast_options.py
                                spreadsheet/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        functions.cpython-313.pyc
                                    __init__.py
                                    _utils.py
                                    _write_utils.py
                                    functions.py
                                __init__.py
                                _utils.py
                                avro.py
                                clipboard.py
                                delta.py
                                ndjson.py
                                partition.py
                                plugins.py
                            lazyframe/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    engine_config.cpython-313.pyc
                                    frame.cpython-313.pyc
                                    group_by.cpython-313.pyc
                                    in_process.cpython-313.pyc
                                    opt_flags.cpython-313.pyc
                                __init__.py
                                engine_config.py
                                frame.py
                                group_by.py
                                in_process.py
                                opt_flags.py
                            meta/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    build.cpython-313.pyc
                                    index_type.cpython-313.pyc
                                    thread_pool.cpython-313.pyc
                                    versions.cpython-313.pyc
                                __init__.py
                                build.py
                                index_type.py
                                thread_pool.py
                                versions.py
                            ml/
                                __init__.py
                                torch.py
                                utilities.py
                            series/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    array.cpython-313.pyc
                                    binary.cpython-313.pyc
                                    categorical.cpython-313.pyc
                                    datetime.cpython-313.pyc
                                    list.cpython-313.pyc
                                    plotting.cpython-313.pyc
                                    series.cpython-313.pyc
                                    string.cpython-313.pyc
                                    struct.cpython-313.pyc
                                    utils.cpython-313.pyc
                                __init__.py
                                array.py
                                binary.py
                                categorical.py
                                datetime.py
                                list.py
                                plotting.py
                                series.py
                                string.py
                                struct.py
                                utils.py
                            sql/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    context.cpython-313.pyc
                                    functions.cpython-313.pyc
                                __init__.py
                                context.py
                                functions.py
                            testing/
                                asserts/
                                    __init__.py
                                    frame.py
                                    series.py
                                    utils.py
                                parametric/
                                    strategies/
                                        __init__.py
                                        _utils.py
                                        core.py
                                        data.py
                                        dtype.py
                                        legacy.py
                                    __init__.py
                                    profiles.py
                                __init__.py
                            __init__.py
                            _cpu_check.py
                            _cpu_check.py''
                            _reexport.py
                            _typing.py
                            api.py
                            config.py
                            dependencies.py
                            exceptions.py
                            plugins.py
                            polars.abi3.so
                            py.typed
                            schema.py
                            selectors.py
                            string_cache.py
                            type_aliases.py
                        polars-1.32.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        prometheus_client/
                            bridge/
                                __init__.py
                                graphite.py
                            openmetrics/
                                __init__.py
                                exposition.py
                                parser.py
                            twisted/
                                __init__.py
                                _exposition.py
                            __init__.py
                            asgi.py
                            context_managers.py
                            core.py
                            decorator.py
                            exposition.py
                            gc_collector.py
                            metrics.py
                            metrics_core.py
                            mmap_dict.py
                            multiprocess.py
                            parser.py
                            platform_collector.py
                            process_collector.py
                            py.typed
                            registry.py
                            samples.py
                            utils.py
                            validation.py
                            values.py
                        prometheus_client-0.22.1.dist-info/
                            licenses/
                                LICENSE
                                NOTICE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        prompt_toolkit/
                            __pycache__/
                                __init__.cpython-313.pyc
                                auto_suggest.cpython-313.pyc
                                buffer.cpython-313.pyc
                                cache.cpython-313.pyc
                                cursor_shapes.cpython-313.pyc
                                data_structures.cpython-313.pyc
                                document.cpython-313.pyc
                                enums.cpython-313.pyc
                                history.cpython-313.pyc
                                keys.cpython-313.pyc
                                mouse_events.cpython-313.pyc
                                patch_stdout.cpython-313.pyc
                                renderer.cpython-313.pyc
                                search.cpython-313.pyc
                                selection.cpython-313.pyc
                                utils.cpython-313.pyc
                                validation.cpython-313.pyc
                            application/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    application.cpython-313.pyc
                                    current.cpython-313.pyc
                                    dummy.cpython-313.pyc
                                    run_in_terminal.cpython-313.pyc
                                __init__.py
                                application.py
                                current.py
                                dummy.py
                                run_in_terminal.py
                            clipboard/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    base.cpython-313.pyc
                                    in_memory.cpython-313.pyc
                                __init__.py
                                base.py
                                in_memory.py
                                pyperclip.py
                            completion/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    base.cpython-313.pyc
                                    deduplicate.cpython-313.pyc
                                    filesystem.cpython-313.pyc
                                    fuzzy_completer.cpython-313.pyc
                                    nested.cpython-313.pyc
                                    word_completer.cpython-313.pyc
                                __init__.py
                                base.py
                                deduplicate.py
                                filesystem.py
                                fuzzy_completer.py
                                nested.py
                                word_completer.py
                            contrib/
                                completers/
                                    __init__.py
                                    system.py
                                regular_languages/
                                    __init__.py
                                    compiler.py
                                    completion.py
                                    lexer.py
                                    regex_parser.py
                                    validation.py
                                ssh/
                                    __init__.py
                                    server.py
                                telnet/
                                    __init__.py
                                    log.py
                                    protocol.py
                                    server.py
                                __init__.py
                            eventloop/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    async_generator.cpython-313.pyc
                                    inputhook.cpython-313.pyc
                                    utils.cpython-313.pyc
                                __init__.py
                                async_generator.py
                                inputhook.py
                                utils.py
                                win32.py
                            filters/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    app.cpython-313.pyc
                                    base.cpython-313.pyc
                                    cli.cpython-313.pyc
                                    utils.cpython-313.pyc
                                __init__.py
                                app.py
                                base.py
                                cli.py
                                utils.py
                            formatted_text/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    ansi.cpython-313.pyc
                                    base.cpython-313.pyc
                                    html.cpython-313.pyc
                                    pygments.cpython-313.pyc
                                    utils.cpython-313.pyc
                                __init__.py
                                ansi.py
                                base.py
                                html.py
                                pygments.py
                                utils.py
                            input/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    ansi_escape_sequences.cpython-313.pyc
                                    base.cpython-313.pyc
                                    defaults.cpython-313.pyc
                                    typeahead.cpython-313.pyc
                                    vt100_parser.cpython-313.pyc
                                __init__.py
                                ansi_escape_sequences.py
                                base.py
                                defaults.py
                                posix_pipe.py
                                posix_utils.py
                                typeahead.py
                                vt100.py
                                vt100_parser.py
                                win32.py
                                win32_pipe.py
                            key_binding/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    defaults.cpython-313.pyc
                                    digraphs.cpython-313.pyc
                                    emacs_state.cpython-313.pyc
                                    key_bindings.cpython-313.pyc
                                    key_processor.cpython-313.pyc
                                    vi_state.cpython-313.pyc
                                bindings/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        auto_suggest.cpython-313.pyc
                                        basic.cpython-313.pyc
                                        completion.cpython-313.pyc
                                        cpr.cpython-313.pyc
                                        emacs.cpython-313.pyc
                                        focus.cpython-313.pyc
                                        mouse.cpython-313.pyc
                                        named_commands.cpython-313.pyc
                                        open_in_editor.cpython-313.pyc
                                        page_navigation.cpython-313.pyc
                                        scroll.cpython-313.pyc
                                        vi.cpython-313.pyc
                                    __init__.py
                                    auto_suggest.py
                                    basic.py
                                    completion.py
                                    cpr.py
                                    emacs.py
                                    focus.py
                                    mouse.py
                                    named_commands.py
                                    open_in_editor.py
                                    page_navigation.py
                                    scroll.py
                                    search.py
                                    vi.py
                                __init__.py
                                defaults.py
                                digraphs.py
                                emacs_state.py
                                key_bindings.py
                                key_processor.py
                                vi_state.py
                            layout/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    containers.cpython-313.pyc
                                    controls.cpython-313.pyc
                                    dimension.cpython-313.pyc
                                    dummy.cpython-313.pyc
                                    layout.cpython-313.pyc
                                    margins.cpython-313.pyc
                                    menus.cpython-313.pyc
                                    mouse_handlers.cpython-313.pyc
                                    processors.cpython-313.pyc
                                    screen.cpython-313.pyc
                                    scrollable_pane.cpython-313.pyc
                                    utils.cpython-313.pyc
                                __init__.py
                                containers.py
                                controls.py
                                dimension.py
                                dummy.py
                                layout.py
                                margins.py
                                menus.py
                                mouse_handlers.py
                                processors.py
                                screen.py
                                scrollable_pane.py
                                utils.py
                            lexers/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    base.cpython-313.pyc
                                    pygments.cpython-313.pyc
                                __init__.py
                                base.py
                                pygments.py
                            output/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    base.cpython-313.pyc
                                    color_depth.cpython-313.pyc
                                    defaults.cpython-313.pyc
                                    flush_stdout.cpython-313.pyc
                                    plain_text.cpython-313.pyc
                                    vt100.cpython-313.pyc
                                __init__.py
                                base.py
                                color_depth.py
                                conemu.py
                                defaults.py
                                flush_stdout.py
                                plain_text.py
                                vt100.py
                                win32.py
                                windows10.py
                            shortcuts/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    dialogs.cpython-313.pyc
                                    prompt.cpython-313.pyc
                                    utils.cpython-313.pyc
                                progress_bar/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        base.cpython-313.pyc
                                        formatters.cpython-313.pyc
                                    __init__.py
                                    base.py
                                    formatters.py
                                __init__.py
                                dialogs.py
                                prompt.py
                                utils.py
                            styles/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    base.cpython-313.pyc
                                    defaults.cpython-313.pyc
                                    named_colors.cpython-313.pyc
                                    pygments.cpython-313.pyc
                                    style.cpython-313.pyc
                                    style_transformation.cpython-313.pyc
                                __init__.py
                                base.py
                                defaults.py
                                named_colors.py
                                pygments.py
                                style.py
                                style_transformation.py
                            widgets/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    base.cpython-313.pyc
                                    dialogs.cpython-313.pyc
                                    menus.cpython-313.pyc
                                    toolbars.cpython-313.pyc
                                __init__.py
                                base.py
                                dialogs.py
                                menus.py
                                toolbars.py
                            __init__.py
                            auto_suggest.py
                            buffer.py
                            cache.py
                            cursor_shapes.py
                            data_structures.py
                            document.py
                            enums.py
                            history.py
                            keys.py
                            log.py
                            mouse_events.py
                            patch_stdout.py
                            py.typed
                            renderer.py
                            search.py
                            selection.py
                            token.py
                            utils.py
                            validation.py
                            win32_types.py
                        prompt_toolkit-3.0.51.dist-info/
                            licenses/
                                AUTHORS.rst
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        psutil/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _common.cpython-313.pyc
                                _psosx.cpython-313.pyc
                                _psposix.cpython-313.pyc
                            tests/
                                __init__.py
                                __main__.py
                                test_aix.py
                                test_bsd.py
                                test_connections.py
                                test_contracts.py
                                test_linux.py
                                test_memleaks.py
                                test_misc.py
                                test_osx.py
                                test_posix.py
                                test_process.py
                                test_process_all.py
                                test_scripts.py
                                test_sunos.py
                                test_system.py
                                test_testutils.py
                                test_unicode.py
                                test_windows.py
                            __init__.py
                            _common.py
                            _psaix.py
                            _psbsd.py
                            _pslinux.py
                            _psosx.py
                            _psposix.py
                            _pssunos.py
                            _psutil_osx.abi3.so
                            _psutil_posix.abi3.so
                            _pswindows.py
                        psutil-7.0.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        ptyprocess/
                            __init__.py
                            _fork_pty.py
                            ptyprocess.py
                            util.py
                        ptyprocess-0.7.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pure_eval/
                            __pycache__/
                                __init__.cpython-313.pyc
                                core.cpython-313.pyc
                                my_getattr_static.cpython-313.pyc
                                utils.cpython-313.pyc
                                version.cpython-313.pyc
                            __init__.py
                            core.py
                            my_getattr_static.py
                            py.typed
                            utils.py
                            version.py
                        pure_eval-0.2.3.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        py7zr/
                            __pycache__/
                                __init__.cpython-313.pyc
                                archiveinfo.cpython-313.pyc
                                callbacks.cpython-313.pyc
                                compressor.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                helpers.cpython-313.pyc
                                io.cpython-313.pyc
                                properties.cpython-313.pyc
                                py7zr.cpython-313.pyc
                                version.cpython-313.pyc
                                win32compat.cpython-313.pyc
                            __init__.py
                            __main__.py
                            archiveinfo.py
                            callbacks.py
                            cli.py
                            compressor.py
                            exceptions.py
                            helpers.py
                            io.py
                            properties.py
                            py.typed
                            py7zr.py
                            version.py
                            win32compat.py
                        py7zr-1.0.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pybcj-1.0.6.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pycparser/
                            __pycache__/
                                __init__.cpython-313.pyc
                                ast_transforms.cpython-313.pyc
                                c_ast.cpython-313.pyc
                                c_lexer.cpython-313.pyc
                                c_parser.cpython-313.pyc
                                lextab.cpython-313.pyc
                                plyparser.cpython-313.pyc
                                yacctab.cpython-313.pyc
                            ply/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    lex.cpython-313.pyc
                                    yacc.cpython-313.pyc
                                __init__.py
                                cpp.py
                                ctokens.py
                                lex.py
                                yacc.py
                                ygen.py
                            __init__.py
                            _ast_gen.py
                            _build_tables.py
                            _c_ast.cfg
                            ast_transforms.py
                            c_ast.py
                            c_generator.py
                            c_lexer.py
                            c_parser.py
                            lextab.py
                            plyparser.py
                            yacctab.py
                        pycparser-2.22.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pycryptodomex-3.23.0.dist-info/
                            AUTHORS.rst
                            INSTALLER
                            LICENSE.rst
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pydantic/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _migration.cpython-313.pyc
                                aliases.cpython-313.pyc
                                annotated_handlers.cpython-313.pyc
                                config.cpython-313.pyc
                                errors.cpython-313.pyc
                                fields.cpython-313.pyc
                                functional_validators.cpython-313.pyc
                                json_schema.cpython-313.pyc
                                main.cpython-313.pyc
                                types.cpython-313.pyc
                                version.cpython-313.pyc
                                warnings.cpython-313.pyc
                            _internal/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _config.cpython-313.pyc
                                    _core_metadata.cpython-313.pyc
                                    _core_utils.cpython-313.pyc
                                    _decorators.cpython-313.pyc
                                    _decorators_v1.cpython-313.pyc
                                    _discriminated_union.cpython-313.pyc
                                    _docs_extraction.cpython-313.pyc
                                    _fields.cpython-313.pyc
                                    _forward_ref.cpython-313.pyc
                                    _generate_schema.cpython-313.pyc
                                    _generics.cpython-313.pyc
                                    _import_utils.cpython-313.pyc
                                    _internal_dataclass.cpython-313.pyc
                                    _known_annotated_metadata.cpython-313.pyc
                                    _mock_val_ser.cpython-313.pyc
                                    _model_construction.cpython-313.pyc
                                    _namespace_utils.cpython-313.pyc
                                    _repr.cpython-313.pyc
                                    _schema_gather.cpython-313.pyc
                                    _schema_generation_shared.cpython-313.pyc
                                    _signature.cpython-313.pyc
                                    _typing_extra.cpython-313.pyc
                                    _utils.cpython-313.pyc
                                    _validators.cpython-313.pyc
                                __init__.py
                                _config.py
                                _core_metadata.py
                                _core_utils.py
                                _dataclasses.py
                                _decorators.py
                                _decorators_v1.py
                                _discriminated_union.py
                                _docs_extraction.py
                                _fields.py
                                _forward_ref.py
                                _generate_schema.py
                                _generics.py
                                _git.py
                                _import_utils.py
                                _internal_dataclass.py
                                _known_annotated_metadata.py
                                _mock_val_ser.py
                                _model_construction.py
                                _namespace_utils.py
                                _repr.py
                                _schema_gather.py
                                _schema_generation_shared.py
                                _serializers.py
                                _signature.py
                                _typing_extra.py
                                _utils.py
                                _validate_call.py
                                _validators.py
                            deprecated/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    class_validators.cpython-313.pyc
                                __init__.py
                                class_validators.py
                                config.py
                                copy_internals.py
                                decorator.py
                                json.py
                                parse.py
                                tools.py
                            experimental/
                                __init__.py
                                arguments_schema.py
                                pipeline.py
                            plugin/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _loader.cpython-313.pyc
                                    _schema_validator.cpython-313.pyc
                                __init__.py
                                _loader.py
                                _schema_validator.py
                            v1/
                                __init__.py
                                _hypothesis_plugin.py
                                annotated_types.py
                                class_validators.py
                                color.py
                                config.py
                                dataclasses.py
                                datetime_parse.py
                                decorator.py
                                env_settings.py
                                error_wrappers.py
                                errors.py
                                fields.py
                                generics.py
                                json.py
                                main.py
                                mypy.py
                                networks.py
                                parse.py
                                py.typed
                                schema.py
                                tools.py
                                types.py
                                typing.py
                                utils.py
                                validators.py
                                version.py
                            __init__.py
                            _migration.py
                            alias_generators.py
                            aliases.py
                            annotated_handlers.py
                            class_validators.py
                            color.py
                            config.py
                            dataclasses.py
                            datetime_parse.py
                            decorator.py
                            env_settings.py
                            error_wrappers.py
                            errors.py
                            fields.py
                            functional_serializers.py
                            functional_validators.py
                            generics.py
                            json.py
                            json_schema.py
                            main.py
                            mypy.py
                            networks.py
                            parse.py
                            py.typed
                            root_model.py
                            schema.py
                            tools.py
                            type_adapter.py
                            types.py
                            typing.py
                            utils.py
                            validate_call_decorator.py
                            validators.py
                            version.py
                            warnings.py
                        pydantic-2.11.7.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pydantic_core/
                            __pycache__/
                                __init__.cpython-313.pyc
                                core_schema.cpython-313.pyc
                            __init__.py
                            _pydantic_core.cpython-313-darwin.so
                            _pydantic_core.pyi
                            core_schema.py
                            py.typed
                        pydantic_core-2.33.2.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pygments/
                            __pycache__/
                                __init__.cpython-313.pyc
                                console.cpython-313.pyc
                                filter.cpython-313.pyc
                                formatter.cpython-313.pyc
                                lexer.cpython-313.pyc
                                modeline.cpython-313.pyc
                                plugin.cpython-313.pyc
                                regexopt.cpython-313.pyc
                                style.cpython-313.pyc
                                token.cpython-313.pyc
                                unistring.cpython-313.pyc
                                util.cpython-313.pyc
                            filters/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                            formatters/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _mapping.cpython-313.pyc
                                    html.cpython-313.pyc
                                    terminal.cpython-313.pyc
                                    terminal256.cpython-313.pyc
                                __init__.py
                                _mapping.py
                                bbcode.py
                                groff.py
                                html.py
                                img.py
                                irc.py
                                latex.py
                                other.py
                                pangomarkup.py
                                rtf.py
                                svg.py
                                terminal.py
                                terminal256.py
                            lexers/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _mapping.cpython-313.pyc
                                    diff.cpython-313.pyc
                                    python.cpython-313.pyc
                                __init__.py
                                _ada_builtins.py
                                _asy_builtins.py
                                _cl_builtins.py
                                _cocoa_builtins.py
                                _csound_builtins.py
                                _css_builtins.py
                                _googlesql_builtins.py
                                _julia_builtins.py
                                _lasso_builtins.py
                                _lilypond_builtins.py
                                _lua_builtins.py
                                _luau_builtins.py
                                _mapping.py
                                _mql_builtins.py
                                _mysql_builtins.py
                                _openedge_builtins.py
                                _php_builtins.py
                                _postgres_builtins.py
                                _qlik_builtins.py
                                _scheme_builtins.py
                                _scilab_builtins.py
                                _sourcemod_builtins.py
                                _sql_builtins.py
                                _stan_builtins.py
                                _stata_builtins.py
                                _tsql_builtins.py
                                _usd_builtins.py
                                _vbscript_builtins.py
                                _vim_builtins.py
                                actionscript.py
                                ada.py
                                agile.py
                                algebra.py
                                ambient.py
                                amdgpu.py
                                ampl.py
                                apdlexer.py
                                apl.py
                                archetype.py
                                arrow.py
                                arturo.py
                                asc.py
                                asm.py
                                asn1.py
                                automation.py
                                bare.py
                                basic.py
                                bdd.py
                                berry.py
                                bibtex.py
                                blueprint.py
                                boa.py
                                bqn.py
                                business.py
                                c_cpp.py
                                c_like.py
                                capnproto.py
                                carbon.py
                                cddl.py
                                chapel.py
                                clean.py
                                codeql.py
                                comal.py
                                compiled.py
                                configs.py
                                console.py
                                cplint.py
                                crystal.py
                                csound.py
                                css.py
                                d.py
                                dalvik.py
                                data.py
                                dax.py
                                devicetree.py
                                diff.py
                                dns.py
                                dotnet.py
                                dsls.py
                                dylan.py
                                ecl.py
                                eiffel.py
                                elm.py
                                elpi.py
                                email.py
                                erlang.py
                                esoteric.py
                                ezhil.py
                                factor.py
                                fantom.py
                                felix.py
                                fift.py
                                floscript.py
                                forth.py
                                fortran.py
                                foxpro.py
                                freefem.py
                                func.py
                                functional.py
                                futhark.py
                                gcodelexer.py
                                gdscript.py
                                gleam.py
                                go.py
                                grammar_notation.py
                                graph.py
                                graphics.py
                                graphql.py
                                graphviz.py
                                gsql.py
                                hare.py
                                haskell.py
                                haxe.py
                                hdl.py
                                hexdump.py
                                html.py
                                idl.py
                                igor.py
                                inferno.py
                                installers.py
                                int_fiction.py
                                iolang.py
                                j.py
                                javascript.py
                                jmespath.py
                                jslt.py
                                json5.py
                                jsonnet.py
                                jsx.py
                                julia.py
                                jvm.py
                                kuin.py
                                kusto.py
                                ldap.py
                                lean.py
                                lilypond.py
                                lisp.py
                                macaulay2.py
                                make.py
                                maple.py
                                markup.py
                                math.py
                                matlab.py
                                maxima.py
                                meson.py
                                mime.py
                                minecraft.py
                                mips.py
                                ml.py
                                modeling.py
                                modula2.py
                                mojo.py
                                monte.py
                                mosel.py
                                ncl.py
                                nimrod.py
                                nit.py
                                nix.py
                                numbair.py
                                oberon.py
                                objective.py
                                ooc.py
                                openscad.py
                                other.py
                                parasail.py
                                parsers.py
                                pascal.py
                                pawn.py
                                pddl.py
                                perl.py
                                phix.py
                                php.py
                                pointless.py
                                pony.py
                                praat.py
                                procfile.py
                                prolog.py
                                promql.py
                                prql.py
                                ptx.py
                                python.py
                                q.py
                                qlik.py
                                qvt.py
                                r.py
                                rdf.py
                                rebol.py
                                rego.py
                                resource.py
                                ride.py
                                rita.py
                                rnc.py
                                roboconf.py
                                robotframework.py
                                ruby.py
                                rust.py
                                sas.py
                                savi.py
                                scdoc.py
                                scripting.py
                                sgf.py
                                shell.py
                                sieve.py
                                slash.py
                                smalltalk.py
                                smithy.py
                                smv.py
                                snobol.py
                                solidity.py
                                soong.py
                                sophia.py
                                special.py
                                spice.py
                                sql.py
                                srcinfo.py
                                stata.py
                                supercollider.py
                                tablegen.py
                                tact.py
                                tal.py
                                tcl.py
                                teal.py
                                templates.py
                                teraterm.py
                                testing.py
                                text.py
                                textedit.py
                                textfmts.py
                                theorem.py
                                thingsdb.py
                                tlb.py
                                tls.py
                                tnt.py
                                trafficscript.py
                                typoscript.py
                                typst.py
                                ul4.py
                                unicon.py
                                urbi.py
                                usd.py
                                varnish.py
                                verification.py
                                verifpal.py
                                vip.py
                                vyper.py
                                web.py
                                webassembly.py
                                webidl.py
                                webmisc.py
                                wgsl.py
                                whiley.py
                                wowtoc.py
                                wren.py
                                x10.py
                                xorg.py
                                yang.py
                                yara.py
                                zig.py
                            styles/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _mapping.cpython-313.pyc
                                    default.cpython-313.pyc
                                    monokai.cpython-313.pyc
                                    pastie.cpython-313.pyc
                                __init__.py
                                _mapping.py
                                abap.py
                                algol.py
                                algol_nu.py
                                arduino.py
                                autumn.py
                                borland.py
                                bw.py
                                coffee.py
                                colorful.py
                                default.py
                                dracula.py
                                emacs.py
                                friendly.py
                                friendly_grayscale.py
                                fruity.py
                                gh_dark.py
                                gruvbox.py
                                igor.py
                                inkpot.py
                                lightbulb.py
                                lilypond.py
                                lovelace.py
                                manni.py
                                material.py
                                monokai.py
                                murphy.py
                                native.py
                                nord.py
                                onedark.py
                                paraiso_dark.py
                                paraiso_light.py
                                pastie.py
                                perldoc.py
                                rainbow_dash.py
                                rrt.py
                                sas.py
                                solarized.py
                                staroffice.py
                                stata_dark.py
                                stata_light.py
                                tango.py
                                trac.py
                                vim.py
                                vs.py
                                xcode.py
                                zenburn.py
                            __init__.py
                            __main__.py
                            cmdline.py
                            console.py
                            filter.py
                            formatter.py
                            lexer.py
                            modeline.py
                            plugin.py
                            regexopt.py
                            scanner.py
                            sphinxext.py
                            style.py
                            token.py
                            unistring.py
                            util.py
                        pygments-2.19.2.dist-info/
                            licenses/
                                AUTHORS
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        PyNaCl-1.5.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pyppmd/
                            __pycache__/
                                __init__.cpython-313.pyc
                            c/
                                __pycache__/
                                    c_ppmd.cpython-313.pyc
                                _ppmd.cpython-313-darwin.so
                                c_ppmd.py
                            cffi/
                                cffi_ppmd.py
                            __init__.py
                            py.typed
                        pyppmd-1.2.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest/
                            __pycache__/
                                __init__.cpython-313.pyc
                                __main__.cpython-313.pyc
                            __init__.py
                            __main__.py
                            py.typed
                        pytest-8.4.1.dist-info/
                            licenses/
                                AUTHORS
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest_asyncio/
                            __pycache__/
                                __init__.cpython-313-pytest-8.4.1.pyc
                                _version.cpython-313-pytest-8.4.1.pyc
                                plugin.cpython-313-pytest-8.4.1.pyc
                            __init__.py
                            _version.py
                            plugin.py
                            py.typed
                        pytest_asyncio-1.1.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest_cov/
                            __pycache__/
                                __init__.cpython-313-pytest-8.4.1.pyc
                                __init__.cpython-313.pyc
                                compat.cpython-313-pytest-8.4.1.pyc
                                embed.cpython-313-pytest-8.4.1.pyc
                                embed.cpython-313.pyc
                                engine.cpython-313-pytest-8.4.1.pyc
                                plugin.cpython-313-pytest-8.4.1.pyc
                            __init__.py
                            compat.py
                            embed.py
                            engine.py
                            plugin.py
                        pytest_cov-6.2.1.dist-info/
                            licenses/
                                AUTHORS.rst
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest_local_badge/
                            __pycache__/
                                __init__.cpython-313-pytest-8.4.1.pyc
                                badges.cpython-313-pytest-8.4.1.pyc
                                plugin.cpython-313-pytest-8.4.1.pyc
                                svg_badge.cpython-313-pytest-8.4.1.pyc
                            __init__.py
                            badges.py
                            plugin.py
                            svg_badge.py
                        pytest_local_badge-1.0.3.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        python_dateutil-2.9.0.post0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        python_dotenv-1.1.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        python_json_logger-3.3.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            NOTICE
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pythonjsonlogger/
                            __init__.py
                            core.py
                            defaults.py
                            exception.py
                            json.py
                            jsonlogger.py
                            msgspec.py
                            orjson.py
                            py.typed
                            utils.py
                        pytz/
                            __pycache__/
                                __init__.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                lazy.cpython-313.pyc
                                tzfile.cpython-313.pyc
                                tzinfo.cpython-313.pyc
                            zoneinfo/
                                Africa/
                                    Abidjan
                                    Accra
                                    Addis_Ababa
                                    Algiers
                                    Asmara
                                    Asmera
                                    Bamako
                                    Bangui
                                    Banjul
                                    Bissau
                                    Blantyre
                                    Brazzaville
                                    Bujumbura
                                    Cairo
                                    Casablanca
                                    Ceuta
                                    Conakry
                                    Dakar
                                    Dar_es_Salaam
                                    Djibouti
                                    Douala
                                    El_Aaiun
                                    Freetown
                                    Gaborone
                                    Harare
                                    Johannesburg
                                    Juba
                                    Kampala
                                    Khartoum
                                    Kigali
                                    Kinshasa
                                    Lagos
                                    Libreville
                                    Lome
                                    Luanda
                                    Lubumbashi
                                    Lusaka
                                    Malabo
                                    Maputo
                                    Maseru
                                    Mbabane
                                    Mogadishu
                                    Monrovia
                                    Nairobi
                                    Ndjamena
                                    Niamey
                                    Nouakchott
                                    Ouagadougou
                                    Porto-Novo
                                    Sao_Tome
                                    Timbuktu
                                    Tripoli
                                    Tunis
                                    Windhoek
                                America/
                                    Argentina/
                                        Buenos_Aires
                                        Catamarca
                                        ComodRivadavia
                                        Cordoba
                                        Jujuy
                                        La_Rioja
                                        Mendoza
                                        Rio_Gallegos
                                        Salta
                                        San_Juan
                                        San_Luis
                                        Tucuman
                                        Ushuaia
                                    Indiana/
                                        Indianapolis
                                        Knox
                                        Marengo
                                        Petersburg
                                        Tell_City
                                        Vevay
                                        Vincennes
                                        Winamac
                                    Kentucky/
                                        Louisville
                                        Monticello
                                    North_Dakota/
                                        Beulah
                                        Center
                                        New_Salem
                                    Adak
                                    Anchorage
                                    Anguilla
                                    Antigua
                                    Araguaina
                                    Aruba
                                    Asuncion
                                    Atikokan
                                    Atka
                                    Bahia
                                    Bahia_Banderas
                                    Barbados
                                    Belem
                                    Belize
                                    Blanc-Sablon
                                    Boa_Vista
                                    Bogota
                                    Boise
                                    Buenos_Aires
                                    Cambridge_Bay
                                    Campo_Grande
                                    Cancun
                                    Caracas
                                    Catamarca
                                    Cayenne
                                    Cayman
                                    Chicago
                                    Chihuahua
                                    Ciudad_Juarez
                                    Coral_Harbour
                                    Cordoba
                                    Costa_Rica
                                    Coyhaique
                                    Creston
                                    Cuiaba
                                    Curacao
                                    Danmarkshavn
                                    Dawson
                                    Dawson_Creek
                                    Denver
                                    Detroit
                                    Dominica
                                    Edmonton
                                    Eirunepe
                                    El_Salvador
                                    Ensenada
                                    Fort_Nelson
                                    Fort_Wayne
                                    Fortaleza
                                    Glace_Bay
                                    Godthab
                                    Goose_Bay
                                    Grand_Turk
                                    Grenada
                                    Guadeloupe
                                    Guatemala
                                    Guayaquil
                                    Guyana
                                    Halifax
                                    Havana
                                    Hermosillo
                                    Indianapolis
                                    Inuvik
                                    Iqaluit
                                    Jamaica
                                    Jujuy
                                    Juneau
                                    Knox_IN
                                    Kralendijk
                                    La_Paz
                                    Lima
                                    Los_Angeles
                                    Louisville
                                    Lower_Princes
                                    Maceio
                                    Managua
                                    Manaus
                                    Marigot
                                    Martinique
                                    Matamoros
                                    Mazatlan
                                    Mendoza
                                    Menominee
                                    Merida
                                    Metlakatla
                                    Mexico_City
                                    Miquelon
                                    Moncton
                                    Monterrey
                                    Montevideo
                                    Montreal
                                    Montserrat
                                    Nassau
                                    New_York
                                    Nipigon
                                    Nome
                                    Noronha
                                    Nuuk
                                    Ojinaga
                                    Panama
                                    Pangnirtung
                                    Paramaribo
                                    Phoenix
                                    Port-au-Prince
                                    Port_of_Spain
                                    Porto_Acre
                                    Porto_Velho
                                    Puerto_Rico
                                    Punta_Arenas
                                    Rainy_River
                                    Rankin_Inlet
                                    Recife
                                    Regina
                                    Resolute
                                    Rio_Branco
                                    Rosario
                                    Santa_Isabel
                                    Santarem
                                    Santiago
                                    Santo_Domingo
                                    Sao_Paulo
                                    Scoresbysund
                                    Shiprock
                                    Sitka
                                    St_Barthelemy
                                    St_Johns
                                    St_Kitts
                                    St_Lucia
                                    St_Thomas
                                    St_Vincent
                                    Swift_Current
                                    Tegucigalpa
                                    Thule
                                    Thunder_Bay
                                    Tijuana
                                    Toronto
                                    Tortola
                                    Vancouver
                                    Virgin
                                    Whitehorse
                                    Winnipeg
                                    Yakutat
                                    Yellowknife
                                Antarctica/
                                    Casey
                                    Davis
                                    DumontDUrville
                                    Macquarie
                                    Mawson
                                    McMurdo
                                    Palmer
                                    Rothera
                                    South_Pole
                                    Syowa
                                    Troll
                                    Vostok
                                Arctic/
                                    Longyearbyen
                                Asia/
                                    Aden
                                    Almaty
                                    Amman
                                    Anadyr
                                    Aqtau
                                    Aqtobe
                                    Ashgabat
                                    Ashkhabad
                                    Atyrau
                                    Baghdad
                                    Bahrain
                                    Baku
                                    Bangkok
                                    Barnaul
                                    Beirut
                                    Bishkek
                                    Brunei
                                    Calcutta
                                    Chita
                                    Choibalsan
                                    Chongqing
                                    Chungking
                                    Colombo
                                    Dacca
                                    Damascus
                                    Dhaka
                                    Dili
                                    Dubai
                                    Dushanbe
                                    Famagusta
                                    Gaza
                                    Harbin
                                    Hebron
                                    Ho_Chi_Minh
                                    Hong_Kong
                                    Hovd
                                    Irkutsk
                                    Istanbul
                                    Jakarta
                                    Jayapura
                                    Jerusalem
                                    Kabul
                                    Kamchatka
                                    Karachi
                                    Kashgar
                                    Kathmandu
                                    Katmandu
                                    Khandyga
                                    Kolkata
                                    Krasnoyarsk
                                    Kuala_Lumpur
                                    Kuching
                                    Kuwait
                                    Macao
                                    Macau
                                    Magadan
                                    Makassar
                                    Manila
                                    Muscat
                                    Nicosia
                                    Novokuznetsk
                                    Novosibirsk
                                    Omsk
                                    Oral
                                    Phnom_Penh
                                    Pontianak
                                    Pyongyang
                                    Qatar
                                    Qostanay
                                    Qyzylorda
                                    Rangoon
                                    Riyadh
                                    Saigon
                                    Sakhalin
                                    Samarkand
                                    Seoul
                                    Shanghai
                                    Singapore
                                    Srednekolymsk
                                    Taipei
                                    Tashkent
                                    Tbilisi
                                    Tehran
                                    Tel_Aviv
                                    Thimbu
                                    Thimphu
                                    Tokyo
                                    Tomsk
                                    Ujung_Pandang
                                    Ulaanbaatar
                                    Ulan_Bator
                                    Urumqi
                                    Ust-Nera
                                    Vientiane
                                    Vladivostok
                                    Yakutsk
                                    Yangon
                                    Yekaterinburg
                                    Yerevan
                                Atlantic/
                                    Azores
                                    Bermuda
                                    Canary
                                    Cape_Verde
                                    Faeroe
                                    Faroe
                                    Jan_Mayen
                                    Madeira
                                    Reykjavik
                                    South_Georgia
                                    St_Helena
                                    Stanley
                                Australia/
                                    ACT
                                    Adelaide
                                    Brisbane
                                    Broken_Hill
                                    Canberra
                                    Currie
                                    Darwin
                                    Eucla
                                    Hobart
                                    LHI
                                    Lindeman
                                    Lord_Howe
                                    Melbourne
                                    North
                                    NSW
                                    Perth
                                    Queensland
                                    South
                                    Sydney
                                    Tasmania
                                    Victoria
                                    West
                                    Yancowinna
                                Brazil/
                                    Acre
                                    DeNoronha
                                    East
                                    West
                                Canada/
                                    Atlantic
                                    Central
                                    Eastern
                                    Mountain
                                    Newfoundland
                                    Pacific
                                    Saskatchewan
                                    Yukon
                                Chile/
                                    Continental
                                    EasterIsland
                                Etc/
                                    GMT
                                    GMT+0
                                    GMT+1
                                    GMT+10
                                    GMT+11
                                    GMT+12
                                    GMT+2
                                    GMT+3
                                    GMT+4
                                    GMT+5
                                    GMT+6
                                    GMT+7
                                    GMT+8
                                    GMT+9
                                    GMT-0
                                    GMT-1
                                    GMT-10
                                    GMT-11
                                    GMT-12
                                    GMT-13
                                    GMT-14
                                    GMT-2
                                    GMT-3
                                    GMT-4
                                    GMT-5
                                    GMT-6
                                    GMT-7
                                    GMT-8
                                    GMT-9
                                    GMT0
                                    Greenwich
                                    UCT
                                    Universal
                                    UTC
                                    Zulu
                                Europe/
                                    Amsterdam
                                    Andorra
                                    Astrakhan
                                    Athens
                                    Belfast
                                    Belgrade
                                    Berlin
                                    Bratislava
                                    Brussels
                                    Bucharest
                                    Budapest
                                    Busingen
                                    Chisinau
                                    Copenhagen
                                    Dublin
                                    Gibraltar
                                    Guernsey
                                    Helsinki
                                    Isle_of_Man
                                    Istanbul
                                    Jersey
                                    Kaliningrad
                                    Kiev
                                    Kirov
                                    Kyiv
                                    Lisbon
                                    Ljubljana
                                    London
                                    Luxembourg
                                    Madrid
                                    Malta
                                    Mariehamn
                                    Minsk
                                    Monaco
                                    Moscow
                                    Nicosia
                                    Oslo
                                    Paris
                                    Podgorica
                                    Prague
                                    Riga
                                    Rome
                                    Samara
                                    San_Marino
                                    Sarajevo
                                    Saratov
                                    Simferopol
                                    Skopje
                                    Sofia
                                    Stockholm
                                    Tallinn
                                    Tirane
                                    Tiraspol
                                    Ulyanovsk
                                    Uzhgorod
                                    Vaduz
                                    Vatican
                                    Vienna
                                    Vilnius
                                    Volgograd
                                    Warsaw
                                    Zagreb
                                    Zaporozhye
                                    Zurich
                                Indian/
                                    Antananarivo
                                    Chagos
                                    Christmas
                                    Cocos
                                    Comoro
                                    Kerguelen
                                    Mahe
                                    Maldives
                                    Mauritius
                                    Mayotte
                                    Reunion
                                Mexico/
                                    BajaNorte
                                    BajaSur
                                    General
                                Pacific/
                                    Apia
                                    Auckland
                                    Bougainville
                                    Chatham
                                    Chuuk
                                    Easter
                                    Efate
                                    Enderbury
                                    Fakaofo
                                    Fiji
                                    Funafuti
                                    Galapagos
                                    Gambier
                                    Guadalcanal
                                    Guam
                                    Honolulu
                                    Johnston
                                    Kanton
                                    Kiritimati
                                    Kosrae
                                    Kwajalein
                                    Majuro
                                    Marquesas
                                    Midway
                                    Nauru
                                    Niue
                                    Norfolk
                                    Noumea
                                    Pago_Pago
                                    Palau
                                    Pitcairn
                                    Pohnpei
                                    Ponape
                                    Port_Moresby
                                    Rarotonga
                                    Saipan
                                    Samoa
                                    Tahiti
                                    Tarawa
                                    Tongatapu
                                    Truk
                                    Wake
                                    Wallis
                                    Yap
                                US/
                                    Alaska
                                    Aleutian
                                    Arizona
                                    Central
                                    East-Indiana
                                    Eastern
                                    Hawaii
                                    Indiana-Starke
                                    Michigan
                                    Mountain
                                    Pacific
                                    Samoa
                                CET
                                CST6CDT
                                Cuba
                                EET
                                Egypt
                                Eire
                                EST
                                EST5EDT
                                Factory
                                GB
                                GB-Eire
                                GMT
                                GMT+0
                                GMT-0
                                GMT0
                                Greenwich
                                Hongkong
                                HST
                                Iceland
                                Iran
                                iso3166.tab
                                Israel
                                Jamaica
                                Japan
                                Kwajalein
                                leapseconds
                                Libya
                                MET
                                MST
                                MST7MDT
                                Navajo
                                NZ
                                NZ-CHAT
                                Poland
                                Portugal
                                PRC
                                PST8PDT
                                ROC
                                ROK
                                Singapore
                                Turkey
                                tzdata.zi
                                UCT
                                Universal
                                UTC
                                W-SU
                                WET
                                zone.tab
                                zone1970.tab
                                zonenow.tab
                                Zulu
                            __init__.py
                            exceptions.py
                            lazy.py
                            reference.py
                            tzfile.py
                            tzinfo.py
                        pytz-2025.2.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        pyximport/
                            __init__.py
                            pyxbuild.py
                            pyximport.py
                        PyYAML-6.0.2.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pyzmq-27.0.1.dist-info/
                            licenses/
                                licenses/
                                    LICENSE.libsodium.txt
                                    LICENSE.tornado.txt
                                    LICENSE.zeromq.txt
                                LICENSE.md
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pyzstd/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _seekable_zstdfile.cpython-313.pyc
                                _zstdfile.cpython-313.pyc
                            _c/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                                _zstd.cpython-313-darwin.so
                            __init__.py
                            __init__.pyi
                            __main__.py
                            _seekable_zstdfile.py
                            _zstdfile.py
                            py.typed
                        pyzstd-0.17.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        referencing/
                            tests/
                                __init__.py
                                test_core.py
                                test_exceptions.py
                                test_jsonschema.py
                                test_referencing_suite.py
                                test_retrieval.py
                            __init__.py
                            _attrs.py
                            _attrs.pyi
                            _core.py
                            exceptions.py
                            jsonschema.py
                            py.typed
                            retrieval.py
                            typing.py
                        referencing-0.36.2.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        requests/
                            __pycache__/
                                __init__.cpython-313.pyc
                                __version__.cpython-313.pyc
                                _internal_utils.cpython-313.pyc
                                adapters.cpython-313.pyc
                                api.cpython-313.pyc
                                auth.cpython-313.pyc
                                certs.cpython-313.pyc
                                compat.cpython-313.pyc
                                cookies.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                hooks.cpython-313.pyc
                                models.cpython-313.pyc
                                packages.cpython-313.pyc
                                sessions.cpython-313.pyc
                                status_codes.cpython-313.pyc
                                structures.cpython-313.pyc
                                utils.cpython-313.pyc
                            __init__.py
                            __version__.py
                            _internal_utils.py
                            adapters.py
                            api.py
                            auth.py
                            certs.py
                            compat.py
                            cookies.py
                            exceptions.py
                            help.py
                            hooks.py
                            models.py
                            packages.py
                            sessions.py
                            status_codes.py
                            structures.py
                            utils.py
                        requests-2.32.4.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        requests_cache/
                            backends/
                                __init__.py
                                base.py
                                dynamodb.py
                                filesystem.py
                                gridfs.py
                                mongodb.py
                                redis.py
                                sqlite.py
                            models/
                                __init__.py
                                base.py
                                raw_response.py
                                request.py
                                response.py
                            policy/
                                __init__.py
                                actions.py
                                directives.py
                                expiration.py
                                settings.py
                            serializers/
                                __init__.py
                                cattrs.py
                                pipeline.py
                                preconf.py
                            __init__.py
                            _utils.py
                            cache_keys.py
                            patcher.py
                            py.typed
                            session.py
                        requests_cache-1.2.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        requirements/
                            __init__.py
                            fragment.py
                            parser.py
                            py.typed
                            requirement.py
                            vcs.py
                        requirements_parser-0.13.0.dist-info/
                            AUTHORS.md
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        rfc3339_validator-0.1.4.dist-info/
                            AUTHORS.rst
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        rfc3986_validator-0.1.1.dist-info/
                            AUTHORS.rst
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        rfc3987_syntax/
                            __init__.py
                            CITATION.cff
                            syntax_helpers.py
                            syntax_rfc3987.lark
                            utils.py
                        rfc3987_syntax-1.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        rich/
                            __init__.py
                            __main__.py
                            _cell_widths.py
                            _emoji_codes.py
                            _emoji_replace.py
                            _export_format.py
                            _extension.py
                            _fileno.py
                            _inspect.py
                            _log_render.py
                            _loop.py
                            _null_file.py
                            _palettes.py
                            _pick.py
                            _ratio.py
                            _spinners.py
                            _stack.py
                            _timer.py
                            _win32_console.py
                            _windows.py
                            _windows_renderer.py
                            _wrap.py
                            abc.py
                            align.py
                            ansi.py
                            bar.py
                            box.py
                            cells.py
                            color.py
                            color_triplet.py
                            columns.py
                            console.py
                            constrain.py
                            containers.py
                            control.py
                            default_styles.py
                            diagnose.py
                            emoji.py
                            errors.py
                            file_proxy.py
                            filesize.py
                            highlighter.py
                            json.py
                            jupyter.py
                            layout.py
                            live.py
                            live_render.py
                            logging.py
                            markdown.py
                            markup.py
                            measure.py
                            padding.py
                            pager.py
                            palette.py
                            panel.py
                            pretty.py
                            progress.py
                            progress_bar.py
                            prompt.py
                            protocol.py
                            py.typed
                            region.py
                            repr.py
                            rule.py
                            scope.py
                            screen.py
                            segment.py
                            spinner.py
                            status.py
                            style.py
                            styled.py
                            syntax.py
                            table.py
                            terminal_theme.py
                            text.py
                            theme.py
                            themes.py
                            traceback.py
                            tree.py
                        rich-14.1.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        rpds/
                            __init__.py
                            __init__.pyi
                            py.typed
                            rpds.cpython-313-darwin.so
                        rpds_py-0.26.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        scikit_learn-1.7.1.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        scipy/
                            .dylibs/
                                libgcc_s.1.1.dylib
                                libgfortran.5.dylib
                                libquadmath.0.dylib
                            _lib/
                                _uarray/
                                    __init__.py
                                    _backend.py
                                    _uarray.cpython-313-darwin.so
                                    LICENSE
                                array_api_compat/
                                    common/
                                        __init__.py
                                        _aliases.py
                                        _fft.py
                                        _helpers.py
                                        _linalg.py
                                        _typing.py
                                    cupy/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    dask/
                                        array/
                                            __init__.py
                                            _aliases.py
                                            _info.py
                                            fft.py
                                            linalg.py
                                        __init__.py
                                    numpy/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    torch/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        fft.py
                                        linalg.py
                                    __init__.py
                                    _internal.py
                                array_api_extra/
                                    __init__.py
                                    _funcs.py
                                    _typing.py
                                cobyqa/
                                    subsolvers/
                                        __init__.py
                                        geometry.py
                                        optim.py
                                    utils/
                                        __init__.py
                                        exceptions.py
                                        math.py
                                        versions.py
                                    __init__.py
                                    framework.py
                                    main.py
                                    models.py
                                    problem.py
                                    settings.py
                                tests/
                                    __init__.py
                                    test__gcutils.py
                                    test__pep440.py
                                    test__testutils.py
                                    test__threadsafety.py
                                    test__util.py
                                    test_array_api.py
                                    test_bunch.py
                                    test_ccallback.py
                                    test_config.py
                                    test_deprecation.py
                                    test_doccer.py
                                    test_import_cycles.py
                                    test_public_api.py
                                    test_scipy_version.py
                                    test_tmpdirs.py
                                    test_warnings.py
                                __init__.py
                                _array_api.py
                                _array_api_no_0d.py
                                _bunch.py
                                _ccallback.py
                                _ccallback_c.cpython-313-darwin.so
                                _disjoint_set.py
                                _docscrape.py
                                _elementwise_iterative_method.py
                                _finite_differences.py
                                _fpumode.cpython-313-darwin.so
                                _gcutils.py
                                _pep440.py
                                _test_ccallback.cpython-313-darwin.so
                                _test_deprecation_call.cpython-313-darwin.so
                                _test_deprecation_def.cpython-313-darwin.so
                                _testutils.py
                                _threadsafety.py
                                _tmpdirs.py
                                _util.py
                                decorator.py
                                deprecation.py
                                doccer.py
                                messagestream.cpython-313-darwin.so
                                uarray.py
                            cluster/
                                tests/
                                    __init__.py
                                    hierarchy_test_data.py
                                    test_disjoint_set.py
                                    test_hierarchy.py
                                    test_vq.py
                                __init__.py
                                _hierarchy.cpython-313-darwin.so
                                _optimal_leaf_ordering.cpython-313-darwin.so
                                _vq.cpython-313-darwin.so
                                hierarchy.py
                                vq.py
                            constants/
                                tests/
                                    __init__.py
                                    test_codata.py
                                    test_constants.py
                                __init__.py
                                _codata.py
                                _constants.py
                                codata.py
                                constants.py
                            datasets/
                                tests/
                                    __init__.py
                                    test_data.py
                                __init__.py
                                _download_all.py
                                _fetchers.py
                                _registry.py
                                _utils.py
                            differentiate/
                                tests/
                                    __init__.py
                                    test_differentiate.py
                                __init__.py
                                _differentiate.py
                            fft/
                                _pocketfft/
                                    tests/
                                        __init__.py
                                        test_basic.py
                                        test_real_transforms.py
                                    __init__.py
                                    basic.py
                                    helper.py
                                    LICENSE.md
                                    pypocketfft.cpython-313-darwin.so
                                    realtransforms.py
                                tests/
                                    __init__.py
                                    mock_backend.py
                                    test_backend.py
                                    test_basic.py
                                    test_fftlog.py
                                    test_helper.py
                                    test_multithreading.py
                                    test_real_transforms.py
                                __init__.py
                                _backend.py
                                _basic.py
                                _basic_backend.py
                                _debug_backends.py
                                _fftlog.py
                                _fftlog_backend.py
                                _helper.py
                                _realtransforms.py
                                _realtransforms_backend.py
                            fftpack/
                                tests/
                                    __init__.py
                                    fftw_double_ref.npz
                                    fftw_longdouble_ref.npz
                                    fftw_single_ref.npz
                                    test.npz
                                    test_basic.py
                                    test_helper.py
                                    test_import.py
                                    test_pseudo_diffs.py
                                    test_real_transforms.py
                                __init__.py
                                _basic.py
                                _helper.py
                                _pseudo_diffs.py
                                _realtransforms.py
                                basic.py
                                convolve.cpython-313-darwin.so
                                helper.py
                                pseudo_diffs.py
                                realtransforms.py
                            integrate/
                                _ivp/
                                    tests/
                                        __init__.py
                                        test_ivp.py
                                        test_rk.py
                                    __init__.py
                                    base.py
                                    bdf.py
                                    common.py
                                    dop853_coefficients.py
                                    ivp.py
                                    lsoda.py
                                    radau.py
                                    rk.py
                                _rules/
                                    __init__.py
                                    _base.py
                                    _gauss_kronrod.py
                                    _gauss_legendre.py
                                    _genz_malik.py
                                tests/
                                    __init__.py
                                    test__quad_vec.py
                                    test_banded_ode_solvers.py
                                    test_bvp.py
                                    test_cubature.py
                                    test_integrate.py
                                    test_odeint_jac.py
                                    test_quadpack.py
                                    test_quadrature.py
                                    test_tanhsinh.py
                                __init__.py
                                _bvp.py
                                _cubature.py
                                _dop.cpython-313-darwin.so
                                _lebedev.py
                                _lsoda.cpython-313-darwin.so
                                _ode.py
                                _odepack.cpython-313-darwin.so
                                _odepack_py.py
                                _quad_vec.py
                                _quadpack.cpython-313-darwin.so
                                _quadpack_py.py
                                _quadrature.py
                                _tanhsinh.py
                                _test_multivariate.cpython-313-darwin.so
                                _test_odeint_banded.cpython-313-darwin.so
                                _vode.cpython-313-darwin.so
                                dop.py
                                lsoda.py
                                odepack.py
                                quadpack.py
                                vode.py
                            interpolate/
                                tests/
                                    data/
                                        bug-1310.npz
                                        estimate_gradients_hang.npy
                                        gcvspl.npz
                                    __init__.py
                                    test_bary_rational.py
                                    test_bsplines.py
                                    test_fitpack.py
                                    test_fitpack2.py
                                    test_gil.py
                                    test_interpnd.py
                                    test_interpolate.py
                                    test_ndgriddata.py
                                    test_pade.py
                                    test_polyint.py
                                    test_rbf.py
                                    test_rbfinterp.py
                                    test_rgi.py
                                __init__.py
                                _bary_rational.py
                                _bspl.cpython-313-darwin.so
                                _bsplines.py
                                _cubic.py
                                _dfitpack.cpython-313-darwin.so
                                _dierckx.cpython-313-darwin.so
                                _fitpack.cpython-313-darwin.so
                                _fitpack2.py
                                _fitpack_impl.py
                                _fitpack_py.py
                                _fitpack_repro.py
                                _interpnd.cpython-313-darwin.so
                                _interpolate.py
                                _ndbspline.py
                                _ndgriddata.py
                                _pade.py
                                _polyint.py
                                _ppoly.cpython-313-darwin.so
                                _rbf.py
                                _rbfinterp.py
                                _rbfinterp_pythran.cpython-313-darwin.so
                                _rgi.py
                                _rgi_cython.cpython-313-darwin.so
                                dfitpack.py
                                fitpack.py
                                fitpack2.py
                                interpnd.py
                                interpolate.py
                                ndgriddata.py
                                polyint.py
                                rbf.py
                            io/
                                _fast_matrix_market/
                                    __init__.py
                                    _fmm_core.cpython-313-darwin.so
                                _harwell_boeing/
                                    tests/
                                        __init__.py
                                        test_fortran_format.py
                                        test_hb.py
                                    __init__.py
                                    _fortran_format_parser.py
                                    hb.py
                                arff/
                                    tests/
                                        data/
                                            iris.arff
                                            missing.arff
                                            nodata.arff
                                            quoted_nominal.arff
                                            quoted_nominal_spaces.arff
                                            test1.arff
                                            test10.arff
                                            test11.arff
                                            test2.arff
                                            test3.arff
                                            test4.arff
                                            test5.arff
                                            test6.arff
                                            test7.arff
                                            test8.arff
                                            test9.arff
                                        __init__.py
                                        test_arffread.py
                                    __init__.py
                                    _arffread.py
                                    arffread.py
                                matlab/
                                    tests/
                                        data/
                                            bad_miuint32.mat
                                            bad_miutf8_array_name.mat
                                            big_endian.mat
                                            broken_utf8.mat
                                            corrupted_zlib_checksum.mat
                                            corrupted_zlib_data.mat
                                            debigged_m4.mat
                                            japanese_utf8.txt
                                            little_endian.mat
                                            logical_sparse.mat
                                            malformed1.mat
                                            miuint32_for_miint32.mat
                                            miutf8_array_name.mat
                                            nasty_duplicate_fieldnames.mat
                                            one_by_zero_char.mat
                                            parabola.mat
                                            single_empty_string.mat
                                            some_functions.mat
                                            sqr.mat
                                            test3dmatrix_6.1_SOL2.mat
                                            test3dmatrix_6.5.1_GLNX86.mat
                                            test3dmatrix_7.1_GLNX86.mat
                                            test3dmatrix_7.4_GLNX86.mat
                                            test_empty_struct.mat
                                            test_mat4_le_floats.mat
                                            test_skip_variable.mat
                                            testbool_8_WIN64.mat
                                            testcell_6.1_SOL2.mat
                                            testcell_6.5.1_GLNX86.mat
                                            testcell_7.1_GLNX86.mat
                                            testcell_7.4_GLNX86.mat
                                            testcellnest_6.1_SOL2.mat
                                            testcellnest_6.5.1_GLNX86.mat
                                            testcellnest_7.1_GLNX86.mat
                                            testcellnest_7.4_GLNX86.mat
                                            testcomplex_4.2c_SOL2.mat
                                            testcomplex_6.1_SOL2.mat
                                            testcomplex_6.5.1_GLNX86.mat
                                            testcomplex_7.1_GLNX86.mat
                                            testcomplex_7.4_GLNX86.mat
                                            testdouble_4.2c_SOL2.mat
                                            testdouble_6.1_SOL2.mat
                                            testdouble_6.5.1_GLNX86.mat
                                            testdouble_7.1_GLNX86.mat
                                            testdouble_7.4_GLNX86.mat
                                            testemptycell_5.3_SOL2.mat
                                            testemptycell_6.5.1_GLNX86.mat
                                            testemptycell_7.1_GLNX86.mat
                                            testemptycell_7.4_GLNX86.mat
                                            testfunc_7.4_GLNX86.mat
                                            testhdf5_7.4_GLNX86.mat
                                            testmatrix_4.2c_SOL2.mat
                                            testmatrix_6.1_SOL2.mat
                                            testmatrix_6.5.1_GLNX86.mat
                                            testmatrix_7.1_GLNX86.mat
                                            testmatrix_7.4_GLNX86.mat
                                            testminus_4.2c_SOL2.mat
                                            testminus_6.1_SOL2.mat
                                            testminus_6.5.1_GLNX86.mat
                                            testminus_7.1_GLNX86.mat
                                            testminus_7.4_GLNX86.mat
                                            testmulti_4.2c_SOL2.mat
                                            testmulti_7.1_GLNX86.mat
                                            testmulti_7.4_GLNX86.mat
                                            testobject_6.1_SOL2.mat
                                            testobject_6.5.1_GLNX86.mat
                                            testobject_7.1_GLNX86.mat
                                            testobject_7.4_GLNX86.mat
                                            testonechar_4.2c_SOL2.mat
                                            testonechar_6.1_SOL2.mat
                                            testonechar_6.5.1_GLNX86.mat
                                            testonechar_7.1_GLNX86.mat
                                            testonechar_7.4_GLNX86.mat
                                            testscalarcell_7.4_GLNX86.mat
                                            testsimplecell.mat
                                            testsparse_4.2c_SOL2.mat
                                            testsparse_6.1_SOL2.mat
                                            testsparse_6.5.1_GLNX86.mat
                                            testsparse_7.1_GLNX86.mat
                                            testsparse_7.4_GLNX86.mat
                                            testsparsecomplex_4.2c_SOL2.mat
                                            testsparsecomplex_6.1_SOL2.mat
                                            testsparsecomplex_6.5.1_GLNX86.mat
                                            testsparsecomplex_7.1_GLNX86.mat
                                            testsparsecomplex_7.4_GLNX86.mat
                                            testsparsefloat_7.4_GLNX86.mat
                                            teststring_4.2c_SOL2.mat
                                            teststring_6.1_SOL2.mat
                                            teststring_6.5.1_GLNX86.mat
                                            teststring_7.1_GLNX86.mat
                                            teststring_7.4_GLNX86.mat
                                            teststringarray_4.2c_SOL2.mat
                                            teststringarray_6.1_SOL2.mat
                                            teststringarray_6.5.1_GLNX86.mat
                                            teststringarray_7.1_GLNX86.mat
                                            teststringarray_7.4_GLNX86.mat
                                            teststruct_6.1_SOL2.mat
                                            teststruct_6.5.1_GLNX86.mat
                                            teststruct_7.1_GLNX86.mat
                                            teststruct_7.4_GLNX86.mat
                                            teststructarr_6.1_SOL2.mat
                                            teststructarr_6.5.1_GLNX86.mat
                                            teststructarr_7.1_GLNX86.mat
                                            teststructarr_7.4_GLNX86.mat
                                            teststructnest_6.1_SOL2.mat
                                            teststructnest_6.5.1_GLNX86.mat
                                            teststructnest_7.1_GLNX86.mat
                                            teststructnest_7.4_GLNX86.mat
                                            testunicode_7.1_GLNX86.mat
                                            testunicode_7.4_GLNX86.mat
                                            testvec_4_GLNX86.mat
                                        __init__.py
                                        test_byteordercodes.py
                                        test_mio.py
                                        test_mio5_utils.py
                                        test_mio_funcs.py
                                        test_mio_utils.py
                                        test_miobase.py
                                        test_pathological.py
                                        test_streams.py
                                    __init__.py
                                    _byteordercodes.py
                                    _mio.py
                                    _mio4.py
                                    _mio5.py
                                    _mio5_params.py
                                    _mio5_utils.cpython-313-darwin.so
                                    _mio_utils.cpython-313-darwin.so
                                    _miobase.py
                                    _streams.cpython-313-darwin.so
                                    byteordercodes.py
                                    mio.py
                                    mio4.py
                                    mio5.py
                                    mio5_params.py
                                    mio5_utils.py
                                    mio_utils.py
                                    miobase.py
                                    streams.py
                                tests/
                                    data/
                                        array_float32_1d.sav
                                        array_float32_2d.sav
                                        array_float32_3d.sav
                                        array_float32_4d.sav
                                        array_float32_5d.sav
                                        array_float32_6d.sav
                                        array_float32_7d.sav
                                        array_float32_8d.sav
                                        array_float32_pointer_1d.sav
                                        array_float32_pointer_2d.sav
                                        array_float32_pointer_3d.sav
                                        array_float32_pointer_4d.sav
                                        array_float32_pointer_5d.sav
                                        array_float32_pointer_6d.sav
                                        array_float32_pointer_7d.sav
                                        array_float32_pointer_8d.sav
                                        example_1.nc
                                        example_2.nc
                                        example_3_maskedvals.nc
                                        fortran-3x3d-2i.dat
                                        fortran-mixed.dat
                                        fortran-sf8-11x1x10.dat
                                        fortran-sf8-15x10x22.dat
                                        fortran-sf8-1x1x1.dat
                                        fortran-sf8-1x1x5.dat
                                        fortran-sf8-1x1x7.dat
                                        fortran-sf8-1x3x5.dat
                                        fortran-si4-11x1x10.dat
                                        fortran-si4-15x10x22.dat
                                        fortran-si4-1x1x1.dat
                                        fortran-si4-1x1x5.dat
                                        fortran-si4-1x1x7.dat
                                        fortran-si4-1x3x5.dat
                                        invalid_pointer.sav
                                        null_pointer.sav
                                        scalar_byte.sav
                                        scalar_byte_descr.sav
                                        scalar_complex32.sav
                                        scalar_complex64.sav
                                        scalar_float32.sav
                                        scalar_float64.sav
                                        scalar_heap_pointer.sav
                                        scalar_int16.sav
                                        scalar_int32.sav
                                        scalar_int64.sav
                                        scalar_string.sav
                                        scalar_uint16.sav
                                        scalar_uint32.sav
                                        scalar_uint64.sav
                                        struct_arrays.sav
                                        struct_arrays_byte_idl80.sav
                                        struct_arrays_replicated.sav
                                        struct_arrays_replicated_3d.sav
                                        struct_inherit.sav
                                        struct_pointer_arrays.sav
                                        struct_pointer_arrays_replicated.sav
                                        struct_pointer_arrays_replicated_3d.sav
                                        struct_pointers.sav
                                        struct_pointers_replicated.sav
                                        struct_pointers_replicated_3d.sav
                                        struct_scalars.sav
                                        struct_scalars_replicated.sav
                                        struct_scalars_replicated_3d.sav
                                        test-1234Hz-le-1ch-10S-20bit-extra.wav
                                        test-44100Hz-2ch-32bit-float-be.wav
                                        test-44100Hz-2ch-32bit-float-le.wav
                                        test-44100Hz-be-1ch-4bytes.wav
                                        test-44100Hz-le-1ch-4bytes-early-eof-no-data.wav
                                        test-44100Hz-le-1ch-4bytes-early-eof.wav
                                        test-44100Hz-le-1ch-4bytes-incomplete-chunk.wav
                                        test-44100Hz-le-1ch-4bytes-rf64.wav
                                        test-44100Hz-le-1ch-4bytes.wav
                                        test-48000Hz-2ch-64bit-float-le-wavex.wav
                                        test-8000Hz-be-3ch-5S-24bit.wav
                                        test-8000Hz-le-1ch-1byte-ulaw.wav
                                        test-8000Hz-le-2ch-1byteu.wav
                                        test-8000Hz-le-3ch-5S-24bit-inconsistent.wav
                                        test-8000Hz-le-3ch-5S-24bit-rf64.wav
                                        test-8000Hz-le-3ch-5S-24bit.wav
                                        test-8000Hz-le-3ch-5S-36bit.wav
                                        test-8000Hz-le-3ch-5S-45bit.wav
                                        test-8000Hz-le-3ch-5S-53bit.wav
                                        test-8000Hz-le-3ch-5S-64bit.wav
                                        test-8000Hz-le-4ch-9S-12bit.wav
                                        test-8000Hz-le-5ch-9S-5bit.wav
                                        Transparent Busy.ani
                                        various_compressed.sav
                                    __init__.py
                                    test_fortran.py
                                    test_idl.py
                                    test_mmio.py
                                    test_netcdf.py
                                    test_paths.py
                                    test_wavfile.py
                                __init__.py
                                _fortran.py
                                _idl.py
                                _mmio.py
                                _netcdf.py
                                _test_fortran.cpython-313-darwin.so
                                harwell_boeing.py
                                idl.py
                                mmio.py
                                netcdf.py
                                wavfile.py
                            linalg/
                                tests/
                                    _cython_examples/
                                        extending.pyx
                                        meson.build
                                    data/
                                        carex_15_data.npz
                                        carex_18_data.npz
                                        carex_19_data.npz
                                        carex_20_data.npz
                                        carex_6_data.npz
                                        gendare_20170120_data.npz
                                    __init__.py
                                    test_basic.py
                                    test_blas.py
                                    test_cython_blas.py
                                    test_cython_lapack.py
                                    test_cythonized_array_utils.py
                                    test_decomp.py
                                    test_decomp_cholesky.py
                                    test_decomp_cossin.py
                                    test_decomp_ldl.py
                                    test_decomp_lu.py
                                    test_decomp_polar.py
                                    test_decomp_update.py
                                    test_extending.py
                                    test_fblas.py
                                    test_interpolative.py
                                    test_lapack.py
                                    test_matfuncs.py
                                    test_matmul_toeplitz.py
                                    test_procrustes.py
                                    test_sketches.py
                                    test_solve_toeplitz.py
                                    test_solvers.py
                                    test_special_matrices.py
                                __init__.pxd
                                __init__.py
                                _basic.py
                                _blas_subroutines.h
                                _cythonized_array_utils.cpython-313-darwin.so
                                _cythonized_array_utils.pxd
                                _cythonized_array_utils.pyi
                                _decomp.py
                                _decomp_cholesky.py
                                _decomp_cossin.py
                                _decomp_interpolative.cpython-313-darwin.so
                                _decomp_ldl.py
                                _decomp_lu.py
                                _decomp_lu_cython.cpython-313-darwin.so
                                _decomp_lu_cython.pyi
                                _decomp_polar.py
                                _decomp_qr.py
                                _decomp_qz.py
                                _decomp_schur.py
                                _decomp_svd.py
                                _decomp_update.cpython-313-darwin.so
                                _expm_frechet.py
                                _fblas.cpython-313-darwin.so
                                _flapack.cpython-313-darwin.so
                                _lapack_subroutines.h
                                _linalg_pythran.cpython-313-darwin.so
                                _matfuncs.py
                                _matfuncs_expm.cpython-313-darwin.so
                                _matfuncs_expm.pyi
                                _matfuncs_inv_ssq.py
                                _matfuncs_sqrtm.py
                                _matfuncs_sqrtm_triu.cpython-313-darwin.so
                                _misc.py
                                _procrustes.py
                                _sketches.py
                                _solve_toeplitz.cpython-313-darwin.so
                                _solvers.py
                                _special_matrices.py
                                _testutils.py
                                basic.py
                                blas.py
                                cython_blas.cpython-313-darwin.so
                                cython_blas.pxd
                                cython_blas.pyx
                                cython_lapack.cpython-313-darwin.so
                                cython_lapack.pxd
                                cython_lapack.pyx
                                decomp.py
                                decomp_cholesky.py
                                decomp_lu.py
                                decomp_qr.py
                                decomp_schur.py
                                decomp_svd.py
                                interpolative.py
                                lapack.py
                                matfuncs.py
                                misc.py
                                special_matrices.py
                            misc/
                                __init__.py
                                common.py
                                doccer.py
                            ndimage/
                                tests/
                                    data/
                                        label_inputs.txt
                                        label_results.txt
                                        label_strels.txt
                                    __init__.py
                                    dots.png
                                    test_c_api.py
                                    test_datatypes.py
                                    test_filters.py
                                    test_fourier.py
                                    test_interpolation.py
                                    test_measurements.py
                                    test_morphology.py
                                    test_ni_support.py
                                    test_splines.py
                                __init__.py
                                _ctest.cpython-313-darwin.so
                                _cytest.cpython-313-darwin.so
                                _delegators.py
                                _filters.py
                                _fourier.py
                                _interpolation.py
                                _measurements.py
                                _morphology.py
                                _nd_image.cpython-313-darwin.so
                                _ndimage_api.py
                                _ni_docstrings.py
                                _ni_label.cpython-313-darwin.so
                                _ni_support.py
                                _rank_filter_1d.cpython-313-darwin.so
                                _support_alternative_backends.py
                                filters.py
                                fourier.py
                                interpolation.py
                                measurements.py
                                morphology.py
                            odr/
                                tests/
                                    __init__.py
                                    test_odr.py
                                __init__.py
                                __odrpack.cpython-313-darwin.so
                                _add_newdocs.py
                                _models.py
                                _odrpack.py
                                models.py
                                odrpack.py
                            optimize/
                                _highspy/
                                    __init__.py
                                    _core.cpython-313-darwin.so
                                    _highs_options.cpython-313-darwin.so
                                    _highs_wrapper.py
                                _lsq/
                                    __init__.py
                                    bvls.py
                                    common.py
                                    dogbox.py
                                    givens_elimination.cpython-313-darwin.so
                                    least_squares.py
                                    lsq_linear.py
                                    trf.py
                                    trf_linear.py
                                _shgo_lib/
                                    __init__.py
                                    _complex.py
                                    _vertex.py
                                _trlib/
                                    __init__.py
                                    _trlib.cpython-313-darwin.so
                                _trustregion_constr/
                                    tests/
                                        __init__.py
                                        test_canonical_constraint.py
                                        test_nested_minimize.py
                                        test_projections.py
                                        test_qp_subproblem.py
                                        test_report.py
                                    __init__.py
                                    canonical_constraint.py
                                    equality_constrained_sqp.py
                                    minimize_trustregion_constr.py
                                    projections.py
                                    qp_subproblem.py
                                    report.py
                                    tr_interior_point.py
                                cython_optimize/
                                    __init__.py
                                    _zeros.cpython-313-darwin.so
                                    _zeros.pxd
                                    c_zeros.pxd
                                tests/
                                    _cython_examples/
                                        extending.pyx
                                        meson.build
                                    __init__.py
                                    test__basinhopping.py
                                    test__differential_evolution.py
                                    test__dual_annealing.py
                                    test__linprog_clean_inputs.py
                                    test__numdiff.py
                                    test__remove_redundancy.py
                                    test__root.py
                                    test__shgo.py
                                    test__spectral.py
                                    test_bracket.py
                                    test_chandrupatla.py
                                    test_cobyla.py
                                    test_cobyqa.py
                                    test_constraint_conversion.py
                                    test_constraints.py
                                    test_cython_optimize.py
                                    test_differentiable_functions.py
                                    test_direct.py
                                    test_extending.py
                                    test_hessian_update_strategy.py
                                    test_isotonic_regression.py
                                    test_lbfgsb_hessinv.py
                                    test_lbfgsb_setulb.py
                                    test_least_squares.py
                                    test_linear_assignment.py
                                    test_linesearch.py
                                    test_linprog.py
                                    test_lsq_common.py
                                    test_lsq_linear.py
                                    test_milp.py
                                    test_minimize_constrained.py
                                    test_minpack.py
                                    test_nnls.py
                                    test_nonlin.py
                                    test_optimize.py
                                    test_quadratic_assignment.py
                                    test_regression.py
                                    test_slsqp.py
                                    test_tnc.py
                                    test_trustregion.py
                                    test_trustregion_exact.py
                                    test_trustregion_krylov.py
                                    test_zeros.py
                                __init__.pxd
                                __init__.py
                                _basinhopping.py
                                _bglu_dense.cpython-313-darwin.so
                                _bracket.py
                                _chandrupatla.py
                                _cobyla.cpython-313-darwin.so
                                _cobyla_py.py
                                _cobyqa_py.py
                                _constraints.py
                                _cython_nnls.cpython-313-darwin.so
                                _dcsrch.py
                                _differentiable_functions.py
                                _differentialevolution.py
                                _direct.cpython-313-darwin.so
                                _direct_py.py
                                _dual_annealing.py
                                _elementwise.py
                                _group_columns.cpython-313-darwin.so
                                _hessian_update_strategy.py
                                _isotonic.py
                                _lbfgsb.cpython-313-darwin.so
                                _lbfgsb_py.py
                                _linesearch.py
                                _linprog.py
                                _linprog_doc.py
                                _linprog_highs.py
                                _linprog_ip.py
                                _linprog_rs.py
                                _linprog_simplex.py
                                _linprog_util.py
                                _lsap.cpython-313-darwin.so
                                _milp.py
                                _minimize.py
                                _minpack.cpython-313-darwin.so
                                _minpack_py.py
                                _moduleTNC.cpython-313-darwin.so
                                _nnls.py
                                _nonlin.py
                                _numdiff.py
                                _optimize.py
                                _pava_pybind.cpython-313-darwin.so
                                _qap.py
                                _remove_redundancy.py
                                _root.py
                                _root_scalar.py
                                _shgo.py
                                _slsqp.cpython-313-darwin.so
                                _slsqp_py.py
                                _spectral.py
                                _tnc.py
                                _trustregion.py
                                _trustregion_dogleg.py
                                _trustregion_exact.py
                                _trustregion_krylov.py
                                _trustregion_ncg.py
                                _tstutils.py
                                _zeros.cpython-313-darwin.so
                                _zeros_py.py
                                cobyla.py
                                cython_optimize.pxd
                                elementwise.py
                                lbfgsb.py
                                linesearch.py
                                minpack.py
                                minpack2.py
                                moduleTNC.py
                                nonlin.py
                                optimize.py
                                slsqp.py
                                tnc.py
                                zeros.py
                            signal/
                                tests/
                                    __init__.py
                                    _scipy_spectral_test_shim.py
                                    mpsig.py
                                    test_array_tools.py
                                    test_bsplines.py
                                    test_cont2discrete.py
                                    test_czt.py
                                    test_dltisys.py
                                    test_filter_design.py
                                    test_fir_filter_design.py
                                    test_ltisys.py
                                    test_max_len_seq.py
                                    test_peak_finding.py
                                    test_result_type.py
                                    test_savitzky_golay.py
                                    test_short_time_fft.py
                                    test_signaltools.py
                                    test_spectral.py
                                    test_splines.py
                                    test_upfirdn.py
                                    test_waveforms.py
                                    test_wavelets.py
                                    test_windows.py
                                windows/
                                    __init__.py
                                    _windows.py
                                    windows.py
                                __init__.py
                                _arraytools.py
                                _czt.py
                                _filter_design.py
                                _fir_filter_design.py
                                _lti_conversion.py
                                _ltisys.py
                                _max_len_seq.py
                                _max_len_seq_inner.cpython-313-darwin.so
                                _peak_finding.py
                                _peak_finding_utils.cpython-313-darwin.so
                                _savitzky_golay.py
                                _short_time_fft.py
                                _signaltools.py
                                _sigtools.cpython-313-darwin.so
                                _sosfilt.cpython-313-darwin.so
                                _spectral_py.py
                                _spline.cpython-313-darwin.so
                                _spline.pyi
                                _spline_filters.py
                                _upfirdn.py
                                _upfirdn_apply.cpython-313-darwin.so
                                _waveforms.py
                                _wavelets.py
                                bsplines.py
                                filter_design.py
                                fir_filter_design.py
                                lti_conversion.py
                                ltisys.py
                                signaltools.py
                                spectral.py
                                spline.py
                                waveforms.py
                                wavelets.py
                            sparse/
                                csgraph/
                                    tests/
                                        __init__.py
                                        test_connected_components.py
                                        test_conversions.py
                                        test_flow.py
                                        test_graph_laplacian.py
                                        test_matching.py
                                        test_pydata_sparse.py
                                        test_reordering.py
                                        test_shortest_path.py
                                        test_spanning_tree.py
                                        test_traversal.py
                                    __init__.py
                                    _flow.cpython-313-darwin.so
                                    _laplacian.py
                                    _matching.cpython-313-darwin.so
                                    _min_spanning_tree.cpython-313-darwin.so
                                    _reordering.cpython-313-darwin.so
                                    _shortest_path.cpython-313-darwin.so
                                    _tools.cpython-313-darwin.so
                                    _traversal.cpython-313-darwin.so
                                    _validation.py
                                linalg/
                                    _dsolve/
                                        tests/
                                            __init__.py
                                            test_linsolve.py
                                        __init__.py
                                        _add_newdocs.py
                                        _superlu.cpython-313-darwin.so
                                        linsolve.py
                                    _eigen/
                                        arpack/
                                            tests/
                                                __init__.py
                                                test_arpack.py
                                            __init__.py
                                            _arpack.cpython-313-darwin.so
                                            arpack.py
                                            COPYING
                                        lobpcg/
                                            tests/
                                                __init__.py
                                                test_lobpcg.py
                                            __init__.py
                                            lobpcg.py
                                        tests/
                                            __init__.py
                                            test_svds.py
                                        __init__.py
                                        _svds.py
                                        _svds_doc.py
                                    _isolve/
                                        tests/
                                            __init__.py
                                            test_gcrotmk.py
                                            test_iterative.py
                                            test_lgmres.py
                                            test_lsmr.py
                                            test_lsqr.py
                                            test_minres.py
                                            test_utils.py
                                        __init__.py
                                        _gcrotmk.py
                                        iterative.py
                                        lgmres.py
                                        lsmr.py
                                        lsqr.py
                                        minres.py
                                        tfqmr.py
                                        utils.py
                                    _propack/
                                        _cpropack.cpython-313-darwin.so
                                        _dpropack.cpython-313-darwin.so
                                        _spropack.cpython-313-darwin.so
                                        _zpropack.cpython-313-darwin.so
                                    tests/
                                        __init__.py
                                        propack_test_data.npz
                                        test_expm_multiply.py
                                        test_interface.py
                                        test_matfuncs.py
                                        test_norm.py
                                        test_onenormest.py
                                        test_propack.py
                                        test_pydata_sparse.py
                                        test_special_sparse_arrays.py
                                    __init__.py
                                    _expm_multiply.py
                                    _interface.py
                                    _matfuncs.py
                                    _norm.py
                                    _onenormest.py
                                    _special_sparse_arrays.py
                                    _svdp.py
                                    dsolve.py
                                    eigen.py
                                    interface.py
                                    isolve.py
                                    matfuncs.py
                                tests/
                                    data/
                                        csc_py2.npz
                                        csc_py3.npz
                                    __init__.py
                                    test_arithmetic1d.py
                                    test_array_api.py
                                    test_base.py
                                    test_common1d.py
                                    test_construct.py
                                    test_coo.py
                                    test_csc.py
                                    test_csr.py
                                    test_dok.py
                                    test_extract.py
                                    test_indexing1d.py
                                    test_matrix_io.py
                                    test_minmax1d.py
                                    test_sparsetools.py
                                    test_spfuncs.py
                                    test_sputils.py
                                __init__.py
                                _base.py
                                _bsr.py
                                _compressed.py
                                _construct.py
                                _coo.py
                                _csc.py
                                _csparsetools.cpython-313-darwin.so
                                _csr.py
                                _data.py
                                _dia.py
                                _dok.py
                                _extract.py
                                _index.py
                                _lil.py
                                _matrix.py
                                _matrix_io.py
                                _sparsetools.cpython-313-darwin.so
                                _spfuncs.py
                                _sputils.py
                                base.py
                                bsr.py
                                compressed.py
                                construct.py
                                coo.py
                                csc.py
                                csr.py
                                data.py
                                dia.py
                                dok.py
                                extract.py
                                lil.py
                                sparsetools.py
                                spfuncs.py
                                sputils.py
                            spatial/
                                qhull_src/
                                    COPYING.txt
                                tests/
                                    data/
                                        cdist-X1.txt
                                        cdist-X2.txt
                                        degenerate_pointset.npz
                                        iris.txt
                                        pdist-boolean-inp.txt
                                        pdist-chebyshev-ml-iris.txt
                                        pdist-chebyshev-ml.txt
                                        pdist-cityblock-ml-iris.txt
                                        pdist-cityblock-ml.txt
                                        pdist-correlation-ml-iris.txt
                                        pdist-correlation-ml.txt
                                        pdist-cosine-ml-iris.txt
                                        pdist-cosine-ml.txt
                                        pdist-double-inp.txt
                                        pdist-euclidean-ml-iris.txt
                                        pdist-euclidean-ml.txt
                                        pdist-hamming-ml.txt
                                        pdist-jaccard-ml.txt
                                        pdist-jensenshannon-ml-iris.txt
                                        pdist-jensenshannon-ml.txt
                                        pdist-minkowski-3.2-ml-iris.txt
                                        pdist-minkowski-3.2-ml.txt
                                        pdist-minkowski-5.8-ml-iris.txt
                                        pdist-seuclidean-ml-iris.txt
                                        pdist-seuclidean-ml.txt
                                        pdist-spearman-ml.txt
                                        random-bool-data.txt
                                        random-double-data.txt
                                        random-int-data.txt
                                        random-uint-data.txt
                                        selfdual-4d-polytope.txt
                                    __init__.py
                                    test__plotutils.py
                                    test__procrustes.py
                                    test_distance.py
                                    test_hausdorff.py
                                    test_kdtree.py
                                    test_qhull.py
                                    test_slerp.py
                                    test_spherical_voronoi.py
                                transform/
                                    tests/
                                        __init__.py
                                        test_rotation.py
                                        test_rotation_groups.py
                                        test_rotation_spline.py
                                    __init__.py
                                    _rotation.cpython-313-darwin.so
                                    _rotation_groups.py
                                    _rotation_spline.py
                                    rotation.py
                                __init__.py
                                _ckdtree.cpython-313-darwin.so
                                _distance_pybind.cpython-313-darwin.so
                                _distance_wrap.cpython-313-darwin.so
                                _geometric_slerp.py
                                _hausdorff.cpython-313-darwin.so
                                _kdtree.py
                                _plotutils.py
                                _procrustes.py
                                _qhull.cpython-313-darwin.so
                                _qhull.pyi
                                _spherical_voronoi.py
                                _voronoi.cpython-313-darwin.so
                                _voronoi.pyi
                                ckdtree.py
                                distance.py
                                distance.pyi
                                kdtree.py
                                qhull.py
                            special/
                                _precompute/
                                    __init__.py
                                    cosine_cdf.py
                                    expn_asy.py
                                    gammainc_asy.py
                                    gammainc_data.py
                                    hyp2f1_data.py
                                    lambertw.py
                                    loggamma.py
                                    struve_convergence.py
                                    utils.py
                                    wright_bessel.py
                                    wright_bessel_data.py
                                    wrightomega.py
                                    zetac.py
                                tests/
                                    _cython_examples/
                                        extending.pyx
                                        meson.build
                                    data/
                                        __init__.py
                                        boost.npz
                                        gsl.npz
                                        local.npz
                                    __init__.py
                                    test_basic.py
                                    test_bdtr.py
                                    test_boost_ufuncs.py
                                    test_boxcox.py
                                    test_cdflib.py
                                    test_cdft_asymptotic.py
                                    test_cephes_intp_cast.py
                                    test_cosine_distr.py
                                    test_cython_special.py
                                    test_data.py
                                    test_dd.py
                                    test_digamma.py
                                    test_ellip_harm.py
                                    test_erfinv.py
                                    test_exponential_integrals.py
                                    test_extending.py
                                    test_faddeeva.py
                                    test_gamma.py
                                    test_gammainc.py
                                    test_hyp2f1.py
                                    test_hypergeometric.py
                                    test_iv_ratio.py
                                    test_kolmogorov.py
                                    test_lambertw.py
                                    test_legendre.py
                                    test_log_softmax.py
                                    test_loggamma.py
                                    test_logit.py
                                    test_logsumexp.py
                                    test_mpmath.py
                                    test_nan_inputs.py
                                    test_ndtr.py
                                    test_ndtri_exp.py
                                    test_orthogonal.py
                                    test_orthogonal_eval.py
                                    test_owens_t.py
                                    test_pcf.py
                                    test_pdtr.py
                                    test_powm1.py
                                    test_precompute_expn_asy.py
                                    test_precompute_gammainc.py
                                    test_precompute_utils.py
                                    test_round.py
                                    test_sf_error.py
                                    test_sici.py
                                    test_specfun.py
                                    test_spence.py
                                    test_spfun_stats.py
                                    test_sph_harm.py
                                    test_spherical_bessel.py
                                    test_support_alternative_backends.py
                                    test_trig.py
                                    test_ufunc_signatures.py
                                    test_wright_bessel.py
                                    test_wrightomega.py
                                    test_xsf_cuda.py
                                    test_zeta.py
                                xsf/
                                    cephes/
                                        airy.h
                                        besselpoly.h
                                        beta.h
                                        cbrt.h
                                        chbevl.h
                                        chdtr.h
                                        const.h
                                        ellie.h
                                        ellik.h
                                        ellpe.h
                                        ellpk.h
                                        expn.h
                                        gamma.h
                                        hyp2f1.h
                                        hyperg.h
                                        i0.h
                                        i1.h
                                        igam.h
                                        igam_asymp_coeff.h
                                        igami.h
                                        j0.h
                                        j1.h
                                        jv.h
                                        k0.h
                                        k1.h
                                        kn.h
                                        lanczos.h
                                        ndtr.h
                                        poch.h
                                        polevl.h
                                        psi.h
                                        rgamma.h
                                        scipy_iv.h
                                        shichi.h
                                        sici.h
                                        sindg.h
                                        tandg.h
                                        trig.h
                                        unity.h
                                        zeta.h
                                    binom.h
                                    cdflib.h
                                    config.h
                                    digamma.h
                                    error.h
                                    evalpoly.h
                                    expint.h
                                    hyp2f1.h
                                    iv_ratio.h
                                    lambertw.h
                                    loggamma.h
                                    sici.h
                                    tools.h
                                    trig.h
                                    wright_bessel.h
                                    zlog1.h
                                __init__.pxd
                                __init__.py
                                _add_newdocs.py
                                _basic.py
                                _comb.cpython-313-darwin.so
                                _ellip_harm.py
                                _ellip_harm_2.cpython-313-darwin.so
                                _gufuncs.cpython-313-darwin.so
                                _input_validation.py
                                _lambertw.py
                                _logsumexp.py
                                _mptestutils.py
                                _multiufuncs.py
                                _orthogonal.py
                                _orthogonal.pyi
                                _sf_error.py
                                _specfun.cpython-313-darwin.so
                                _special_ufuncs.cpython-313-darwin.so
                                _spfun_stats.py
                                _spherical_bessel.py
                                _support_alternative_backends.py
                                _test_internal.cpython-313-darwin.so
                                _test_internal.pyi
                                _testutils.py
                                _ufuncs.cpython-313-darwin.so
                                _ufuncs.pyi
                                _ufuncs.pyx
                                _ufuncs_cxx.cpython-313-darwin.so
                                _ufuncs_cxx.pxd
                                _ufuncs_cxx.pyx
                                _ufuncs_cxx_defs.h
                                _ufuncs_defs.h
                                add_newdocs.py
                                basic.py
                                cython_special.cpython-313-darwin.so
                                cython_special.pxd
                                cython_special.pyi
                                libsf_error_state.dylib
                                orthogonal.py
                                sf_error.py
                                specfun.py
                                spfun_stats.py
                            stats/
                                _levy_stable/
                                    __init__.py
                                    levyst.cpython-313-darwin.so
                                _rcont/
                                    __init__.py
                                    rcont.cpython-313-darwin.so
                                _unuran/
                                    __init__.py
                                    unuran_wrapper.cpython-313-darwin.so
                                    unuran_wrapper.pyi
                                tests/
                                    data/
                                        levy_stable/
                                            stable-loc-scale-sample-data.npy
                                            stable-Z1-cdf-sample-data.npy
                                            stable-Z1-pdf-sample-data.npy
                                        nist_anova/
                                            AtmWtAg.dat
                                            SiRstv.dat
                                            SmLs01.dat
                                            SmLs02.dat
                                            SmLs03.dat
                                            SmLs04.dat
                                            SmLs05.dat
                                            SmLs06.dat
                                            SmLs07.dat
                                            SmLs08.dat
                                            SmLs09.dat
                                        nist_linregress/
                                            Norris.dat
                                        _mvt.py
                                        fisher_exact_results_from_r.py
                                        jf_skew_t_gamlss_pdf_data.npy
                                        rel_breitwigner_pdf_sample_data_ROOT.npy
                                        studentized_range_mpmath_ref.json
                                    __init__.py
                                    common_tests.py
                                    test_axis_nan_policy.py
                                    test_binned_statistic.py
                                    test_censored_data.py
                                    test_contingency.py
                                    test_continuous.py
                                    test_continuous_basic.py
                                    test_continuous_fit_censored.py
                                    test_correlation.py
                                    test_crosstab.py
                                    test_discrete_basic.py
                                    test_discrete_distns.py
                                    test_distributions.py
                                    test_entropy.py
                                    test_fast_gen_inversion.py
                                    test_fit.py
                                    test_hypotests.py
                                    test_kdeoth.py
                                    test_mgc.py
                                    test_morestats.py
                                    test_mstats_basic.py
                                    test_mstats_extras.py
                                    test_multicomp.py
                                    test_multivariate.py
                                    test_odds_ratio.py
                                    test_qmc.py
                                    test_rank.py
                                    test_relative_risk.py
                                    test_resampling.py
                                    test_sampling.py
                                    test_sensitivity_analysis.py
                                    test_stats.py
                                    test_survival.py
                                    test_tukeylambda_stats.py
                                    test_variation.py
                                __init__.py
                                _ansari_swilk_statistics.cpython-313-darwin.so
                                _axis_nan_policy.py
                                _biasedurn.cpython-313-darwin.so
                                _biasedurn.pxd
                                _binned_statistic.py
                                _binomtest.py
                                _bws_test.py
                                _censored_data.py
                                _common.py
                                _constants.py
                                _continuous_distns.py
                                _correlation.py
                                _covariance.py
                                _crosstab.py
                                _discrete_distns.py
                                _distn_infrastructure.py
                                _distr_params.py
                                _distribution_infrastructure.py
                                _entropy.py
                                _fit.py
                                _hypotests.py
                                _kde.py
                                _ksstats.py
                                _mannwhitneyu.py
                                _mgc.py
                                _morestats.py
                                _mstats_basic.py
                                _mstats_extras.py
                                _multicomp.py
                                _multivariate.py
                                _mvn.cpython-313-darwin.so
                                _new_distributions.py
                                _odds_ratio.py
                                _page_trend_test.py
                                _probability_distribution.py
                                _qmc.py
                                _qmc_cy.cpython-313-darwin.so
                                _qmc_cy.pyi
                                _qmvnt.py
                                _relative_risk.py
                                _resampling.py
                                _result_classes.py
                                _sampling.py
                                _sensitivity_analysis.py
                                _sobol.cpython-313-darwin.so
                                _sobol.pyi
                                _sobol_direction_numbers.npz
                                _stats.cpython-313-darwin.so
                                _stats.pxd
                                _stats_mstats_common.py
                                _stats_py.py
                                _stats_pythran.cpython-313-darwin.so
                                _survival.py
                                _tukeylambda_stats.py
                                _variation.py
                                _warnings_errors.py
                                _wilcoxon.py
                                biasedurn.py
                                contingency.py
                                distributions.py
                                kde.py
                                morestats.py
                                mstats.py
                                mstats_basic.py
                                mstats_extras.py
                                mvn.py
                                qmc.py
                                sampling.py
                                stats.py
                            __config__.py
                            __init__.py
                            _distributor_init.py
                            conftest.py
                            version.py
                        scipy-1.15.2.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        scp-0.15.0.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        send2trash/
                            mac/
                                __init__.py
                                legacy.py
                                modern.py
                            win/
                                __init__.py
                                IFileOperationProgressSink.py
                                legacy.py
                                modern.py
                            __init__.py
                            __main__.py
                            compat.py
                            exceptions.py
                            plat_gio.py
                            plat_other.py
                            util.py
                        Send2Trash-1.8.3.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        setuptools/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _core_metadata.cpython-313.pyc
                                _entry_points.cpython-313.pyc
                                _imp.cpython-313.pyc
                                _importlib.cpython-313.pyc
                                _itertools.cpython-313.pyc
                                _normalization.cpython-313.pyc
                                _path.cpython-313.pyc
                                _reqs.cpython-313.pyc
                                _scripts.cpython-313.pyc
                                _shutil.cpython-313.pyc
                                _static.cpython-313.pyc
                                archive_util.cpython-313.pyc
                                depends.cpython-313.pyc
                                discovery.cpython-313.pyc
                                dist.cpython-313.pyc
                                errors.cpython-313.pyc
                                extension.cpython-313.pyc
                                glob.cpython-313.pyc
                                logging.cpython-313.pyc
                                modified.cpython-313.pyc
                                monkey.cpython-313.pyc
                                namespaces.cpython-313.pyc
                                unicode_utils.cpython-313.pyc
                                version.cpython-313.pyc
                                warnings.cpython-313.pyc
                            _distutils/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _log.cpython-313.pyc
                                    _macos_compat.cpython-313.pyc
                                    _modified.cpython-313.pyc
                                    archive_util.cpython-313.pyc
                                    ccompiler.cpython-313.pyc
                                    cmd.cpython-313.pyc
                                    core.cpython-313.pyc
                                    debug.cpython-313.pyc
                                    dir_util.cpython-313.pyc
                                    dist.cpython-313.pyc
                                    errors.cpython-313.pyc
                                    extension.cpython-313.pyc
                                    fancy_getopt.cpython-313.pyc
                                    file_util.cpython-313.pyc
                                    filelist.cpython-313.pyc
                                    log.cpython-313.pyc
                                    spawn.cpython-313.pyc
                                    sysconfig.cpython-313.pyc
                                    text_file.cpython-313.pyc
                                    unixccompiler.cpython-313.pyc
                                    util.cpython-313.pyc
                                command/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _framework_compat.cpython-313.pyc
                                        bdist.cpython-313.pyc
                                        bdist_rpm.cpython-313.pyc
                                        build.cpython-313.pyc
                                        build_clib.cpython-313.pyc
                                        build_ext.cpython-313.pyc
                                        build_py.cpython-313.pyc
                                        build_scripts.cpython-313.pyc
                                        install.cpython-313.pyc
                                        install_lib.cpython-313.pyc
                                        install_scripts.cpython-313.pyc
                                        sdist.cpython-313.pyc
                                    __init__.py
                                    _framework_compat.py
                                    bdist.py
                                    bdist_dumb.py
                                    bdist_rpm.py
                                    build.py
                                    build_clib.py
                                    build_ext.py
                                    build_py.py
                                    build_scripts.py
                                    check.py
                                    clean.py
                                    config.py
                                    install.py
                                    install_data.py
                                    install_egg_info.py
                                    install_headers.py
                                    install_lib.py
                                    install_scripts.py
                                    sdist.py
                                compat/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        numpy.cpython-313.pyc
                                        py39.cpython-313.pyc
                                    __init__.py
                                    numpy.py
                                    py39.py
                                compilers/
                                    C/
                                        __pycache__/
                                            base.cpython-313.pyc
                                            errors.cpython-313.pyc
                                            unix.cpython-313.pyc
                                        tests/
                                            test_base.py
                                            test_cygwin.py
                                            test_mingw.py
                                            test_msvc.py
                                            test_unix.py
                                        base.py
                                        cygwin.py
                                        errors.py
                                        msvc.py
                                        unix.py
                                        zos.py
                                tests/
                                    compat/
                                        __init__.py
                                        py39.py
                                    __init__.py
                                    support.py
                                    test_archive_util.py
                                    test_bdist.py
                                    test_bdist_dumb.py
                                    test_bdist_rpm.py
                                    test_build.py
                                    test_build_clib.py
                                    test_build_ext.py
                                    test_build_py.py
                                    test_build_scripts.py
                                    test_check.py
                                    test_clean.py
                                    test_cmd.py
                                    test_config_cmd.py
                                    test_core.py
                                    test_dir_util.py
                                    test_dist.py
                                    test_extension.py
                                    test_file_util.py
                                    test_filelist.py
                                    test_install.py
                                    test_install_data.py
                                    test_install_headers.py
                                    test_install_lib.py
                                    test_install_scripts.py
                                    test_log.py
                                    test_modified.py
                                    test_sdist.py
                                    test_spawn.py
                                    test_sysconfig.py
                                    test_text_file.py
                                    test_util.py
                                    test_version.py
                                    test_versionpredicate.py
                                    unix_compat.py
                                __init__.py
                                _log.py
                                _macos_compat.py
                                _modified.py
                                _msvccompiler.py
                                archive_util.py
                                ccompiler.py
                                cmd.py
                                core.py
                                cygwinccompiler.py
                                debug.py
                                dep_util.py
                                dir_util.py
                                dist.py
                                errors.py
                                extension.py
                                fancy_getopt.py
                                file_util.py
                                filelist.py
                                log.py
                                spawn.py
                                sysconfig.py
                                text_file.py
                                unixccompiler.py
                                util.py
                                version.py
                                versionpredicate.py
                                zosccompiler.py
                            _vendor/
                                autocommand/
                                    __init__.py
                                    autoasync.py
                                    autocommand.py
                                    automain.py
                                    autoparse.py
                                    errors.py
                                autocommand-2.2.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                backports/
                                    tarfile/
                                        compat/
                                            __init__.py
                                            py38.py
                                        __init__.py
                                        __main__.py
                                    __init__.py
                                backports.tarfile-1.2.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                importlib_metadata/
                                    compat/
                                        __init__.py
                                        py311.py
                                        py39.py
                                    __init__.py
                                    _adapters.py
                                    _collections.py
                                    _compat.py
                                    _functools.py
                                    _itertools.py
                                    _meta.py
                                    _text.py
                                    diagnose.py
                                    py.typed
                                importlib_metadata-8.0.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                inflect/
                                    compat/
                                        __init__.py
                                        py38.py
                                    __init__.py
                                    py.typed
                                inflect-7.3.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                jaraco/
                                    __pycache__/
                                        context.cpython-313.pyc
                                    collections/
                                        __init__.py
                                        py.typed
                                    functools/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                        __init__.py
                                        __init__.pyi
                                        py.typed
                                    text/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                        __init__.py
                                        layouts.py
                                        Lorem ipsum.txt
                                        show-newlines.py
                                        strip-prefix.py
                                        to-dvorak.py
                                        to-qwerty.py
                                    context.py
                                jaraco.collections-5.1.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                jaraco.context-5.3.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                jaraco.functools-4.0.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                jaraco.text-3.12.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                more_itertools/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        more.cpython-313.pyc
                                        recipes.cpython-313.pyc
                                    __init__.py
                                    __init__.pyi
                                    more.py
                                    more.pyi
                                    py.typed
                                    recipes.py
                                    recipes.pyi
                                more_itertools-10.3.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                packaging/
                                    licenses/
                                        __init__.py
                                        _spdx.py
                                    __init__.py
                                    _elffile.py
                                    _manylinux.py
                                    _musllinux.py
                                    _parser.py
                                    _structures.py
                                    _tokenizer.py
                                    markers.py
                                    metadata.py
                                    py.typed
                                    requirements.py
                                    specifiers.py
                                    tags.py
                                    utils.py
                                    version.py
                                packaging-24.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    LICENSE.APACHE
                                    LICENSE.BSD
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                platformdirs/
                                    __init__.py
                                    __main__.py
                                    android.py
                                    api.py
                                    macos.py
                                    py.typed
                                    unix.py
                                    version.py
                                    windows.py
                                platformdirs-4.2.2.dist-info/
                                    licenses/
                                        LICENSE
                                    INSTALLER
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                tomli/
                                    __init__.py
                                    _parser.py
                                    _re.py
                                    _types.py
                                    py.typed
                                tomli-2.0.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                typeguard/
                                    __init__.py
                                    _checkers.py
                                    _config.py
                                    _decorators.py
                                    _exceptions.py
                                    _functions.py
                                    _importhook.py
                                    _memo.py
                                    _pytest_plugin.py
                                    _suppression.py
                                    _transformer.py
                                    _union_transformer.py
                                    _utils.py
                                    py.typed
                                typeguard-4.3.0.dist-info/
                                    entry_points.txt
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                typing_extensions-4.12.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    WHEEL
                                wheel/
                                    cli/
                                        __init__.py
                                        convert.py
                                        pack.py
                                        tags.py
                                        unpack.py
                                    vendored/
                                        packaging/
                                            __init__.py
                                            _elffile.py
                                            _manylinux.py
                                            _musllinux.py
                                            _parser.py
                                            _structures.py
                                            _tokenizer.py
                                            LICENSE
                                            LICENSE.APACHE
                                            LICENSE.BSD
                                            markers.py
                                            requirements.py
                                            specifiers.py
                                            tags.py
                                            utils.py
                                            version.py
                                        __init__.py
                                        vendor.txt
                                    __init__.py
                                    __main__.py
                                    _bdist_wheel.py
                                    _setuptools_logging.py
                                    bdist_wheel.py
                                    macosx_libfile.py
                                    metadata.py
                                    util.py
                                    wheelfile.py
                                wheel-0.45.1.dist-info/
                                    entry_points.txt
                                    INSTALLER
                                    LICENSE.txt
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                zipp/
                                    compat/
                                        __init__.py
                                        py310.py
                                    __init__.py
                                    glob.py
                                zipp-3.19.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                typing_extensions.py
                            command/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _requirestxt.cpython-313.pyc
                                    alias.cpython-313.pyc
                                    bdist_egg.cpython-313.pyc
                                    bdist_rpm.cpython-313.pyc
                                    bdist_wheel.cpython-313.pyc
                                    build.cpython-313.pyc
                                    build_clib.cpython-313.pyc
                                    build_ext.cpython-313.pyc
                                    build_py.cpython-313.pyc
                                    develop.cpython-313.pyc
                                    dist_info.cpython-313.pyc
                                    easy_install.cpython-313.pyc
                                    editable_wheel.cpython-313.pyc
                                    egg_info.cpython-313.pyc
                                    install.cpython-313.pyc
                                    install_egg_info.cpython-313.pyc
                                    install_lib.cpython-313.pyc
                                    install_scripts.cpython-313.pyc
                                    rotate.cpython-313.pyc
                                    saveopts.cpython-313.pyc
                                    sdist.cpython-313.pyc
                                    setopt.cpython-313.pyc
                                __init__.py
                                _requirestxt.py
                                alias.py
                                bdist_egg.py
                                bdist_rpm.py
                                bdist_wheel.py
                                build.py
                                build_clib.py
                                build_ext.py
                                build_py.py
                                develop.py
                                dist_info.py
                                easy_install.py
                                editable_wheel.py
                                egg_info.py
                                install.py
                                install_egg_info.py
                                install_lib.py
                                install_scripts.py
                                launcher manifest.xml
                                rotate.py
                                saveopts.py
                                sdist.py
                                setopt.py
                                test.py
                            compat/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    py310.cpython-313.pyc
                                    py311.cpython-313.pyc
                                    py312.cpython-313.pyc
                                    py39.cpython-313.pyc
                                __init__.py
                                py310.py
                                py311.py
                                py312.py
                                py39.py
                            config/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _apply_pyprojecttoml.cpython-313.pyc
                                    expand.cpython-313.pyc
                                    pyprojecttoml.cpython-313.pyc
                                    setupcfg.cpython-313.pyc
                                _validate_pyproject/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        error_reporting.cpython-313.pyc
                                        extra_validations.cpython-313.pyc
                                        fastjsonschema_exceptions.cpython-313.pyc
                                        fastjsonschema_validations.cpython-313.pyc
                                        formats.cpython-313.pyc
                                    __init__.py
                                    error_reporting.py
                                    extra_validations.py
                                    fastjsonschema_exceptions.py
                                    fastjsonschema_validations.py
                                    formats.py
                                    NOTICE
                                __init__.py
                                _apply_pyprojecttoml.py
                                distutils.schema.json
                                expand.py
                                NOTICE
                                pyprojecttoml.py
                                setupcfg.py
                                setuptools.schema.json
                            tests/
                                compat/
                                    __init__.py
                                    py39.py
                                config/
                                    downloads/
                                        __init__.py
                                        preload.py
                                    __init__.py
                                    setupcfg_examples.txt
                                    test_apply_pyprojecttoml.py
                                    test_expand.py
                                    test_pyprojecttoml.py
                                    test_pyprojecttoml_dynamic_deps.py
                                    test_setupcfg.py
                                indexes/
                                    test_links_priority/
                                        simple/
                                            foobar/
                                                index.html
                                        external.html
                                integration/
                                    __init__.py
                                    helpers.py
                                    test_pbr.py
                                    test_pip_install_sdist.py
                                __init__.py
                                contexts.py
                                environment.py
                                fixtures.py
                                mod_with_constant.py
                                namespaces.py
                                script-with-bom.py
                                test_archive_util.py
                                test_bdist_deprecations.py
                                test_bdist_egg.py
                                test_bdist_wheel.py
                                test_build.py
                                test_build_clib.py
                                test_build_ext.py
                                test_build_meta.py
                                test_build_py.py
                                test_config_discovery.py
                                test_core_metadata.py
                                test_depends.py
                                test_develop.py
                                test_dist.py
                                test_dist_info.py
                                test_distutils_adoption.py
                                test_editable_install.py
                                test_egg_info.py
                                test_extern.py
                                test_find_packages.py
                                test_find_py_modules.py
                                test_glob.py
                                test_install_scripts.py
                                test_logging.py
                                test_manifest.py
                                test_namespaces.py
                                test_scripts.py
                                test_sdist.py
                                test_setopt.py
                                test_setuptools.py
                                test_shutil_wrapper.py
                                test_unicode_utils.py
                                test_virtualenv.py
                                test_warnings.py
                                test_wheel.py
                                test_windows_wrappers.py
                                text.py
                                textwrap.py
                            __init__.py
                            _core_metadata.py
                            _discovery.py
                            _entry_points.py
                            _imp.py
                            _importlib.py
                            _itertools.py
                            _normalization.py
                            _path.py
                            _reqs.py
                            _scripts.py
                            _shutil.py
                            _static.py
                            archive_util.py
                            build_meta.py
                            cli-32.exe
                            cli-64.exe
                            cli-arm64.exe
                            cli.exe
                            depends.py
                            discovery.py
                            dist.py
                            errors.py
                            extension.py
                            glob.py
                            gui-32.exe
                            gui-64.exe
                            gui-arm64.exe
                            gui.exe
                            installer.py
                            launch.py
                            logging.py
                            modified.py
                            monkey.py
                            msvc.py
                            namespaces.py
                            script (dev).tmpl
                            script.tmpl
                            unicode_utils.py
                            version.py
                            warnings.py
                            wheel.py
                            windows_support.py
                        setuptools-80.9.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        six-1.17.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        sklearn/
                            .dylibs/
                                libomp.dylib
                            __check_build/
                                __init__.py
                                _check_build.cpython-313-darwin.so
                                _check_build.pyx
                                meson.build
                            _build_utils/
                                __init__.py
                                tempita.py
                                version.py
                            _loss/
                                tests/
                                    __init__.py
                                    test_link.py
                                    test_loss.py
                                __init__.py
                                _loss.cpython-313-darwin.so
                                _loss.pxd
                                _loss.pyx.tp
                                link.py
                                loss.py
                                meson.build
                            cluster/
                                _hdbscan/
                                    tests/
                                        __init__.py
                                        test_reachibility.py
                                    __init__.py
                                    _linkage.cpython-313-darwin.so
                                    _linkage.pyx
                                    _reachability.cpython-313-darwin.so
                                    _reachability.pyx
                                    _tree.cpython-313-darwin.so
                                    _tree.pxd
                                    _tree.pyx
                                    hdbscan.py
                                    meson.build
                                tests/
                                    __init__.py
                                    common.py
                                    test_affinity_propagation.py
                                    test_bicluster.py
                                    test_birch.py
                                    test_bisect_k_means.py
                                    test_dbscan.py
                                    test_feature_agglomeration.py
                                    test_hdbscan.py
                                    test_hierarchical.py
                                    test_k_means.py
                                    test_mean_shift.py
                                    test_optics.py
                                    test_spectral.py
                                __init__.py
                                _affinity_propagation.py
                                _agglomerative.py
                                _bicluster.py
                                _birch.py
                                _bisect_k_means.py
                                _dbscan.py
                                _dbscan_inner.cpython-313-darwin.so
                                _dbscan_inner.pyx
                                _feature_agglomeration.py
                                _hierarchical_fast.cpython-313-darwin.so
                                _hierarchical_fast.pxd
                                _hierarchical_fast.pyx
                                _k_means_common.cpython-313-darwin.so
                                _k_means_common.pxd
                                _k_means_common.pyx
                                _k_means_elkan.cpython-313-darwin.so
                                _k_means_elkan.pyx
                                _k_means_lloyd.cpython-313-darwin.so
                                _k_means_lloyd.pyx
                                _k_means_minibatch.cpython-313-darwin.so
                                _k_means_minibatch.pyx
                                _kmeans.py
                                _mean_shift.py
                                _optics.py
                                _spectral.py
                                meson.build
                            compose/
                                tests/
                                    __init__.py
                                    test_column_transformer.py
                                    test_target.py
                                __init__.py
                                _column_transformer.py
                                _target.py
                            covariance/
                                tests/
                                    __init__.py
                                    test_covariance.py
                                    test_elliptic_envelope.py
                                    test_graphical_lasso.py
                                    test_robust_covariance.py
                                __init__.py
                                _elliptic_envelope.py
                                _empirical_covariance.py
                                _graph_lasso.py
                                _robust_covariance.py
                                _shrunk_covariance.py
                            cross_decomposition/
                                tests/
                                    __init__.py
                                    test_pls.py
                                __init__.py
                                _pls.py
                            datasets/
                                data/
                                    __init__.py
                                    breast_cancer.csv
                                    diabetes_data_raw.csv.gz
                                    diabetes_target.csv.gz
                                    digits.csv.gz
                                    iris.csv
                                    linnerud_exercise.csv
                                    linnerud_physiological.csv
                                    wine_data.csv
                                descr/
                                    __init__.py
                                    breast_cancer.rst
                                    california_housing.rst
                                    covtype.rst
                                    diabetes.rst
                                    digits.rst
                                    iris.rst
                                    kddcup99.rst
                                    lfw.rst
                                    linnerud.rst
                                    olivetti_faces.rst
                                    rcv1.rst
                                    species_distributions.rst
                                    twenty_newsgroups.rst
                                    wine_data.rst
                                images/
                                    __init__.py
                                    china.jpg
                                    flower.jpg
                                    README.txt
                                tests/
                                    data/
                                        openml/
                                            id_1/
                                                __init__.py
                                                api-v1-jd-1.json.gz
                                                api-v1-jdf-1.json.gz
                                                api-v1-jdq-1.json.gz
                                                data-v1-dl-1.arff.gz
                                            id_1119/
                                                __init__.py
                                                api-v1-jd-1119.json.gz
                                                api-v1-jdf-1119.json.gz
                                                api-v1-jdl-dn-adult-census-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-adult-census-l-2-s-act-.json.gz
                                                api-v1-jdq-1119.json.gz
                                                data-v1-dl-54002.arff.gz
                                            id_1590/
                                                __init__.py
                                                api-v1-jd-1590.json.gz
                                                api-v1-jdf-1590.json.gz
                                                api-v1-jdq-1590.json.gz
                                                data-v1-dl-1595261.arff.gz
                                            id_2/
                                                __init__.py
                                                api-v1-jd-2.json.gz
                                                api-v1-jdf-2.json.gz
                                                api-v1-jdl-dn-anneal-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-anneal-l-2-s-act-.json.gz
                                                api-v1-jdq-2.json.gz
                                                data-v1-dl-1666876.arff.gz
                                            id_292/
                                                __init__.py
                                                api-v1-jd-292.json.gz
                                                api-v1-jd-40981.json.gz
                                                api-v1-jdf-292.json.gz
                                                api-v1-jdf-40981.json.gz
                                                api-v1-jdl-dn-australian-l-2-dv-1-s-dact.json.gz
                                                api-v1-jdl-dn-australian-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-australian-l-2-s-act-.json.gz
                                                data-v1-dl-49822.arff.gz
                                            id_3/
                                                __init__.py
                                                api-v1-jd-3.json.gz
                                                api-v1-jdf-3.json.gz
                                                api-v1-jdq-3.json.gz
                                                data-v1-dl-3.arff.gz
                                            id_40589/
                                                __init__.py
                                                api-v1-jd-40589.json.gz
                                                api-v1-jdf-40589.json.gz
                                                api-v1-jdl-dn-emotions-l-2-dv-3.json.gz
                                                api-v1-jdl-dn-emotions-l-2-s-act-.json.gz
                                                api-v1-jdq-40589.json.gz
                                                data-v1-dl-4644182.arff.gz
                                            id_40675/
                                                __init__.py
                                                api-v1-jd-40675.json.gz
                                                api-v1-jdf-40675.json.gz
                                                api-v1-jdl-dn-glass2-l-2-dv-1-s-dact.json.gz
                                                api-v1-jdl-dn-glass2-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-glass2-l-2-s-act-.json.gz
                                                api-v1-jdq-40675.json.gz
                                                data-v1-dl-4965250.arff.gz
                                            id_40945/
                                                __init__.py
                                                api-v1-jd-40945.json.gz
                                                api-v1-jdf-40945.json.gz
                                                api-v1-jdq-40945.json.gz
                                                data-v1-dl-16826755.arff.gz
                                            id_40966/
                                                __init__.py
                                                api-v1-jd-40966.json.gz
                                                api-v1-jdf-40966.json.gz
                                                api-v1-jdl-dn-miceprotein-l-2-dv-4.json.gz
                                                api-v1-jdl-dn-miceprotein-l-2-s-act-.json.gz
                                                api-v1-jdq-40966.json.gz
                                                data-v1-dl-17928620.arff.gz
                                            id_42074/
                                                __init__.py
                                                api-v1-jd-42074.json.gz
                                                api-v1-jdf-42074.json.gz
                                                api-v1-jdq-42074.json.gz
                                                data-v1-dl-21552912.arff.gz
                                            id_42585/
                                                __init__.py
                                                api-v1-jd-42585.json.gz
                                                api-v1-jdf-42585.json.gz
                                                api-v1-jdq-42585.json.gz
                                                data-v1-dl-21854866.arff.gz
                                            id_561/
                                                __init__.py
                                                api-v1-jd-561.json.gz
                                                api-v1-jdf-561.json.gz
                                                api-v1-jdl-dn-cpu-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-cpu-l-2-s-act-.json.gz
                                                api-v1-jdq-561.json.gz
                                                data-v1-dl-52739.arff.gz
                                            id_61/
                                                __init__.py
                                                api-v1-jd-61.json.gz
                                                api-v1-jdf-61.json.gz
                                                api-v1-jdl-dn-iris-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-iris-l-2-s-act-.json.gz
                                                api-v1-jdq-61.json.gz
                                                data-v1-dl-61.arff.gz
                                            id_62/
                                                __init__.py
                                                api-v1-jd-62.json.gz
                                                api-v1-jdf-62.json.gz
                                                api-v1-jdq-62.json.gz
                                                data-v1-dl-52352.arff.gz
                                            __init__.py
                                        __init__.py
                                        svmlight_classification.txt
                                        svmlight_invalid.txt
                                        svmlight_invalid_order.txt
                                        svmlight_multilabel.txt
                                    __init__.py
                                    test_20news.py
                                    test_arff_parser.py
                                    test_base.py
                                    test_california_housing.py
                                    test_common.py
                                    test_covtype.py
                                    test_kddcup99.py
                                    test_lfw.py
                                    test_olivetti_faces.py
                                    test_openml.py
                                    test_rcv1.py
                                    test_samples_generator.py
                                    test_svmlight_format.py
                                __init__.py
                                _arff_parser.py
                                _base.py
                                _california_housing.py
                                _covtype.py
                                _kddcup99.py
                                _lfw.py
                                _olivetti_faces.py
                                _openml.py
                                _rcv1.py
                                _samples_generator.py
                                _species_distributions.py
                                _svmlight_format_fast.cpython-313-darwin.so
                                _svmlight_format_fast.pyx
                                _svmlight_format_io.py
                                _twenty_newsgroups.py
                                meson.build
                            decomposition/
                                tests/
                                    __init__.py
                                    test_dict_learning.py
                                    test_factor_analysis.py
                                    test_fastica.py
                                    test_incremental_pca.py
                                    test_kernel_pca.py
                                    test_nmf.py
                                    test_online_lda.py
                                    test_pca.py
                                    test_sparse_pca.py
                                    test_truncated_svd.py
                                __init__.py
                                _base.py
                                _cdnmf_fast.cpython-313-darwin.so
                                _cdnmf_fast.pyx
                                _dict_learning.py
                                _factor_analysis.py
                                _fastica.py
                                _incremental_pca.py
                                _kernel_pca.py
                                _lda.py
                                _nmf.py
                                _online_lda_fast.cpython-313-darwin.so
                                _online_lda_fast.pyx
                                _pca.py
                                _sparse_pca.py
                                _truncated_svd.py
                                meson.build
                            ensemble/
                                _hist_gradient_boosting/
                                    tests/
                                        __init__.py
                                        test_binning.py
                                        test_bitset.py
                                        test_compare_lightgbm.py
                                        test_gradient_boosting.py
                                        test_grower.py
                                        test_histogram.py
                                        test_monotonic_constraints.py
                                        test_predictor.py
                                        test_splitting.py
                                        test_warm_start.py
                                    __init__.py
                                    _binning.cpython-313-darwin.so
                                    _binning.pyx
                                    _bitset.cpython-313-darwin.so
                                    _bitset.pxd
                                    _bitset.pyx
                                    _gradient_boosting.cpython-313-darwin.so
                                    _gradient_boosting.pyx
                                    _predictor.cpython-313-darwin.so
                                    _predictor.pyx
                                    binning.py
                                    common.cpython-313-darwin.so
                                    common.pxd
                                    common.pyx
                                    gradient_boosting.py
                                    grower.py
                                    histogram.cpython-313-darwin.so
                                    histogram.pyx
                                    meson.build
                                    predictor.py
                                    splitting.cpython-313-darwin.so
                                    splitting.pyx
                                    utils.py
                                tests/
                                    __init__.py
                                    test_bagging.py
                                    test_base.py
                                    test_common.py
                                    test_forest.py
                                    test_gradient_boosting.py
                                    test_iforest.py
                                    test_stacking.py
                                    test_voting.py
                                    test_weight_boosting.py
                                __init__.py
                                _bagging.py
                                _base.py
                                _forest.py
                                _gb.py
                                _gradient_boosting.cpython-313-darwin.so
                                _gradient_boosting.pyx
                                _iforest.py
                                _stacking.py
                                _voting.py
                                _weight_boosting.py
                                meson.build
                            experimental/
                                tests/
                                    __init__.py
                                    test_enable_hist_gradient_boosting.py
                                    test_enable_iterative_imputer.py
                                    test_enable_successive_halving.py
                                __init__.py
                                enable_halving_search_cv.py
                                enable_hist_gradient_boosting.py
                                enable_iterative_imputer.py
                            externals/
                                _packaging/
                                    __init__.py
                                    _structures.py
                                    version.py
                                _scipy/
                                    sparse/
                                        csgraph/
                                            __init__.py
                                            _laplacian.py
                                        __init__.py
                                    __init__.py
                                array_api_compat/
                                    common/
                                        __init__.py
                                        _aliases.py
                                        _fft.py
                                        _helpers.py
                                        _linalg.py
                                        _typing.py
                                    cupy/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    dask/
                                        array/
                                            __init__.py
                                            _aliases.py
                                            _info.py
                                            fft.py
                                            linalg.py
                                        __init__.py
                                    numpy/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    torch/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    __init__.py
                                    _internal.py
                                    LICENSE
                                    py.typed
                                    README.md
                                array_api_extra/
                                    _lib/
                                        _utils/
                                            __init__.py
                                            _compat.py
                                            _compat.pyi
                                            _helpers.py
                                            _typing.py
                                            _typing.pyi
                                        __init__.py
                                        _at.py
                                        _backends.py
                                        _funcs.py
                                        _lazy.py
                                        _testing.py
                                    __init__.py
                                    _delegation.py
                                    LICENSE
                                    py.typed
                                    README.md
                                    testing.py
                                __init__.py
                                _arff.py
                                _array_api_compat_vendor.py
                                conftest.py
                                README
                            feature_extraction/
                                tests/
                                    __init__.py
                                    test_dict_vectorizer.py
                                    test_feature_hasher.py
                                    test_image.py
                                    test_text.py
                                __init__.py
                                _dict_vectorizer.py
                                _hash.py
                                _hashing_fast.cpython-313-darwin.so
                                _hashing_fast.pyx
                                _stop_words.py
                                image.py
                                meson.build
                                text.py
                            feature_selection/
                                tests/
                                    __init__.py
                                    test_base.py
                                    test_chi2.py
                                    test_feature_select.py
                                    test_from_model.py
                                    test_mutual_info.py
                                    test_rfe.py
                                    test_sequential.py
                                    test_variance_threshold.py
                                __init__.py
                                _base.py
                                _from_model.py
                                _mutual_info.py
                                _rfe.py
                                _sequential.py
                                _univariate_selection.py
                                _variance_threshold.py
                            frozen/
                                tests/
                                    __init__.py
                                    test_frozen.py
                                __init__.py
                                _frozen.py
                            gaussian_process/
                                tests/
                                    __init__.py
                                    _mini_sequence_kernel.py
                                    test_gpc.py
                                    test_gpr.py
                                    test_kernels.py
                                __init__.py
                                _gpc.py
                                _gpr.py
                                kernels.py
                            impute/
                                tests/
                                    __init__.py
                                    test_base.py
                                    test_common.py
                                    test_impute.py
                                    test_knn.py
                                __init__.py
                                _base.py
                                _iterative.py
                                _knn.py
                            inspection/
                                _plot/
                                    tests/
                                        __init__.py
                                        test_boundary_decision_display.py
                                        test_plot_partial_dependence.py
                                    __init__.py
                                    decision_boundary.py
                                    partial_dependence.py
                                tests/
                                    __init__.py
                                    test_partial_dependence.py
                                    test_pd_utils.py
                                    test_permutation_importance.py
                                __init__.py
                                _partial_dependence.py
                                _pd_utils.py
                                _permutation_importance.py
                            linear_model/
                                _glm/
                                    tests/
                                        __init__.py
                                        test_glm.py
                                    __init__.py
                                    _newton_solver.py
                                    glm.py
                                tests/
                                    __init__.py
                                    test_base.py
                                    test_bayes.py
                                    test_common.py
                                    test_coordinate_descent.py
                                    test_huber.py
                                    test_least_angle.py
                                    test_linear_loss.py
                                    test_logistic.py
                                    test_omp.py
                                    test_passive_aggressive.py
                                    test_perceptron.py
                                    test_quantile.py
                                    test_ransac.py
                                    test_ridge.py
                                    test_sag.py
                                    test_sgd.py
                                    test_sparse_coordinate_descent.py
                                    test_theil_sen.py
                                __init__.py
                                _base.py
                                _bayes.py
                                _cd_fast.cpython-313-darwin.so
                                _cd_fast.pyx
                                _coordinate_descent.py
                                _huber.py
                                _least_angle.py
                                _linear_loss.py
                                _logistic.py
                                _omp.py
                                _passive_aggressive.py
                                _perceptron.py
                                _quantile.py
                                _ransac.py
                                _ridge.py
                                _sag.py
                                _sag_fast.cpython-313-darwin.so
                                _sag_fast.pyx.tp
                                _sgd_fast.cpython-313-darwin.so
                                _sgd_fast.pyx.tp
                                _stochastic_gradient.py
                                _theil_sen.py
                                meson.build
                            manifold/
                                tests/
                                    __init__.py
                                    test_isomap.py
                                    test_locally_linear.py
                                    test_mds.py
                                    test_spectral_embedding.py
                                    test_t_sne.py
                                __init__.py
                                _barnes_hut_tsne.cpython-313-darwin.so
                                _barnes_hut_tsne.pyx
                                _isomap.py
                                _locally_linear.py
                                _mds.py
                                _spectral_embedding.py
                                _t_sne.py
                                _utils.cpython-313-darwin.so
                                _utils.pyx
                                meson.build
                            metrics/
                                _pairwise_distances_reduction/
                                    __init__.py
                                    _argkmin.cpython-313-darwin.so
                                    _argkmin.pxd.tp
                                    _argkmin.pyx.tp
                                    _argkmin_classmode.cpython-313-darwin.so
                                    _argkmin_classmode.pyx.tp
                                    _base.cpython-313-darwin.so
                                    _base.pxd.tp
                                    _base.pyx.tp
                                    _classmode.pxd
                                    _datasets_pair.cpython-313-darwin.so
                                    _datasets_pair.pxd.tp
                                    _datasets_pair.pyx.tp
                                    _dispatcher.py
                                    _middle_term_computer.cpython-313-darwin.so
                                    _middle_term_computer.pxd.tp
                                    _middle_term_computer.pyx.tp
                                    _radius_neighbors.cpython-313-darwin.so
                                    _radius_neighbors.pxd.tp
                                    _radius_neighbors.pyx.tp
                                    _radius_neighbors_classmode.cpython-313-darwin.so
                                    _radius_neighbors_classmode.pyx.tp
                                    meson.build
                                _plot/
                                    tests/
                                        __init__.py
                                        test_common_curve_display.py
                                        test_confusion_matrix_display.py
                                        test_det_curve_display.py
                                        test_precision_recall_display.py
                                        test_predict_error_display.py
                                        test_roc_curve_display.py
                                    __init__.py
                                    confusion_matrix.py
                                    det_curve.py
                                    precision_recall_curve.py
                                    regression.py
                                    roc_curve.py
                                cluster/
                                    tests/
                                        __init__.py
                                        test_bicluster.py
                                        test_common.py
                                        test_supervised.py
                                        test_unsupervised.py
                                    __init__.py
                                    _bicluster.py
                                    _expected_mutual_info_fast.cpython-313-darwin.so
                                    _expected_mutual_info_fast.pyx
                                    _supervised.py
                                    _unsupervised.py
                                    meson.build
                                tests/
                                    __init__.py
                                    test_classification.py
                                    test_common.py
                                    test_dist_metrics.py
                                    test_pairwise.py
                                    test_pairwise_distances_reduction.py
                                    test_ranking.py
                                    test_regression.py
                                    test_score_objects.py
                                __init__.py
                                _base.py
                                _classification.py
                                _dist_metrics.cpython-313-darwin.so
                                _dist_metrics.pxd
                                _dist_metrics.pxd.tp
                                _dist_metrics.pyx.tp
                                _pairwise_fast.cpython-313-darwin.so
                                _pairwise_fast.pyx
                                _ranking.py
                                _regression.py
                                _scorer.py
                                meson.build
                                pairwise.py
                            mixture/
                                tests/
                                    __init__.py
                                    test_bayesian_mixture.py
                                    test_gaussian_mixture.py
                                    test_mixture.py
                                __init__.py
                                _base.py
                                _bayesian_mixture.py
                                _gaussian_mixture.py
                            model_selection/
                                tests/
                                    __init__.py
                                    common.py
                                    test_classification_threshold.py
                                    test_plot.py
                                    test_search.py
                                    test_split.py
                                    test_successive_halving.py
                                    test_validation.py
                                __init__.py
                                _classification_threshold.py
                                _plot.py
                                _search.py
                                _search_successive_halving.py
                                _split.py
                                _validation.py
                            neighbors/
                                tests/
                                    __init__.py
                                    test_ball_tree.py
                                    test_graph.py
                                    test_kd_tree.py
                                    test_kde.py
                                    test_lof.py
                                    test_nca.py
                                    test_nearest_centroid.py
                                    test_neighbors.py
                                    test_neighbors_pipeline.py
                                    test_neighbors_tree.py
                                    test_quad_tree.py
                                __init__.py
                                _ball_tree.cpython-313-darwin.so
                                _ball_tree.pyx.tp
                                _base.py
                                _binary_tree.pxi.tp
                                _classification.py
                                _graph.py
                                _kd_tree.cpython-313-darwin.so
                                _kd_tree.pyx.tp
                                _kde.py
                                _lof.py
                                _nca.py
                                _nearest_centroid.py
                                _partition_nodes.cpython-313-darwin.so
                                _partition_nodes.pxd
                                _partition_nodes.pyx
                                _quad_tree.cpython-313-darwin.so
                                _quad_tree.pxd
                                _quad_tree.pyx
                                _regression.py
                                _unsupervised.py
                                meson.build
                            neural_network/
                                tests/
                                    __init__.py
                                    test_base.py
                                    test_mlp.py
                                    test_rbm.py
                                    test_stochastic_optimizers.py
                                __init__.py
                                _base.py
                                _multilayer_perceptron.py
                                _rbm.py
                                _stochastic_optimizers.py
                            preprocessing/
                                tests/
                                    __init__.py
                                    test_common.py
                                    test_data.py
                                    test_discretization.py
                                    test_encoders.py
                                    test_function_transformer.py
                                    test_label.py
                                    test_polynomial.py
                                    test_target_encoder.py
                                __init__.py
                                _csr_polynomial_expansion.cpython-313-darwin.so
                                _csr_polynomial_expansion.pyx
                                _data.py
                                _discretization.py
                                _encoders.py
                                _function_transformer.py
                                _label.py
                                _polynomial.py
                                _target_encoder.py
                                _target_encoder_fast.cpython-313-darwin.so
                                _target_encoder_fast.pyx
                                meson.build
                            semi_supervised/
                                tests/
                                    __init__.py
                                    test_label_propagation.py
                                    test_self_training.py
                                __init__.py
                                _label_propagation.py
                                _self_training.py
                            svm/
                                src/
                                    liblinear/
                                        _cython_blas_helpers.h
                                        COPYRIGHT
                                        liblinear_helper.c
                                        linear.cpp
                                        linear.h
                                        tron.cpp
                                        tron.h
                                    libsvm/
                                        _svm_cython_blas_helpers.h
                                        LIBSVM_CHANGES
                                        libsvm_helper.c
                                        libsvm_sparse_helper.c
                                        libsvm_template.cpp
                                        svm.cpp
                                        svm.h
                                    newrand/
                                        newrand.h
                                tests/
                                    __init__.py
                                    test_bounds.py
                                    test_sparse.py
                                    test_svm.py
                                __init__.py
                                _base.py
                                _bounds.py
                                _classes.py
                                _liblinear.cpython-313-darwin.so
                                _liblinear.pxi
                                _liblinear.pyx
                                _libsvm.cpython-313-darwin.so
                                _libsvm.pxi
                                _libsvm.pyx
                                _libsvm_sparse.cpython-313-darwin.so
                                _libsvm_sparse.pyx
                                _newrand.cpython-313-darwin.so
                                _newrand.pyx
                                meson.build
                            tests/
                                __init__.py
                                metadata_routing_common.py
                                test_base.py
                                test_build.py
                                test_calibration.py
                                test_check_build.py
                                test_common.py
                                test_config.py
                                test_discriminant_analysis.py
                                test_docstring_parameters.py
                                test_docstring_parameters_consistency.py
                                test_docstrings.py
                                test_dummy.py
                                test_init.py
                                test_isotonic.py
                                test_kernel_approximation.py
                                test_kernel_ridge.py
                                test_metadata_routing.py
                                test_metaestimators.py
                                test_metaestimators_metadata_routing.py
                                test_min_dependencies_readme.py
                                test_multiclass.py
                                test_multioutput.py
                                test_naive_bayes.py
                                test_pipeline.py
                                test_public_functions.py
                                test_random_projection.py
                            tree/
                                tests/
                                    __init__.py
                                    test_export.py
                                    test_monotonic_tree.py
                                    test_reingold_tilford.py
                                    test_tree.py
                                __init__.py
                                _classes.py
                                _criterion.cpython-313-darwin.so
                                _criterion.pxd
                                _criterion.pyx
                                _export.py
                                _partitioner.cpython-313-darwin.so
                                _partitioner.pxd
                                _partitioner.pyx
                                _reingold_tilford.py
                                _splitter.cpython-313-darwin.so
                                _splitter.pxd
                                _splitter.pyx
                                _tree.cpython-313-darwin.so
                                _tree.pxd
                                _tree.pyx
                                _utils.cpython-313-darwin.so
                                _utils.pxd
                                _utils.pyx
                                meson.build
                            utils/
                                _repr_html/
                                    tests/
                                        __init__.py
                                        test_estimator.py
                                        test_params.py
                                    __init__.py
                                    base.py
                                    estimator.css
                                    estimator.js
                                    estimator.py
                                    params.css
                                    params.py
                                _test_common/
                                    __init__.py
                                    instance_generator.py
                                src/
                                    MurmurHash3.cpp
                                    MurmurHash3.h
                                tests/
                                    __init__.py
                                    test_arpack.py
                                    test_array_api.py
                                    test_arrayfuncs.py
                                    test_bunch.py
                                    test_chunking.py
                                    test_class_weight.py
                                    test_cython_blas.py
                                    test_deprecation.py
                                    test_encode.py
                                    test_estimator_checks.py
                                    test_estimator_html_repr.py
                                    test_extmath.py
                                    test_fast_dict.py
                                    test_fixes.py
                                    test_graph.py
                                    test_indexing.py
                                    test_mask.py
                                    test_metaestimators.py
                                    test_missing.py
                                    test_mocking.py
                                    test_multiclass.py
                                    test_murmurhash.py
                                    test_optimize.py
                                    test_parallel.py
                                    test_param_validation.py
                                    test_plotting.py
                                    test_pprint.py
                                    test_random.py
                                    test_response.py
                                    test_seq_dataset.py
                                    test_set_output.py
                                    test_shortest_path.py
                                    test_show_versions.py
                                    test_sparsefuncs.py
                                    test_stats.py
                                    test_tags.py
                                    test_testing.py
                                    test_typedefs.py
                                    test_unique.py
                                    test_user_interface.py
                                    test_validation.py
                                    test_weight_vector.py
                                __init__.py
                                _arpack.py
                                _array_api.py
                                _available_if.py
                                _bunch.py
                                _chunking.py
                                _cython_blas.cpython-313-darwin.so
                                _cython_blas.pxd
                                _cython_blas.pyx
                                _encode.py
                                _estimator_html_repr.py
                                _fast_dict.cpython-313-darwin.so
                                _fast_dict.pxd
                                _fast_dict.pyx
                                _heap.cpython-313-darwin.so
                                _heap.pxd
                                _heap.pyx
                                _indexing.py
                                _isfinite.cpython-313-darwin.so
                                _isfinite.pyx
                                _mask.py
                                _metadata_requests.py
                                _missing.py
                                _mocking.py
                                _openmp_helpers.cpython-313-darwin.so
                                _openmp_helpers.pxd
                                _openmp_helpers.pyx
                                _optional_dependencies.py
                                _param_validation.py
                                _plotting.py
                                _pprint.py
                                _random.cpython-313-darwin.so
                                _random.pxd
                                _random.pyx
                                _response.py
                                _seq_dataset.cpython-313-darwin.so
                                _seq_dataset.pxd.tp
                                _seq_dataset.pyx.tp
                                _set_output.py
                                _show_versions.py
                                _sorting.cpython-313-darwin.so
                                _sorting.pxd
                                _sorting.pyx
                                _tags.py
                                _testing.py
                                _typedefs.cpython-313-darwin.so
                                _typedefs.pxd
                                _typedefs.pyx
                                _unique.py
                                _user_interface.py
                                _vector_sentinel.cpython-313-darwin.so
                                _vector_sentinel.pxd
                                _vector_sentinel.pyx
                                _weight_vector.cpython-313-darwin.so
                                _weight_vector.pxd.tp
                                _weight_vector.pyx.tp
                                arrayfuncs.cpython-313-darwin.so
                                arrayfuncs.pyx
                                class_weight.py
                                deprecation.py
                                discovery.py
                                estimator_checks.py
                                extmath.py
                                fixes.py
                                graph.py
                                meson.build
                                metadata_routing.py
                                metaestimators.py
                                multiclass.py
                                murmurhash.cpython-313-darwin.so
                                murmurhash.pxd
                                murmurhash.pyx
                                optimize.py
                                parallel.py
                                random.py
                                sparsefuncs.py
                                sparsefuncs_fast.cpython-313-darwin.so
                                sparsefuncs_fast.pyx
                                stats.py
                                validation.py
                            __init__.py
                            _built_with_meson.py
                            _config.py
                            _cyutility.cpython-313-darwin.so
                            _distributor_init.py
                            _isotonic.cpython-313-darwin.so
                            _isotonic.pyx
                            _min_dependencies.py
                            base.py
                            calibration.py
                            conftest.py
                            discriminant_analysis.py
                            dummy.py
                            exceptions.py
                            isotonic.py
                            kernel_approximation.py
                            kernel_ridge.py
                            meson.build
                            multiclass.py
                            multioutput.py
                            naive_bayes.py
                            pipeline.py
                            random_projection.py
                        sniffio/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _impl.cpython-313.pyc
                                _version.cpython-313.pyc
                            _tests/
                                __init__.py
                                test_sniffio.py
                            __init__.py
                            _impl.py
                            _version.py
                            py.typed
                        sniffio-1.3.1.dist-info/
                            INSTALLER
                            LICENSE
                            LICENSE.APACHE2
                            LICENSE.MIT
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        sortedcontainers/
                            __pycache__/
                                __init__.cpython-313.pyc
                                sorteddict.cpython-313.pyc
                                sortedlist.cpython-313.pyc
                                sortedset.cpython-313.pyc
                            __init__.py
                            sorteddict.py
                            sortedlist.py
                            sortedset.py
                        sortedcontainers-2.4.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        soupsieve/
                            __init__.py
                            __meta__.py
                            css_match.py
                            css_parser.py
                            css_types.py
                            pretty.py
                            py.typed
                            util.py
                        soupsieve-2.7.dist-info/
                            licenses/
                                LICENSE.md
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        stack_data/
                            __pycache__/
                                __init__.cpython-313.pyc
                                core.cpython-313.pyc
                                formatting.cpython-313.pyc
                                serializing.cpython-313.pyc
                                utils.cpython-313.pyc
                                version.cpython-313.pyc
                            __init__.py
                            core.py
                            formatting.py
                            py.typed
                            serializing.py
                            utils.py
                            version.py
                        stack_data-0.6.3.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        tblib/
                            __pycache__/
                                __init__.cpython-313.pyc
                                pickling_support.cpython-313.pyc
                            __init__.py
                            decorators.py
                            pickling_support.py
                        tblib-3.1.0.dist-info/
                            licenses/
                                AUTHORS.rst
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        terminado/
                            _static/
                                terminado.js
                            __init__.py
                            _version.py
                            management.py
                            py.typed
                            uimod_embed.js
                            uimodule.py
                            websocket.py
                        terminado-0.18.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        texttable-1.7.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        threadpoolctl-3.6.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        tinycss2/
                            __init__.py
                            ast.py
                            bytes.py
                            color3.py
                            color4.py
                            nth.py
                            parser.py
                            serializer.py
                            tokenizer.py
                        tinycss2-1.4.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        tlz/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _build_tlz.cpython-313.pyc
                            __init__.py
                            _build_tlz.py
                        tomli/
                            __init__.cpython-313-darwin.so
                            __init__.py
                            _parser.cpython-313-darwin.so
                            _parser.py
                            _re.cpython-313-darwin.so
                            _re.py
                            _types.cpython-313-darwin.so
                            _types.py
                            py.typed
                        tomli-2.2.1.dist-info/
                            INSTALLER
                            LICENSE
                            LICENSE-HEADER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        tomlkit/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _compat.cpython-313.pyc
                                _types.cpython-313.pyc
                                _utils.cpython-313.pyc
                                api.cpython-313.pyc
                                container.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                items.cpython-313.pyc
                                parser.cpython-313.pyc
                                source.cpython-313.pyc
                                toml_char.cpython-313.pyc
                                toml_document.cpython-313.pyc
                            __init__.py
                            _compat.py
                            _types.py
                            _utils.py
                            api.py
                            container.py
                            exceptions.py
                            items.py
                            parser.py
                            py.typed
                            source.py
                            toml_char.py
                            toml_document.py
                            toml_file.py
                        tomlkit-0.13.3.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        toolz/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _signatures.cpython-313.pyc
                                _version.cpython-313.pyc
                                dicttoolz.cpython-313.pyc
                                functoolz.cpython-313.pyc
                                itertoolz.cpython-313.pyc
                                recipes.cpython-313.pyc
                                utils.cpython-313.pyc
                            curried/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    exceptions.cpython-313.pyc
                                    operator.cpython-313.pyc
                                __init__.py
                                exceptions.py
                                operator.py
                            sandbox/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    core.cpython-313.pyc
                                    parallel.cpython-313.pyc
                                __init__.py
                                core.py
                                parallel.py
                            tests/
                                test_compatibility.py
                                test_curried.py
                                test_curried_doctests.py
                                test_dicttoolz.py
                                test_functoolz.py
                                test_inspect_args.py
                                test_itertoolz.py
                                test_recipes.py
                                test_serialization.py
                                test_signatures.py
                                test_tlz.py
                                test_utils.py
                            __init__.py
                            _signatures.py
                            _version.py
                            compatibility.py
                            dicttoolz.py
                            functoolz.py
                            itertoolz.py
                            recipes.py
                            utils.py
                        toolz-1.0.0.dist-info/
                            AUTHORS.md
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        tornado/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _locale_data.cpython-313.pyc
                                concurrent.cpython-313.pyc
                                escape.cpython-313.pyc
                                gen.cpython-313.pyc
                                http1connection.cpython-313.pyc
                                httpclient.cpython-313.pyc
                                httpserver.cpython-313.pyc
                                httputil.cpython-313.pyc
                                ioloop.cpython-313.pyc
                                iostream.cpython-313.pyc
                                locale.cpython-313.pyc
                                locks.cpython-313.pyc
                                log.cpython-313.pyc
                                netutil.cpython-313.pyc
                                process.cpython-313.pyc
                                queues.cpython-313.pyc
                                routing.cpython-313.pyc
                                simple_httpclient.cpython-313.pyc
                                tcpclient.cpython-313.pyc
                                tcpserver.cpython-313.pyc
                                template.cpython-313.pyc
                                util.cpython-313.pyc
                                web.cpython-313.pyc
                                websocket.cpython-313.pyc
                            platform/
                                __init__.py
                                asyncio.py
                                caresresolver.py
                                twisted.py
                            test/
                                csv_translations/
                                    fr_FR.csv
                                gettext_translations/
                                    fr_FR/
                                        LC_MESSAGES/
                                            tornado_test.mo
                                            tornado_test.po
                                static/
                                    dir/
                                        index.html
                                    robots.txt
                                    sample.xml
                                    sample.xml.bz2
                                    sample.xml.gz
                                templates/
                                    utf8.html
                                __init__.py
                                __main__.py
                                asyncio_test.py
                                auth_test.py
                                autoreload_test.py
                                circlerefs_test.py
                                concurrent_test.py
                                curl_httpclient_test.py
                                escape_test.py
                                gen_test.py
                                http1connection_test.py
                                httpclient_test.py
                                httpserver_test.py
                                httputil_test.py
                                import_test.py
                                ioloop_test.py
                                iostream_test.py
                                locale_test.py
                                locks_test.py
                                log_test.py
                                netutil_test.py
                                options_test.cfg
                                options_test.py
                                options_test_types.cfg
                                options_test_types_str.cfg
                                process_test.py
                                queues_test.py
                                resolve_test_helper.py
                                routing_test.py
                                runtests.py
                                simple_httpclient_test.py
                                static_foo.txt
                                tcpclient_test.py
                                tcpserver_test.py
                                template_test.py
                                test.crt
                                test.key
                                testing_test.py
                                twisted_test.py
                                util.py
                                util_test.py
                                web_test.py
                                websocket_test.py
                                wsgi_test.py
                            __init__.py
                            __init__.pyi
                            _locale_data.py
                            auth.py
                            autoreload.py
                            concurrent.py
                            curl_httpclient.py
                            escape.py
                            gen.py
                            http1connection.py
                            httpclient.py
                            httpserver.py
                            httputil.py
                            ioloop.py
                            iostream.py
                            locale.py
                            locks.py
                            log.py
                            netutil.py
                            options.py
                            process.py
                            py.typed
                            queues.py
                            routing.py
                            simple_httpclient.py
                            speedups.abi3.so
                            speedups.pyi
                            tcpclient.py
                            tcpserver.py
                            template.py
                            testing.py
                            util.py
                            web.py
                            websocket.py
                            wsgi.py
                        tornado-6.5.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        traitlets/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _version.cpython-313.pyc
                                traitlets.cpython-313.pyc
                            config/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    application.cpython-313.pyc
                                    configurable.cpython-313.pyc
                                    loader.cpython-313.pyc
                                __init__.py
                                application.py
                                argcomplete_config.py
                                configurable.py
                                loader.py
                                manager.py
                                sphinxdoc.py
                            tests/
                                __init__.py
                                test_traitlets.py
                                utils.py
                            utils/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    bunch.cpython-313.pyc
                                    decorators.cpython-313.pyc
                                    descriptions.cpython-313.pyc
                                    getargspec.cpython-313.pyc
                                    importstring.cpython-313.pyc
                                    nested_update.cpython-313.pyc
                                    sentinel.cpython-313.pyc
                                    text.cpython-313.pyc
                                    warnings.cpython-313.pyc
                                __init__.py
                                bunch.py
                                decorators.py
                                descriptions.py
                                getargspec.py
                                importstring.py
                                nested_update.py
                                sentinel.py
                                text.py
                                warnings.py
                            __init__.py
                            _version.py
                            log.py
                            py.typed
                            traitlets.py
                        traitlets-5.14.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        types_python_dateutil-2.9.0.20250708.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        typing_extensions-4.14.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        typing_inspection/
                            __pycache__/
                                __init__.cpython-313.pyc
                                introspection.cpython-313.pyc
                                typing_objects.cpython-313.pyc
                            __init__.py
                            introspection.py
                            py.typed
                            typing_objects.py
                            typing_objects.pyi
                        typing_inspection-0.4.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        tzdata/
                            zoneinfo/
                                Africa/
                                    __init__.py
                                    Abidjan
                                    Accra
                                    Addis_Ababa
                                    Algiers
                                    Asmara
                                    Asmera
                                    Bamako
                                    Bangui
                                    Banjul
                                    Bissau
                                    Blantyre
                                    Brazzaville
                                    Bujumbura
                                    Cairo
                                    Casablanca
                                    Ceuta
                                    Conakry
                                    Dakar
                                    Dar_es_Salaam
                                    Djibouti
                                    Douala
                                    El_Aaiun
                                    Freetown
                                    Gaborone
                                    Harare
                                    Johannesburg
                                    Juba
                                    Kampala
                                    Khartoum
                                    Kigali
                                    Kinshasa
                                    Lagos
                                    Libreville
                                    Lome
                                    Luanda
                                    Lubumbashi
                                    Lusaka
                                    Malabo
                                    Maputo
                                    Maseru
                                    Mbabane
                                    Mogadishu
                                    Monrovia
                                    Nairobi
                                    Ndjamena
                                    Niamey
                                    Nouakchott
                                    Ouagadougou
                                    Porto-Novo
                                    Sao_Tome
                                    Timbuktu
                                    Tripoli
                                    Tunis
                                    Windhoek
                                America/
                                    Argentina/
                                        __init__.py
                                        Buenos_Aires
                                        Catamarca
                                        ComodRivadavia
                                        Cordoba
                                        Jujuy
                                        La_Rioja
                                        Mendoza
                                        Rio_Gallegos
                                        Salta
                                        San_Juan
                                        San_Luis
                                        Tucuman
                                        Ushuaia
                                    Indiana/
                                        __init__.py
                                        Indianapolis
                                        Knox
                                        Marengo
                                        Petersburg
                                        Tell_City
                                        Vevay
                                        Vincennes
                                        Winamac
                                    Kentucky/
                                        __init__.py
                                        Louisville
                                        Monticello
                                    North_Dakota/
                                        __init__.py
                                        Beulah
                                        Center
                                        New_Salem
                                    __init__.py
                                    Adak
                                    Anchorage
                                    Anguilla
                                    Antigua
                                    Araguaina
                                    Aruba
                                    Asuncion
                                    Atikokan
                                    Atka
                                    Bahia
                                    Bahia_Banderas
                                    Barbados
                                    Belem
                                    Belize
                                    Blanc-Sablon
                                    Boa_Vista
                                    Bogota
                                    Boise
                                    Buenos_Aires
                                    Cambridge_Bay
                                    Campo_Grande
                                    Cancun
                                    Caracas
                                    Catamarca
                                    Cayenne
                                    Cayman
                                    Chicago
                                    Chihuahua
                                    Ciudad_Juarez
                                    Coral_Harbour
                                    Cordoba
                                    Costa_Rica
                                    Coyhaique
                                    Creston
                                    Cuiaba
                                    Curacao
                                    Danmarkshavn
                                    Dawson
                                    Dawson_Creek
                                    Denver
                                    Detroit
                                    Dominica
                                    Edmonton
                                    Eirunepe
                                    El_Salvador
                                    Ensenada
                                    Fort_Nelson
                                    Fort_Wayne
                                    Fortaleza
                                    Glace_Bay
                                    Godthab
                                    Goose_Bay
                                    Grand_Turk
                                    Grenada
                                    Guadeloupe
                                    Guatemala
                                    Guayaquil
                                    Guyana
                                    Halifax
                                    Havana
                                    Hermosillo
                                    Indianapolis
                                    Inuvik
                                    Iqaluit
                                    Jamaica
                                    Jujuy
                                    Juneau
                                    Knox_IN
                                    Kralendijk
                                    La_Paz
                                    Lima
                                    Los_Angeles
                                    Louisville
                                    Lower_Princes
                                    Maceio
                                    Managua
                                    Manaus
                                    Marigot
                                    Martinique
                                    Matamoros
                                    Mazatlan
                                    Mendoza
                                    Menominee
                                    Merida
                                    Metlakatla
                                    Mexico_City
                                    Miquelon
                                    Moncton
                                    Monterrey
                                    Montevideo
                                    Montreal
                                    Montserrat
                                    Nassau
                                    New_York
                                    Nipigon
                                    Nome
                                    Noronha
                                    Nuuk
                                    Ojinaga
                                    Panama
                                    Pangnirtung
                                    Paramaribo
                                    Phoenix
                                    Port-au-Prince
                                    Port_of_Spain
                                    Porto_Acre
                                    Porto_Velho
                                    Puerto_Rico
                                    Punta_Arenas
                                    Rainy_River
                                    Rankin_Inlet
                                    Recife
                                    Regina
                                    Resolute
                                    Rio_Branco
                                    Rosario
                                    Santa_Isabel
                                    Santarem
                                    Santiago
                                    Santo_Domingo
                                    Sao_Paulo
                                    Scoresbysund
                                    Shiprock
                                    Sitka
                                    St_Barthelemy
                                    St_Johns
                                    St_Kitts
                                    St_Lucia
                                    St_Thomas
                                    St_Vincent
                                    Swift_Current
                                    Tegucigalpa
                                    Thule
                                    Thunder_Bay
                                    Tijuana
                                    Toronto
                                    Tortola
                                    Vancouver
                                    Virgin
                                    Whitehorse
                                    Winnipeg
                                    Yakutat
                                    Yellowknife
                                Antarctica/
                                    __init__.py
                                    Casey
                                    Davis
                                    DumontDUrville
                                    Macquarie
                                    Mawson
                                    McMurdo
                                    Palmer
                                    Rothera
                                    South_Pole
                                    Syowa
                                    Troll
                                    Vostok
                                Arctic/
                                    __init__.py
                                    Longyearbyen
                                Asia/
                                    __init__.py
                                    Aden
                                    Almaty
                                    Amman
                                    Anadyr
                                    Aqtau
                                    Aqtobe
                                    Ashgabat
                                    Ashkhabad
                                    Atyrau
                                    Baghdad
                                    Bahrain
                                    Baku
                                    Bangkok
                                    Barnaul
                                    Beirut
                                    Bishkek
                                    Brunei
                                    Calcutta
                                    Chita
                                    Choibalsan
                                    Chongqing
                                    Chungking
                                    Colombo
                                    Dacca
                                    Damascus
                                    Dhaka
                                    Dili
                                    Dubai
                                    Dushanbe
                                    Famagusta
                                    Gaza
                                    Harbin
                                    Hebron
                                    Ho_Chi_Minh
                                    Hong_Kong
                                    Hovd
                                    Irkutsk
                                    Istanbul
                                    Jakarta
                                    Jayapura
                                    Jerusalem
                                    Kabul
                                    Kamchatka
                                    Karachi
                                    Kashgar
                                    Kathmandu
                                    Katmandu
                                    Khandyga
                                    Kolkata
                                    Krasnoyarsk
                                    Kuala_Lumpur
                                    Kuching
                                    Kuwait
                                    Macao
                                    Macau
                                    Magadan
                                    Makassar
                                    Manila
                                    Muscat
                                    Nicosia
                                    Novokuznetsk
                                    Novosibirsk
                                    Omsk
                                    Oral
                                    Phnom_Penh
                                    Pontianak
                                    Pyongyang
                                    Qatar
                                    Qostanay
                                    Qyzylorda
                                    Rangoon
                                    Riyadh
                                    Saigon
                                    Sakhalin
                                    Samarkand
                                    Seoul
                                    Shanghai
                                    Singapore
                                    Srednekolymsk
                                    Taipei
                                    Tashkent
                                    Tbilisi
                                    Tehran
                                    Tel_Aviv
                                    Thimbu
                                    Thimphu
                                    Tokyo
                                    Tomsk
                                    Ujung_Pandang
                                    Ulaanbaatar
                                    Ulan_Bator
                                    Urumqi
                                    Ust-Nera
                                    Vientiane
                                    Vladivostok
                                    Yakutsk
                                    Yangon
                                    Yekaterinburg
                                    Yerevan
                                Atlantic/
                                    __init__.py
                                    Azores
                                    Bermuda
                                    Canary
                                    Cape_Verde
                                    Faeroe
                                    Faroe
                                    Jan_Mayen
                                    Madeira
                                    Reykjavik
                                    South_Georgia
                                    St_Helena
                                    Stanley
                                Australia/
                                    __init__.py
                                    ACT
                                    Adelaide
                                    Brisbane
                                    Broken_Hill
                                    Canberra
                                    Currie
                                    Darwin
                                    Eucla
                                    Hobart
                                    LHI
                                    Lindeman
                                    Lord_Howe
                                    Melbourne
                                    North
                                    NSW
                                    Perth
                                    Queensland
                                    South
                                    Sydney
                                    Tasmania
                                    Victoria
                                    West
                                    Yancowinna
                                Brazil/
                                    __init__.py
                                    Acre
                                    DeNoronha
                                    East
                                    West
                                Canada/
                                    __init__.py
                                    Atlantic
                                    Central
                                    Eastern
                                    Mountain
                                    Newfoundland
                                    Pacific
                                    Saskatchewan
                                    Yukon
                                Chile/
                                    __init__.py
                                    Continental
                                    EasterIsland
                                Etc/
                                    __init__.py
                                    GMT
                                    GMT+0
                                    GMT+1
                                    GMT+10
                                    GMT+11
                                    GMT+12
                                    GMT+2
                                    GMT+3
                                    GMT+4
                                    GMT+5
                                    GMT+6
                                    GMT+7
                                    GMT+8
                                    GMT+9
                                    GMT-0
                                    GMT-1
                                    GMT-10
                                    GMT-11
                                    GMT-12
                                    GMT-13
                                    GMT-14
                                    GMT-2
                                    GMT-3
                                    GMT-4
                                    GMT-5
                                    GMT-6
                                    GMT-7
                                    GMT-8
                                    GMT-9
                                    GMT0
                                    Greenwich
                                    UCT
                                    Universal
                                    UTC
                                    Zulu
                                Europe/
                                    __init__.py
                                    Amsterdam
                                    Andorra
                                    Astrakhan
                                    Athens
                                    Belfast
                                    Belgrade
                                    Berlin
                                    Bratislava
                                    Brussels
                                    Bucharest
                                    Budapest
                                    Busingen
                                    Chisinau
                                    Copenhagen
                                    Dublin
                                    Gibraltar
                                    Guernsey
                                    Helsinki
                                    Isle_of_Man
                                    Istanbul
                                    Jersey
                                    Kaliningrad
                                    Kiev
                                    Kirov
                                    Kyiv
                                    Lisbon
                                    Ljubljana
                                    London
                                    Luxembourg
                                    Madrid
                                    Malta
                                    Mariehamn
                                    Minsk
                                    Monaco
                                    Moscow
                                    Nicosia
                                    Oslo
                                    Paris
                                    Podgorica
                                    Prague
                                    Riga
                                    Rome
                                    Samara
                                    San_Marino
                                    Sarajevo
                                    Saratov
                                    Simferopol
                                    Skopje
                                    Sofia
                                    Stockholm
                                    Tallinn
                                    Tirane
                                    Tiraspol
                                    Ulyanovsk
                                    Uzhgorod
                                    Vaduz
                                    Vatican
                                    Vienna
                                    Vilnius
                                    Volgograd
                                    Warsaw
                                    Zagreb
                                    Zaporozhye
                                    Zurich
                                Indian/
                                    __init__.py
                                    Antananarivo
                                    Chagos
                                    Christmas
                                    Cocos
                                    Comoro
                                    Kerguelen
                                    Mahe
                                    Maldives
                                    Mauritius
                                    Mayotte
                                    Reunion
                                Mexico/
                                    __init__.py
                                    BajaNorte
                                    BajaSur
                                    General
                                Pacific/
                                    __init__.py
                                    Apia
                                    Auckland
                                    Bougainville
                                    Chatham
                                    Chuuk
                                    Easter
                                    Efate
                                    Enderbury
                                    Fakaofo
                                    Fiji
                                    Funafuti
                                    Galapagos
                                    Gambier
                                    Guadalcanal
                                    Guam
                                    Honolulu
                                    Johnston
                                    Kanton
                                    Kiritimati
                                    Kosrae
                                    Kwajalein
                                    Majuro
                                    Marquesas
                                    Midway
                                    Nauru
                                    Niue
                                    Norfolk
                                    Noumea
                                    Pago_Pago
                                    Palau
                                    Pitcairn
                                    Pohnpei
                                    Ponape
                                    Port_Moresby
                                    Rarotonga
                                    Saipan
                                    Samoa
                                    Tahiti
                                    Tarawa
                                    Tongatapu
                                    Truk
                                    Wake
                                    Wallis
                                    Yap
                                US/
                                    __init__.py
                                    Alaska
                                    Aleutian
                                    Arizona
                                    Central
                                    East-Indiana
                                    Eastern
                                    Hawaii
                                    Indiana-Starke
                                    Michigan
                                    Mountain
                                    Pacific
                                    Samoa
                                __init__.py
                                CET
                                CST6CDT
                                Cuba
                                EET
                                Egypt
                                Eire
                                EST
                                EST5EDT
                                Factory
                                GB
                                GB-Eire
                                GMT
                                GMT+0
                                GMT-0
                                GMT0
                                Greenwich
                                Hongkong
                                HST
                                Iceland
                                Iran
                                iso3166.tab
                                Israel
                                Jamaica
                                Japan
                                Kwajalein
                                leapseconds
                                Libya
                                MET
                                MST
                                MST7MDT
                                Navajo
                                NZ
                                NZ-CHAT
                                Poland
                                Portugal
                                PRC
                                PST8PDT
                                ROC
                                ROK
                                Singapore
                                Turkey
                                tzdata.zi
                                UCT
                                Universal
                                UTC
                                W-SU
                                WET
                                zone.tab
                                zone1970.tab
                                zonenow.tab
                                Zulu
                            __init__.py
                            zones
                        tzdata-2025.2.dist-info/
                            licenses/
                                licenses/
                                    LICENSE_APACHE
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        uri_template/
                            __init__.py
                            charset.py
                            expansions.py
                            py.typed
                            uritemplate.py
                            variable.py
                        uri_template-1.3.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        url_normalize/
                            __init__.py
                            cli.py
                            generic_url_cleanup.py
                            normalize_fragment.py
                            normalize_host.py
                            normalize_path.py
                            normalize_port.py
                            normalize_query.py
                            normalize_scheme.py
                            normalize_userinfo.py
                            param_allowlist.py
                            provide_url_domain.py
                            provide_url_scheme.py
                            py.typed
                            tools.py
                            url_normalize.py
                        url_normalize-2.2.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        urllib3/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _base_connection.cpython-313.pyc
                                _collections.cpython-313.pyc
                                _request_methods.cpython-313.pyc
                                _version.cpython-313.pyc
                                connection.cpython-313.pyc
                                connectionpool.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                fields.cpython-313.pyc
                                filepost.cpython-313.pyc
                                poolmanager.cpython-313.pyc
                                response.cpython-313.pyc
                            contrib/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    socks.cpython-313.pyc
                                emscripten/
                                    __init__.py
                                    connection.py
                                    emscripten_fetch_worker.js
                                    fetch.py
                                    request.py
                                    response.py
                                __init__.py
                                pyopenssl.py
                                socks.py
                            http2/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    probe.cpython-313.pyc
                                __init__.py
                                connection.py
                                probe.py
                            util/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    connection.cpython-313.pyc
                                    proxy.cpython-313.pyc
                                    request.cpython-313.pyc
                                    response.cpython-313.pyc
                                    retry.cpython-313.pyc
                                    ssl_.cpython-313.pyc
                                    ssl_match_hostname.cpython-313.pyc
                                    ssltransport.cpython-313.pyc
                                    timeout.cpython-313.pyc
                                    url.cpython-313.pyc
                                    util.cpython-313.pyc
                                    wait.cpython-313.pyc
                                __init__.py
                                connection.py
                                proxy.py
                                request.py
                                response.py
                                retry.py
                                ssl_.py
                                ssl_match_hostname.py
                                ssltransport.py
                                timeout.py
                                url.py
                                util.py
                                wait.py
                            __init__.py
                            _base_connection.py
                            _collections.py
                            _request_methods.py
                            _version.py
                            connection.py
                            connectionpool.py
                            exceptions.py
                            fields.py
                            filepost.py
                            poolmanager.py
                            py.typed
                            response.py
                        urllib3-2.5.0.dist-info/
                            licenses/
                                LICENSE.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        uv/
                            __init__.py
                            __main__.py
                            _find_uv.py
                            py.typed
                        uv-0.8.5.dist-info/
                            licenses/
                                LICENSE-APACHE
                                LICENSE-MIT
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        wcwidth/
                            __pycache__/
                                __init__.cpython-313.pyc
                                table_vs16.cpython-313.pyc
                                table_wide.cpython-313.pyc
                                table_zero.cpython-313.pyc
                                unicode_versions.cpython-313.pyc
                                wcwidth.cpython-313.pyc
                            __init__.py
                            table_vs16.py
                            table_wide.py
                            table_zero.py
                            unicode_versions.py
                            wcwidth.py
                        wcwidth-0.2.13.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        webcolors/
                            __init__.py
                            _conversion.py
                            _definitions.py
                            _html5.py
                            _normalization.py
                            _types.py
                        webcolors-24.11.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        webencodings/
                            __init__.py
                            labels.py
                            mklabels.py
                            tests.py
                            x_user_defined.py
                        webencodings-0.5.1.dist-info/
                            DESCRIPTION.rst
                            INSTALLER
                            METADATA
                            metadata.json
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        websocket/
                            tests/
                                data/
                                    header01.txt
                                    header02.txt
                                    header03.txt
                                __init__.py
                                echo-server.py
                                test_abnf.py
                                test_app.py
                                test_cookiejar.py
                                test_http.py
                                test_url.py
                                test_websocket.py
                            __init__.py
                            _abnf.py
                            _app.py
                            _cookiejar.py
                            _core.py
                            _exceptions.py
                            _handshake.py
                            _http.py
                            _logging.py
                            _socket.py
                            _ssl_compat.py
                            _url.py
                            _utils.py
                            _wsdump.py
                            py.typed
                        websocket_client-1.8.0.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        wheel/
                            __pycache__/
                                __init__.cpython-313.pyc
                                util.cpython-313.pyc
                                wheelfile.cpython-313.pyc
                            cli/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                                convert.py
                                pack.py
                                tags.py
                                unpack.py
                            vendored/
                                packaging/
                                    __init__.py
                                    _elffile.py
                                    _manylinux.py
                                    _musllinux.py
                                    _parser.py
                                    _structures.py
                                    _tokenizer.py
                                    LICENSE
                                    LICENSE.APACHE
                                    LICENSE.BSD
                                    markers.py
                                    requirements.py
                                    specifiers.py
                                    tags.py
                                    utils.py
                                    version.py
                                __init__.py
                                vendor.txt
                            __init__.py
                            __main__.py
                            _bdist_wheel.py
                            _setuptools_logging.py
                            bdist_wheel.py
                            macosx_libfile.py
                            metadata.py
                            util.py
                            wheelfile.py
                        wheel-0.45.1.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        widgetsnbextension/
                            static/
                                extension.js
                                extension.js.LICENSE.txt
                                extension.js.map
                            __init__.py
                            _version.py
                        widgetsnbextension-4.0.14.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        yaml/
                            __pycache__/
                                __init__.cpython-313.pyc
                                composer.cpython-313.pyc
                                constructor.cpython-313.pyc
                                cyaml.cpython-313.pyc
                                dumper.cpython-313.pyc
                                emitter.cpython-313.pyc
                                error.cpython-313.pyc
                                events.cpython-313.pyc
                                loader.cpython-313.pyc
                                nodes.cpython-313.pyc
                                parser.cpython-313.pyc
                                reader.cpython-313.pyc
                                representer.cpython-313.pyc
                                resolver.cpython-313.pyc
                                scanner.cpython-313.pyc
                                serializer.cpython-313.pyc
                                tokens.cpython-313.pyc
                            __init__.py
                            _yaml.cpython-313-darwin.so
                            composer.py
                            constructor.py
                            cyaml.py
                            dumper.py
                            emitter.py
                            error.py
                            events.py
                            loader.py
                            nodes.py
                            parser.py
                            reader.py
                            representer.py
                            resolver.py
                            scanner.py
                            serializer.py
                            tokens.py
                        zict/
                            __pycache__/
                                __init__.cpython-313.pyc
                                async_buffer.cpython-313.pyc
                                buffer.cpython-313.pyc
                                cache.cpython-313.pyc
                                common.cpython-313.pyc
                                file.cpython-313.pyc
                                func.cpython-313.pyc
                                lmdb.cpython-313.pyc
                                lru.cpython-313.pyc
                                sieve.cpython-313.pyc
                                utils.cpython-313.pyc
                                zip.cpython-313.pyc
                            tests/
                                __init__.py
                                conftest.py
                                test_async_buffer.py
                                test_buffer.py
                                test_cache.py
                                test_common.py
                                test_file.py
                                test_func.py
                                test_lmdb.py
                                test_lru.py
                                test_sieve.py
                                test_utils.py
                                test_zip.py
                                utils_test.py
                            __init__.py
                            async_buffer.py
                            buffer.py
                            cache.py
                            common.py
                            file.py
                            func.py
                            lmdb.py
                            lru.py
                            py.typed
                            sieve.py
                            utils.py
                            zip.py
                        zict-3.0.0.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        zmq/
                            .dylibs/
                                libsodium.26.dylib
                                libzmq.5.dylib
                            auth/
                                __init__.py
                                asyncio.py
                                base.py
                                certs.py
                                ioloop.py
                                thread.py
                            backend/
                                cffi/
                                    __init__.py
                                    _cdefs.h
                                    _cffi_src.c
                                    _poll.py
                                    context.py
                                    devices.py
                                    error.py
                                    message.py
                                    README.md
                                    socket.py
                                    utils.py
                                cython/
                                    __init__.pxd
                                    __init__.py
                                    _externs.pxd
                                    _zmq.abi3.so
                                    _zmq.pxd
                                    _zmq.py
                                    constant_enums.pxi
                                    libzmq.pxd
                                __init__.py
                                __init__.pyi
                                select.py
                            devices/
                                __init__.py
                                basedevice.py
                                monitoredqueue.py
                                monitoredqueuedevice.py
                                proxydevice.py
                                proxysteerabledevice.py
                            eventloop/
                                __init__.py
                                _deprecated.py
                                future.py
                                ioloop.py
                                zmqstream.py
                            green/
                                eventloop/
                                    __init__.py
                                    ioloop.py
                                    zmqstream.py
                                __init__.py
                                core.py
                                device.py
                                poll.py
                            log/
                                __init__.py
                                __main__.py
                                handlers.py
                            ssh/
                                __init__.py
                                forward.py
                                tunnel.py
                            sugar/
                                __init__.py
                                __init__.pyi
                                attrsettr.py
                                context.py
                                frame.py
                                poll.py
                                socket.py
                                stopwatch.py
                                tracker.py
                                version.py
                            tests/
                                __init__.py
                            utils/
                                __init__.py
                                garbage.py
                                getpid_compat.h
                                interop.py
                                ipcmaxlen.h
                                jsonapi.py
                                monitor.py
                                mutex.h
                                pyversion_compat.h
                                strtypes.py
                                win32.py
                                z85.py
                                zmq_compat.h
                            __init__.pxd
                            __init__.py
                            __init__.pyi
                            _future.py
                            _future.pyi
                            _typing.py
                            asyncio.py
                            constants.py
                            decorators.py
                            error.py
                            py.typed
                        30fcd23745efe32ce681__mypyc.cpython-313-darwin.so
                        __editable__.agi_cluster-0.4.1.pth
                        __editable__.agi_env-0.4.1.pth
                        __editable__.agi_node-0.4.1.pth
                        __editable__.flight_project-0.4.1.pth
                        _black_version.py
                        _brotli.cpython-313-darwin.so
                        _cffi_backend.cpython-313-darwin.so
                        _virtualenv.pth
                        _virtualenv.py
                        appdirs.py
                        brotli.py
                        cython.py
                        ddc459050edb75a05942__mypyc.cpython-313-darwin.so
                        decorator.py
                        distutils-precedence.pth
                        edfc647aaf02b20aa651__mypyc.cpython-313-darwin.so
                        ipykernel_launcher.py
                        ipython_pygments_lexers.py
                        jsonpointer.py
                        jupyter.py
                        mypy_extensions.py
                        nest_asyncio.py
                        pandocfilters.py
                        py.py
                        pytest-cov.pth
                        rfc3339_validator.py
                        rfc3986_validator.py
                        scp.py
                        six.py
                        texttable.py
                        threadpoolctl.py
                        typing_extensions.py
            share/
                applications/
                    jupyter-notebook.desktop
                    jupyterlab.desktop
                icons/
                    hicolor/
                        scalable/
                            apps/
                                jupyterlab.svg
                                notebook.svg
                jupyter/
                    kernels/
                        python3/
                            kernel.json
                            logo-32x32.png
                            logo-64x64.png
                            logo-svg.svg
                    lab/
                        schemas/
                            @jupyter-notebook/
                                application-extension/
                                    menus.json
                                    package.json.orig
                                    pages.json
                                    shell.json
                                    title.json
                                    top.json
                                    zen.json
                                documentsearch-extension/
                                    package.json.orig
                                help-extension/
                                    open.json
                                    package.json.orig
                                notebook-extension/
                                    checkpoints.json
                                    edit-notebook-metadata.json
                                    full-width-notebook.json
                                    kernel-logo.json
                                    package.json.orig
                                    scroll-output.json
                                tree-extension/
                                    file-actions.json
                                    package.json.orig
                                    widget.json
                            @jupyterlab/
                                application-extension/
                                    commands.json
                                    context-menu.json
                                    package.json.orig
                                    property-inspector.json
                                    shell.json
                                    top-bar.json
                                apputils-extension/
                                    kernels-settings.json
                                    notification.json
                                    package.json.orig
                                    palette.json
                                    print.json
                                    sanitizer.json
                                    sessionDialogs.json
                                    themes.json
                                    utilityCommands.json
                                cell-toolbar-extension/
                                    package.json.orig
                                    plugin.json
                                celltags-extension/
                                    package.json.orig
                                    plugin.json
                                codemirror-extension/
                                    package.json.orig
                                    plugin.json
                                completer-extension/
                                    inline-completer.json
                                    manager.json
                                    package.json.orig
                                console-extension/
                                    completer.json
                                    foreign.json
                                    package.json.orig
                                    tracker.json
                                csvviewer-extension/
                                    csv.json
                                    package.json.orig
                                    tsv.json
                                debugger-extension/
                                    main.json
                                    package.json.orig
                                docmanager-extension/
                                    download.json
                                    package.json.orig
                                    plugin.json
                                documentsearch-extension/
                                    package.json.orig
                                    plugin.json
                                extensionmanager-extension/
                                    package.json.orig
                                    plugin.json
                                filebrowser-extension/
                                    browser.json
                                    download.json
                                    open-browser-tab.json
                                    open-with.json
                                    package.json.orig
                                    widget.json
                                fileeditor-extension/
                                    completer.json
                                    package.json.orig
                                    plugin.json
                                help-extension/
                                    about.json
                                    jupyter-forum.json
                                    launch-classic.json
                                    package.json.orig
                                htmlviewer-extension/
                                    package.json.orig
                                    plugin.json
                                hub-extension/
                                    menu.json
                                    package.json.orig
                                imageviewer-extension/
                                    package.json.orig
                                    plugin.json
                                inspector-extension/
                                    consoles.json
                                    inspector.json
                                    notebooks.json
                                    package.json.orig
                                launcher-extension/
                                    package.json.orig
                                    plugin.json
                                logconsole-extension/
                                    package.json.orig
                                    plugin.json
                                lsp-extension/
                                    package.json.orig
                                    plugin.json
                                mainmenu-extension/
                                    package.json.orig
                                    plugin.json
                                markdownviewer-extension/
                                    package.json.orig
                                    plugin.json
                                mathjax-extension/
                                    package.json.orig
                                    plugin.json
                                metadataform-extension/
                                    metadataforms.json
                                    package.json.orig
                                notebook-extension/
                                    completer.json
                                    export.json
                                    package.json.orig
                                    panel.json
                                    tools.json
                                    tracker.json
                                running-extension/
                                    package.json.orig
                                    plugin.json
                                settingeditor-extension/
                                    form-ui.json
                                    package.json.orig
                                    plugin.json
                                shortcuts-extension/
                                    package.json.orig
                                    shortcuts.json
                                statusbar-extension/
                                    package.json.orig
                                    plugin.json
                                terminal-extension/
                                    package.json.orig
                                    plugin.json
                                toc-extension/
                                    package.json.orig
                                    registry.json
                                tooltip-extension/
                                    consoles.json
                                    files.json
                                    notebooks.json
                                    package.json.orig
                                translation-extension/
                                    package.json.orig
                                    plugin.json
                                workspaces-extension/
                                    indicator.json
                                    menu.json
                                    package.json.orig
                                    sidebar.json
                        static/
                            100.1d14ca44a3cc8849349f.js
                            1039.3fe94e87219c0ed159d3.js
                            1096.dd4c563e0483cbbeb9c9.js
                            1189.c1482e88f0e949753db6.js
                            1208.4b9ab7b231d39ebdbc3f.js
                            1219.b5630aa3a46050fddc27.js
                            1268.e75d8a6dd557ac8957ca.js
                            1359.d5f23f0e2a6f67b69751.js
                            1423.4bcf4453e1c1d12d872f.js
                            1436.2c11d9dee0ad6f49e968.js
                            1445.a0e099c27d073217031a.js
                            1449.7026e8748d2a77e15d5b.js
                            1462.57e39f487257f25263d4.js
                            1491.010c623dd546db976e95.js
                            1495.13603dd823bbf5eb08b3.js
                            1518.3e4807844734ff34efd0.js
                            1673.b0ee25168543434bdbca.js
                            1737.a5fc97075f693ec36fe6.js
                            1832.b1ede2fe899bdec88938.js
                            1834.7445ad0c82371ac40737.js
                            1838.839690ff17ec3c532f0a.js
                            1887.56f83f163a18c61efb16.js
                            1909.7487a09fefbe7f9eabb6.js
                            1909.7487a09fefbe7f9eabb6.js.LICENSE.txt
                            1912.f16dddc294d66c3c81e9.js
                            1954.f1c519cb1415c7da3e8c.js
                            1960.f8d8ef8a91360e60f0b9.js
                            1962.6a7da74e809b70d5200d.js
                            1969.86e3168e52802569d650.js
                            1986.26029e99ef54a5652df8.js
                            1991.84fc123d7cfe8ae2948e.js
                            1cb1c39ea642f26a4dfe.woff
                            2023.59b30086fbeff6d17e3b.js
                            2211.04a176892c4c3071836c.js
                            227.6bd3154334bb91c5ca1c.js
                            227.6bd3154334bb91c5ca1c.js.LICENSE.txt
                            2280.6614699f54522fffbc00.js
                            232.5419cbec68e3fd0cf431.js
                            232.5419cbec68e3fd0cf431.js.LICENSE.txt
                            2353.ab70488f07a7c0a7a3fd.js
                            246.326a6482593e8a7bcd58.js
                            2467.4227742ac4b60289f222.js
                            247.84259ab142dd8c151fc2.js
                            2491.c169ecbc5fde2bcdb1b3.js
                            2550.75fcaa650ffac405c0dc.js
                            2574.327dadfe49120269ff31.js
                            2576.b98b7b23adeec4cb6932.js
                            2590.99e505d19b964439aa31.js
                            2601.2429d5a03c8465ae6290.js
                            2633.ea053b40991eb5adbc69.js
                            2641.e77441e7a3e0d12834c5.js
                            265.6f9e37c0b72db64203b1.js
                            2658.d1cae1b08b068d864368.js
                            26683bf201fb258a2237.woff
                            2681.a47f40e38ecd31ccd687.js
                            2707.61050e600b0aa9624127.js
                            2729.cafaf0caf2c0c83ac9fe.js
                            2794.05495c139ed000b57598.js
                            2823.0b6015b5e03c08281f41.js
                            2880.8483d51b11998bfe8e4b.js
                            2957.bc5eb9549a0b15c44916.js
                            2959.b24c9f67d639376f5ead.js
                            3048.59e6166a886a78f4f698.js
                            30e889b58cbc51adfbb0.woff
                            3111.33574d9124842f355bce.js
                            3112.0757b31e24c5334fda73.js
                            3122.fed5688acdcf6ff6aa6b.js
                            321.0fb994fd384a54491584.js
                            3257.30af681f0c294efb65f7.js
                            3257.30af681f0c294efb65f7.js.LICENSE.txt
                            32792104b5ef69eded90.woff
                            3282.22e78350d54fcaf3c6c8.js
                            3293.375c6685d72662fc062f.js
                            3303.b5596c0715d2d58332fb.js
                            3358.7ba73a6804155b619b44.js
                            3372.8eeafd96de9a7a205f40.js
                            339.380593b40d8d41150a4e.js
                            355254db9ca10a09a3b5.woff
                            3616.a4271ffcf2ac3b4c2338.js
                            36e0d72d8a7afc696a3e.woff
                            3709.e33bc30c83272aa85628.js
                            373c04fd2418f5c77eea.eot
                            3763.56191df5d72d2ffa5aa6.js
                            3780.c9294dc98ae926717741.js
                            3799.eaa0438bc5c41bad0516.js
                            3824.5e23be1e37fce5b7c6b3.js
                            3832.c6026c483bb46cc8e599.js
                            3974.79f68bca9a02c92dab5e.js
                            3991.678edf189fe92a216c70.js
                            3bc6ecaae7ecf6f8d7f8.woff
                            3de784d07b9fa8f104c1.woff
                            3f6d3488cf65374f6f67.woff
                            4001.80ab3ef5300d7ce2d1fe.js
                            4010.7ccc4c383efb7272d781.js
                            4053.4945facc348478fd59f4.js
                            4068.9cc41f46f729f2c4369b.js
                            4076.b4d803d8bf1bd6c97854.js
                            4090.eec44f90a54aa383426c.js
                            4266.155b468271987c81d948.js
                            4296.721da424585874d0789e.js
                            4311.b44e8bc4829e0b1226d2.js
                            4323.b2bd8a329a81d30ed039.js
                            4350.8c8a0e7a3ffe036494e1.js
                            4353.8572f6845cfde92dc152.js
                            4364.b9b49d8d836882f44e62.js
                            4372.645626a2452c190dbb22.js
                            4372.645626a2452c190dbb22.js.LICENSE.txt
                            4408.f24dd0edf35e08548967.js
                            4462.c3c6de84bc9399e0290d.js
                            4484.e1d2565d1a3daa5fe5f1.js
                            4486.8d2f41ae787607b7bf31.js
                            4528.43328125d98d6cfdfa99.js
                            4611.bd2b768223b0cd570834.js
                            4616.04cfbd55593c51921cc7.js
                            4728.56c0b9d87316b2fa012e.js
                            4728.56c0b9d87316b2fa012e.js.LICENSE.txt
                            4735.7731d551ca68bcb58e9f.js
                            4797.3740ef47b224a11a7fab.js
                            481e39042508ae313a60.woff
                            4838.8db4c61349bfba200547.js
                            4855.29e8dc6982ba4873487d.js
                            4878.f7557c5c99a54b40c49b.js
                            492.5f186062d2dcdf79c86c.js
                            4928.6cb408e4def87534970d.js
                            4981.eed4ddb90566e90e3df4.js
                            4982.c609185756485c6e3344.js
                            5085.a38923f36b551620798a.js
                            5090.404be96d8a6eae1e719a.js
                            5090.404be96d8a6eae1e719a.js.LICENSE.txt
                            5135.7f204de2153e4d85406d.js
                            5211.83e78dadcef89cae04bf.js
                            5224.8a6bbc774d20be66fdfb.js
                            5244.eefac84704ad30f00af3.js
                            5317.f4bba2e3d0f4fdd088f7.js
                            5318.d5df5c275e925c22d780.js
                            5338.38c32bdfb0695f9b501f.js
                            5489.7fab44eac7538297b164.js
                            5492.44728a640c37a4b4aa0c.js
                            5521.0337f193af4e5eee6057.js
                            5566.c76ea61eb723ee84e2cf.js
                            5606.e03dfa10c124a03f36ba.js
                            580.4ea1e6182e0b35ff091a.js
                            5829.0e46d479b4ade4783661.js
                            5847.930208c25e45ecf30657.js
                            5862.be1ec453e8db6844c62d.js
                            5877.72ab5a29e95ce21981e4.js
                            5929.d561797f8259994ecdd8.js
                            5942.05cbcd55c5f45ff7db43.js
                            5987.7e967df5417044d337a4.js
                            5cda41563a095bd70c78.woff
                            6003.94cdab770c801f3c46f7.js
                            6060.52dca011e9f2f279fc5e.js
                            6095.6e79e3bad86e054aa8c8.js
                            6145.c422868290460078c013.js
                            6166.2bc9ac8e2156c0701a52.js
                            6170.65d899f43342f1e34bf1.js
                            6180.edc40db2566e62650403.js
                            6208.feaef264d58c31fc4201.js
                            6214.617de47747c5a9b19ef7.js
                            6275.e99f9312900c481b467d.js
                            6294.b3cb5e16527b9d09b4a2.js
                            6364.c592f3101de349ba3904.js
                            6372.edc0712a4be855493530.js
                            6412.ebdf8da40f1ba8272df9.js
                            6439.1723c0b3882bf535486e.js
                            6460.d9aaa1e48da295c6035d.js
                            649.4081045b1737e4213282.js
                            6492.804d51a693edf6978ef4.js
                            6540.51c00e890179a4832552.js
                            6540.51c00e890179a4832552.js.LICENSE.txt
                            6733.bf3398ba9bb890f0fb67.js
                            6733.bf3398ba9bb890f0fb67.js.LICENSE.txt
                            6767.4b82d96c237ca7e31bc6.js
                            6779.051cfbcb0700a96839b2.js
                            6831.1df8fa4cabb5b1c19803.js
                            6843.dabcc3c9658bc6ded6d1.js
                            6874.bb2f7fbc6ce56eecc800.js
                            6896.af1d649e0efae70b7b1a.js
                            6941.465bebbd3d8a024f5f15.js
                            6974.b5b353b8af28fbc91291.js
                            6986.a89a5aba790481992875.js
                            6993.c93f5a810fcf441cbb6f.js
                            7136.b312751fbb25b73f5e71.js
                            721921bab0d001ebff02.woff
                            7250.b88d0a5e237ff5ff1aad.js
                            7260.b47dcaccbe7991104e8a.js
                            7269.962f078e97afc4f68e79.js
                            72bc573386dd1d48c5bb.woff
                            731.82a7b980b5b7f4b7a14f.js
                            7318.7cc6b4b0b3151b205ecb.js
                            7371.63b12ce793df713ab95b.js
                            7425.f1c25f6c8aaec77e8635.js
                            7445.7c793c8e1720f8ec4f85.js
                            7575.2e3e32236d5667bba43f.js
                            7587.3112240b6b82407b0f16.js
                            7694.1cbff84dccb512476b7c.js
                            7741.2ad1372a5862c4522be3.js
                            7756.93d0ab41829355a147ab.js
                            7769.d39df7673ee2660a9ac4.js
                            7803.0c8929610218552319bf.js
                            7856.dd9523e57bed80f1f694.js
                            7879.5c485d200dc01b6f43ff.js
                            7881.c5a234ce171f347c94e2.js
                            7990.01eaa552261b6e12a74a.js
                            7990.01eaa552261b6e12a74a.js.LICENSE.txt
                            79d088064beb3826054f.eot
                            8038.aea19fb961abd87d6255.js
                            805.2a0b8ac50aa8e6ab096f.js
                            8103.ed2b21471519b58a3d73.js
                            8217.801fbb0b549a74238760.js
                            8232.e31d5021e77a9b5215d6.js
                            8313.aac706f5036a7209b3a8.js
                            8326.9dda93079a9e4f1b9be6.js
                            8354.94077232b086a13541cc.js
                            8368.c75a4b32ae45ec88465d.js
                            8391.e5fb2e35cced405eb819.js
                            84.fe0a55d7756c37585fb4.js
                            8418.42e29778d4b49fb54e8e.js
                            8493.3b6106e45d5661438d8e.js
                            8537.21b8b9ae0d81ae264499.js
                            8606.bc1b0136e61d173913cd.js
                            867.e814bf26fbfc77fc4f16.js
                            870673df72e70f87c91a.woff
                            874.fbd3ae653c7337f3425b.js
                            8753.56da17175b663d61f9d3.js
                            8778.a3883f9acac5a903d6be.js
                            8779.6eebdb56785e3d38a457.js
                            8786.a2bc3dfc1ea13c04ba94.js
                            8786.a2bc3dfc1ea13c04ba94.js.LICENSE.txt
                            8816.d7ec52fb31e9c6749593.js
                            8830.d5bb102ed8737ffe38cb.js
                            8855.b17b9969fce42d0398e4.js
                            88b98cad3688915e50da.woff
                            89.933673451ca4a51053cb.js
                            8915.ab253990b1581460b255.js
                            898.ed04189e15f0a3781fb1.js
                            8ea8791754915a898a31.woff2
                            8ea8dbb1b02e6f730f55.woff
                            9023.2ff687d7ff50df3719fc.js
                            9046.2a28e08629ab71d9ebb1.js
                            9085.5a959b5878e7afd8a878.js
                            9085.5a959b5878e7afd8a878.js.LICENSE.txt
                            9123.501219cd782693d6539f.js
                            9136.8f4cc6ecadcf250fd8ac.js
                            9296.c82d1f1a8d9204ca6ed7.js
                            9311.ad0012965aa52db7a3e3.js
                            9329.1683d45b6478b7c81a24.js
                            9359.34d1b961b733676193cb.js
                            9400.90fd1d2212781c80b587.js
                            9474.01b4e1d1e3376f4a5919.js
                            9517.7056cafdf1da3a136d45.js
                            9572.f91bbaa33e932d524f8f.js
                            961.29c067b15a524e556eed.js
                            961.29c067b15a524e556eed.js.LICENSE.txt
                            9652.a8d2e5854bcae4d40041.js
                            9674eb1bd55047179038.svg
                            9746.c7e86b432363dfd28caa.js
                            9834b82ad26e2a37583d.woff2
                            9881.37d189ff085cb3468683.js
                            9890.75ea8024e2c1c49c89a3.js
                            9892.1c3a710069391fd93b5d.js
                            9892.1c3a710069391fd93b5d.js.LICENSE.txt
                            a009bea404f7a500ded4.woff
                            a3b9817780214caf01e8.svg
                            af04542b29eaac04550a.woff
                            af6397503fcefbd61397.ttf
                            af96f67d7accf5fd2a4a.woff
                            b418136e3b384baaadec.woff
                            be0a084962d8066884f7.svg
                            bootstrap.js
                            build_log.json
                            c49810b53ecc0d87d802.woff
                            c56da8d69f1a0208b8e0.woff
                            cb9e9e693192413cde2b.woff
                            cda59d6efffa685830fd.ttf
                            e4299464e7b012968eed.eot
                            e42a88444448ac3d6054.woff2
                            e8711bbb871afd8e9dea.ttf
                            f9217f66874b0c01cd8c.woff
                            fc6ddf5df402b263cfb1.woff
                            index.html
                            index.out.js
                            jlab_core.39ffbf5b9a750816e020.js
                            main.2155fa5c4dce2b7a12e6.js
                            package.json
                            style.js
                            third-party-licenses.json
                        themes/
                            @jupyterlab/
                                theme-dark-extension/
                                    index.css
                                    index.js
                                theme-dark-high-contrast-extension/
                                    index.css
                                    index.js
                                theme-light-extension/
                                    index.css
                                    index.js
                    labextensions/
                        @jupyter-notebook/
                            lab-extension/
                                schemas/
                                    @jupyter-notebook/
                                        lab-extension/
                                            interface-switcher.json
                                            launch-tree.json
                                            package.json.orig
                                static/
                                    261.ed6f8abd5781e8d11deb.js
                                    568.5e057f374374b68b6acf.js
                                    928.fb1e84fb9063ca0568af.js
                                    93.c48a681bb3e8043bbbd7.js
                                    remoteEntry.7e3d7768845089ad5f5f.js
                                    style.js
                                    third-party-licenses.json
                                package.json
                        @jupyter-widgets/
                            jupyterlab-manager/
                                schemas/
                                    @jupyter-widgets/
                                        jupyterlab-manager/
                                            package.json.orig
                                            plugin.json
                                static/
                                    327.d242f1a99504b2d5b629.js
                                    420.23ab95819c045f6c36bc.js
                                    439.b350310d057b43cdd50f.js
                                    439.b350310d057b43cdd50f.js.LICENSE.txt
                                    446.f8696ce72124c78273da.js
                                    586.085510630436c2e4273f.js
                                    647.8458d9c331000024a14a.js
                                    651.fe40a967a60b543cf15c.js
                                    651.fe40a967a60b543cf15c.js.LICENSE.txt
                                    701.043aefe0b66133629348.js
                                    722.53e4a64671c3c48de007.js
                                    727.b26a6f3871012a0fd66a.js
                                    898.db11fb1a7e18acb58b5b.js
                                    remoteEntry.35b6c65bd99dab37b910.js
                                    style.js
                                    third-party-licenses.json
                                install.json
                                package.json
                        jupyterlab_pygments/
                            static/
                                568.1e2faa2ba0bbe59c4780.js
                                747.67662283a5707eeb4d4c.js
                                remoteEntry.5cbb9d2323598fbda535.js
                                style.js
                                third-party-licenses.json
                            install.json
                            package.json
                    nbconvert/
                        templates/
                            asciidoc/
                                conf.json
                                index.asciidoc.j2
                            base/
                                cell_id_anchor.j2
                                celltags.j2
                                display_priority.j2
                                jupyter_widgets.html.j2
                                mathjax.html.j2
                                null.j2
                            basic/
                                conf.json
                                index.html.j2
                            classic/
                                static/
                                    style.css
                                base.html.j2
                                conf.json
                                index.html.j2
                            compatibility/
                                display_priority.tpl
                                full.tpl
                            lab/
                                static/
                                    index.css
                                    theme-dark.css
                                    theme-light.css
                                base.html.j2
                                conf.json
                                index.html.j2
                                mermaidjs.html.j2
                            latex/
                                base.tex.j2
                                conf.json
                                display_priority.j2
                                document_contents.tex.j2
                                index.tex.j2
                                null.j2
                                report.tex.j2
                                style_bw_ipython.tex.j2
                                style_bw_python.tex.j2
                                style_ipython.tex.j2
                                style_jupyter.tex.j2
                                style_python.tex.j2
                            markdown/
                                conf.json
                                index.md.j2
                            python/
                                conf.json
                                index.py.j2
                            reveal/
                                static/
                                    custom_reveal.css
                                base.html.j2
                                cellslidedata.j2
                                conf.json
                                index.html.j2
                            rst/
                                conf.json
                                index.rst.j2
                            script/
                                conf.json
                                script.j2
                            webpdf/
                                conf.json
                                index.pdf.j2
                    nbextensions/
                        jupyter-js-widgets/
                            extension.js
                            extension.js.LICENSE.txt
                            extension.js.map
                man/
                    man1/
                        ipython.1
            .gitignore
            .lock
            CACHEDIR.TAG
            pyvenv.cfg
        build/
            bdist.macosx-11.0-arm64/
            lib/
                agi_dispatcher/
                    __pycache__/
                        __init__.cpython-313.pyc
                        agi_dispatcher.cpython-313.pyc
                    __init__.py
                    agi_dispatcher.py
                    build.py
                flight/
                    __pycache__/
                        __init__.cpython-313.pyc
                        flight.cpython-313.pyc
                    __init__.py
                    flight.py
                flight_worker/
                    __pycache__/
                        __init__.cpython-313.pyc
                        flight_worker.cpython-313.pyc
                    __init__.py
                    dataset.7z
                    flight_worker.c
                    flight_worker.py
                    flight_worker.pyx
                    post_install.py
                    pre_install.py
                    pyproject.toml
                polars_worker/
                    __pycache__/
                        __init__.cpython-313.pyc
                        polars_worker.cpython-313.pyc
                    __init__.py
                    polars_worker.py
            temp.macosx-11.0-arm64-cpython-313/
                src/
                    flight_worker/
                        flight_worker.o
        src/
            flight/
                __pycache__/
                    __init__.cpython-313.pyc
                    flight.cpython-313.pyc
                __init__.py
                flight.py
            flight_project.egg-info/
                dependency_links.txt
                not-zip-safe
                PKG-INFO
                requires.txt
                SOURCES.txt
                top_level.txt
            flight_worker/
                __pycache__/
                    __init__.cpython-313.pyc
                    flight_worker.cpython-313.pyc
                __init__.py
                dataset.7z
                flight_worker.c
                flight_worker.py
                flight_worker.pyx
                post_install.py
                pre_install.py
                pyproject.toml
            app_settings.toml
            args_ui_snippet.py
            lab_steps.ipynb
            lab_steps.toml
            pre_prompt.json
        test/
            __pycache__/
                __init__.cpython-313.pyc
                test_flight_manager.cpython-313-pytest-8.4.1.pyc
                test_flight_worker.cpython-313-pytest-8.4.1.pyc
            __init__.py
            _test_flight_manager.py
            _test_flight_worker.py
            output.json
            test_df.ipynb
            test_flight_manager.py
            test_flight_worker.py
        .coverage
        .gitignore
        build.py
        coverage.xml
        MANIFEST.in
        output.json
        pyproject.toml
        README.md
        run-all-test.py
        run_test.sh
        uv.lock
        uv_config.toml
    mycode_project/
        .idea/
            inspectionProfiles/
                profiles_settings.xml
                Project_Default.xml
            .gitignore
            modules.xml
            mycode_project.iml
            vcs.xml
        .pytest_cache/
            v/
                cache/
                    nodeids
            .gitignore
            CACHEDIR.TAG
            README.md
        .venv/
            bin/
                activate
                activate.bat
                activate.csh
                activate.fish
                activate.nu
                activate.ps1
                activate_this.py
                black
                blackd
                coverage
                coverage-3.13
                coverage3
                cygdb
                cython
                cythonize
                dask
                dask-scheduler
                dask-ssh
                dask-worker
                deactivate.bat
                debugpy
                debugpy-adapter
                dmypy
                dotenv
                f2py
                httpx
                inv
                invoke
                ipython
                ipython3
                jlpm
                jsonpointer
                jsonschema
                jupyter
                jupyter-console
                jupyter-dejavu
                jupyter-events
                jupyter-execute
                jupyter-kernel
                jupyter-kernelspec
                jupyter-lab
                jupyter-labextension
                jupyter-labhub
                jupyter-migrate
                jupyter-nbconvert
                jupyter-notebook
                jupyter-run
                jupyter-server
                jupyter-troubleshoot
                jupyter-trust
                licensecheck
                markdown-it
                markdown_py
                mypy
                mypyc
                normalizer
                numba
                numpy-config
                py.test
                py7zr
                pybabel
                pydoc.bat
                pygmentize
                pyjson5
                pytest
                python
                python3
                python3.13
                send2trash
                stubgen
                stubtest
                url-normalize
                uv
                uvx
                wheel
                wsdump
            etc/
                jupyter/
                    jupyter_notebook_config.d/
                        jupyterlab.json
                    jupyter_server_config.d/
                        jupyter-lsp-jupyter-server.json
                        jupyter_server_terminals.json
                        jupyterlab.json
                        notebook.json
                        notebook_shim.json
                    nbconfig/
                        notebook.d/
                            widgetsnbextension.json
            lib/
                python3.13/
                    site-packages/
                        __pycache__/
                            _virtualenv.cpython-313.pyc
                            brotli.cpython-313.pyc
                            cython.cpython-313.pyc
                            decorator.cpython-313.pyc
                            py.cpython-313.pyc
                            typing_extensions.cpython-313.pyc
                        _argon2_cffi_bindings/
                            __init__.py
                            _ffi.abi3.so
                            _ffi_build.py
                        _distutils_hack/
                            __pycache__/
                                __init__.cpython-313.pyc
                                override.cpython-313.pyc
                            __init__.py
                            override.py
                        _pytest/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _argcomplete.cpython-313.pyc
                                _version.cpython-313.pyc
                                cacheprovider.cpython-313.pyc
                                capture.cpython-313.pyc
                                compat.cpython-313.pyc
                                debugging.cpython-313.pyc
                                deprecated.cpython-313.pyc
                                doctest.cpython-313.pyc
                                faulthandler.cpython-313.pyc
                                fixtures.cpython-313.pyc
                                freeze_support.cpython-313.pyc
                                helpconfig.cpython-313.pyc
                                hookspec.cpython-313.pyc
                                junitxml.cpython-313.pyc
                                legacypath.cpython-313.pyc
                                logging.cpython-313.pyc
                                main.cpython-313.pyc
                                monkeypatch.cpython-313.pyc
                                nodes.cpython-313.pyc
                                outcomes.cpython-313.pyc
                                pastebin.cpython-313.pyc
                                pathlib.cpython-313.pyc
                                pytester.cpython-313.pyc
                                python.cpython-313.pyc
                                python_api.cpython-313.pyc
                                raises.cpython-313.pyc
                                recwarn.cpython-313.pyc
                                reports.cpython-313.pyc
                                runner.cpython-313.pyc
                                scope.cpython-313.pyc
                                setuponly.cpython-313.pyc
                                setupplan.cpython-313.pyc
                                skipping.cpython-313.pyc
                                stash.cpython-313.pyc
                                stepwise.cpython-313.pyc
                                terminal.cpython-313.pyc
                                threadexception.cpython-313.pyc
                                timing.cpython-313.pyc
                                tmpdir.cpython-313.pyc
                                tracemalloc.cpython-313.pyc
                                unittest.cpython-313.pyc
                                unraisableexception.cpython-313.pyc
                                warning_types.cpython-313.pyc
                                warnings.cpython-313.pyc
                            _code/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    code.cpython-313.pyc
                                    source.cpython-313.pyc
                                __init__.py
                                code.py
                                source.py
                            _io/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    pprint.cpython-313.pyc
                                    saferepr.cpython-313.pyc
                                    terminalwriter.cpython-313.pyc
                                    wcwidth.cpython-313.pyc
                                __init__.py
                                pprint.py
                                saferepr.py
                                terminalwriter.py
                                wcwidth.py
                            _py/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    error.cpython-313.pyc
                                    path.cpython-313.pyc
                                __init__.py
                                error.py
                                path.py
                            assertion/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    rewrite.cpython-313.pyc
                                    truncate.cpython-313.pyc
                                    util.cpython-313.pyc
                                __init__.py
                                rewrite.py
                                truncate.py
                                util.py
                            config/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    argparsing.cpython-313.pyc
                                    compat.cpython-313.pyc
                                    exceptions.cpython-313.pyc
                                    findpaths.cpython-313.pyc
                                __init__.py
                                argparsing.py
                                compat.py
                                exceptions.py
                                findpaths.py
                            mark/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    expression.cpython-313.pyc
                                    structures.cpython-313.pyc
                                __init__.py
                                expression.py
                                structures.py
                            __init__.py
                            _argcomplete.py
                            _version.py
                            cacheprovider.py
                            capture.py
                            compat.py
                            debugging.py
                            deprecated.py
                            doctest.py
                            faulthandler.py
                            fixtures.py
                            freeze_support.py
                            helpconfig.py
                            hookspec.py
                            junitxml.py
                            legacypath.py
                            logging.py
                            main.py
                            monkeypatch.py
                            nodes.py
                            outcomes.py
                            pastebin.py
                            pathlib.py
                            py.typed
                            pytester.py
                            pytester_assertions.py
                            python.py
                            python_api.py
                            raises.py
                            recwarn.py
                            reports.py
                            runner.py
                            scope.py
                            setuponly.py
                            setupplan.py
                            skipping.py
                            stash.py
                            stepwise.py
                            terminal.py
                            threadexception.py
                            timing.py
                            tmpdir.py
                            tracemalloc.py
                            unittest.py
                            unraisableexception.py
                            warning_types.py
                            warnings.py
                        _yaml/
                            __init__.py
                        agi_cluster-0.4.1.dist-info/
                            direct_url.json
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            uv_cache.json
                            WHEEL
                        agi_env-0.4.1.dist-info/
                            direct_url.json
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            uv_cache.json
                            WHEEL
                        agi_node-0.4.1.dist-info/
                            direct_url.json
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            uv_cache.json
                            WHEEL
                        annotated_types/
                            __pycache__/
                                __init__.cpython-313.pyc
                            __init__.py
                            py.typed
                            test_cases.py
                        annotated_types-0.7.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        anyio/
                            __pycache__/
                                __init__.cpython-313-pytest-8.4.1.pyc
                                from_thread.cpython-313-pytest-8.4.1.pyc
                                lowlevel.cpython-313-pytest-8.4.1.pyc
                                pytest_plugin.cpython-313-pytest-8.4.1.pyc
                                to_thread.cpython-313-pytest-8.4.1.pyc
                            _backends/
                                __init__.py
                                _asyncio.py
                                _trio.py
                            _core/
                                __pycache__/
                                    __init__.cpython-313-pytest-8.4.1.pyc
                                    _contextmanagers.cpython-313-pytest-8.4.1.pyc
                                    _eventloop.cpython-313-pytest-8.4.1.pyc
                                    _exceptions.cpython-313-pytest-8.4.1.pyc
                                    _fileio.cpython-313-pytest-8.4.1.pyc
                                    _resources.cpython-313-pytest-8.4.1.pyc
                                    _signals.cpython-313-pytest-8.4.1.pyc
                                    _sockets.cpython-313-pytest-8.4.1.pyc
                                    _streams.cpython-313-pytest-8.4.1.pyc
                                    _subprocesses.cpython-313-pytest-8.4.1.pyc
                                    _synchronization.cpython-313-pytest-8.4.1.pyc
                                    _tasks.cpython-313-pytest-8.4.1.pyc
                                    _tempfile.cpython-313-pytest-8.4.1.pyc
                                    _testing.cpython-313-pytest-8.4.1.pyc
                                    _typedattr.cpython-313-pytest-8.4.1.pyc
                                __init__.py
                                _asyncio_selector_thread.py
                                _contextmanagers.py
                                _eventloop.py
                                _exceptions.py
                                _fileio.py
                                _resources.py
                                _signals.py
                                _sockets.py
                                _streams.py
                                _subprocesses.py
                                _synchronization.py
                                _tasks.py
                                _tempfile.py
                                _testing.py
                                _typedattr.py
                            abc/
                                __pycache__/
                                    __init__.cpython-313-pytest-8.4.1.pyc
                                    _eventloop.cpython-313-pytest-8.4.1.pyc
                                    _resources.cpython-313-pytest-8.4.1.pyc
                                    _sockets.cpython-313-pytest-8.4.1.pyc
                                    _streams.cpython-313-pytest-8.4.1.pyc
                                    _subprocesses.cpython-313-pytest-8.4.1.pyc
                                    _tasks.cpython-313-pytest-8.4.1.pyc
                                    _testing.cpython-313-pytest-8.4.1.pyc
                                __init__.py
                                _eventloop.py
                                _resources.py
                                _sockets.py
                                _streams.py
                                _subprocesses.py
                                _tasks.py
                                _testing.py
                            streams/
                                __pycache__/
                                    __init__.cpython-313-pytest-8.4.1.pyc
                                    memory.cpython-313-pytest-8.4.1.pyc
                                    stapled.cpython-313-pytest-8.4.1.pyc
                                    tls.cpython-313-pytest-8.4.1.pyc
                                __init__.py
                                buffered.py
                                file.py
                                memory.py
                                stapled.py
                                text.py
                                tls.py
                            __init__.py
                            from_thread.py
                            lowlevel.py
                            py.typed
                            pytest_plugin.py
                            to_interpreter.py
                            to_process.py
                            to_thread.py
                        anyio-4.10.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        appdirs-1.4.4.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        appnope/
                            __init__.py
                            _dummy.py
                            _nope.py
                        appnope-0.1.4.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        argon2/
                            __init__.py
                            __main__.py
                            _legacy.py
                            _password_hasher.py
                            _utils.py
                            exceptions.py
                            low_level.py
                            profiles.py
                            py.typed
                        argon2_cffi-25.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        argon2_cffi_bindings-25.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        arrow/
                            __init__.py
                            _version.py
                            api.py
                            arrow.py
                            constants.py
                            factory.py
                            formatter.py
                            locales.py
                            parser.py
                            py.typed
                            util.py
                        arrow-1.3.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        astor/
                            __pycache__/
                                __init__.cpython-313.pyc
                                code_gen.cpython-313.pyc
                                file_util.cpython-313.pyc
                                node_util.cpython-313.pyc
                                op_util.cpython-313.pyc
                                source_repr.cpython-313.pyc
                                string_repr.cpython-313.pyc
                                tree_walk.cpython-313.pyc
                            __init__.py
                            code_gen.py
                            codegen.py
                            file_util.py
                            node_util.py
                            op_util.py
                            rtrip.py
                            source_repr.py
                            string_repr.py
                            tree_walk.py
                            VERSION
                        astor-0.8.1.dist-info/
                            AUTHORS
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        asttokens/
                            __pycache__/
                                __init__.cpython-313.pyc
                                asttokens.cpython-313.pyc
                                line_numbers.cpython-313.pyc
                                util.cpython-313.pyc
                            __init__.py
                            astroid_compat.py
                            asttokens.py
                            line_numbers.py
                            mark_tokens.py
                            py.typed
                            util.py
                            version.py
                        asttokens-3.0.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        async_lru/
                            __init__.py
                            py.typed
                        async_lru-2.0.5.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        asyncssh/
                            crypto/
                                __init__.py
                                chacha.py
                                cipher.py
                                dh.py
                                dsa.py
                                ec.py
                                ec_params.py
                                ed.py
                                kdf.py
                                misc.py
                                pq.py
                                rsa.py
                                umac.py
                                x509.py
                            __init__.py
                            agent.py
                            agent_unix.py
                            agent_win32.py
                            asn1.py
                            auth.py
                            auth_keys.py
                            channel.py
                            client.py
                            compression.py
                            config.py
                            connection.py
                            constants.py
                            dsa.py
                            ecdsa.py
                            eddsa.py
                            editor.py
                            encryption.py
                            forward.py
                            gss.py
                            gss_unix.py
                            gss_win32.py
                            kex.py
                            kex_dh.py
                            kex_rsa.py
                            keysign.py
                            known_hosts.py
                            listener.py
                            logging.py
                            mac.py
                            misc.py
                            packet.py
                            pattern.py
                            pbe.py
                            pkcs11.py
                            process.py
                            public_key.py
                            py.typed
                            rsa.py
                            saslprep.py
                            scp.py
                            server.py
                            session.py
                            sftp.py
                            sk.py
                            sk_ecdsa.py
                            sk_eddsa.py
                            socks.py
                            stream.py
                            subprocess.py
                            tuntap.py
                            version.py
                            x11.py
                        asyncssh-2.21.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        attr/
                            __init__.py
                            __init__.pyi
                            _cmp.py
                            _cmp.pyi
                            _compat.py
                            _config.py
                            _funcs.py
                            _make.py
                            _next_gen.py
                            _typing_compat.pyi
                            _version_info.py
                            _version_info.pyi
                            converters.py
                            converters.pyi
                            exceptions.py
                            exceptions.pyi
                            filters.py
                            filters.pyi
                            py.typed
                            setters.py
                            setters.pyi
                            validators.py
                            validators.pyi
                        attrs/
                            __init__.py
                            __init__.pyi
                            converters.py
                            exceptions.py
                            filters.py
                            py.typed
                            setters.py
                            validators.py
                        attrs-23.2.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        babel/
                            __pycache__/
                                __init__.cpython-313.pyc
                                core.cpython-313.pyc
                                dates.cpython-313.pyc
                                localedata.cpython-313.pyc
                                plural.cpython-313.pyc
                                util.cpython-313.pyc
                            locale-data/
                                aa.dat
                                aa_DJ.dat
                                aa_ER.dat
                                aa_ET.dat
                                ab.dat
                                ab_GE.dat
                                af.dat
                                af_NA.dat
                                af_ZA.dat
                                agq.dat
                                agq_CM.dat
                                ak.dat
                                ak_GH.dat
                                am.dat
                                am_ET.dat
                                an.dat
                                an_ES.dat
                                ann.dat
                                ann_NG.dat
                                apc.dat
                                apc_SY.dat
                                ar.dat
                                ar_001.dat
                                ar_AE.dat
                                ar_BH.dat
                                ar_DJ.dat
                                ar_DZ.dat
                                ar_EG.dat
                                ar_EH.dat
                                ar_ER.dat
                                ar_IL.dat
                                ar_IQ.dat
                                ar_JO.dat
                                ar_KM.dat
                                ar_KW.dat
                                ar_LB.dat
                                ar_LY.dat
                                ar_MA.dat
                                ar_MR.dat
                                ar_OM.dat
                                ar_PS.dat
                                ar_QA.dat
                                ar_SA.dat
                                ar_SD.dat
                                ar_SO.dat
                                ar_SS.dat
                                ar_SY.dat
                                ar_TD.dat
                                ar_TN.dat
                                ar_YE.dat
                                arn.dat
                                arn_CL.dat
                                as.dat
                                as_IN.dat
                                asa.dat
                                asa_TZ.dat
                                ast.dat
                                ast_ES.dat
                                az.dat
                                az_Arab.dat
                                az_Arab_IQ.dat
                                az_Arab_IR.dat
                                az_Arab_TR.dat
                                az_Cyrl.dat
                                az_Cyrl_AZ.dat
                                az_Latn.dat
                                az_Latn_AZ.dat
                                ba.dat
                                ba_RU.dat
                                bal.dat
                                bal_Arab.dat
                                bal_Arab_PK.dat
                                bal_Latn.dat
                                bal_Latn_PK.dat
                                bas.dat
                                bas_CM.dat
                                be.dat
                                be_BY.dat
                                be_TARASK.dat
                                bem.dat
                                bem_ZM.dat
                                bew.dat
                                bew_ID.dat
                                bez.dat
                                bez_TZ.dat
                                bg.dat
                                bg_BG.dat
                                bgc.dat
                                bgc_IN.dat
                                bgn.dat
                                bgn_AE.dat
                                bgn_AF.dat
                                bgn_IR.dat
                                bgn_OM.dat
                                bgn_PK.dat
                                bho.dat
                                bho_IN.dat
                                blo.dat
                                blo_BJ.dat
                                blt.dat
                                blt_VN.dat
                                bm.dat
                                bm_ML.dat
                                bm_Nkoo.dat
                                bm_Nkoo_ML.dat
                                bn.dat
                                bn_BD.dat
                                bn_IN.dat
                                bo.dat
                                bo_CN.dat
                                bo_IN.dat
                                br.dat
                                br_FR.dat
                                brx.dat
                                brx_IN.dat
                                bs.dat
                                bs_Cyrl.dat
                                bs_Cyrl_BA.dat
                                bs_Latn.dat
                                bs_Latn_BA.dat
                                bss.dat
                                bss_CM.dat
                                byn.dat
                                byn_ER.dat
                                ca.dat
                                ca_AD.dat
                                ca_ES.dat
                                ca_ES_VALENCIA.dat
                                ca_FR.dat
                                ca_IT.dat
                                cad.dat
                                cad_US.dat
                                cch.dat
                                cch_NG.dat
                                ccp.dat
                                ccp_BD.dat
                                ccp_IN.dat
                                ce.dat
                                ce_RU.dat
                                ceb.dat
                                ceb_PH.dat
                                cgg.dat
                                cgg_UG.dat
                                cho.dat
                                cho_US.dat
                                chr.dat
                                chr_US.dat
                                cic.dat
                                cic_US.dat
                                ckb.dat
                                ckb_IQ.dat
                                ckb_IR.dat
                                co.dat
                                co_FR.dat
                                cs.dat
                                cs_CZ.dat
                                csw.dat
                                csw_CA.dat
                                cu.dat
                                cu_RU.dat
                                cv.dat
                                cv_RU.dat
                                cy.dat
                                cy_GB.dat
                                da.dat
                                da_DK.dat
                                da_GL.dat
                                dav.dat
                                dav_KE.dat
                                de.dat
                                de_AT.dat
                                de_BE.dat
                                de_CH.dat
                                de_DE.dat
                                de_IT.dat
                                de_LI.dat
                                de_LU.dat
                                dje.dat
                                dje_NE.dat
                                doi.dat
                                doi_IN.dat
                                dsb.dat
                                dsb_DE.dat
                                dua.dat
                                dua_CM.dat
                                dv.dat
                                dv_MV.dat
                                dyo.dat
                                dyo_SN.dat
                                dz.dat
                                dz_BT.dat
                                ebu.dat
                                ebu_KE.dat
                                ee.dat
                                ee_GH.dat
                                ee_TG.dat
                                el.dat
                                el_CY.dat
                                el_GR.dat
                                el_POLYTON.dat
                                en.dat
                                en_001.dat
                                en_150.dat
                                en_AE.dat
                                en_AG.dat
                                en_AI.dat
                                en_AS.dat
                                en_AT.dat
                                en_AU.dat
                                en_BB.dat
                                en_BE.dat
                                en_BI.dat
                                en_BM.dat
                                en_BS.dat
                                en_BW.dat
                                en_BZ.dat
                                en_CA.dat
                                en_CC.dat
                                en_CH.dat
                                en_CK.dat
                                en_CM.dat
                                en_CX.dat
                                en_CY.dat
                                en_DE.dat
                                en_DG.dat
                                en_DK.dat
                                en_DM.dat
                                en_Dsrt.dat
                                en_Dsrt_US.dat
                                en_ER.dat
                                en_FI.dat
                                en_FJ.dat
                                en_FK.dat
                                en_FM.dat
                                en_GB.dat
                                en_GD.dat
                                en_GG.dat
                                en_GH.dat
                                en_GI.dat
                                en_GM.dat
                                en_GU.dat
                                en_GY.dat
                                en_HK.dat
                                en_ID.dat
                                en_IE.dat
                                en_IL.dat
                                en_IM.dat
                                en_IN.dat
                                en_IO.dat
                                en_JE.dat
                                en_JM.dat
                                en_KE.dat
                                en_KI.dat
                                en_KN.dat
                                en_KY.dat
                                en_LC.dat
                                en_LR.dat
                                en_LS.dat
                                en_MG.dat
                                en_MH.dat
                                en_MO.dat
                                en_MP.dat
                                en_MS.dat
                                en_MT.dat
                                en_MU.dat
                                en_MV.dat
                                en_MW.dat
                                en_MY.dat
                                en_NA.dat
                                en_NF.dat
                                en_NG.dat
                                en_NL.dat
                                en_NR.dat
                                en_NU.dat
                                en_NZ.dat
                                en_PG.dat
                                en_PH.dat
                                en_PK.dat
                                en_PN.dat
                                en_PR.dat
                                en_PW.dat
                                en_RW.dat
                                en_SB.dat
                                en_SC.dat
                                en_SD.dat
                                en_SE.dat
                                en_SG.dat
                                en_SH.dat
                                en_Shaw.dat
                                en_Shaw_GB.dat
                                en_SI.dat
                                en_SL.dat
                                en_SS.dat
                                en_SX.dat
                                en_SZ.dat
                                en_TC.dat
                                en_TK.dat
                                en_TO.dat
                                en_TT.dat
                                en_TV.dat
                                en_TZ.dat
                                en_UG.dat
                                en_UM.dat
                                en_US.dat
                                en_US_POSIX.dat
                                en_VC.dat
                                en_VG.dat
                                en_VI.dat
                                en_VU.dat
                                en_WS.dat
                                en_ZA.dat
                                en_ZM.dat
                                en_ZW.dat
                                eo.dat
                                eo_001.dat
                                es.dat
                                es_419.dat
                                es_AR.dat
                                es_BO.dat
                                es_BR.dat
                                es_BZ.dat
                                es_CL.dat
                                es_CO.dat
                                es_CR.dat
                                es_CU.dat
                                es_DO.dat
                                es_EA.dat
                                es_EC.dat
                                es_ES.dat
                                es_GQ.dat
                                es_GT.dat
                                es_HN.dat
                                es_IC.dat
                                es_MX.dat
                                es_NI.dat
                                es_PA.dat
                                es_PE.dat
                                es_PH.dat
                                es_PR.dat
                                es_PY.dat
                                es_SV.dat
                                es_US.dat
                                es_UY.dat
                                es_VE.dat
                                et.dat
                                et_EE.dat
                                eu.dat
                                eu_ES.dat
                                ewo.dat
                                ewo_CM.dat
                                fa.dat
                                fa_AF.dat
                                fa_IR.dat
                                ff.dat
                                ff_Adlm.dat
                                ff_Adlm_BF.dat
                                ff_Adlm_CM.dat
                                ff_Adlm_GH.dat
                                ff_Adlm_GM.dat
                                ff_Adlm_GN.dat
                                ff_Adlm_GW.dat
                                ff_Adlm_LR.dat
                                ff_Adlm_MR.dat
                                ff_Adlm_NE.dat
                                ff_Adlm_NG.dat
                                ff_Adlm_SL.dat
                                ff_Adlm_SN.dat
                                ff_Latn.dat
                                ff_Latn_BF.dat
                                ff_Latn_CM.dat
                                ff_Latn_GH.dat
                                ff_Latn_GM.dat
                                ff_Latn_GN.dat
                                ff_Latn_GW.dat
                                ff_Latn_LR.dat
                                ff_Latn_MR.dat
                                ff_Latn_NE.dat
                                ff_Latn_NG.dat
                                ff_Latn_SL.dat
                                ff_Latn_SN.dat
                                fi.dat
                                fi_FI.dat
                                fil.dat
                                fil_PH.dat
                                fo.dat
                                fo_DK.dat
                                fo_FO.dat
                                fr.dat
                                fr_BE.dat
                                fr_BF.dat
                                fr_BI.dat
                                fr_BJ.dat
                                fr_BL.dat
                                fr_CA.dat
                                fr_CD.dat
                                fr_CF.dat
                                fr_CG.dat
                                fr_CH.dat
                                fr_CI.dat
                                fr_CM.dat
                                fr_DJ.dat
                                fr_DZ.dat
                                fr_FR.dat
                                fr_GA.dat
                                fr_GF.dat
                                fr_GN.dat
                                fr_GP.dat
                                fr_GQ.dat
                                fr_HT.dat
                                fr_KM.dat
                                fr_LU.dat
                                fr_MA.dat
                                fr_MC.dat
                                fr_MF.dat
                                fr_MG.dat
                                fr_ML.dat
                                fr_MQ.dat
                                fr_MR.dat
                                fr_MU.dat
                                fr_NC.dat
                                fr_NE.dat
                                fr_PF.dat
                                fr_PM.dat
                                fr_RE.dat
                                fr_RW.dat
                                fr_SC.dat
                                fr_SN.dat
                                fr_SY.dat
                                fr_TD.dat
                                fr_TG.dat
                                fr_TN.dat
                                fr_VU.dat
                                fr_WF.dat
                                fr_YT.dat
                                frr.dat
                                frr_DE.dat
                                fur.dat
                                fur_IT.dat
                                fy.dat
                                fy_NL.dat
                                ga.dat
                                ga_GB.dat
                                ga_IE.dat
                                gaa.dat
                                gaa_GH.dat
                                gd.dat
                                gd_GB.dat
                                gez.dat
                                gez_ER.dat
                                gez_ET.dat
                                gl.dat
                                gl_ES.dat
                                gn.dat
                                gn_PY.dat
                                gsw.dat
                                gsw_CH.dat
                                gsw_FR.dat
                                gsw_LI.dat
                                gu.dat
                                gu_IN.dat
                                guz.dat
                                guz_KE.dat
                                gv.dat
                                gv_IM.dat
                                ha.dat
                                ha_Arab.dat
                                ha_Arab_NG.dat
                                ha_Arab_SD.dat
                                ha_GH.dat
                                ha_NE.dat
                                ha_NG.dat
                                haw.dat
                                haw_US.dat
                                he.dat
                                he_IL.dat
                                hi.dat
                                hi_IN.dat
                                hi_Latn.dat
                                hi_Latn_IN.dat
                                hnj.dat
                                hnj_Hmnp.dat
                                hnj_Hmnp_US.dat
                                hr.dat
                                hr_BA.dat
                                hr_HR.dat
                                hsb.dat
                                hsb_DE.dat
                                hu.dat
                                hu_HU.dat
                                hy.dat
                                hy_AM.dat
                                ia.dat
                                ia_001.dat
                                id.dat
                                id_ID.dat
                                ie.dat
                                ie_EE.dat
                                ig.dat
                                ig_NG.dat
                                ii.dat
                                ii_CN.dat
                                io.dat
                                io_001.dat
                                is.dat
                                is_IS.dat
                                it.dat
                                it_CH.dat
                                it_IT.dat
                                it_SM.dat
                                it_VA.dat
                                iu.dat
                                iu_CA.dat
                                iu_Latn.dat
                                iu_Latn_CA.dat
                                ja.dat
                                ja_JP.dat
                                jbo.dat
                                jbo_001.dat
                                jgo.dat
                                jgo_CM.dat
                                jmc.dat
                                jmc_TZ.dat
                                jv.dat
                                jv_ID.dat
                                ka.dat
                                ka_GE.dat
                                kaa.dat
                                kaa_Cyrl.dat
                                kaa_Cyrl_UZ.dat
                                kaa_Latn.dat
                                kaa_Latn_UZ.dat
                                kab.dat
                                kab_DZ.dat
                                kaj.dat
                                kaj_NG.dat
                                kam.dat
                                kam_KE.dat
                                kcg.dat
                                kcg_NG.dat
                                kde.dat
                                kde_TZ.dat
                                kea.dat
                                kea_CV.dat
                                ken.dat
                                ken_CM.dat
                                kgp.dat
                                kgp_BR.dat
                                khq.dat
                                khq_ML.dat
                                ki.dat
                                ki_KE.dat
                                kk.dat
                                kk_Arab.dat
                                kk_Arab_CN.dat
                                kk_Cyrl.dat
                                kk_Cyrl_KZ.dat
                                kk_KZ.dat
                                kkj.dat
                                kkj_CM.dat
                                kl.dat
                                kl_GL.dat
                                kln.dat
                                kln_KE.dat
                                km.dat
                                km_KH.dat
                                kn.dat
                                kn_IN.dat
                                ko.dat
                                ko_CN.dat
                                ko_KP.dat
                                ko_KR.dat
                                kok.dat
                                kok_Deva.dat
                                kok_Deva_IN.dat
                                kok_Latn.dat
                                kok_Latn_IN.dat
                                kpe.dat
                                kpe_GN.dat
                                kpe_LR.dat
                                ks.dat
                                ks_Arab.dat
                                ks_Arab_IN.dat
                                ks_Deva.dat
                                ks_Deva_IN.dat
                                ksb.dat
                                ksb_TZ.dat
                                ksf.dat
                                ksf_CM.dat
                                ksh.dat
                                ksh_DE.dat
                                ku.dat
                                ku_TR.dat
                                kw.dat
                                kw_GB.dat
                                kxv.dat
                                kxv_Deva.dat
                                kxv_Deva_IN.dat
                                kxv_Latn.dat
                                kxv_Latn_IN.dat
                                kxv_Orya.dat
                                kxv_Orya_IN.dat
                                kxv_Telu.dat
                                kxv_Telu_IN.dat
                                ky.dat
                                ky_KG.dat
                                la.dat
                                la_VA.dat
                                lag.dat
                                lag_TZ.dat
                                lb.dat
                                lb_LU.dat
                                lg.dat
                                lg_UG.dat
                                LICENSE.unicode
                                lij.dat
                                lij_IT.dat
                                lkt.dat
                                lkt_US.dat
                                lld.dat
                                lld_IT.dat
                                lmo.dat
                                lmo_IT.dat
                                ln.dat
                                ln_AO.dat
                                ln_CD.dat
                                ln_CF.dat
                                ln_CG.dat
                                lo.dat
                                lo_LA.dat
                                lrc.dat
                                lrc_IQ.dat
                                lrc_IR.dat
                                lt.dat
                                lt_LT.dat
                                ltg.dat
                                ltg_LV.dat
                                lu.dat
                                lu_CD.dat
                                luo.dat
                                luo_KE.dat
                                luy.dat
                                luy_KE.dat
                                lv.dat
                                lv_LV.dat
                                mai.dat
                                mai_IN.dat
                                mas.dat
                                mas_KE.dat
                                mas_TZ.dat
                                mdf.dat
                                mdf_RU.dat
                                mer.dat
                                mer_KE.dat
                                mfe.dat
                                mfe_MU.dat
                                mg.dat
                                mg_MG.dat
                                mgh.dat
                                mgh_MZ.dat
                                mgo.dat
                                mgo_CM.dat
                                mhn.dat
                                mhn_IT.dat
                                mi.dat
                                mi_NZ.dat
                                mic.dat
                                mic_CA.dat
                                mk.dat
                                mk_MK.dat
                                ml.dat
                                ml_IN.dat
                                mn.dat
                                mn_MN.dat
                                mn_Mong.dat
                                mn_Mong_CN.dat
                                mn_Mong_MN.dat
                                mni.dat
                                mni_Beng.dat
                                mni_Beng_IN.dat
                                mni_Mtei.dat
                                mni_Mtei_IN.dat
                                moh.dat
                                moh_CA.dat
                                mr.dat
                                mr_IN.dat
                                ms.dat
                                ms_Arab.dat
                                ms_Arab_BN.dat
                                ms_Arab_MY.dat
                                ms_BN.dat
                                ms_ID.dat
                                ms_MY.dat
                                ms_SG.dat
                                mt.dat
                                mt_MT.dat
                                mua.dat
                                mua_CM.dat
                                mus.dat
                                mus_US.dat
                                my.dat
                                my_MM.dat
                                myv.dat
                                myv_RU.dat
                                mzn.dat
                                mzn_IR.dat
                                naq.dat
                                naq_NA.dat
                                nb.dat
                                nb_NO.dat
                                nb_SJ.dat
                                nd.dat
                                nd_ZW.dat
                                nds.dat
                                nds_DE.dat
                                nds_NL.dat
                                ne.dat
                                ne_IN.dat
                                ne_NP.dat
                                nl.dat
                                nl_AW.dat
                                nl_BE.dat
                                nl_BQ.dat
                                nl_CW.dat
                                nl_NL.dat
                                nl_SR.dat
                                nl_SX.dat
                                nmg.dat
                                nmg_CM.dat
                                nn.dat
                                nn_NO.dat
                                nnh.dat
                                nnh_CM.dat
                                no.dat
                                nqo.dat
                                nqo_GN.dat
                                nr.dat
                                nr_ZA.dat
                                nso.dat
                                nso_ZA.dat
                                nus.dat
                                nus_SS.dat
                                nv.dat
                                nv_US.dat
                                ny.dat
                                ny_MW.dat
                                nyn.dat
                                nyn_UG.dat
                                oc.dat
                                oc_ES.dat
                                oc_FR.dat
                                om.dat
                                om_ET.dat
                                om_KE.dat
                                or.dat
                                or_IN.dat
                                os.dat
                                os_GE.dat
                                os_RU.dat
                                osa.dat
                                osa_US.dat
                                pa.dat
                                pa_Arab.dat
                                pa_Arab_PK.dat
                                pa_Guru.dat
                                pa_Guru_IN.dat
                                pap.dat
                                pap_AW.dat
                                pap_CW.dat
                                pcm.dat
                                pcm_NG.dat
                                pis.dat
                                pis_SB.dat
                                pl.dat
                                pl_PL.dat
                                prg.dat
                                prg_PL.dat
                                ps.dat
                                ps_AF.dat
                                ps_PK.dat
                                pt.dat
                                pt_AO.dat
                                pt_BR.dat
                                pt_CH.dat
                                pt_CV.dat
                                pt_GQ.dat
                                pt_GW.dat
                                pt_LU.dat
                                pt_MO.dat
                                pt_MZ.dat
                                pt_PT.dat
                                pt_ST.dat
                                pt_TL.dat
                                qu.dat
                                qu_BO.dat
                                qu_EC.dat
                                qu_PE.dat
                                quc.dat
                                quc_GT.dat
                                raj.dat
                                raj_IN.dat
                                rhg.dat
                                rhg_Rohg.dat
                                rhg_Rohg_BD.dat
                                rhg_Rohg_MM.dat
                                rif.dat
                                rif_MA.dat
                                rm.dat
                                rm_CH.dat
                                rn.dat
                                rn_BI.dat
                                ro.dat
                                ro_MD.dat
                                ro_RO.dat
                                rof.dat
                                rof_TZ.dat
                                root.dat
                                ru.dat
                                ru_BY.dat
                                ru_KG.dat
                                ru_KZ.dat
                                ru_MD.dat
                                ru_RU.dat
                                ru_UA.dat
                                rw.dat
                                rw_RW.dat
                                rwk.dat
                                rwk_TZ.dat
                                sa.dat
                                sa_IN.dat
                                sah.dat
                                sah_RU.dat
                                saq.dat
                                saq_KE.dat
                                sat.dat
                                sat_Deva.dat
                                sat_Deva_IN.dat
                                sat_Olck.dat
                                sat_Olck_IN.dat
                                sbp.dat
                                sbp_TZ.dat
                                sc.dat
                                sc_IT.dat
                                scn.dat
                                scn_IT.dat
                                sd.dat
                                sd_Arab.dat
                                sd_Arab_PK.dat
                                sd_Deva.dat
                                sd_Deva_IN.dat
                                sdh.dat
                                sdh_IQ.dat
                                sdh_IR.dat
                                se.dat
                                se_FI.dat
                                se_NO.dat
                                se_SE.dat
                                seh.dat
                                seh_MZ.dat
                                ses.dat
                                ses_ML.dat
                                sg.dat
                                sg_CF.dat
                                shi.dat
                                shi_Latn.dat
                                shi_Latn_MA.dat
                                shi_Tfng.dat
                                shi_Tfng_MA.dat
                                shn.dat
                                shn_MM.dat
                                shn_TH.dat
                                si.dat
                                si_LK.dat
                                sid.dat
                                sid_ET.dat
                                sk.dat
                                sk_SK.dat
                                skr.dat
                                skr_PK.dat
                                sl.dat
                                sl_SI.dat
                                sma.dat
                                sma_NO.dat
                                sma_SE.dat
                                smj.dat
                                smj_NO.dat
                                smj_SE.dat
                                smn.dat
                                smn_FI.dat
                                sms.dat
                                sms_FI.dat
                                sn.dat
                                sn_ZW.dat
                                so.dat
                                so_DJ.dat
                                so_ET.dat
                                so_KE.dat
                                so_SO.dat
                                sq.dat
                                sq_AL.dat
                                sq_MK.dat
                                sq_XK.dat
                                sr.dat
                                sr_Cyrl.dat
                                sr_Cyrl_BA.dat
                                sr_Cyrl_ME.dat
                                sr_Cyrl_RS.dat
                                sr_Cyrl_XK.dat
                                sr_Latn.dat
                                sr_Latn_BA.dat
                                sr_Latn_ME.dat
                                sr_Latn_RS.dat
                                sr_Latn_XK.dat
                                ss.dat
                                ss_SZ.dat
                                ss_ZA.dat
                                ssy.dat
                                ssy_ER.dat
                                st.dat
                                st_LS.dat
                                st_ZA.dat
                                su.dat
                                su_Latn.dat
                                su_Latn_ID.dat
                                sv.dat
                                sv_AX.dat
                                sv_FI.dat
                                sv_SE.dat
                                sw.dat
                                sw_CD.dat
                                sw_KE.dat
                                sw_TZ.dat
                                sw_UG.dat
                                syr.dat
                                syr_IQ.dat
                                syr_SY.dat
                                szl.dat
                                szl_PL.dat
                                ta.dat
                                ta_IN.dat
                                ta_LK.dat
                                ta_MY.dat
                                ta_SG.dat
                                te.dat
                                te_IN.dat
                                teo.dat
                                teo_KE.dat
                                teo_UG.dat
                                tg.dat
                                tg_TJ.dat
                                th.dat
                                th_TH.dat
                                ti.dat
                                ti_ER.dat
                                ti_ET.dat
                                tig.dat
                                tig_ER.dat
                                tk.dat
                                tk_TM.dat
                                tn.dat
                                tn_BW.dat
                                tn_ZA.dat
                                to.dat
                                to_TO.dat
                                tok.dat
                                tok_001.dat
                                tpi.dat
                                tpi_PG.dat
                                tr.dat
                                tr_CY.dat
                                tr_TR.dat
                                trv.dat
                                trv_TW.dat
                                trw.dat
                                trw_PK.dat
                                ts.dat
                                ts_ZA.dat
                                tt.dat
                                tt_RU.dat
                                twq.dat
                                twq_NE.dat
                                tyv.dat
                                tyv_RU.dat
                                tzm.dat
                                tzm_MA.dat
                                ug.dat
                                ug_CN.dat
                                uk.dat
                                uk_UA.dat
                                ur.dat
                                ur_IN.dat
                                ur_PK.dat
                                uz.dat
                                uz_Arab.dat
                                uz_Arab_AF.dat
                                uz_Cyrl.dat
                                uz_Cyrl_UZ.dat
                                uz_Latn.dat
                                uz_Latn_UZ.dat
                                vai.dat
                                vai_Latn.dat
                                vai_Latn_LR.dat
                                vai_Vaii.dat
                                vai_Vaii_LR.dat
                                ve.dat
                                ve_ZA.dat
                                vec.dat
                                vec_IT.dat
                                vi.dat
                                vi_VN.dat
                                vmw.dat
                                vmw_MZ.dat
                                vo.dat
                                vo_001.dat
                                vun.dat
                                vun_TZ.dat
                                wa.dat
                                wa_BE.dat
                                wae.dat
                                wae_CH.dat
                                wal.dat
                                wal_ET.dat
                                wbp.dat
                                wbp_AU.dat
                                wo.dat
                                wo_SN.dat
                                xh.dat
                                xh_ZA.dat
                                xnr.dat
                                xnr_IN.dat
                                xog.dat
                                xog_UG.dat
                                yav.dat
                                yav_CM.dat
                                yi.dat
                                yi_UA.dat
                                yo.dat
                                yo_BJ.dat
                                yo_NG.dat
                                yrl.dat
                                yrl_BR.dat
                                yrl_CO.dat
                                yrl_VE.dat
                                yue.dat
                                yue_Hans.dat
                                yue_Hans_CN.dat
                                yue_Hant.dat
                                yue_Hant_CN.dat
                                yue_Hant_HK.dat
                                za.dat
                                za_CN.dat
                                zgh.dat
                                zgh_MA.dat
                                zh.dat
                                zh_Hans.dat
                                zh_Hans_CN.dat
                                zh_Hans_HK.dat
                                zh_Hans_MO.dat
                                zh_Hans_MY.dat
                                zh_Hans_SG.dat
                                zh_Hant.dat
                                zh_Hant_HK.dat
                                zh_Hant_MO.dat
                                zh_Hant_MY.dat
                                zh_Hant_TW.dat
                                zh_Latn.dat
                                zh_Latn_CN.dat
                                zu.dat
                                zu_ZA.dat
                            localtime/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _fallback.cpython-313.pyc
                                    _helpers.cpython-313.pyc
                                    _unix.cpython-313.pyc
                                __init__.py
                                _fallback.py
                                _helpers.py
                                _unix.py
                                _win32.py
                            messages/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _compat.cpython-313.pyc
                                    catalog.cpython-313.pyc
                                    extract.cpython-313.pyc
                                    frontend.cpython-313.pyc
                                    mofile.cpython-313.pyc
                                    plurals.cpython-313.pyc
                                    pofile.cpython-313.pyc
                                    setuptools_frontend.cpython-313.pyc
                                __init__.py
                                _compat.py
                                catalog.py
                                checkers.py
                                extract.py
                                frontend.py
                                jslexer.py
                                mofile.py
                                plurals.py
                                pofile.py
                                setuptools_frontend.py
                            __init__.py
                            core.py
                            dates.py
                            global.dat
                            languages.py
                            lists.py
                            localedata.py
                            numbers.py
                            plural.py
                            py.typed
                            support.py
                            units.py
                            util.py
                        babel-2.17.0.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        bcj/
                            __pycache__/
                                __init__.cpython-313.pyc
                            __init__.py
                            _bcj.cpython-313-darwin.so
                            _bcjfilter.py
                            py.typed
                        bcrypt/
                            __init__.py
                            __init__.pyi
                            _bcrypt.abi3.so
                            py.typed
                        bcrypt-4.3.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        beautifulsoup4-4.13.4.dist-info/
                            licenses/
                                AUTHORS
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        black/
                            resources/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                black.schema.json
                            __init__.cpython-313-darwin.so
                            __init__.py
                            __main__.py
                            _width_table.cpython-313-darwin.so
                            _width_table.py
                            brackets.cpython-313-darwin.so
                            brackets.py
                            cache.cpython-313-darwin.so
                            cache.py
                            comments.cpython-313-darwin.so
                            comments.py
                            concurrency.py
                            const.cpython-313-darwin.so
                            const.py
                            debug.py
                            files.py
                            handle_ipynb_magics.cpython-313-darwin.so
                            handle_ipynb_magics.py
                            linegen.cpython-313-darwin.so
                            linegen.py
                            lines.cpython-313-darwin.so
                            lines.py
                            mode.cpython-313-darwin.so
                            mode.py
                            nodes.cpython-313-darwin.so
                            nodes.py
                            numerics.cpython-313-darwin.so
                            numerics.py
                            output.py
                            parsing.cpython-313-darwin.so
                            parsing.py
                            py.typed
                            ranges.cpython-313-darwin.so
                            ranges.py
                            report.py
                            rusty.cpython-313-darwin.so
                            rusty.py
                            schema.cpython-313-darwin.so
                            schema.py
                            strings.cpython-313-darwin.so
                            strings.py
                            trans.cpython-313-darwin.so
                            trans.py
                        black-25.1.0.dist-info/
                            licenses/
                                AUTHORS.md
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        blackd/
                            __init__.py
                            __main__.py
                            middlewares.py
                        bleach/
                            _vendor/
                                html5lib/
                                    _trie/
                                        __init__.py
                                        _base.py
                                        py.py
                                    filters/
                                        __init__.py
                                        alphabeticalattributes.py
                                        base.py
                                        inject_meta_charset.py
                                        lint.py
                                        optionaltags.py
                                        sanitizer.py
                                        whitespace.py
                                    treeadapters/
                                        __init__.py
                                        genshi.py
                                        sax.py
                                    treebuilders/
                                        __init__.py
                                        base.py
                                        dom.py
                                        etree.py
                                        etree_lxml.py
                                    treewalkers/
                                        __init__.py
                                        base.py
                                        dom.py
                                        etree.py
                                        etree_lxml.py
                                        genshi.py
                                    __init__.py
                                    _ihatexml.py
                                    _inputstream.py
                                    _tokenizer.py
                                    _utils.py
                                    constants.py
                                    html5parser.py
                                    serializer.py
                                html5lib-1.1.dist-info/
                                    AUTHORS.rst
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                __init__.py
                                parse.py
                                parse.py.SHA256SUM
                                README.rst
                                vendor.txt
                                vendor_install.sh
                            __init__.py
                            callbacks.py
                            css_sanitizer.py
                            html5lib_shim.py
                            linkifier.py
                            parse_shim.py
                            sanitizer.py
                            six_shim.py
                        bleach-6.2.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        blib2to3/
                            pgen2/
                                __init__.py
                                conv.cpython-313-darwin.so
                                conv.py
                                driver.cpython-313-darwin.so
                                driver.py
                                grammar.cpython-313-darwin.so
                                grammar.py
                                literals.cpython-313-darwin.so
                                literals.py
                                parse.cpython-313-darwin.so
                                parse.py
                                pgen.cpython-313-darwin.so
                                pgen.py
                                token.cpython-313-darwin.so
                                token.py
                                tokenize.cpython-313-darwin.so
                                tokenize.py
                            __init__.py
                            Grammar.txt
                            LICENSE
                            PatternGrammar.txt
                            pygram.cpython-313-darwin.so
                            pygram.py
                            pytree.cpython-313-darwin.so
                            pytree.py
                            README
                        boolean/
                            __init__.py
                            boolean.py
                            test_boolean.py
                        boolean_py-5.0.dist-info/
                            licenses/
                                CHANGELOG.rst
                                LICENSE.txt
                                README.rst
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        Brotli-1.1.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        bs4/
                            builder/
                                __init__.py
                                _html5lib.py
                                _htmlparser.py
                                _lxml.py
                            tests/
                                fuzz/
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-4670634698080256.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-4818336571064320.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-4999465949331456.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5000587759190016.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5167584867909632.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5270998950477824.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5375146639360000.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5492400320282624.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5703933063462912.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5843991618256896.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5984173902397440.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-6124268085182464.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-6241471367348224.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-6306874195312640.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-6450958476902400.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-6600557255327744.testcase
                                    crash-0d306a50c8ed8bcd0785b67000fcd5dea1d33f08.testcase
                                    crash-ffbdfa8a2b26f13537b68d3794b0478a4090ee4a.testcase
                                __init__.py
                                test_builder.py
                                test_builder_registry.py
                                test_css.py
                                test_dammit.py
                                test_element.py
                                test_filter.py
                                test_formatter.py
                                test_fuzz.py
                                test_html5lib.py
                                test_htmlparser.py
                                test_lxml.py
                                test_navigablestring.py
                                test_pageelement.py
                                test_soup.py
                                test_tag.py
                                test_tree.py
                            __init__.py
                            _deprecation.py
                            _typing.py
                            _warnings.py
                            css.py
                            dammit.py
                            diagnose.py
                            element.py
                            exceptions.py
                            filter.py
                            formatter.py
                            py.typed
                        cattr/
                            preconf/
                                __init__.py
                                bson.py
                                json.py
                                msgpack.py
                                orjson.py
                                pyyaml.py
                                tomlkit.py
                                ujson.py
                            __init__.py
                            converters.py
                            disambiguators.py
                            dispatch.py
                            errors.py
                            gen.py
                            py.typed
                        cattrs/
                            gen/
                                __init__.py
                                _consts.py
                                _generics.py
                                _lc.py
                                _shared.py
                                typeddicts.py
                            preconf/
                                __init__.py
                                bson.py
                                cbor2.py
                                json.py
                                msgpack.py
                                msgspec.py
                                orjson.py
                                pyyaml.py
                                tomlkit.py
                                ujson.py
                            strategies/
                                __init__.py
                                _class_methods.py
                                _subclasses.py
                                _unions.py
                            __init__.py
                            _compat.py
                            _generics.py
                            cols.py
                            converters.py
                            disambiguators.py
                            dispatch.py
                            errors.py
                            fns.py
                            py.typed
                            v.py
                        cattrs-24.1.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        certifi/
                            __init__.py
                            __main__.py
                            cacert.pem
                            core.py
                            py.typed
                        certifi-2025.8.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        cffi/
                            __pycache__/
                                __init__.cpython-313.pyc
                                api.cpython-313.pyc
                                commontypes.cpython-313.pyc
                                cparser.cpython-313.pyc
                                error.cpython-313.pyc
                                lock.cpython-313.pyc
                                model.cpython-313.pyc
                            __init__.py
                            _cffi_errors.h
                            _cffi_include.h
                            _embedding.h
                            _imp_emulation.py
                            _shimmed_dist_utils.py
                            api.py
                            backend_ctypes.py
                            cffi_opcode.py
                            commontypes.py
                            cparser.py
                            error.py
                            ffiplatform.py
                            lock.py
                            model.py
                            parse_c_type.h
                            pkgconfig.py
                            recompiler.py
                            setuptools_ext.py
                            vengine_cpy.py
                            vengine_gen.py
                            verifier.py
                        cffi-1.17.1.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        charset_normalizer/
                            cli/
                                __init__.py
                                __main__.py
                            __init__.py
                            __main__.py
                            api.py
                            cd.py
                            constant.py
                            legacy.py
                            md.cpython-313-darwin.so
                            md.py
                            md__mypyc.cpython-313-darwin.so
                            models.py
                            py.typed
                            utils.py
                            version.py
                        charset_normalizer-3.4.2.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        click/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _compat.cpython-313.pyc
                                core.cpython-313.pyc
                                decorators.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                formatting.cpython-313.pyc
                                globals.cpython-313.pyc
                                parser.cpython-313.pyc
                                termui.cpython-313.pyc
                                types.cpython-313.pyc
                                utils.cpython-313.pyc
                            __init__.py
                            _compat.py
                            _termui_impl.py
                            _textwrap.py
                            _winconsole.py
                            core.py
                            decorators.py
                            exceptions.py
                            formatting.py
                            globals.py
                            parser.py
                            py.typed
                            shell_completion.py
                            termui.py
                            testing.py
                            types.py
                            utils.py
                        click-8.2.1.dist-info/
                            licenses/
                                LICENSE.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        cloudpickle/
                            __pycache__/
                                __init__.cpython-313.pyc
                                cloudpickle.cpython-313.pyc
                            __init__.py
                            cloudpickle.py
                            cloudpickle_fast.py
                        cloudpickle-3.1.1.dist-info/
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        comm/
                            __init__.py
                            base_comm.py
                            py.typed
                        comm-0.2.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        coverage/
                            __pycache__/
                                __init__.cpython-313.pyc
                                annotate.cpython-313.pyc
                                bytecode.cpython-313.pyc
                                collector.cpython-313.pyc
                                config.cpython-313.pyc
                                context.cpython-313.pyc
                                control.cpython-313.pyc
                                core.cpython-313.pyc
                                data.cpython-313.pyc
                                debug.cpython-313.pyc
                                disposition.cpython-313.pyc
                                env.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                files.cpython-313.pyc
                                html.cpython-313.pyc
                                inorout.cpython-313.pyc
                                jsonreport.cpython-313.pyc
                                lcovreport.cpython-313.pyc
                                misc.cpython-313.pyc
                                multiproc.cpython-313.pyc
                                numbits.cpython-313.pyc
                                parser.cpython-313.pyc
                                patch.cpython-313.pyc
                                phystokens.cpython-313.pyc
                                plugin.cpython-313.pyc
                                plugin_support.cpython-313.pyc
                                python.cpython-313.pyc
                                pytracer.cpython-313.pyc
                                regions.cpython-313.pyc
                                report.cpython-313.pyc
                                report_core.cpython-313.pyc
                                results.cpython-313.pyc
                                sqldata.cpython-313.pyc
                                sqlitedb.cpython-313.pyc
                                sysmon.cpython-313.pyc
                                templite.cpython-313.pyc
                                tomlconfig.cpython-313.pyc
                                types.cpython-313.pyc
                                version.cpython-313.pyc
                                xmlreport.cpython-313.pyc
                            htmlfiles/
                                coverage_html.js
                                favicon_32.png
                                index.html
                                keybd_closed.png
                                pyfile.html
                                style.css
                                style.scss
                            __init__.py
                            __main__.py
                            annotate.py
                            bytecode.py
                            cmdline.py
                            collector.py
                            config.py
                            context.py
                            control.py
                            core.py
                            data.py
                            debug.py
                            disposition.py
                            env.py
                            exceptions.py
                            execfile.py
                            files.py
                            html.py
                            inorout.py
                            jsonreport.py
                            lcovreport.py
                            misc.py
                            multiproc.py
                            numbits.py
                            parser.py
                            patch.py
                            phystokens.py
                            plugin.py
                            plugin_support.py
                            py.typed
                            python.py
                            pytracer.py
                            regions.py
                            report.py
                            report_core.py
                            results.py
                            sqldata.py
                            sqlitedb.py
                            sysmon.py
                            templite.py
                            tomlconfig.py
                            tracer.cpython-313-darwin.so
                            tracer.pyi
                            types.py
                            version.py
                            xmlreport.py
                        coverage-7.10.2.dist-info/
                            licenses/
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        Cryptodome/
                            __pycache__/
                                __init__.cpython-313.pyc
                            Cipher/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    AES.cpython-313.pyc
                                __init__.py
                                __init__.pyi
                                _ARC4.abi3.so
                                _chacha20.abi3.so
                                _EKSBlowfish.py
                                _EKSBlowfish.pyi
                                _mode_cbc.py
                                _mode_cbc.pyi
                                _mode_ccm.py
                                _mode_ccm.pyi
                                _mode_cfb.py
                                _mode_cfb.pyi
                                _mode_ctr.py
                                _mode_ctr.pyi
                                _mode_eax.py
                                _mode_eax.pyi
                                _mode_ecb.py
                                _mode_ecb.pyi
                                _mode_gcm.py
                                _mode_gcm.pyi
                                _mode_kw.py
                                _mode_kwp.py
                                _mode_ocb.py
                                _mode_ocb.pyi
                                _mode_ofb.py
                                _mode_ofb.pyi
                                _mode_openpgp.py
                                _mode_openpgp.pyi
                                _mode_siv.py
                                _mode_siv.pyi
                                _pkcs1_decode.abi3.so
                                _pkcs1_oaep_decode.py
                                _raw_aes.abi3.so
                                _raw_arc2.abi3.so
                                _raw_blowfish.abi3.so
                                _raw_cast.abi3.so
                                _raw_cbc.abi3.so
                                _raw_cfb.abi3.so
                                _raw_ctr.abi3.so
                                _raw_des.abi3.so
                                _raw_des3.abi3.so
                                _raw_ecb.abi3.so
                                _raw_eksblowfish.abi3.so
                                _raw_ocb.abi3.so
                                _raw_ofb.abi3.so
                                _Salsa20.abi3.so
                                AES.py
                                AES.pyi
                                ARC2.py
                                ARC2.pyi
                                ARC4.py
                                ARC4.pyi
                                Blowfish.py
                                Blowfish.pyi
                                CAST.py
                                CAST.pyi
                                ChaCha20.py
                                ChaCha20.pyi
                                ChaCha20_Poly1305.py
                                ChaCha20_Poly1305.pyi
                                DES.py
                                DES.pyi
                                DES3.py
                                DES3.pyi
                                PKCS1_OAEP.py
                                PKCS1_OAEP.pyi
                                PKCS1_v1_5.py
                                PKCS1_v1_5.pyi
                                Salsa20.py
                                Salsa20.pyi
                            Hash/
                                __init__.py
                                __init__.pyi
                                _BLAKE2b.abi3.so
                                _BLAKE2s.abi3.so
                                _ghash_portable.abi3.so
                                _keccak.abi3.so
                                _MD2.abi3.so
                                _MD4.abi3.so
                                _MD5.abi3.so
                                _poly1305.abi3.so
                                _RIPEMD160.abi3.so
                                _SHA1.abi3.so
                                _SHA224.abi3.so
                                _SHA256.abi3.so
                                _SHA384.abi3.so
                                _SHA512.abi3.so
                                BLAKE2b.py
                                BLAKE2b.pyi
                                BLAKE2s.py
                                BLAKE2s.pyi
                                CMAC.py
                                CMAC.pyi
                                cSHAKE128.py
                                cSHAKE128.pyi
                                cSHAKE256.py
                                cSHAKE256.pyi
                                HMAC.py
                                HMAC.pyi
                                KangarooTwelve.py
                                KangarooTwelve.pyi
                                keccak.py
                                keccak.pyi
                                KMAC128.py
                                KMAC128.pyi
                                KMAC256.py
                                KMAC256.pyi
                                MD2.py
                                MD2.pyi
                                MD4.py
                                MD4.pyi
                                MD5.py
                                MD5.pyi
                                Poly1305.py
                                Poly1305.pyi
                                RIPEMD.py
                                RIPEMD.pyi
                                RIPEMD160.py
                                RIPEMD160.pyi
                                SHA.py
                                SHA.pyi
                                SHA1.py
                                SHA1.pyi
                                SHA224.py
                                SHA224.pyi
                                SHA256.py
                                SHA256.pyi
                                SHA384.py
                                SHA384.pyi
                                SHA3_224.py
                                SHA3_224.pyi
                                SHA3_256.py
                                SHA3_256.pyi
                                SHA3_384.py
                                SHA3_384.pyi
                                SHA3_512.py
                                SHA3_512.pyi
                                SHA512.py
                                SHA512.pyi
                                SHAKE128.py
                                SHAKE128.pyi
                                SHAKE256.py
                                SHAKE256.pyi
                                TupleHash128.py
                                TupleHash128.pyi
                                TupleHash256.py
                                TupleHash256.pyi
                                TurboSHAKE128.py
                                TurboSHAKE128.pyi
                                TurboSHAKE256.py
                                TurboSHAKE256.pyi
                            IO/
                                __init__.py
                                _PBES.py
                                _PBES.pyi
                                PEM.py
                                PEM.pyi
                                PKCS8.py
                                PKCS8.pyi
                            Math/
                                __init__.py
                                _IntegerBase.py
                                _IntegerBase.pyi
                                _IntegerCustom.py
                                _IntegerCustom.pyi
                                _IntegerGMP.py
                                _IntegerGMP.pyi
                                _IntegerNative.py
                                _IntegerNative.pyi
                                _modexp.abi3.so
                                Numbers.py
                                Numbers.pyi
                                Primality.py
                                Primality.pyi
                            Protocol/
                                __init__.py
                                __init__.pyi
                                _scrypt.abi3.so
                                DH.py
                                DH.pyi
                                HPKE.py
                                KDF.py
                                KDF.pyi
                                SecretSharing.py
                                SecretSharing.pyi
                            PublicKey/
                                __init__.py
                                __init__.pyi
                                _curve.py
                                _curve25519.abi3.so
                                _curve448.abi3.so
                                _ec_ws.abi3.so
                                _ed25519.abi3.so
                                _ed448.abi3.so
                                _edwards.py
                                _montgomery.py
                                _nist_ecc.py
                                _openssh.py
                                _openssh.pyi
                                _point.py
                                _point.pyi
                                DSA.py
                                DSA.pyi
                                ECC.py
                                ECC.pyi
                                ElGamal.py
                                ElGamal.pyi
                                RSA.py
                                RSA.pyi
                            Random/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                                __init__.pyi
                                random.py
                                random.pyi
                            SelfTest/
                                Cipher/
                                    __init__.py
                                    common.py
                                    test_AES.py
                                    test_ARC2.py
                                    test_ARC4.py
                                    test_Blowfish.py
                                    test_CAST.py
                                    test_CBC.py
                                    test_CCM.py
                                    test_CFB.py
                                    test_ChaCha20.py
                                    test_ChaCha20_Poly1305.py
                                    test_CTR.py
                                    test_DES.py
                                    test_DES3.py
                                    test_EAX.py
                                    test_GCM.py
                                    test_KW.py
                                    test_OCB.py
                                    test_OFB.py
                                    test_OpenPGP.py
                                    test_pkcs1_15.py
                                    test_pkcs1_oaep.py
                                    test_Salsa20.py
                                    test_SIV.py
                                Hash/
                                    __init__.py
                                    common.py
                                    test_BLAKE2.py
                                    test_CMAC.py
                                    test_cSHAKE.py
                                    test_HMAC.py
                                    test_KangarooTwelve.py
                                    test_keccak.py
                                    test_KMAC.py
                                    test_MD2.py
                                    test_MD4.py
                                    test_MD5.py
                                    test_Poly1305.py
                                    test_RIPEMD160.py
                                    test_SHA1.py
                                    test_SHA224.py
                                    test_SHA256.py
                                    test_SHA384.py
                                    test_SHA3_224.py
                                    test_SHA3_256.py
                                    test_SHA3_384.py
                                    test_SHA3_512.py
                                    test_SHA512.py
                                    test_SHAKE.py
                                    test_TupleHash.py
                                    test_TurboSHAKE.py
                                IO/
                                    __init__.py
                                    test_PBES.py
                                    test_PKCS8.py
                                Math/
                                    __init__.py
                                    test_modexp.py
                                    test_modmult.py
                                    test_Numbers.py
                                    test_Primality.py
                                Protocol/
                                    __init__.py
                                    test_ecdh.py
                                    test_HPKE.py
                                    test_KDF.py
                                    test_rfc1751.py
                                    test_SecretSharing.py
                                PublicKey/
                                    __init__.py
                                    test_DSA.py
                                    test_ECC_Curve25519.py
                                    test_ECC_Curve448.py
                                    test_ECC_Ed25519.py
                                    test_ECC_Ed448.py
                                    test_ECC_NIST.py
                                    test_ElGamal.py
                                    test_import_Curve25519.py
                                    test_import_Curve448.py
                                    test_import_DSA.py
                                    test_import_ECC.py
                                    test_import_RSA.py
                                    test_RSA.py
                                Random/
                                    __init__.py
                                    test_random.py
                                Signature/
                                    __init__.py
                                    test_dss.py
                                    test_eddsa.py
                                    test_pkcs1_15.py
                                    test_pss.py
                                Util/
                                    __init__.py
                                    test_asn1.py
                                    test_Counter.py
                                    test_number.py
                                    test_Padding.py
                                    test_rfc1751.py
                                    test_strxor.py
                                __init__.py
                                __main__.py
                                loader.py
                                st_common.py
                            Signature/
                                __init__.py
                                DSS.py
                                DSS.pyi
                                eddsa.py
                                eddsa.pyi
                                pkcs1_15.py
                                pkcs1_15.pyi
                                PKCS1_PSS.py
                                PKCS1_PSS.pyi
                                PKCS1_v1_5.py
                                PKCS1_v1_5.pyi
                                pss.py
                                pss.pyi
                            Util/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _cpu_features.cpython-313.pyc
                                    _file_system.cpython-313.pyc
                                    _raw_api.cpython-313.pyc
                                    py3compat.cpython-313.pyc
                                __init__.py
                                _cpu_features.py
                                _cpu_features.pyi
                                _cpuid_c.abi3.so
                                _file_system.py
                                _file_system.pyi
                                _raw_api.py
                                _raw_api.pyi
                                _strxor.abi3.so
                                asn1.py
                                asn1.pyi
                                Counter.py
                                Counter.pyi
                                number.py
                                number.pyi
                                Padding.py
                                Padding.pyi
                                py3compat.py
                                py3compat.pyi
                                RFC1751.py
                                RFC1751.pyi
                                strxor.py
                                strxor.pyi
                            __init__.py
                            __init__.pyi
                            py.typed
                        cryptography/
                            hazmat/
                                backends/
                                    openssl/
                                        __init__.py
                                        backend.py
                                    __init__.py
                                bindings/
                                    _rust/
                                        openssl/
                                            __init__.pyi
                                            aead.pyi
                                            ciphers.pyi
                                            cmac.pyi
                                            dh.pyi
                                            dsa.pyi
                                            ec.pyi
                                            ed25519.pyi
                                            ed448.pyi
                                            hashes.pyi
                                            hmac.pyi
                                            kdf.pyi
                                            keys.pyi
                                            poly1305.pyi
                                            rsa.pyi
                                            x25519.pyi
                                            x448.pyi
                                        __init__.pyi
                                        _openssl.pyi
                                        asn1.pyi
                                        exceptions.pyi
                                        ocsp.pyi
                                        pkcs12.pyi
                                        pkcs7.pyi
                                        test_support.pyi
                                        x509.pyi
                                    openssl/
                                        __init__.py
                                        _conditional.py
                                        binding.py
                                    __init__.py
                                    _rust.abi3.so
                                decrepit/
                                    ciphers/
                                        __init__.py
                                        algorithms.py
                                    __init__.py
                                primitives/
                                    asymmetric/
                                        __init__.py
                                        dh.py
                                        dsa.py
                                        ec.py
                                        ed25519.py
                                        ed448.py
                                        padding.py
                                        rsa.py
                                        types.py
                                        utils.py
                                        x25519.py
                                        x448.py
                                    ciphers/
                                        __init__.py
                                        aead.py
                                        algorithms.py
                                        base.py
                                        modes.py
                                    kdf/
                                        __init__.py
                                        argon2.py
                                        concatkdf.py
                                        hkdf.py
                                        kbkdf.py
                                        pbkdf2.py
                                        scrypt.py
                                        x963kdf.py
                                    serialization/
                                        __init__.py
                                        base.py
                                        pkcs12.py
                                        pkcs7.py
                                        ssh.py
                                    twofactor/
                                        __init__.py
                                        hotp.py
                                        totp.py
                                    __init__.py
                                    _asymmetric.py
                                    _cipheralgorithm.py
                                    _serialization.py
                                    cmac.py
                                    constant_time.py
                                    hashes.py
                                    hmac.py
                                    keywrap.py
                                    padding.py
                                    poly1305.py
                                __init__.py
                                _oid.py
                            x509/
                                __init__.py
                                base.py
                                certificate_transparency.py
                                extensions.py
                                general_name.py
                                name.py
                                ocsp.py
                                oid.py
                                verification.py
                            __about__.py
                            __init__.py
                            exceptions.py
                            fernet.py
                            py.typed
                            utils.py
                        cryptography-45.0.6.dist-info/
                            licenses/
                                LICENSE
                                LICENSE.APACHE
                                LICENSE.BSD
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        Cython/
                            __pycache__/
                                __init__.cpython-313.pyc
                                CodeWriter.cpython-313.pyc
                                Debugging.cpython-313.pyc
                                Shadow.cpython-313.pyc
                            Build/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    Cache.cpython-313.pyc
                                    Dependencies.cpython-313.pyc
                                Tests/
                                    __init__.py
                                    TestCyCache.py
                                    TestCythonizeArgsParser.py
                                    TestDependencies.py
                                    TestInline.py
                                    TestIpythonMagic.py
                                    TestRecythonize.py
                                    TestStripLiterals.py
                                __init__.py
                                BuildExecutable.py
                                Cache.py
                                Cythonize.py
                                Dependencies.py
                                Distutils.py
                                Inline.py
                                IpythonMagic.py
                                SharedModule.py
                            Compiler/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    AnalysedTreeTransforms.cpython-313.pyc
                                    Annotate.cpython-313.pyc
                                    AutoDocTransforms.cpython-313.pyc
                                    Buffer.cpython-313.pyc
                                    Builtin.cpython-313.pyc
                                    CmdLine.cpython-313.pyc
                                    CythonScope.cpython-313.pyc
                                    DebugFlags.cpython-313.pyc
                                    Errors.cpython-313.pyc
                                    ExprNodes.cpython-313.pyc
                                    Future.cpython-313.pyc
                                    Interpreter.cpython-313.pyc
                                    Lexicon.cpython-313.pyc
                                    Main.cpython-313.pyc
                                    MatchCaseNodes.cpython-313.pyc
                                    MemoryView.cpython-313.pyc
                                    ModuleNode.cpython-313.pyc
                                    Naming.cpython-313.pyc
                                    Nodes.cpython-313.pyc
                                    Optimize.cpython-313.pyc
                                    Options.cpython-313.pyc
                                    ParseTreeTransforms.cpython-313.pyc
                                    Pipeline.cpython-313.pyc
                                    PyrexTypes.cpython-313.pyc
                                    Pythran.cpython-313.pyc
                                    StringEncoding.cpython-313.pyc
                                    Symtab.cpython-313.pyc
                                    TreeFragment.cpython-313.pyc
                                    TypeInference.cpython-313.pyc
                                    TypeSlots.cpython-313.pyc
                                    UtilityCode.cpython-313.pyc
                                    UtilNodes.cpython-313.pyc
                                    Version.cpython-313.pyc
                                Tests/
                                    __init__.py
                                    TestBuffer.py
                                    TestBuiltin.py
                                    TestCmdLine.py
                                    TestCode.py
                                    TestFlowControl.py
                                    TestGrammar.py
                                    TestMemView.py
                                    TestParseTreeTransforms.py
                                    TestScanning.py
                                    TestSignatureMatching.py
                                    TestStringEncoding.py
                                    TestTreeFragment.py
                                    TestTreePath.py
                                    TestTypes.py
                                    TestUtilityLoad.py
                                    TestVisitor.py
                                    Utils.py
                                __init__.py
                                AnalysedTreeTransforms.py
                                Annotate.py
                                AutoDocTransforms.py
                                Buffer.py
                                Builtin.py
                                CmdLine.py
                                Code.cpython-313-darwin.so
                                Code.pxd
                                Code.py
                                CodeGeneration.py
                                CythonScope.py
                                Dataclass.py
                                DebugFlags.py
                                Errors.py
                                ExprNodes.py
                                FlowControl.cpython-313-darwin.so
                                FlowControl.pxd
                                FlowControl.py
                                FusedNode.cpython-313-darwin.so
                                FusedNode.py
                                Future.py
                                Interpreter.py
                                Lexicon.py
                                LineTable.cpython-313-darwin.so
                                LineTable.py
                                Main.py
                                MatchCaseNodes.py
                                MemoryView.py
                                ModuleNode.py
                                Naming.py
                                Nodes.py
                                Optimize.py
                                Options.py
                                ParseTreeTransforms.pxd
                                ParseTreeTransforms.py
                                Parsing.cpython-313-darwin.so
                                Parsing.pxd
                                Parsing.py
                                Pipeline.py
                                PyrexTypes.py
                                Pythran.py
                                Scanning.cpython-313-darwin.so
                                Scanning.pxd
                                Scanning.py
                                StringEncoding.py
                                Symtab.py
                                TreeFragment.py
                                TreePath.py
                                TypeInference.py
                                TypeSlots.py
                                UFuncs.py
                                UtilityCode.py
                                UtilNodes.py
                                Version.py
                                Visitor.cpython-313-darwin.so
                                Visitor.pxd
                                Visitor.py
                            Debugger/
                                Tests/
                                    __init__.py
                                    cfuncs.c
                                    codefile
                                    test_libcython_in_gdb.py
                                    test_libpython_in_gdb.py
                                    TestLibCython.py
                                __init__.py
                                Cygdb.py
                                DebugWriter.py
                                libcython.py
                                libpython.py
                            Distutils/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    build_ext.cpython-313.pyc
                                    extension.cpython-313.pyc
                                __init__.py
                                build_ext.py
                                extension.py
                                old_build_ext.py
                            Includes/
                                cpython/
                                    __init__.pxd
                                    array.pxd
                                    bool.pxd
                                    buffer.pxd
                                    bytearray.pxd
                                    bytes.pxd
                                    cellobject.pxd
                                    ceval.pxd
                                    codecs.pxd
                                    complex.pxd
                                    contextvars.pxd
                                    conversion.pxd
                                    datetime.pxd
                                    descr.pxd
                                    dict.pxd
                                    exc.pxd
                                    fileobject.pxd
                                    float.pxd
                                    function.pxd
                                    genobject.pxd
                                    getargs.pxd
                                    instance.pxd
                                    iterator.pxd
                                    iterobject.pxd
                                    list.pxd
                                    long.pxd
                                    longintrepr.pxd
                                    mapping.pxd
                                    marshal.pxd
                                    mem.pxd
                                    memoryview.pxd
                                    method.pxd
                                    module.pxd
                                    number.pxd
                                    object.pxd
                                    pycapsule.pxd
                                    pylifecycle.pxd
                                    pyport.pxd
                                    pystate.pxd
                                    pythread.pxd
                                    ref.pxd
                                    sequence.pxd
                                    set.pxd
                                    slice.pxd
                                    time.pxd
                                    tuple.pxd
                                    type.pxd
                                    unicode.pxd
                                    version.pxd
                                    weakref.pxd
                                libc/
                                    __init__.pxd
                                    complex.pxd
                                    errno.pxd
                                    float.pxd
                                    limits.pxd
                                    locale.pxd
                                    math.pxd
                                    setjmp.pxd
                                    signal.pxd
                                    stddef.pxd
                                    stdint.pxd
                                    stdio.pxd
                                    stdlib.pxd
                                    string.pxd
                                    threads.pxd
                                    time.pxd
                                libcpp/
                                    __init__.pxd
                                    algorithm.pxd
                                    any.pxd
                                    atomic.pxd
                                    barrier.pxd
                                    bit.pxd
                                    cast.pxd
                                    cmath.pxd
                                    complex.pxd
                                    deque.pxd
                                    exception.pxd
                                    execution.pxd
                                    forward_list.pxd
                                    functional.pxd
                                    future.pxd
                                    iterator.pxd
                                    latch.pxd
                                    limits.pxd
                                    list.pxd
                                    map.pxd
                                    memory.pxd
                                    mutex.pxd
                                    numbers.pxd
                                    numeric.pxd
                                    optional.pxd
                                    pair.pxd
                                    queue.pxd
                                    random.pxd
                                    semaphore.pxd
                                    set.pxd
                                    shared_mutex.pxd
                                    span.pxd
                                    stack.pxd
                                    stop_token.pxd
                                    string.pxd
                                    string_view.pxd
                                    typeindex.pxd
                                    typeinfo.pxd
                                    unordered_map.pxd
                                    unordered_set.pxd
                                    utility.pxd
                                    vector.pxd
                                numpy/
                                    math.pxd
                                posix/
                                    __init__.pxd
                                    dlfcn.pxd
                                    fcntl.pxd
                                    ioctl.pxd
                                    mman.pxd
                                    resource.pxd
                                    select.pxd
                                    signal.pxd
                                    stat.pxd
                                    stdio.pxd
                                    stdlib.pxd
                                    strings.pxd
                                    time.pxd
                                    types.pxd
                                    uio.pxd
                                    unistd.pxd
                                    wait.pxd
                                openmp.pxd
                            Plex/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    Errors.cpython-313.pyc
                                    Lexicons.cpython-313.pyc
                                    Regexps.cpython-313.pyc
                                __init__.py
                                Actions.cpython-313-darwin.so
                                Actions.pxd
                                Actions.py
                                DFA.cpython-313-darwin.so
                                DFA.pxd
                                DFA.py
                                Errors.py
                                Lexicons.py
                                Machines.cpython-313-darwin.so
                                Machines.pxd
                                Machines.py
                                Regexps.py
                                Scanners.cpython-313-darwin.so
                                Scanners.pxd
                                Scanners.py
                                Transitions.cpython-313-darwin.so
                                Transitions.pxd
                                Transitions.py
                            Runtime/
                                __init__.py
                                refnanny.cpython-313-darwin.so
                                refnanny.pyx
                            Tempita/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _looper.cpython-313.pyc
                                __init__.py
                                _looper.py
                                _tempita.cpython-313-darwin.so
                                _tempita.py
                            Tests/
                                __init__.py
                                TestCodeWriter.py
                                TestCythonUtils.py
                                TestJediTyper.py
                                TestShadow.py
                                TestStringIOTree.py
                                TestTestUtils.py
                                xmlrunner.py
                            Utility/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                                arrayarray.h
                                AsyncGen.c
                                Buffer.c
                                BufferFormatFromTypeInfo.pxd
                                Builtins.c
                                CConvert.pyx
                                CMath.c
                                CommonStructures.c
                                Complex.c
                                Coroutine.c
                                CpdefEnums.pyx
                                CppConvert.pyx
                                CppSupport.cpp
                                CythonFunction.c
                                Dataclasses.c
                                Dataclasses.py
                                Embed.c
                                Exceptions.c
                                ExtensionTypes.c
                                FunctionArguments.c
                                ImportExport.c
                                Lock.c
                                MemoryView.pxd
                                MemoryView.pyx
                                MemoryView_C.c
                                ModuleSetupCode.c
                                NumpyImportArray.c
                                ObjectHandling.c
                                Optimize.c
                                Overflow.c
                                Printing.c
                                Profile.c
                                StringTools.c
                                TestCythonScope.pyx
                                TestCyUtilityLoader.pyx
                                TestUtilityLoader.c
                                TypeConversion.c
                                UFuncs.pyx
                                UFuncs_C.c
                            __init__.py
                            __init__.pyi
                            CodeWriter.py
                            Coverage.py
                            Debugging.py
                            py.typed
                            Shadow.py
                            Shadow.pyi
                            StringIOTree.cpython-313-darwin.so
                            StringIOTree.py
                            TestUtils.py
                            Utils.cpython-313-darwin.so
                            Utils.py
                        cython-3.1.2.dist-info/
                            licenses/
                                COPYING.txt
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        dask/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _compatibility.cpython-313.pyc
                                _expr.cpython-313.pyc
                                _task_spec.cpython-313.pyc
                                _version.cpython-313.pyc
                                base.cpython-313.pyc
                                blockwise.cpython-313.pyc
                                callbacks.cpython-313.pyc
                                config.cpython-313.pyc
                                context.cpython-313.pyc
                                core.cpython-313.pyc
                                datasets.cpython-313.pyc
                                delayed.cpython-313.pyc
                                hashing.cpython-313.pyc
                                highlevelgraph.cpython-313.pyc
                                layers.cpython-313.pyc
                                local.cpython-313.pyc
                                multiprocessing.cpython-313.pyc
                                optimization.cpython-313.pyc
                                order.cpython-313.pyc
                                sizeof.cpython-313.pyc
                                system.cpython-313.pyc
                                threaded.cpython-313.pyc
                                tokenize.cpython-313.pyc
                                typing.cpython-313.pyc
                                utils.cpython-313.pyc
                            array/
                                _array_expr/
                                    tests/
                                        __init__.py
                                        test_collection.py
                                    __init__.py
                                    _backends.py
                                    _blockwise.py
                                    _collection.py
                                    _creation.py
                                    _expr.py
                                    _gufunc.py
                                    _io.py
                                    _map_blocks.py
                                    _overlap.py
                                    _rechunk.py
                                    _reductions.py
                                    _shuffle.py
                                    _slicing.py
                                    _ufunc.py
                                    _utils.py
                                    random.py
                                lib/
                                    __init__.py
                                    stride_tricks.py
                                tests/
                                    __init__.py
                                    test_api.py
                                    test_array_core.py
                                    test_array_expr_incompatible.py
                                    test_array_function.py
                                    test_array_utils.py
                                    test_atop.py
                                    test_chunk.py
                                    test_creation.py
                                    test_cupy_core.py
                                    test_cupy_creation.py
                                    test_cupy_gufunc.py
                                    test_cupy_linalg.py
                                    test_cupy_overlap.py
                                    test_cupy_percentile.py
                                    test_cupy_random.py
                                    test_cupy_reductions.py
                                    test_cupy_routines.py
                                    test_cupy_slicing.py
                                    test_cupy_sparse.py
                                    test_dispatch.py
                                    test_fft.py
                                    test_gufunc.py
                                    test_image.py
                                    test_linalg.py
                                    test_map_blocks.py
                                    test_masked.py
                                    test_numpy_compat.py
                                    test_optimization.py
                                    test_overlap.py
                                    test_percentiles.py
                                    test_random.py
                                    test_rechunk.py
                                    test_reductions.py
                                    test_reshape.py
                                    test_routines.py
                                    test_shuffle.py
                                    test_slicing.py
                                    test_sparse.py
                                    test_stats.py
                                    test_svg.py
                                    test_testing.py
                                    test_ufunc.py
                                    test_wrap.py
                                    test_xarray.py
                                __init__.py
                                _reductions_generic.py
                                _shuffle.py
                                api.py
                                backends.py
                                blockwise.py
                                chunk.py
                                chunk_types.py
                                core.py
                                creation.py
                                cupy_entry_point.py
                                dispatch.py
                                einsumfuncs.py
                                fft.py
                                gufunc.py
                                image.py
                                linalg.py
                                ma.py
                                numpy_compat.py
                                NUMPY_LICENSE.txt
                                optimization.py
                                overlap.py
                                percentile.py
                                random.py
                                rechunk.py
                                reductions.py
                                reshape.py
                                routines.py
                                slicing.py
                                stats.py
                                svg.py
                                tiledb_io.py
                                ufunc.py
                                utils.py
                                wrap.py
                            bag/
                                tests/
                                    __init__.py
                                    test_avro.py
                                    test_bag.py
                                    test_random.py
                                    test_text.py
                                __init__.py
                                avro.py
                                chunk.py
                                core.py
                                random.py
                                text.py
                                utils.py
                            bytes/
                                tests/
                                    __init__.py
                                    test_bytes_utils.py
                                    test_compression.py
                                    test_http.py
                                    test_local.py
                                    test_s3.py
                                __init__.py
                                core.py
                                utils.py
                            dataframe/
                                dask_expr/
                                    diagnostics/
                                        __init__.py
                                        _analyze.py
                                        _analyze_plugin.py
                                        _explain.py
                                    io/
                                        tests/
                                            __init__.py
                                            test_delayed.py
                                            test_distributed.py
                                            test_from_pandas.py
                                            test_io.py
                                            test_parquet.py
                                            test_sql.py
                                        __init__.py
                                        _delayed.py
                                        bag.py
                                        io.py
                                        parquet.py
                                        records.py
                                    tests/
                                        __init__.py
                                        _util.py
                                        test_align_partitions.py
                                        test_categorical.py
                                        test_collection.py
                                        test_concat.py
                                        test_core.py
                                        test_cumulative.py
                                        test_datasets.py
                                        test_datetime.py
                                        test_describe.py
                                        test_diagnostics.py
                                        test_distributed.py
                                        test_dummies.py
                                        test_format.py
                                        test_fusion.py
                                        test_groupby.py
                                        test_indexing.py
                                        test_interchange.py
                                        test_map_partitions_overlap.py
                                        test_merge.py
                                        test_merge_asof.py
                                        test_partitioning_knowledge.py
                                        test_predicate_pushdown.py
                                        test_quantiles.py
                                        test_reductions.py
                                        test_repartition.py
                                        test_reshape.py
                                        test_rolling.py
                                        test_shuffle.py
                                        test_string_accessor.py
                                        test_ufunc.py
                                    __init__.py
                                    _accessor.py
                                    _backends.py
                                    _categorical.py
                                    _collection.py
                                    _concat.py
                                    _cumulative.py
                                    _datetime.py
                                    _describe.py
                                    _dummies.py
                                    _expr.py
                                    _groupby.py
                                    _indexing.py
                                    _interchange.py
                                    _merge.py
                                    _merge_asof.py
                                    _quantile.py
                                    _quantiles.py
                                    _reductions.py
                                    _repartition.py
                                    _rolling.py
                                    _shuffle.py
                                    _str_accessor.py
                                    _util.py
                                    _version.py
                                    datasets.py
                                io/
                                    orc/
                                        __init__.py
                                        arrow.py
                                        core.py
                                        utils.py
                                    parquet/
                                        __init__.py
                                        arrow.py
                                        core.py
                                        utils.py
                                    tests/
                                        __init__.py
                                        test_csv.py
                                        test_demo.py
                                        test_hdf.py
                                        test_io.py
                                        test_json.py
                                        test_orc.py
                                        test_parquet.py
                                        test_sql.py
                                    __init__.py
                                    csv.py
                                    demo.py
                                    hdf.py
                                    io.py
                                    json.py
                                    sql.py
                                    utils.py
                                tests/
                                    __init__.py
                                    test_accessors.py
                                    test_api.py
                                    test_arithmetics_reduction.py
                                    test_boolean.py
                                    test_categorical.py
                                    test_dataframe.py
                                    test_extensions.py
                                    test_groupby.py
                                    test_hashing.py
                                    test_hyperloglog.py
                                    test_indexing.py
                                    test_merge_column_and_index.py
                                    test_methods.py
                                    test_multi.py
                                    test_numeric.py
                                    test_pyarrow.py
                                    test_pyarrow_compat.py
                                    test_reshape.py
                                    test_rolling.py
                                    test_shuffle.py
                                    test_ufunc.py
                                    test_utils_dataframe.py
                                tseries/
                                    tests/
                                        __init__.py
                                        test_resample.py
                                        test_resample_expr.py
                                    __init__.py
                                    resample.py
                                __init__.py
                                _compat.py
                                _dtypes.py
                                _pyarrow.py
                                _pyarrow_compat.py
                                accessor.py
                                api.py
                                backends.py
                                categorical.py
                                core.py
                                dispatch.py
                                extensions.py
                                groupby.py
                                hyperloglog.py
                                indexing.py
                                methods.py
                                multi.py
                                partitionquantiles.py
                                rolling.py
                                shuffle.py
                                utils.py
                            diagnostics/
                                tests/
                                    __init__.py
                                    test_profiler.py
                                    test_progress.py
                                __init__.py
                                profile.py
                                profile_visualize.py
                                progress.py
                            tests/
                                __init__.py
                                test_backends.py
                                test_base.py
                                test_cache.py
                                test_callbacks.py
                                test_ci.py
                                test_cli.py
                                test_compatibility.py
                                test_config.py
                                test_context.py
                                test_core.py
                                test_datasets.py
                                test_delayed.py
                                test_distributed.py
                                test_docs.py
                                test_dot.py
                                test_expr.py
                                test_graph_manipulation.py
                                test_hashing.py
                                test_highgraph.py
                                test_hlgexpr.py
                                test_imports.py
                                test_layers.py
                                test_local.py
                                test_ml.py
                                test_multiprocessing.py
                                test_optimization.py
                                test_order.py
                                test_rewrite.py
                                test_sizeof.py
                                test_spark_compat.py
                                test_system.py
                                test_task_spec.py
                                test_threaded.py
                                test_tokenize.py
                                test_traceback.py
                                test_typing.py
                                test_utils.py
                                test_utils_test.py
                                warning_aliases.py
                            widgets/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    widgets.cpython-313.pyc
                                templates/
                                    array.html.j2
                                    dataframe.html.j2
                                    highlevelgraph.html.j2
                                    highlevelgraph_layer.html.j2
                                tests/
                                    templates/
                                        bytes.html.j2
                                        custom_filter.html.j2
                                        example.html.j2
                                    test_widgets.py
                                __init__.py
                                widgets.py
                            __init__.py
                            __main__.py
                            _collections.py
                            _compatibility.py
                            _dispatch.py
                            _expr.py
                            _task_spec.py
                            _version.py
                            backends.py
                            base.py
                            blockwise.py
                            cache.py
                            callbacks.py
                            cli.py
                            config.py
                            conftest.py
                            context.py
                            core.py
                            dask-schema.yaml
                            dask.yaml
                            datasets.py
                            delayed.py
                            distributed.py
                            dot.py
                            graph_manipulation.py
                            hashing.py
                            highlevelgraph.py
                            layers.py
                            local.py
                            ml.py
                            multiprocessing.py
                            optimization.py
                            order.py
                            py.typed
                            rewrite.py
                            sizeof.py
                            system.py
                            task_spec.py
                            threaded.py
                            tokenize.py
                            typing.py
                            utils.py
                            utils_test.py
                        dask-2025.7.0.dist-info/
                            licenses/
                                dask/
                                    array/
                                        NUMPY_LICENSE.txt
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        dateutil/
                            parser/
                                __init__.py
                                _parser.py
                                isoparser.py
                            tz/
                                __init__.py
                                _common.py
                                _factories.py
                                tz.py
                                win.py
                            zoneinfo/
                                __init__.py
                                dateutil-zoneinfo.tar.gz
                                rebuild.py
                            __init__.py
                            _common.py
                            _version.py
                            easter.py
                            relativedelta.py
                            rrule.py
                            tzwin.py
                            utils.py
                        dateutil-stubs/
                            parser/
                                __init__.pyi
                                _parser.pyi
                                isoparser.pyi
                            tz/
                                __init__.pyi
                                _common.pyi
                                tz.pyi
                                win.pyi
                            zoneinfo/
                                __init__.pyi
                                rebuild.pyi
                            __init__.pyi
                            _common.pyi
                            _version.pyi
                            easter.pyi
                            METADATA.toml
                            py.typed
                            relativedelta.pyi
                            rrule.pyi
                            tzwin.pyi
                            utils.pyi
                        debugpy/
                            _vendored/
                                pydevd/
                                    _pydev_bundle/
                                        fsnotify/
                                            __init__.py
                                        __init__.py
                                        _pydev_calltip_util.py
                                        _pydev_completer.py
                                        _pydev_execfile.py
                                        _pydev_filesystem_encoding.py
                                        _pydev_getopt.py
                                        _pydev_imports_tipper.py
                                        _pydev_jy_imports_tipper.py
                                        _pydev_log.py
                                        _pydev_saved_modules.py
                                        _pydev_sys_patch.py
                                        _pydev_tipper_common.py
                                        pydev_console_utils.py
                                        pydev_import_hook.py
                                        pydev_imports.py
                                        pydev_ipython_console.py
                                        pydev_ipython_console_011.py
                                        pydev_is_thread_alive.py
                                        pydev_localhost.py
                                        pydev_log.py
                                        pydev_monkey.py
                                        pydev_monkey_qt.py
                                        pydev_override.py
                                        pydev_umd.py
                                        pydev_versioncheck.py
                                    _pydev_runfiles/
                                        __init__.py
                                        pydev_runfiles.py
                                        pydev_runfiles_coverage.py
                                        pydev_runfiles_nose.py
                                        pydev_runfiles_parallel.py
                                        pydev_runfiles_parallel_client.py
                                        pydev_runfiles_pytest2.py
                                        pydev_runfiles_unittest.py
                                        pydev_runfiles_xml_rpc.py
                                    _pydevd_bundle/
                                        _debug_adapter/
                                            __init__.py
                                            __main__pydevd_gen_debug_adapter_protocol.py
                                            debugProtocol.json
                                            debugProtocolCustom.json
                                            pydevd_base_schema.py
                                            pydevd_schema.py
                                            pydevd_schema_log.py
                                        pydevd_concurrency_analyser/
                                            __init__.py
                                            pydevd_concurrency_logger.py
                                            pydevd_thread_wrappers.py
                                        __init__.py
                                        pydevconsole_code.py
                                        pydevd_additional_thread_info.py
                                        pydevd_additional_thread_info_regular.py
                                        pydevd_api.py
                                        pydevd_breakpoints.py
                                        pydevd_bytecode_utils.py
                                        pydevd_bytecode_utils_py311.py
                                        pydevd_code_to_source.py
                                        pydevd_collect_bytecode_info.py
                                        pydevd_comm.py
                                        pydevd_comm_constants.py
                                        pydevd_command_line_handling.py
                                        pydevd_console.py
                                        pydevd_constants.py
                                        pydevd_custom_frames.py
                                        pydevd_cython.c
                                        pydevd_cython.cpython-313-darwin.so
                                        pydevd_cython.pxd
                                        pydevd_cython.pyx
                                        pydevd_cython_wrapper.py
                                        pydevd_daemon_thread.py
                                        pydevd_defaults.py
                                        pydevd_dont_trace.py
                                        pydevd_dont_trace_files.py
                                        pydevd_exec2.py
                                        pydevd_extension_api.py
                                        pydevd_extension_utils.py
                                        pydevd_filtering.py
                                        pydevd_frame.py
                                        pydevd_frame_utils.py
                                        pydevd_gevent_integration.py
                                        pydevd_import_class.py
                                        pydevd_io.py
                                        pydevd_json_debug_options.py
                                        pydevd_net_command.py
                                        pydevd_net_command_factory_json.py
                                        pydevd_net_command_factory_xml.py
                                        pydevd_plugin_utils.py
                                        pydevd_process_net_command.py
                                        pydevd_process_net_command_json.py
                                        pydevd_referrers.py
                                        pydevd_reload.py
                                        pydevd_resolver.py
                                        pydevd_runpy.py
                                        pydevd_safe_repr.py
                                        pydevd_save_locals.py
                                        pydevd_signature.py
                                        pydevd_source_mapping.py
                                        pydevd_stackless.py
                                        pydevd_suspended_frames.py
                                        pydevd_thread_lifecycle.py
                                        pydevd_timeout.py
                                        pydevd_trace_dispatch.py
                                        pydevd_trace_dispatch_regular.py
                                        pydevd_traceproperty.py
                                        pydevd_utils.py
                                        pydevd_vars.py
                                        pydevd_vm_type.py
                                        pydevd_xml.py
                                    _pydevd_frame_eval/
                                        vendored/
                                            bytecode/
                                                tests/
                                                    __init__.py
                                                    test_bytecode.py
                                                    test_cfg.py
                                                    test_code.py
                                                    test_concrete.py
                                                    test_flags.py
                                                    test_instr.py
                                                    test_misc.py
                                                    test_peephole_opt.py
                                                    util_annotation.py
                                                __init__.py
                                                bytecode.py
                                                cfg.py
                                                concrete.py
                                                flags.py
                                                instr.py
                                                peephole_opt.py
                                            __init__.py
                                            pydevd_fix_code.py
                                            README.txt
                                        .gitignore
                                        __init__.py
                                        pydevd_frame_eval_cython_wrapper.py
                                        pydevd_frame_eval_main.py
                                        pydevd_frame_evaluator.c
                                        pydevd_frame_evaluator.pxd
                                        pydevd_frame_evaluator.template.pyx
                                        pydevd_frame_tracing.py
                                        pydevd_modify_bytecode.py
                                        release_mem.h
                                    _pydevd_sys_monitoring/
                                        _pydevd_sys_monitoring.py
                                        _pydevd_sys_monitoring_cython.c
                                        _pydevd_sys_monitoring_cython.cpython-313-darwin.so
                                        _pydevd_sys_monitoring_cython.pxd
                                        _pydevd_sys_monitoring_cython.pyx
                                        pydevd_sys_monitoring.py
                                    pydev_ipython/
                                        __init__.py
                                        inputhook.py
                                        inputhookglut.py
                                        inputhookgtk.py
                                        inputhookgtk3.py
                                        inputhookpyglet.py
                                        inputhookqt4.py
                                        inputhookqt5.py
                                        inputhookqt6.py
                                        inputhooktk.py
                                        inputhookwx.py
                                        matplotlibtools.py
                                        qt.py
                                        qt_for_kernel.py
                                        qt_loaders.py
                                        README
                                        version.py
                                    pydev_sitecustomize/
                                        __not_in_default_pythonpath.txt
                                        sitecustomize.py
                                    pydevd_attach_to_process/
                                        common/
                                            py_custom_pyeval_settrace.hpp
                                            py_custom_pyeval_settrace_310.hpp
                                            py_custom_pyeval_settrace_311.hpp
                                            py_custom_pyeval_settrace_common.hpp
                                            py_settrace.hpp
                                            py_utils.hpp
                                            py_version.hpp
                                            python.h
                                            ref_utils.hpp
                                        linux_and_mac/
                                            .gitignore
                                            attach.cpp
                                            compile_linux.sh
                                            compile_mac.sh
                                            compile_manylinux.cmd
                                            lldb_prepare.py
                                        winappdbg/
                                            win32/
                                                __init__.py
                                                advapi32.py
                                                context_amd64.py
                                                context_i386.py
                                                dbghelp.py
                                                defines.py
                                                gdi32.py
                                                kernel32.py
                                                ntdll.py
                                                peb_teb.py
                                                psapi.py
                                                shell32.py
                                                shlwapi.py
                                                user32.py
                                                version.py
                                                wtsapi32.py
                                            __init__.py
                                            breakpoint.py
                                            compat.py
                                            crash.py
                                            debug.py
                                            disasm.py
                                            event.py
                                            interactive.py
                                            module.py
                                            process.py
                                            registry.py
                                            search.py
                                            sql.py
                                            system.py
                                            textio.py
                                            thread.py
                                            util.py
                                            window.py
                                        windows/
                                            attach.cpp
                                            attach.h
                                            compile_windows.bat
                                            inject_dll.cpp
                                            py_win_helpers.hpp
                                            run_code_in_memory.hpp
                                            run_code_on_dllmain.cpp
                                            stdafx.cpp
                                            stdafx.h
                                            targetver.h
                                        _always_live_program.py
                                        _check.py
                                        _test_attach_to_process.py
                                        _test_attach_to_process_linux.py
                                        add_code_to_python_process.py
                                        attach.dylib
                                        attach_pydevd.py
                                        attach_script.py
                                        README.txt
                                    pydevd_plugins/
                                        extensions/
                                            types/
                                                __init__.py
                                                pydevd_helpers.py
                                                pydevd_plugin_numpy_types.py
                                                pydevd_plugin_pandas_types.py
                                                pydevd_plugins_django_form_str.py
                                            __init__.py
                                            README.md
                                        __init__.py
                                        django_debug.py
                                        jinja2_debug.py
                                        pydevd_line_validation.py
                                    pydev_app_engine_debug_startup.py
                                    pydev_coverage.py
                                    pydev_pysrc.py
                                    pydev_run_in_console.py
                                    pydevconsole.py
                                    pydevd.py
                                    pydevd_file_utils.py
                                    pydevd_tracing.py
                                    setup_pydevd_cython.py
                                __init__.py
                                _pydevd_packaging.py
                                _util.py
                                force_pydevd.py
                            adapter/
                                __init__.py
                                __main__.py
                                clients.py
                                components.py
                                launchers.py
                                servers.py
                                sessions.py
                            common/
                                __init__.py
                                json.py
                                log.py
                                messaging.py
                                singleton.py
                                sockets.py
                                stacks.py
                                timestamp.py
                                util.py
                            launcher/
                                __init__.py
                                __main__.py
                                debuggee.py
                                handlers.py
                                output.py
                                winapi.py
                            server/
                                __init__.py
                                api.py
                                attach_pid_injected.py
                                cli.py
                            __init__.py
                            __main__.py
                            _version.py
                            public_api.py
                            ThirdPartyNotices.txt
                        debugpy-1.8.15.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        decorator-5.2.1.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            pbr.json
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        defusedxml/
                            __init__.py
                            cElementTree.py
                            common.py
                            ElementTree.py
                            expatbuilder.py
                            expatreader.py
                            lxml.py
                            minidom.py
                            pulldom.py
                            sax.py
                            xmlrpc.py
                        defusedxml-0.7.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        distributed/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _async_taskgroup.cpython-313.pyc
                                _asyncio.cpython-313.pyc
                                _concurrent_futures_thread.cpython-313.pyc
                                _stories.cpython-313.pyc
                                _version.cpython-313.pyc
                                active_memory_manager.cpython-313.pyc
                                actor.cpython-313.pyc
                                batched.cpython-313.pyc
                                broker.cpython-313.pyc
                                cfexecutor.cpython-313.pyc
                                client.cpython-313.pyc
                                cluster_dump.cpython-313.pyc
                                collections.cpython-313.pyc
                                compatibility.cpython-313.pyc
                                config.cpython-313.pyc
                                core.cpython-313.pyc
                                counter.cpython-313.pyc
                                diskutils.cpython-313.pyc
                                event.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                gc.cpython-313.pyc
                                itertools.cpython-313.pyc
                                lock.cpython-313.pyc
                                metrics.cpython-313.pyc
                                multi_lock.cpython-313.pyc
                                nanny.cpython-313.pyc
                                node.cpython-313.pyc
                                objects.cpython-313.pyc
                                preloading.cpython-313.pyc
                                process.cpython-313.pyc
                                proctitle.cpython-313.pyc
                                profile.cpython-313.pyc
                                publish.cpython-313.pyc
                                queues.cpython-313.pyc
                                recreate_tasks.cpython-313.pyc
                                scheduler.cpython-313.pyc
                                security.cpython-313.pyc
                                semaphore.cpython-313.pyc
                                sizeof.cpython-313.pyc
                                spans.cpython-313.pyc
                                spill.cpython-313.pyc
                                stealing.cpython-313.pyc
                                system.cpython-313.pyc
                                system_monitor.cpython-313.pyc
                                threadpoolexecutor.cpython-313.pyc
                                utils.cpython-313.pyc
                                utils_comm.cpython-313.pyc
                                variable.cpython-313.pyc
                                versions.cpython-313.pyc
                                worker.cpython-313.pyc
                                worker_client.cpython-313.pyc
                                worker_memory.cpython-313.pyc
                                worker_state_machine.cpython-313.pyc
                            cli/
                                __init__.py
                                dask_scheduler.py
                                dask_spec.py
                                dask_ssh.py
                                dask_worker.py
                                utils.py
                            comm/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    addressing.cpython-313.pyc
                                    core.cpython-313.pyc
                                    inproc.cpython-313.pyc
                                    registry.cpython-313.pyc
                                    tcp.cpython-313.pyc
                                    ucx.cpython-313.pyc
                                    utils.cpython-313.pyc
                                    ws.cpython-313.pyc
                                __init__.py
                                addressing.py
                                core.py
                                inproc.py
                                registry.py
                                tcp.py
                                ucx.py
                                utils.py
                                ws.py
                            dashboard/
                                components/
                                    __init__.py
                                    nvml.py
                                    rmm.py
                                    scheduler.py
                                    shared.py
                                    worker.py
                                templates/
                                    __init__.py
                                    performance_report.html
                                __init__.py
                                core.py
                                export_tool.js
                                export_tool.py
                                scheduler.py
                                theme.yaml
                                utils.py
                                worker.py
                            deploy/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    adaptive.cpython-313.pyc
                                    adaptive_core.cpython-313.pyc
                                    cluster.cpython-313.pyc
                                    local.cpython-313.pyc
                                    spec.cpython-313.pyc
                                    ssh.cpython-313.pyc
                                    subprocess.cpython-313.pyc
                                    utils.cpython-313.pyc
                                __init__.py
                                adaptive.py
                                adaptive_core.py
                                cluster.py
                                local.py
                                old_ssh.py
                                spec.py
                                ssh.py
                                subprocess.py
                                utils.py
                            diagnostics/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    graph_layout.cpython-313.pyc
                                    memory_sampler.cpython-313.pyc
                                    nvml.cpython-313.pyc
                                    plugin.cpython-313.pyc
                                    progress.cpython-313.pyc
                                    progressbar.cpython-313.pyc
                                    rmm.cpython-313.pyc
                                __init__.py
                                cluster_dump.py
                                cudf.py
                                eventstream.py
                                graph_layout.py
                                memory_sampler.py
                                memray.py
                                nvml.py
                                plugin.py
                                progress.py
                                progress_stream.py
                                progressbar.py
                                rmm.py
                                task_stream.py
                                websocket.py
                            http/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    routing.cpython-313.pyc
                                    utils.cpython-313.pyc
                                scheduler/
                                    prometheus/
                                        __init__.py
                                        core.py
                                        semaphore.py
                                        stealing.py
                                    __init__.py
                                    api.py
                                    info.py
                                    json.py
                                    missing_bokeh.py
                                static/
                                    css/
                                        __init__.py
                                        base.css
                                        gpu.css
                                        individual-cluster-map.css
                                        sortable.min.css
                                        status.css
                                    images/
                                        __init__.py
                                        dask-logo.svg
                                        fa-bars.svg
                                        favicon.ico
                                        jupyter.svg
                                        numpy.png
                                        pandas.png
                                        python.png
                                    js/
                                        __init__.py
                                        anime.min.js
                                        individual-cluster-map.js
                                        reconnecting-websocket.min.js
                                        sortable.min.js
                                    __init__.py
                                    individual-cluster-map.html
                                templates/
                                    __init__.py
                                    base.html
                                    call-stack.html
                                    exceptions.html
                                    gpu.html
                                    json-index.html
                                    logs.html
                                    main.html
                                    simple.html
                                    status.html
                                    task.html
                                    worker-table.html
                                    worker.html
                                    workers.html
                                worker/
                                    prometheus/
                                        __init__.py
                                        core.py
                                    __init__.py
                                __init__.py
                                health.py
                                prometheus.py
                                proxy.py
                                routing.py
                                statics.py
                                utils.py
                            protocol/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    compression.cpython-313.pyc
                                    core.cpython-313.pyc
                                    cuda.cpython-313.pyc
                                    pickle.cpython-313.pyc
                                    serialize.cpython-313.pyc
                                    utils.cpython-313.pyc
                                __init__.py
                                arrow.py
                                compression.py
                                core.py
                                cuda.py
                                cupy.py
                                h5py.py
                                keras.py
                                netcdf4.py
                                numba.py
                                numpy.py
                                pickle.py
                                rmm.py
                                scipy.py
                                serialize.py
                                sparse.py
                                torch.py
                                utils.py
                                utils_test.py
                            shuffle/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _arrow.cpython-313.pyc
                                    _buffer.cpython-313.pyc
                                    _comms.cpython-313.pyc
                                    _core.cpython-313.pyc
                                    _disk.cpython-313.pyc
                                    _exceptions.cpython-313.pyc
                                    _limiter.cpython-313.pyc
                                    _memory.cpython-313.pyc
                                    _pickle.cpython-313.pyc
                                    _rechunk.cpython-313.pyc
                                    _scheduler_plugin.cpython-313.pyc
                                    _worker_plugin.cpython-313.pyc
                                __init__.py
                                _arrow.py
                                _buffer.py
                                _comms.py
                                _core.py
                                _disk.py
                                _exceptions.py
                                _limiter.py
                                _memory.py
                                _merge.py
                                _pickle.py
                                _rechunk.py
                                _scheduler_plugin.py
                                _shuffle.py
                                _worker_plugin.py
                            widgets/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                templates/
                                    __init__.py
                                    client.html.j2
                                    cluster.html.j2
                                    computation.html.j2
                                    future.html.j2
                                    has_what.html.j2
                                    local_cluster.html.j2
                                    log.html.j2
                                    logs.html.j2
                                    process_interface.html.j2
                                    scheduler.html.j2
                                    scheduler_info.html.j2
                                    security.html.j2
                                    task_state.html.j2
                                    who_has.html.j2
                                    worker_state.html.j2
                                __init__.py
                            __init__.py
                            _async_taskgroup.py
                            _asyncio.py
                            _concurrent_futures_thread.py
                            _signals.py
                            _stories.py
                            _version.py
                            active_memory_manager.py
                            actor.py
                            batched.py
                            bokeh.py
                            broker.py
                            cfexecutor.py
                            chaos.py
                            client.py
                            cluster_dump.py
                            collections.py
                            compatibility.py
                            config.py
                            core.py
                            counter.py
                            diskutils.py
                            distributed-schema.yaml
                            distributed.yaml
                            event.py
                            exceptions.py
                            gc.py
                            itertools.py
                            lock.py
                            metrics.py
                            multi_lock.py
                            nanny.py
                            node.py
                            objects.py
                            preloading.py
                            process.py
                            proctitle.py
                            profile.py
                            publish.py
                            py.typed
                            queues.py
                            recreate_tasks.py
                            scheduler.py
                            security.py
                            semaphore.py
                            sizeof.py
                            spans.py
                            spill.py
                            stealing.py
                            system.py
                            system_monitor.py
                            threadpoolexecutor.py
                            utils.py
                            utils_comm.py
                            utils_test.py
                            variable.py
                            versions.py
                            worker.py
                            worker_client.py
                            worker_memory.py
                            worker_state_machine.py
                        distributed-2025.7.0.dist-info/
                            licenses/
                                AUTHORS.md
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        dotenv/
                            __pycache__/
                                __init__.cpython-313.pyc
                                main.cpython-313.pyc
                                parser.cpython-313.pyc
                                variables.cpython-313.pyc
                            __init__.py
                            __main__.py
                            cli.py
                            ipython.py
                            main.py
                            parser.py
                            py.typed
                            variables.py
                            version.py
                        executing/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _exceptions.cpython-313.pyc
                                _position_node_finder.cpython-313.pyc
                                _pytest_utils.cpython-313.pyc
                                executing.cpython-313.pyc
                                version.cpython-313.pyc
                            __init__.py
                            _exceptions.py
                            _position_node_finder.py
                            _pytest_utils.py
                            executing.py
                            py.typed
                            version.py
                        executing-2.2.0.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        fastjsonschema/
                            __init__.py
                            __main__.py
                            draft04.py
                            draft06.py
                            draft07.py
                            exceptions.py
                            generator.py
                            indent.py
                            ref_resolver.py
                            version.py
                        fastjsonschema-2.21.1.dist-info/
                            AUTHORS
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        fhconfparser/
                            __init__.py
                            fhconfparser.py
                            simpleconf.py
                        fhconfparser-2024.1.dist-info/
                            INSTALLER
                            LICENSE.md
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        fqdn/
                            __init__.py
                            _compat.py
                        fqdn-1.5.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        fsspec/
                            implementations/
                                __init__.py
                                arrow.py
                                asyn_wrapper.py
                                cache_mapper.py
                                cache_metadata.py
                                cached.py
                                dask.py
                                data.py
                                dbfs.py
                                dirfs.py
                                ftp.py
                                gist.py
                                git.py
                                github.py
                                http.py
                                http_sync.py
                                jupyter.py
                                libarchive.py
                                local.py
                                memory.py
                                reference.py
                                sftp.py
                                smb.py
                                tar.py
                                webhdfs.py
                                zip.py
                            tests/
                                abstract/
                                    __init__.py
                                    common.py
                                    copy.py
                                    get.py
                                    mv.py
                                    open.py
                                    pipe.py
                                    put.py
                            __init__.py
                            _version.py
                            archive.py
                            asyn.py
                            caching.py
                            callbacks.py
                            compression.py
                            config.py
                            conftest.py
                            core.py
                            dircache.py
                            exceptions.py
                            fuse.py
                            generic.py
                            gui.py
                            json.py
                            mapping.py
                            parquet.py
                            registry.py
                            spec.py
                            transaction.py
                            utils.py
                        fsspec-2025.7.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        h11/
                            __init__.py
                            _abnf.py
                            _connection.py
                            _events.py
                            _headers.py
                            _readers.py
                            _receivebuffer.py
                            _state.py
                            _util.py
                            _version.py
                            _writers.py
                            py.typed
                        h11-0.16.0.dist-info/
                            licenses/
                                LICENSE.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        httpcore/
                            _async/
                                __init__.py
                                connection.py
                                connection_pool.py
                                http11.py
                                http2.py
                                http_proxy.py
                                interfaces.py
                                socks_proxy.py
                            _backends/
                                __init__.py
                                anyio.py
                                auto.py
                                base.py
                                mock.py
                                sync.py
                                trio.py
                            _sync/
                                __init__.py
                                connection.py
                                connection_pool.py
                                http11.py
                                http2.py
                                http_proxy.py
                                interfaces.py
                                socks_proxy.py
                            __init__.py
                            _api.py
                            _exceptions.py
                            _models.py
                            _ssl.py
                            _synchronization.py
                            _trace.py
                            _utils.py
                            py.typed
                        httpcore-1.0.9.dist-info/
                            licenses/
                                LICENSE.md
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        httpx/
                            _transports/
                                __init__.py
                                asgi.py
                                base.py
                                default.py
                                mock.py
                                wsgi.py
                            __init__.py
                            __version__.py
                            _api.py
                            _auth.py
                            _client.py
                            _config.py
                            _content.py
                            _decoders.py
                            _exceptions.py
                            _main.py
                            _models.py
                            _multipart.py
                            _status_codes.py
                            _types.py
                            _urlparse.py
                            _urls.py
                            _utils.py
                            py.typed
                        httpx-0.28.1.dist-info/
                            licenses/
                                LICENSE.md
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        humanize/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _version.cpython-313.pyc
                                filesize.cpython-313.pyc
                                i18n.cpython-313.pyc
                                lists.cpython-313.pyc
                                number.cpython-313.pyc
                                time.cpython-313.pyc
                            locale/
                                ar/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                bn_BD/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ca_ES/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                da_DK/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                de_DE/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                el_GR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                eo/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                es_ES/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                eu/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                fa_IR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                fi_FI/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                fr_FR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                he_IL/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                hu_HU/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                id_ID/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                it_IT/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ja_JP/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ko_KR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                nb/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                nl_NL/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                pl_PL/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                pt_BR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                pt_PT/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ru_RU/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                sk_SK/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                sl_SI/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                sv_SE/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                tlh/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                tr_TR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                uk_UA/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                vi_VN/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                zh_CN/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                zh_HK/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                            __init__.py
                            _version.py
                            filesize.py
                            i18n.py
                            lists.py
                            number.py
                            py.typed
                            time.py
                        humanize-4.12.3.dist-info/
                            licenses/
                                LICENCE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        idna/
                            __init__.py
                            codec.py
                            compat.py
                            core.py
                            idnadata.py
                            intranges.py
                            package_data.py
                            py.typed
                            uts46data.py
                        idna-3.10.dist-info/
                            INSTALLER
                            LICENSE.md
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        inflate64/
                            __pycache__/
                                __init__.cpython-313.pyc
                            __init__.py
                            _inflate64.cpython-313-darwin.so
                            py.typed
                        inflate64-1.0.3.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        iniconfig/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _parse.cpython-313.pyc
                                exceptions.cpython-313.pyc
                            __init__.py
                            _parse.py
                            _version.py
                            exceptions.py
                            py.typed
                        iniconfig-2.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        invoke/
                            completion/
                                __init__.py
                                bash.completion
                                complete.py
                                fish.completion
                                zsh.completion
                            parser/
                                __init__.py
                                argument.py
                                context.py
                                parser.py
                            vendor/
                                fluidity/
                                    __init__.py
                                    backwardscompat.py
                                    machine.py
                                lexicon/
                                    __init__.py
                                    _version.py
                                    alias_dict.py
                                    attribute_dict.py
                                yaml/
                                    __init__.py
                                    composer.py
                                    constructor.py
                                    cyaml.py
                                    dumper.py
                                    emitter.py
                                    error.py
                                    events.py
                                    loader.py
                                    nodes.py
                                    parser.py
                                    reader.py
                                    representer.py
                                    resolver.py
                                    scanner.py
                                    serializer.py
                                    tokens.py
                                __init__.py
                            __init__.py
                            __main__.py
                            _version.py
                            collection.py
                            config.py
                            context.py
                            env.py
                            exceptions.py
                            executor.py
                            loader.py
                            main.py
                            program.py
                            py.typed
                            runners.py
                            tasks.py
                            terminals.py
                            util.py
                            watchers.py
                        invoke-2.2.0.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        ipykernel/
                            comm/
                                __init__.py
                                comm.py
                                manager.py
                            gui/
                                __init__.py
                                gtk3embed.py
                                gtkembed.py
                            inprocess/
                                __init__.py
                                blocking.py
                                channels.py
                                client.py
                                constants.py
                                ipkernel.py
                                manager.py
                                socket.py
                            pylab/
                                __init__.py
                                backend_inline.py
                                config.py
                            resources/
                                logo-32x32.png
                                logo-64x64.png
                                logo-svg.svg
                            __init__.py
                            __main__.py
                            _eventloop_macos.py
                            _version.py
                            compiler.py
                            connect.py
                            control.py
                            datapub.py
                            debugger.py
                            displayhook.py
                            embed.py
                            eventloops.py
                            heartbeat.py
                            iostream.py
                            ipkernel.py
                            jsonutil.py
                            kernelapp.py
                            kernelbase.py
                            kernelspec.py
                            log.py
                            parentpoller.py
                            pickleutil.py
                            py.typed
                            serialize.py
                            trio_runner.py
                            zmqshell.py
                        ipykernel-6.30.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        IPython/
                            __pycache__/
                                __init__.cpython-313.pyc
                                display.cpython-313.pyc
                                paths.cpython-313.pyc
                            core/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    alias.cpython-313.pyc
                                    application.cpython-313.pyc
                                    async_helpers.cpython-313.pyc
                                    autocall.cpython-313.pyc
                                    builtin_trap.cpython-313.pyc
                                    compilerop.cpython-313.pyc
                                    completer.cpython-313.pyc
                                    completerlib.cpython-313.pyc
                                    crashhandler.cpython-313.pyc
                                    debugger.cpython-313.pyc
                                    debugger_backport.cpython-313.pyc
                                    display.cpython-313.pyc
                                    display_functions.cpython-313.pyc
                                    display_trap.cpython-313.pyc
                                    displayhook.cpython-313.pyc
                                    displaypub.cpython-313.pyc
                                    doctb.cpython-313.pyc
                                    error.cpython-313.pyc
                                    events.cpython-313.pyc
                                    extensions.cpython-313.pyc
                                    formatters.cpython-313.pyc
                                    getipython.cpython-313.pyc
                                    guarded_eval.cpython-313.pyc
                                    history.cpython-313.pyc
                                    hooks.cpython-313.pyc
                                    inputtransformer2.cpython-313.pyc
                                    interactiveshell.cpython-313.pyc
                                    latex_symbols.cpython-313.pyc
                                    logger.cpython-313.pyc
                                    macro.cpython-313.pyc
                                    magic.cpython-313.pyc
                                    magic_arguments.cpython-313.pyc
                                    oinspect.cpython-313.pyc
                                    page.cpython-313.pyc
                                    payload.cpython-313.pyc
                                    prefilter.cpython-313.pyc
                                    profiledir.cpython-313.pyc
                                    release.cpython-313.pyc
                                    shellapp.cpython-313.pyc
                                    splitinput.cpython-313.pyc
                                    tbtools.cpython-313.pyc
                                    tips.cpython-313.pyc
                                    ultratb.cpython-313.pyc
                                    usage.cpython-313.pyc
                                magics/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        ast_mod.cpython-313.pyc
                                        auto.cpython-313.pyc
                                        basic.cpython-313.pyc
                                        code.cpython-313.pyc
                                        config.cpython-313.pyc
                                        display.cpython-313.pyc
                                        execution.cpython-313.pyc
                                        extension.cpython-313.pyc
                                        history.cpython-313.pyc
                                        logging.cpython-313.pyc
                                        namespace.cpython-313.pyc
                                        osm.cpython-313.pyc
                                        packaging.cpython-313.pyc
                                        pylab.cpython-313.pyc
                                        script.cpython-313.pyc
                                    __init__.py
                                    ast_mod.py
                                    auto.py
                                    basic.py
                                    code.py
                                    config.py
                                    display.py
                                    execution.py
                                    extension.py
                                    history.py
                                    logging.py
                                    namespace.py
                                    osm.py
                                    packaging.py
                                    pylab.py
                                    script.py
                                profile/
                                    README_STARTUP
                                __init__.py
                                alias.py
                                application.py
                                async_helpers.py
                                autocall.py
                                builtin_trap.py
                                compilerop.py
                                completer.py
                                completerlib.py
                                crashhandler.py
                                debugger.py
                                debugger_backport.py
                                display.py
                                display_functions.py
                                display_trap.py
                                displayhook.py
                                displaypub.py
                                doctb.py
                                error.py
                                events.py
                                extensions.py
                                formatters.py
                                getipython.py
                                guarded_eval.py
                                history.py
                                historyapp.py
                                hooks.py
                                inputtransformer2.py
                                interactiveshell.py
                                latex_symbols.py
                                logger.py
                                macro.py
                                magic.py
                                magic_arguments.py
                                oinspect.py
                                page.py
                                payload.py
                                payloadpage.py
                                prefilter.py
                                profileapp.py
                                profiledir.py
                                pylabtools.py
                                release.py
                                shellapp.py
                                splitinput.py
                                tbtools.py
                                tips.py
                                ultratb.py
                                usage.py
                            extensions/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    storemagic.cpython-313.pyc
                                deduperreload/
                                    __init__.py
                                    deduperreload.py
                                    deduperreload_patching.py
                                __init__.py
                                autoreload.py
                                storemagic.py
                            external/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    pickleshare.cpython-313.pyc
                                __init__.py
                                pickleshare.py
                                qt_for_kernel.py
                                qt_loaders.py
                            lib/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    clipboard.cpython-313.pyc
                                    display.cpython-313.pyc
                                    pretty.cpython-313.pyc
                                __init__.py
                                backgroundjobs.py
                                clipboard.py
                                deepreload.py
                                demo.py
                                display.py
                                editorhooks.py
                                guisupport.py
                                latextools.py
                                lexers.py
                                pretty.py
                            sphinxext/
                                __init__.py
                                custom_doctests.py
                                ipython_console_highlighting.py
                                ipython_directive.py
                            terminal/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    debugger.cpython-313.pyc
                                    embed.cpython-313.pyc
                                    interactiveshell.cpython-313.pyc
                                    ipapp.cpython-313.pyc
                                    magics.cpython-313.pyc
                                    prompts.cpython-313.pyc
                                    ptutils.cpython-313.pyc
                                pt_inputhooks/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                    __init__.py
                                    asyncio.py
                                    glut.py
                                    gtk.py
                                    gtk3.py
                                    gtk4.py
                                    osx.py
                                    pyglet.py
                                    qt.py
                                    tk.py
                                    wx.py
                                shortcuts/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        auto_match.cpython-313.pyc
                                        auto_suggest.cpython-313.pyc
                                        filters.cpython-313.pyc
                                    __init__.py
                                    auto_match.py
                                    auto_suggest.py
                                    filters.py
                                __init__.py
                                debugger.py
                                embed.py
                                interactiveshell.py
                                ipapp.py
                                magics.py
                                prompts.py
                                ptutils.py
                            testing/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    skipdoctest.cpython-313.pyc
                                plugin/
                                    __init__.py
                                    dtexample.py
                                    ipdoctest.py
                                    pytest_ipdoctest.py
                                    setup.py
                                    simple.py
                                    simplevars.py
                                    test_combo.txt
                                    test_example.txt
                                    test_exampleip.txt
                                    test_ipdoctest.py
                                    test_refs.py
                                __init__.py
                                decorators.py
                                globalipapp.py
                                ipunittest.py
                                skipdoctest.py
                                tools.py
                            utils/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _process_common.cpython-313.pyc
                                    _process_posix.cpython-313.pyc
                                    _sysinfo.cpython-313.pyc
                                    capture.cpython-313.pyc
                                    contexts.cpython-313.pyc
                                    data.cpython-313.pyc
                                    decorators.cpython-313.pyc
                                    dir2.cpython-313.pyc
                                    docs.cpython-313.pyc
                                    encoding.cpython-313.pyc
                                    frame.cpython-313.pyc
                                    generics.cpython-313.pyc
                                    importstring.cpython-313.pyc
                                    io.cpython-313.pyc
                                    ipstruct.cpython-313.pyc
                                    module_paths.cpython-313.pyc
                                    openpy.cpython-313.pyc
                                    path.cpython-313.pyc
                                    process.cpython-313.pyc
                                    py3compat.cpython-313.pyc
                                    PyColorize.cpython-313.pyc
                                    sentinel.cpython-313.pyc
                                    strdispatch.cpython-313.pyc
                                    sysinfo.cpython-313.pyc
                                    syspathcontext.cpython-313.pyc
                                    terminal.cpython-313.pyc
                                    text.cpython-313.pyc
                                    timing.cpython-313.pyc
                                    tokenutil.cpython-313.pyc
                                    wildcard.cpython-313.pyc
                                __init__.py
                                _process_cli.py
                                _process_common.py
                                _process_emscripten.py
                                _process_posix.py
                                _process_win32.py
                                _process_win32_controller.py
                                _sysinfo.py
                                capture.py
                                coloransi.py
                                contexts.py
                                data.py
                                decorators.py
                                dir2.py
                                docs.py
                                encoding.py
                                eventful.py
                                frame.py
                                generics.py
                                importstring.py
                                io.py
                                ipstruct.py
                                jsonutil.py
                                log.py
                                module_paths.py
                                openpy.py
                                path.py
                                process.py
                                py3compat.py
                                PyColorize.py
                                sentinel.py
                                strdispatch.py
                                sysinfo.py
                                syspathcontext.py
                                tempdir.py
                                terminal.py
                                text.py
                                timing.py
                                tokenutil.py
                                wildcard.py
                            __init__.py
                            __main__.py
                            display.py
                            paths.py
                            py.typed
                        ipython-9.4.0.dist-info/
                            licenses/
                                COPYING.rst
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        ipython_pygments_lexers-1.1.1.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        ipywidgets/
                            tests/
                                __init__.py
                                test_embed.py
                            widgets/
                                tests/
                                    data/
                                        jupyter-logo-transparent.png
                                    __init__.py
                                    test_datetime_serializers.py
                                    test_docutils.py
                                    test_interaction.py
                                    test_link.py
                                    test_selectioncontainer.py
                                    test_send_state.py
                                    test_set_state.py
                                    test_traits.py
                                    test_utils.py
                                    test_widget.py
                                    test_widget_box.py
                                    test_widget_button.py
                                    test_widget_datetime.py
                                    test_widget_float.py
                                    test_widget_image.py
                                    test_widget_naive_datetime.py
                                    test_widget_output.py
                                    test_widget_selection.py
                                    test_widget_string.py
                                    test_widget_templates.py
                                    test_widget_time.py
                                    test_widget_upload.py
                                    utils.py
                                __init__.py
                                docutils.py
                                domwidget.py
                                interaction.py
                                trait_types.py
                                utils.py
                                valuewidget.py
                                widget.py
                                widget_bool.py
                                widget_box.py
                                widget_button.py
                                widget_color.py
                                widget_controller.py
                                widget_core.py
                                widget_date.py
                                widget_datetime.py
                                widget_description.py
                                widget_float.py
                                widget_int.py
                                widget_layout.py
                                widget_link.py
                                widget_media.py
                                widget_output.py
                                widget_selection.py
                                widget_selectioncontainer.py
                                widget_string.py
                                widget_style.py
                                widget_tagsinput.py
                                widget_templates.py
                                widget_time.py
                                widget_upload.py
                            __init__.py
                            _version.py
                            comm.py
                            embed.py
                            state.schema.json
                            view.schema.json
                        ipywidgets-8.1.7.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        isoduration/
                            formatter/
                                __init__.py
                                checking.py
                                exceptions.py
                                formatting.py
                            operations/
                                __init__.py
                                util.py
                            parser/
                                __init__.py
                                exceptions.py
                                parsing.py
                                util.py
                            __init__.py
                            constants.py
                            types.py
                        isoduration-20.11.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jedi/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _compatibility.cpython-313.pyc
                                cache.cpython-313.pyc
                                common.cpython-313.pyc
                                debug.cpython-313.pyc
                                file_io.cpython-313.pyc
                                parser_utils.cpython-313.pyc
                                settings.cpython-313.pyc
                            api/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    classes.cpython-313.pyc
                                    completion.cpython-313.pyc
                                    completion_cache.cpython-313.pyc
                                    environment.cpython-313.pyc
                                    errors.cpython-313.pyc
                                    exceptions.cpython-313.pyc
                                    file_name.cpython-313.pyc
                                    helpers.cpython-313.pyc
                                    interpreter.cpython-313.pyc
                                    keywords.cpython-313.pyc
                                    project.cpython-313.pyc
                                    strings.cpython-313.pyc
                                refactoring/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        extract.cpython-313.pyc
                                    __init__.py
                                    extract.py
                                __init__.py
                                classes.py
                                completion.py
                                completion_cache.py
                                environment.py
                                errors.py
                                exceptions.py
                                file_name.py
                                helpers.py
                                interpreter.py
                                keywords.py
                                project.py
                                replstartup.py
                                strings.py
                            inference/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    analysis.cpython-313.pyc
                                    arguments.cpython-313.pyc
                                    base_value.cpython-313.pyc
                                    cache.cpython-313.pyc
                                    context.cpython-313.pyc
                                    docstring_utils.cpython-313.pyc
                                    docstrings.cpython-313.pyc
                                    filters.cpython-313.pyc
                                    flow_analysis.cpython-313.pyc
                                    helpers.cpython-313.pyc
                                    imports.cpython-313.pyc
                                    lazy_value.cpython-313.pyc
                                    names.cpython-313.pyc
                                    param.cpython-313.pyc
                                    parser_cache.cpython-313.pyc
                                    recursion.cpython-313.pyc
                                    references.cpython-313.pyc
                                    signature.cpython-313.pyc
                                    syntax_tree.cpython-313.pyc
                                    sys_path.cpython-313.pyc
                                    utils.cpython-313.pyc
                                compiled/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        access.cpython-313.pyc
                                        getattr_static.cpython-313.pyc
                                        mixed.cpython-313.pyc
                                        value.cpython-313.pyc
                                    subprocess/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            functions.cpython-313.pyc
                                        __init__.py
                                        __main__.py
                                        functions.py
                                    __init__.py
                                    access.py
                                    getattr_static.py
                                    mixed.py
                                    value.py
                                gradual/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        annotation.cpython-313.pyc
                                        base.cpython-313.pyc
                                        conversion.cpython-313.pyc
                                        generics.cpython-313.pyc
                                        stub_value.cpython-313.pyc
                                        type_var.cpython-313.pyc
                                        typeshed.cpython-313.pyc
                                        typing.cpython-313.pyc
                                        utils.cpython-313.pyc
                                    __init__.py
                                    annotation.py
                                    base.py
                                    conversion.py
                                    generics.py
                                    stub_value.py
                                    type_var.py
                                    typeshed.py
                                    typing.py
                                    utils.py
                                value/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        decorator.cpython-313.pyc
                                        dynamic_arrays.cpython-313.pyc
                                        function.cpython-313.pyc
                                        instance.cpython-313.pyc
                                        iterable.cpython-313.pyc
                                        klass.cpython-313.pyc
                                        module.cpython-313.pyc
                                        namespace.cpython-313.pyc
                                    __init__.py
                                    decorator.py
                                    dynamic_arrays.py
                                    function.py
                                    instance.py
                                    iterable.py
                                    klass.py
                                    module.py
                                    namespace.py
                                __init__.py
                                analysis.py
                                arguments.py
                                base_value.py
                                cache.py
                                context.py
                                docstring_utils.py
                                docstrings.py
                                dynamic_params.py
                                filters.py
                                finder.py
                                flow_analysis.py
                                helpers.py
                                imports.py
                                lazy_value.py
                                names.py
                                param.py
                                parser_cache.py
                                recursion.py
                                references.py
                                signature.py
                                star_args.py
                                syntax_tree.py
                                sys_path.py
                                utils.py
                            plugins/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    django.cpython-313.pyc
                                    flask.cpython-313.pyc
                                    pytest.cpython-313.pyc
                                    registry.cpython-313.pyc
                                    stdlib.cpython-313.pyc
                                __init__.py
                                django.py
                                flask.py
                                pytest.py
                                registry.py
                                stdlib.py
                            third_party/
                                django-stubs/
                                    django-stubs/
                                        apps/
                                            __init__.pyi
                                            config.pyi
                                            registry.pyi
                                        conf/
                                            locale/
                                                __init__.pyi
                                            urls/
                                                __init__.pyi
                                                i18n.pyi
                                                static.pyi
                                            __init__.pyi
                                            global_settings.pyi
                                        contrib/
                                            admin/
                                                templatetags/
                                                    __init__.pyi
                                                    admin_list.pyi
                                                    admin_modify.pyi
                                                    admin_static.pyi
                                                    admin_urls.pyi
                                                    base.pyi
                                                    log.pyi
                                                views/
                                                    __init__.pyi
                                                    autocomplete.pyi
                                                    decorators.pyi
                                                    main.pyi
                                                __init__.pyi
                                                actions.pyi
                                                apps.pyi
                                                checks.pyi
                                                decorators.pyi
                                                filters.pyi
                                                forms.pyi
                                                helpers.pyi
                                                models.pyi
                                                options.pyi
                                                sites.pyi
                                                tests.pyi
                                                utils.pyi
                                                widgets.pyi
                                            admindocs/
                                                __init__.pyi
                                                middleware.pyi
                                                urls.pyi
                                                utils.pyi
                                                views.pyi
                                            auth/
                                                handlers/
                                                    __init__.pyi
                                                    modwsgi.pyi
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        changepassword.pyi
                                                        createsuperuser.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                admin.pyi
                                                apps.pyi
                                                backends.pyi
                                                base_user.pyi
                                                checks.pyi
                                                context_processors.pyi
                                                decorators.pyi
                                                forms.pyi
                                                hashers.pyi
                                                middleware.pyi
                                                mixins.pyi
                                                models.pyi
                                                password_validation.pyi
                                                signals.pyi
                                                tokens.pyi
                                                urls.pyi
                                                validators.pyi
                                                views.pyi
                                            contenttypes/
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        remove_stale_contenttypes.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                admin.pyi
                                                apps.pyi
                                                checks.pyi
                                                fields.pyi
                                                forms.pyi
                                                models.pyi
                                                views.pyi
                                            flatpages/
                                                templatetags/
                                                    __init__.pyi
                                                    flatpages.pyi
                                                __init__.pyi
                                                forms.pyi
                                                middleware.pyi
                                                models.pyi
                                                sitemaps.pyi
                                                urls.pyi
                                                views.pyi
                                            gis/
                                                db/
                                                    models/
                                                        __init__.pyi
                                                        fields.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                            humanize/
                                                templatetags/
                                                    __init__.pyi
                                                    humanize.pyi
                                                __init__.pyi
                                            messages/
                                                storage/
                                                    __init__.pyi
                                                    base.pyi
                                                    cookie.pyi
                                                    fallback.pyi
                                                    session.pyi
                                                __init__.pyi
                                                api.pyi
                                                constants.pyi
                                                context_processors.pyi
                                                middleware.pyi
                                                utils.pyi
                                                views.pyi
                                            postgres/
                                                aggregates/
                                                    __init__.pyi
                                                    general.pyi
                                                    mixins.pyi
                                                    statistics.pyi
                                                fields/
                                                    __init__.pyi
                                                    array.pyi
                                                    citext.pyi
                                                    hstore.pyi
                                                    jsonb.pyi
                                                    mixins.pyi
                                                    ranges.pyi
                                                __init__.pyi
                                                constraints.pyi
                                                functions.pyi
                                                indexes.pyi
                                                lookups.pyi
                                                operations.pyi
                                                search.pyi
                                                signals.pyi
                                                validators.pyi
                                            redirects/
                                                __init__.pyi
                                                middleware.pyi
                                                models.pyi
                                            sessions/
                                                backends/
                                                    __init__.pyi
                                                    base.pyi
                                                    cache.pyi
                                                    cached_db.pyi
                                                    db.pyi
                                                    file.pyi
                                                    signed_cookies.pyi
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        clearsessions.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                base_session.pyi
                                                exceptions.pyi
                                                middleware.pyi
                                                models.pyi
                                                serializers.pyi
                                            sitemaps/
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        ping_google.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                views.pyi
                                            sites/
                                                __init__.pyi
                                                apps.pyi
                                                management.pyi
                                                managers.pyi
                                                middleware.pyi
                                                models.pyi
                                                requests.pyi
                                                shortcuts.pyi
                                            staticfiles/
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        collectstatic.pyi
                                                        findstatic.pyi
                                                        runserver.pyi
                                                    __init__.pyi
                                                templatetags/
                                                    __init__.pyi
                                                    staticfiles.pyi
                                                __init__.pyi
                                                apps.pyi
                                                checks.pyi
                                                finders.pyi
                                                handlers.pyi
                                                storage.pyi
                                                testing.pyi
                                                urls.pyi
                                                utils.pyi
                                                views.pyi
                                            syndication/
                                                __init__.pyi
                                                views.pyi
                                            __init__.pyi
                                        core/
                                            cache/
                                                backends/
                                                    __init__.pyi
                                                    base.pyi
                                                    db.pyi
                                                    dummy.pyi
                                                    filebased.pyi
                                                    locmem.pyi
                                                    memcached.pyi
                                                __init__.pyi
                                                utils.pyi
                                            checks/
                                                security/
                                                    __init__.pyi
                                                    base.pyi
                                                    csrf.pyi
                                                    sessions.pyi
                                                __init__.pyi
                                                caches.pyi
                                                database.pyi
                                                messages.pyi
                                                model_checks.pyi
                                                registry.pyi
                                                templates.pyi
                                                translation.pyi
                                                urls.pyi
                                            files/
                                                __init__.pyi
                                                base.pyi
                                                images.pyi
                                                locks.pyi
                                                move.pyi
                                                storage.pyi
                                                temp.pyi
                                                uploadedfile.pyi
                                                uploadhandler.pyi
                                                utils.pyi
                                            handlers/
                                                __init__.pyi
                                                base.pyi
                                                exception.pyi
                                                wsgi.pyi
                                            mail/
                                                backends/
                                                    __init__.pyi
                                                    base.pyi
                                                    console.pyi
                                                    dummy.pyi
                                                    filebased.pyi
                                                    locmem.pyi
                                                    smtp.pyi
                                                __init__.pyi
                                                message.pyi
                                                utils.pyi
                                            management/
                                                commands/
                                                    __init__.pyi
                                                    dumpdata.pyi
                                                    loaddata.pyi
                                                    makemessages.pyi
                                                    runserver.pyi
                                                    testserver.pyi
                                                __init__.pyi
                                                base.pyi
                                                color.pyi
                                                sql.pyi
                                                templates.pyi
                                                utils.pyi
                                            serializers/
                                                __init__.pyi
                                                base.pyi
                                                json.pyi
                                                python.pyi
                                            servers/
                                                __init__.pyi
                                                basehttp.pyi
                                            __init__.pyi
                                            exceptions.pyi
                                            paginator.pyi
                                            signals.pyi
                                            signing.pyi
                                            validators.pyi
                                            wsgi.pyi
                                        db/
                                            backends/
                                                base/
                                                    __init__.pyi
                                                    base.pyi
                                                    client.pyi
                                                    creation.pyi
                                                    features.pyi
                                                    introspection.pyi
                                                    operations.pyi
                                                    schema.pyi
                                                    validation.pyi
                                                dummy/
                                                    __init__.pyi
                                                    base.pyi
                                                mysql/
                                                    __init__.pyi
                                                    client.pyi
                                                postgresql/
                                                    __init__.pyi
                                                    base.pyi
                                                    client.pyi
                                                    creation.pyi
                                                    operations.pyi
                                                sqlite3/
                                                    __init__.pyi
                                                    base.pyi
                                                    creation.pyi
                                                    features.pyi
                                                    introspection.pyi
                                                    operations.pyi
                                                    schema.pyi
                                                __init__.pyi
                                                ddl_references.pyi
                                                signals.pyi
                                                utils.pyi
                                            migrations/
                                                operations/
                                                    __init__.pyi
                                                    base.pyi
                                                    fields.pyi
                                                    models.pyi
                                                    special.pyi
                                                    utils.pyi
                                                __init__.pyi
                                                autodetector.pyi
                                                exceptions.pyi
                                                executor.pyi
                                                graph.pyi
                                                loader.pyi
                                                migration.pyi
                                                optimizer.pyi
                                                questioner.pyi
                                                recorder.pyi
                                                serializer.pyi
                                                state.pyi
                                                topological_sort.pyi
                                                utils.pyi
                                                writer.pyi
                                            models/
                                                fields/
                                                    __init__.pyi
                                                    files.pyi
                                                    mixins.pyi
                                                    proxy.pyi
                                                    related.pyi
                                                    related_descriptors.pyi
                                                    related_lookups.pyi
                                                    reverse_related.pyi
                                                functions/
                                                    __init__.pyi
                                                    comparison.pyi
                                                    datetime.pyi
                                                    math.pyi
                                                    mixins.pyi
                                                    text.pyi
                                                    window.pyi
                                                sql/
                                                    __init__.pyi
                                                    compiler.pyi
                                                    constants.pyi
                                                    datastructures.pyi
                                                    query.pyi
                                                    subqueries.pyi
                                                    where.pyi
                                                __init__.pyi
                                                aggregates.pyi
                                                base.pyi
                                                constraints.pyi
                                                deletion.pyi
                                                enums.pyi
                                                expressions.pyi
                                                indexes.pyi
                                                lookups.pyi
                                                manager.pyi
                                                options.pyi
                                                query.pyi
                                                query_utils.pyi
                                                signals.pyi
                                                utils.pyi
                                            __init__.pyi
                                            transaction.pyi
                                            utils.pyi
                                        dispatch/
                                            __init__.pyi
                                            dispatcher.pyi
                                        forms/
                                            __init__.pyi
                                            boundfield.pyi
                                            fields.pyi
                                            forms.pyi
                                            formsets.pyi
                                            models.pyi
                                            renderers.pyi
                                            utils.pyi
                                            widgets.pyi
                                        http/
                                            __init__.pyi
                                            cookie.pyi
                                            multipartparser.pyi
                                            request.pyi
                                            response.pyi
                                        middleware/
                                            __init__.pyi
                                            cache.pyi
                                            clickjacking.pyi
                                            common.pyi
                                            csrf.pyi
                                            gzip.pyi
                                            http.pyi
                                            locale.pyi
                                            security.pyi
                                        template/
                                            backends/
                                                __init__.pyi
                                                base.pyi
                                                django.pyi
                                                dummy.pyi
                                                jinja2.pyi
                                                utils.pyi
                                            loaders/
                                                __init__.pyi
                                                app_directories.pyi
                                                base.pyi
                                                cached.pyi
                                                filesystem.pyi
                                                locmem.pyi
                                            __init__.pyi
                                            base.pyi
                                            context.pyi
                                            context_processors.pyi
                                            defaultfilters.pyi
                                            defaulttags.pyi
                                            engine.pyi
                                            exceptions.pyi
                                            library.pyi
                                            loader.pyi
                                            loader_tags.pyi
                                            response.pyi
                                            smartif.pyi
                                            utils.pyi
                                        templatetags/
                                            __init__.pyi
                                            cache.pyi
                                            i18n.pyi
                                            l10n.pyi
                                            static.pyi
                                            tz.pyi
                                        test/
                                            __init__.pyi
                                            client.pyi
                                            html.pyi
                                            runner.pyi
                                            selenium.pyi
                                            signals.pyi
                                            testcases.pyi
                                            utils.pyi
                                        urls/
                                            __init__.pyi
                                            base.pyi
                                            conf.pyi
                                            converters.pyi
                                            exceptions.pyi
                                            resolvers.pyi
                                            utils.pyi
                                        utils/
                                            translation/
                                                __init__.pyi
                                                reloader.pyi
                                                template.pyi
                                                trans_null.pyi
                                                trans_real.pyi
                                            __init__.pyi
                                            _os.pyi
                                            archive.pyi
                                            autoreload.pyi
                                            baseconv.pyi
                                            cache.pyi
                                            crypto.pyi
                                            datastructures.pyi
                                            dateformat.pyi
                                            dateparse.pyi
                                            dates.pyi
                                            datetime_safe.pyi
                                            deconstruct.pyi
                                            decorators.pyi
                                            deprecation.pyi
                                            duration.pyi
                                            encoding.pyi
                                            feedgenerator.pyi
                                            formats.pyi
                                            functional.pyi
                                            hashable.pyi
                                            html.pyi
                                            http.pyi
                                            inspect.pyi
                                            ipv6.pyi
                                            itercompat.pyi
                                            jslex.pyi
                                            log.pyi
                                            lorem_ipsum.pyi
                                            module_loading.pyi
                                            numberformat.pyi
                                            regex_helper.pyi
                                            safestring.pyi
                                            six.pyi
                                            termcolors.pyi
                                            text.pyi
                                            timesince.pyi
                                            timezone.pyi
                                            topological_sort.pyi
                                            tree.pyi
                                            version.pyi
                                            xmlutils.pyi
                                        views/
                                            decorators/
                                                __init__.pyi
                                                cache.pyi
                                                clickjacking.pyi
                                                csrf.pyi
                                                debug.pyi
                                                gzip.pyi
                                                http.pyi
                                                vary.pyi
                                            generic/
                                                __init__.pyi
                                                base.pyi
                                                dates.pyi
                                                detail.pyi
                                                edit.pyi
                                                list.pyi
                                            __init__.pyi
                                            csrf.pyi
                                            debug.pyi
                                            defaults.pyi
                                            i18n.pyi
                                            static.pyi
                                        __init__.pyi
                                        shortcuts.pyi
                                    LICENSE.txt
                                typeshed/
                                    stdlib/
                                        2/
                                            distutils/
                                                command/
                                                    __init__.pyi
                                                    bdist.pyi
                                                    bdist_dumb.pyi
                                                    bdist_msi.pyi
                                                    bdist_packager.pyi
                                                    bdist_rpm.pyi
                                                    bdist_wininst.pyi
                                                    build.pyi
                                                    build_clib.pyi
                                                    build_ext.pyi
                                                    build_py.pyi
                                                    build_scripts.pyi
                                                    check.pyi
                                                    clean.pyi
                                                    config.pyi
                                                    install.pyi
                                                    install_data.pyi
                                                    install_egg_info.pyi
                                                    install_headers.pyi
                                                    install_lib.pyi
                                                    install_scripts.pyi
                                                    register.pyi
                                                    sdist.pyi
                                                    upload.pyi
                                                __init__.pyi
                                                archive_util.pyi
                                                bcppcompiler.pyi
                                                ccompiler.pyi
                                                cmd.pyi
                                                config.pyi
                                                core.pyi
                                                cygwinccompiler.pyi
                                                debug.pyi
                                                dep_util.pyi
                                                dir_util.pyi
                                                dist.pyi
                                                emxccompiler.pyi
                                                errors.pyi
                                                extension.pyi
                                                fancy_getopt.pyi
                                                file_util.pyi
                                                filelist.pyi
                                                log.pyi
                                                msvccompiler.pyi
                                                spawn.pyi
                                                sysconfig.pyi
                                                text_file.pyi
                                                unixccompiler.pyi
                                                util.pyi
                                                version.pyi
                                            email/
                                                mime/
                                                    __init__.pyi
                                                    application.pyi
                                                    audio.pyi
                                                    base.pyi
                                                    image.pyi
                                                    message.pyi
                                                    multipart.pyi
                                                    nonmultipart.pyi
                                                    text.pyi
                                                __init__.pyi
                                                _parseaddr.pyi
                                                base64mime.pyi
                                                charset.pyi
                                                encoders.pyi
                                                feedparser.pyi
                                                generator.pyi
                                                header.pyi
                                                iterators.pyi
                                                message.pyi
                                                MIMEText.pyi
                                                parser.pyi
                                                quoprimime.pyi
                                                utils.pyi
                                            encodings/
                                                __init__.pyi
                                                utf_8.pyi
                                            multiprocessing/
                                                dummy/
                                                    __init__.pyi
                                                    connection.pyi
                                                __init__.pyi
                                                pool.pyi
                                                process.pyi
                                                util.pyi
                                            os/
                                                __init__.pyi
                                                path.pyi
                                            __builtin__.pyi
                                            _ast.pyi
                                            _collections.pyi
                                            _functools.pyi
                                            _hotshot.pyi
                                            _io.pyi
                                            _json.pyi
                                            _md5.pyi
                                            _sha.pyi
                                            _sha256.pyi
                                            _sha512.pyi
                                            _socket.pyi
                                            _sre.pyi
                                            _struct.pyi
                                            _symtable.pyi
                                            _threading_local.pyi
                                            _winreg.pyi
                                            abc.pyi
                                            ast.pyi
                                            atexit.pyi
                                            BaseHTTPServer.pyi
                                            builtins.pyi
                                            CGIHTTPServer.pyi
                                            collections.pyi
                                            commands.pyi
                                            compileall.pyi
                                            ConfigParser.pyi
                                            Cookie.pyi
                                            cookielib.pyi
                                            copy_reg.pyi
                                            cPickle.pyi
                                            cStringIO.pyi
                                            dircache.pyi
                                            dummy_thread.pyi
                                            exceptions.pyi
                                            fcntl.pyi
                                            fnmatch.pyi
                                            functools.pyi
                                            future_builtins.pyi
                                            gc.pyi
                                            getopt.pyi
                                            getpass.pyi
                                            gettext.pyi
                                            glob.pyi
                                            gzip.pyi
                                            hashlib.pyi
                                            heapq.pyi
                                            htmlentitydefs.pyi
                                            HTMLParser.pyi
                                            httplib.pyi
                                            imp.pyi
                                            importlib.pyi
                                            inspect.pyi
                                            io.pyi
                                            itertools.pyi
                                            json.pyi
                                            markupbase.pyi
                                            md5.pyi
                                            mimetools.pyi
                                            mutex.pyi
                                            ntpath.pyi
                                            nturl2path.pyi
                                            os2emxpath.pyi
                                            pipes.pyi
                                            platform.pyi
                                            popen2.pyi
                                            posix.pyi
                                            posixpath.pyi
                                            Queue.pyi
                                            random.pyi
                                            re.pyi
                                            repr.pyi
                                            resource.pyi
                                            rfc822.pyi
                                            robotparser.pyi
                                            runpy.pyi
                                            sets.pyi
                                            sha.pyi
                                            shelve.pyi
                                            shlex.pyi
                                            signal.pyi
                                            SimpleHTTPServer.pyi
                                            smtplib.pyi
                                            SocketServer.pyi
                                            spwd.pyi
                                            sre_constants.pyi
                                            sre_parse.pyi
                                            stat.pyi
                                            string.pyi
                                            StringIO.pyi
                                            stringold.pyi
                                            strop.pyi
                                            subprocess.pyi
                                            symbol.pyi
                                            sys.pyi
                                            tempfile.pyi
                                            textwrap.pyi
                                            thread.pyi
                                            toaiff.pyi
                                            tokenize.pyi
                                            types.pyi
                                            typing.pyi
                                            unittest.pyi
                                            urllib.pyi
                                            urllib2.pyi
                                            urlparse.pyi
                                            user.pyi
                                            UserDict.pyi
                                            UserList.pyi
                                            UserString.pyi
                                            whichdb.pyi
                                            xmlrpclib.pyi
                                        2and3/
                                            _typeshed/
                                                __init__.pyi
                                                wsgi.pyi
                                                xml.pyi
                                            ctypes/
                                                __init__.pyi
                                                util.pyi
                                                wintypes.pyi
                                            curses/
                                                __init__.pyi
                                                ascii.pyi
                                                panel.pyi
                                                textpad.pyi
                                            ensurepip/
                                                __init__.pyi
                                            lib2to3/
                                                pgen2/
                                                    __init__.pyi
                                                    driver.pyi
                                                    grammar.pyi
                                                    literals.pyi
                                                    parse.pyi
                                                    pgen.pyi
                                                    token.pyi
                                                    tokenize.pyi
                                                __init__.pyi
                                                pygram.pyi
                                                pytree.pyi
                                            logging/
                                                __init__.pyi
                                                config.pyi
                                                handlers.pyi
                                            msilib/
                                                __init__.pyi
                                                schema.pyi
                                                sequence.pyi
                                                text.pyi
                                            pydoc_data/
                                                __init__.pyi
                                                topics.pyi
                                            pyexpat/
                                                __init__.pyi
                                                errors.pyi
                                                model.pyi
                                            sqlite3/
                                                __init__.pyi
                                                dbapi2.pyi
                                            wsgiref/
                                                __init__.pyi
                                                handlers.pyi
                                                headers.pyi
                                                simple_server.pyi
                                                types.pyi
                                                util.pyi
                                                validate.pyi
                                            xml/
                                                dom/
                                                    __init__.pyi
                                                    domreg.pyi
                                                    expatbuilder.pyi
                                                    minicompat.pyi
                                                    minidom.pyi
                                                    NodeFilter.pyi
                                                    pulldom.pyi
                                                    xmlbuilder.pyi
                                                etree/
                                                    __init__.pyi
                                                    cElementTree.pyi
                                                    ElementInclude.pyi
                                                    ElementPath.pyi
                                                    ElementTree.pyi
                                                parsers/
                                                    expat/
                                                        __init__.pyi
                                                        errors.pyi
                                                        model.pyi
                                                    __init__.pyi
                                                sax/
                                                    __init__.pyi
                                                    handler.pyi
                                                    saxutils.pyi
                                                    xmlreader.pyi
                                                __init__.pyi
                                            __future__.pyi
                                            _bisect.pyi
                                            _codecs.pyi
                                            _csv.pyi
                                            _curses.pyi
                                            _dummy_threading.pyi
                                            _heapq.pyi
                                            _msi.pyi
                                            _random.pyi
                                            _warnings.pyi
                                            _weakref.pyi
                                            _weakrefset.pyi
                                            aifc.pyi
                                            antigravity.pyi
                                            argparse.pyi
                                            array.pyi
                                            asynchat.pyi
                                            asyncore.pyi
                                            audioop.pyi
                                            base64.pyi
                                            bdb.pyi
                                            binascii.pyi
                                            binhex.pyi
                                            bisect.pyi
                                            bz2.pyi
                                            calendar.pyi
                                            cgi.pyi
                                            cgitb.pyi
                                            chunk.pyi
                                            cmath.pyi
                                            cmd.pyi
                                            code.pyi
                                            codecs.pyi
                                            codeop.pyi
                                            colorsys.pyi
                                            contextlib.pyi
                                            copy.pyi
                                            cProfile.pyi
                                            crypt.pyi
                                            csv.pyi
                                            datetime.pyi
                                            decimal.pyi
                                            difflib.pyi
                                            dis.pyi
                                            doctest.pyi
                                            dummy_threading.pyi
                                            errno.pyi
                                            filecmp.pyi
                                            fileinput.pyi
                                            formatter.pyi
                                            fractions.pyi
                                            ftplib.pyi
                                            genericpath.pyi
                                            grp.pyi
                                            hmac.pyi
                                            imaplib.pyi
                                            imghdr.pyi
                                            keyword.pyi
                                            linecache.pyi
                                            locale.pyi
                                            macpath.pyi
                                            mailbox.pyi
                                            mailcap.pyi
                                            marshal.pyi
                                            math.pyi
                                            mimetypes.pyi
                                            mmap.pyi
                                            modulefinder.pyi
                                            msvcrt.pyi
                                            netrc.pyi
                                            nis.pyi
                                            numbers.pyi
                                            opcode.pyi
                                            operator.pyi
                                            optparse.pyi
                                            parser.pyi
                                            pdb.pyi
                                            pickle.pyi
                                            pickletools.pyi
                                            pkgutil.pyi
                                            plistlib.pyi
                                            poplib.pyi
                                            pprint.pyi
                                            profile.pyi
                                            pstats.pyi
                                            pty.pyi
                                            pwd.pyi
                                            py_compile.pyi
                                            pyclbr.pyi
                                            pydoc.pyi
                                            quopri.pyi
                                            readline.pyi
                                            rlcompleter.pyi
                                            sched.pyi
                                            select.pyi
                                            shutil.pyi
                                            site.pyi
                                            smtpd.pyi
                                            sndhdr.pyi
                                            socket.pyi
                                            sre_compile.pyi
                                            ssl.pyi
                                            stringprep.pyi
                                            struct.pyi
                                            sunau.pyi
                                            symtable.pyi
                                            sysconfig.pyi
                                            syslog.pyi
                                            tabnanny.pyi
                                            tarfile.pyi
                                            telnetlib.pyi
                                            termios.pyi
                                            this.pyi
                                            threading.pyi
                                            time.pyi
                                            timeit.pyi
                                            token.pyi
                                            trace.pyi
                                            traceback.pyi
                                            tty.pyi
                                            turtle.pyi
                                            unicodedata.pyi
                                            uu.pyi
                                            uuid.pyi
                                            warnings.pyi
                                            wave.pyi
                                            weakref.pyi
                                            webbrowser.pyi
                                            winsound.pyi
                                            xdrlib.pyi
                                            zipfile.pyi
                                            zipimport.pyi
                                            zlib.pyi
                                        3/
                                            asyncio/
                                                __init__.pyi
                                                base_events.pyi
                                                base_futures.pyi
                                                base_subprocess.pyi
                                                base_tasks.pyi
                                                compat.pyi
                                                constants.pyi
                                                coroutines.pyi
                                                events.pyi
                                                exceptions.pyi
                                                format_helpers.pyi
                                                futures.pyi
                                                locks.pyi
                                                log.pyi
                                                proactor_events.pyi
                                                protocols.pyi
                                                queues.pyi
                                                runners.pyi
                                                selector_events.pyi
                                                sslproto.pyi
                                                staggered.pyi
                                                streams.pyi
                                                subprocess.pyi
                                                tasks.pyi
                                                threads.pyi
                                                transports.pyi
                                                trsock.pyi
                                                unix_events.pyi
                                                windows_events.pyi
                                                windows_utils.pyi
                                            collections/
                                                __init__.pyi
                                                abc.pyi
                                            concurrent/
                                                futures/
                                                    __init__.pyi
                                                    _base.pyi
                                                    process.pyi
                                                    thread.pyi
                                                __init__.pyi
                                            dbm/
                                                __init__.pyi
                                                dumb.pyi
                                                gnu.pyi
                                                ndbm.pyi
                                            distutils/
                                                command/
                                                    __init__.pyi
                                                    bdist.pyi
                                                    bdist_dumb.pyi
                                                    bdist_msi.pyi
                                                    bdist_packager.pyi
                                                    bdist_rpm.pyi
                                                    bdist_wininst.pyi
                                                    build.pyi
                                                    build_clib.pyi
                                                    build_ext.pyi
                                                    build_py.pyi
                                                    build_scripts.pyi
                                                    check.pyi
                                                    clean.pyi
                                                    config.pyi
                                                    install.pyi
                                                    install_data.pyi
                                                    install_egg_info.pyi
                                                    install_headers.pyi
                                                    install_lib.pyi
                                                    install_scripts.pyi
                                                    register.pyi
                                                    sdist.pyi
                                                    upload.pyi
                                                __init__.pyi
                                                archive_util.pyi
                                                bcppcompiler.pyi
                                                ccompiler.pyi
                                                cmd.pyi
                                                config.pyi
                                                core.pyi
                                                cygwinccompiler.pyi
                                                debug.pyi
                                                dep_util.pyi
                                                dir_util.pyi
                                                dist.pyi
                                                errors.pyi
                                                extension.pyi
                                                fancy_getopt.pyi
                                                file_util.pyi
                                                filelist.pyi
                                                log.pyi
                                                msvccompiler.pyi
                                                spawn.pyi
                                                sysconfig.pyi
                                                text_file.pyi
                                                unixccompiler.pyi
                                                util.pyi
                                                version.pyi
                                            email/
                                                mime/
                                                    __init__.pyi
                                                    application.pyi
                                                    audio.pyi
                                                    base.pyi
                                                    image.pyi
                                                    message.pyi
                                                    multipart.pyi
                                                    nonmultipart.pyi
                                                    text.pyi
                                                __init__.pyi
                                                charset.pyi
                                                contentmanager.pyi
                                                encoders.pyi
                                                errors.pyi
                                                feedparser.pyi
                                                generator.pyi
                                                header.pyi
                                                headerregistry.pyi
                                                iterators.pyi
                                                message.pyi
                                                parser.pyi
                                                policy.pyi
                                                utils.pyi
                                            encodings/
                                                __init__.pyi
                                                utf_8.pyi
                                            html/
                                                __init__.pyi
                                                entities.pyi
                                                parser.pyi
                                            http/
                                                __init__.pyi
                                                client.pyi
                                                cookiejar.pyi
                                                cookies.pyi
                                                server.pyi
                                            importlib/
                                                __init__.pyi
                                                abc.pyi
                                                machinery.pyi
                                                metadata.pyi
                                                resources.pyi
                                                util.pyi
                                            json/
                                                __init__.pyi
                                                decoder.pyi
                                                encoder.pyi
                                                tool.pyi
                                            multiprocessing/
                                                dummy/
                                                    __init__.pyi
                                                    connection.pyi
                                                __init__.pyi
                                                connection.pyi
                                                context.pyi
                                                managers.pyi
                                                pool.pyi
                                                process.pyi
                                                queues.pyi
                                                shared_memory.pyi
                                                sharedctypes.pyi
                                                spawn.pyi
                                                synchronize.pyi
                                            os/
                                                __init__.pyi
                                                path.pyi
                                            tkinter/
                                                __init__.pyi
                                                commondialog.pyi
                                                constants.pyi
                                                dialog.pyi
                                                filedialog.pyi
                                                font.pyi
                                                messagebox.pyi
                                                ttk.pyi
                                            unittest/
                                                __init__.pyi
                                                async_case.pyi
                                                case.pyi
                                                loader.pyi
                                                main.pyi
                                                mock.pyi
                                                result.pyi
                                                runner.pyi
                                                signals.pyi
                                                suite.pyi
                                                util.pyi
                                            urllib/
                                                __init__.pyi
                                                error.pyi
                                                parse.pyi
                                                request.pyi
                                                response.pyi
                                                robotparser.pyi
                                            venv/
                                                __init__.pyi
                                            xmlrpc/
                                                __init__.pyi
                                                client.pyi
                                                server.pyi
                                            _ast.pyi
                                            _bootlocale.pyi
                                            _compat_pickle.pyi
                                            _compression.pyi
                                            _decimal.pyi
                                            _dummy_thread.pyi
                                            _imp.pyi
                                            _importlib_modulespec.pyi
                                            _json.pyi
                                            _markupbase.pyi
                                            _operator.pyi
                                            _osx_support.pyi
                                            _posixsubprocess.pyi
                                            _pydecimal.pyi
                                            _sitebuiltins.pyi
                                            _stat.pyi
                                            _thread.pyi
                                            _threading_local.pyi
                                            _tkinter.pyi
                                            _tracemalloc.pyi
                                            _winapi.pyi
                                            abc.pyi
                                            ast.pyi
                                            atexit.pyi
                                            builtins.pyi
                                            compileall.pyi
                                            configparser.pyi
                                            copyreg.pyi
                                            enum.pyi
                                            faulthandler.pyi
                                            fcntl.pyi
                                            fnmatch.pyi
                                            functools.pyi
                                            gc.pyi
                                            getopt.pyi
                                            getpass.pyi
                                            gettext.pyi
                                            glob.pyi
                                            gzip.pyi
                                            hashlib.pyi
                                            heapq.pyi
                                            imp.pyi
                                            inspect.pyi
                                            io.pyi
                                            ipaddress.pyi
                                            itertools.pyi
                                            lzma.pyi
                                            macurl2path.pyi
                                            nntplib.pyi
                                            ntpath.pyi
                                            nturl2path.pyi
                                            pathlib.pyi
                                            pipes.pyi
                                            platform.pyi
                                            posix.pyi
                                            posixpath.pyi
                                            queue.pyi
                                            random.pyi
                                            re.pyi
                                            reprlib.pyi
                                            resource.pyi
                                            runpy.pyi
                                            secrets.pyi
                                            selectors.pyi
                                            shelve.pyi
                                            shlex.pyi
                                            signal.pyi
                                            smtplib.pyi
                                            socketserver.pyi
                                            spwd.pyi
                                            sre_constants.pyi
                                            sre_parse.pyi
                                            stat.pyi
                                            statistics.pyi
                                            string.pyi
                                            subprocess.pyi
                                            symbol.pyi
                                            sys.pyi
                                            tempfile.pyi
                                            textwrap.pyi
                                            tokenize.pyi
                                            tracemalloc.pyi
                                            types.pyi
                                            typing.pyi
                                            winreg.pyi
                                            xxlimited.pyi
                                            zipapp.pyi
                                        3.7/
                                            _py_abc.pyi
                                            contextvars.pyi
                                            dataclasses.pyi
                                        3.9/
                                            zoneinfo/
                                                __init__.pyi
                                            graphlib.pyi
                                    third_party/
                                        2/
                                            concurrent/
                                                futures/
                                                    __init__.pyi
                                                    _base.pyi
                                                    process.pyi
                                                    thread.pyi
                                                __init__.pyi
                                            fb303/
                                                __init__.pyi
                                                FacebookService.pyi
                                            kazoo/
                                                recipe/
                                                    __init__.pyi
                                                    watchers.pyi
                                                __init__.pyi
                                                client.pyi
                                                exceptions.pyi
                                            OpenSSL/
                                                __init__.pyi
                                                crypto.pyi
                                            routes/
                                                __init__.pyi
                                                mapper.pyi
                                                util.pyi
                                            scribe/
                                                __init__.pyi
                                                scribe.pyi
                                                ttypes.pyi
                                            six/
                                                moves/
                                                    urllib/
                                                        __init__.pyi
                                                        error.pyi
                                                        parse.pyi
                                                        request.pyi
                                                        response.pyi
                                                        robotparser.pyi
                                                    __init__.pyi
                                                    _dummy_thread.pyi
                                                    _thread.pyi
                                                    BaseHTTPServer.pyi
                                                    CGIHTTPServer.pyi
                                                    collections_abc.pyi
                                                    configparser.pyi
                                                    cPickle.pyi
                                                    email_mime_base.pyi
                                                    email_mime_multipart.pyi
                                                    email_mime_nonmultipart.pyi
                                                    email_mime_text.pyi
                                                    html_entities.pyi
                                                    html_parser.pyi
                                                    http_client.pyi
                                                    http_cookiejar.pyi
                                                    http_cookies.pyi
                                                    queue.pyi
                                                    reprlib.pyi
                                                    SimpleHTTPServer.pyi
                                                    socketserver.pyi
                                                    urllib_error.pyi
                                                    urllib_parse.pyi
                                                    urllib_request.pyi
                                                    urllib_response.pyi
                                                    urllib_robotparser.pyi
                                                    xmlrpc_client.pyi
                                                __init__.pyi
                                            tornado/
                                                __init__.pyi
                                                concurrent.pyi
                                                gen.pyi
                                                httpclient.pyi
                                                httpserver.pyi
                                                httputil.pyi
                                                ioloop.pyi
                                                locks.pyi
                                                netutil.pyi
                                                process.pyi
                                                tcpserver.pyi
                                                testing.pyi
                                                util.pyi
                                                web.pyi
                                            enum.pyi
                                            ipaddress.pyi
                                            pathlib2.pyi
                                            pymssql.pyi
                                        2and3/
                                            atomicwrites/
                                                __init__.pyi
                                            attr/
                                                __init__.pyi
                                                _version_info.pyi
                                                converters.pyi
                                                exceptions.pyi
                                                filters.pyi
                                                validators.pyi
                                            backports/
                                                __init__.pyi
                                                ssl_match_hostname.pyi
                                            bleach/
                                                __init__.pyi
                                                callbacks.pyi
                                                linkifier.pyi
                                                sanitizer.pyi
                                                utils.pyi
                                            boto/
                                                ec2/
                                                    __init__.pyi
                                                elb/
                                                    __init__.pyi
                                                kms/
                                                    __init__.pyi
                                                    exceptions.pyi
                                                    layer1.pyi
                                                s3/
                                                    __init__.pyi
                                                    acl.pyi
                                                    bucket.pyi
                                                    bucketlistresultset.pyi
                                                    bucketlogging.pyi
                                                    connection.pyi
                                                    cors.pyi
                                                    deletemarker.pyi
                                                    key.pyi
                                                    keyfile.pyi
                                                    lifecycle.pyi
                                                    multidelete.pyi
                                                    multipart.pyi
                                                    prefix.pyi
                                                    tagging.pyi
                                                    user.pyi
                                                    website.pyi
                                                __init__.pyi
                                                auth.pyi
                                                auth_handler.pyi
                                                compat.pyi
                                                connection.pyi
                                                exception.pyi
                                                plugin.pyi
                                                regioninfo.pyi
                                                utils.pyi
                                            cachetools/
                                                __init__.pyi
                                                abc.pyi
                                                cache.pyi
                                                decorators.pyi
                                                func.pyi
                                                lfu.pyi
                                                lru.pyi
                                                rr.pyi
                                                ttl.pyi
                                            characteristic/
                                                __init__.pyi
                                            chardet/
                                                __init__.pyi
                                                enums.pyi
                                                langbulgarianmodel.pyi
                                                langcyrillicmodel.pyi
                                                langgreekmodel.pyi
                                                langhebrewmodel.pyi
                                                langhungarianmodel.pyi
                                                langthaimodel.pyi
                                                langturkishmodel.pyi
                                                universaldetector.pyi
                                                version.pyi
                                            click/
                                                __init__.pyi
                                                _termui_impl.pyi
                                                core.pyi
                                                decorators.pyi
                                                exceptions.pyi
                                                formatting.pyi
                                                globals.pyi
                                                parser.pyi
                                                termui.pyi
                                                testing.pyi
                                                types.pyi
                                                utils.pyi
                                            cryptography/
                                                hazmat/
                                                    backends/
                                                        __init__.pyi
                                                        interfaces.pyi
                                                    bindings/
                                                        openssl/
                                                            __init__.pyi
                                                            binding.pyi
                                                        __init__.pyi
                                                    primitives/
                                                        asymmetric/
                                                            __init__.pyi
                                                            dh.pyi
                                                            dsa.pyi
                                                            ec.pyi
                                                            ed25519.pyi
                                                            ed448.pyi
                                                            padding.pyi
                                                            rsa.pyi
                                                            utils.pyi
                                                            x25519.pyi
                                                            x448.pyi
                                                        ciphers/
                                                            __init__.pyi
                                                            aead.pyi
                                                            algorithms.pyi
                                                            modes.pyi
                                                        kdf/
                                                            __init__.pyi
                                                            concatkdf.pyi
                                                            hkdf.pyi
                                                            kbkdf.pyi
                                                            pbkdf2.pyi
                                                            scrypt.pyi
                                                            x963kdf.pyi
                                                        serialization/
                                                            __init__.pyi
                                                            pkcs12.pyi
                                                        twofactor/
                                                            __init__.pyi
                                                            hotp.pyi
                                                            totp.pyi
                                                        __init__.pyi
                                                        cmac.pyi
                                                        constant_time.pyi
                                                        hashes.pyi
                                                        hmac.pyi
                                                        keywrap.pyi
                                                        padding.pyi
                                                        poly1305.pyi
                                                    __init__.pyi
                                                x509/
                                                    __init__.pyi
                                                    extensions.pyi
                                                    oid.pyi
                                                __init__.pyi
                                                exceptions.pyi
                                                fernet.pyi
                                            datetimerange/
                                                __init__.pyi
                                            dateutil/
                                                tz/
                                                    __init__.pyi
                                                    _common.pyi
                                                    tz.pyi
                                                __init__.pyi
                                                _common.pyi
                                                easter.pyi
                                                parser.pyi
                                                relativedelta.pyi
                                                rrule.pyi
                                                utils.pyi
                                            deprecated/
                                                __init__.pyi
                                                classic.pyi
                                                sphinx.pyi
                                            emoji/
                                                __init__.pyi
                                                core.pyi
                                                unicode_codes.pyi
                                            flask/
                                                json/
                                                    __init__.pyi
                                                    tag.pyi
                                                __init__.pyi
                                                app.pyi
                                                blueprints.pyi
                                                cli.pyi
                                                config.pyi
                                                ctx.pyi
                                                debughelpers.pyi
                                                globals.pyi
                                                helpers.pyi
                                                logging.pyi
                                                sessions.pyi
                                                signals.pyi
                                                templating.pyi
                                                testing.pyi
                                                views.pyi
                                                wrappers.pyi
                                            geoip2/
                                                __init__.pyi
                                                database.pyi
                                                errors.pyi
                                                mixins.pyi
                                                models.pyi
                                                records.pyi
                                            google/
                                                protobuf/
                                                    compiler/
                                                        __init__.pyi
                                                        plugin_pb2.pyi
                                                    internal/
                                                        __init__.pyi
                                                        containers.pyi
                                                        decoder.pyi
                                                        encoder.pyi
                                                        enum_type_wrapper.pyi
                                                        extension_dict.pyi
                                                        message_listener.pyi
                                                        python_message.pyi
                                                        well_known_types.pyi
                                                        wire_format.pyi
                                                    util/
                                                        __init__.pyi
                                                    __init__.pyi
                                                    any_pb2.pyi
                                                    api_pb2.pyi
                                                    descriptor.pyi
                                                    descriptor_pb2.pyi
                                                    descriptor_pool.pyi
                                                    duration_pb2.pyi
                                                    empty_pb2.pyi
                                                    field_mask_pb2.pyi
                                                    json_format.pyi
                                                    message.pyi
                                                    message_factory.pyi
                                                    reflection.pyi
                                                    service.pyi
                                                    source_context_pb2.pyi
                                                    struct_pb2.pyi
                                                    symbol_database.pyi
                                                    timestamp_pb2.pyi
                                                    type_pb2.pyi
                                                    wrappers_pb2.pyi
                                                __init__.pyi
                                            jinja2/
                                                __init__.pyi
                                                _compat.pyi
                                                _stringdefs.pyi
                                                bccache.pyi
                                                compiler.pyi
                                                constants.pyi
                                                debug.pyi
                                                defaults.pyi
                                                environment.pyi
                                                exceptions.pyi
                                                ext.pyi
                                                filters.pyi
                                                lexer.pyi
                                                loaders.pyi
                                                meta.pyi
                                                nodes.pyi
                                                optimizer.pyi
                                                parser.pyi
                                                runtime.pyi
                                                sandbox.pyi
                                                tests.pyi
                                                utils.pyi
                                                visitor.pyi
                                            markdown/
                                                extensions/
                                                    __init__.pyi
                                                    abbr.pyi
                                                    admonition.pyi
                                                    attr_list.pyi
                                                    codehilite.pyi
                                                    def_list.pyi
                                                    extra.pyi
                                                    fenced_code.pyi
                                                    footnotes.pyi
                                                    legacy_attrs.pyi
                                                    legacy_em.pyi
                                                    md_in_html.pyi
                                                    meta.pyi
                                                    nl2br.pyi
                                                    sane_lists.pyi
                                                    smarty.pyi
                                                    tables.pyi
                                                    toc.pyi
                                                    wikilinks.pyi
                                                __init__.pyi
                                                __meta__.pyi
                                                blockparser.pyi
                                                blockprocessors.pyi
                                                core.pyi
                                                inlinepatterns.pyi
                                                pep562.pyi
                                                postprocessors.pyi
                                                preprocessors.pyi
                                                serializers.pyi
                                                treeprocessors.pyi
                                                util.pyi
                                            markupsafe/
                                                __init__.pyi
                                                _compat.pyi
                                                _constants.pyi
                                                _native.pyi
                                                _speedups.pyi
                                            maxminddb/
                                                __init__.pyi
                                                compat.pyi
                                                const.pyi
                                                decoder.pyi
                                                errors.pyi
                                                extension.pyi
                                                reader.pyi
                                            nmap/
                                                __init__.pyi
                                                nmap.pyi
                                            paramiko/
                                                __init__.pyi
                                                _version.pyi
                                                _winapi.pyi
                                                agent.pyi
                                                auth_handler.pyi
                                                ber.pyi
                                                buffered_pipe.pyi
                                                channel.pyi
                                                client.pyi
                                                common.pyi
                                                compress.pyi
                                                config.pyi
                                                dsskey.pyi
                                                ecdsakey.pyi
                                                ed25519key.pyi
                                                file.pyi
                                                hostkeys.pyi
                                                kex_curve25519.pyi
                                                kex_ecdh_nist.pyi
                                                kex_gex.pyi
                                                kex_group1.pyi
                                                kex_group14.pyi
                                                kex_group16.pyi
                                                kex_gss.pyi
                                                message.pyi
                                                packet.pyi
                                                pipe.pyi
                                                pkey.pyi
                                                primes.pyi
                                                proxy.pyi
                                                py3compat.pyi
                                                rsakey.pyi
                                                server.pyi
                                                sftp.pyi
                                                sftp_attr.pyi
                                                sftp_client.pyi
                                                sftp_file.pyi
                                                sftp_handle.pyi
                                                sftp_server.pyi
                                                sftp_si.pyi
                                                ssh_exception.pyi
                                                ssh_gss.pyi
                                                transport.pyi
                                                util.pyi
                                                win_pageant.pyi
                                            pymysql/
                                                constants/
                                                    __init__.pyi
                                                    CLIENT.pyi
                                                    COMMAND.pyi
                                                    ER.pyi
                                                    FIELD_TYPE.pyi
                                                    FLAG.pyi
                                                    SERVER_STATUS.pyi
                                                __init__.pyi
                                                charset.pyi
                                                connections.pyi
                                                converters.pyi
                                                cursors.pyi
                                                err.pyi
                                                times.pyi
                                                util.pyi
                                            pynamodb/
                                                connection/
                                                    __init__.pyi
                                                    base.pyi
                                                    table.pyi
                                                    util.pyi
                                                __init__.pyi
                                                attributes.pyi
                                                constants.pyi
                                                exceptions.pyi
                                                indexes.pyi
                                                models.pyi
                                                settings.pyi
                                                throttle.pyi
                                                types.pyi
                                            pytz/
                                                __init__.pyi
                                            pyVmomi/
                                                vim/
                                                    __init__.pyi
                                                    event.pyi
                                                    fault.pyi
                                                    option.pyi
                                                    view.pyi
                                                vmodl/
                                                    __init__.pyi
                                                    fault.pyi
                                                    query.pyi
                                                __init__.pyi
                                            redis/
                                                __init__.pyi
                                                client.pyi
                                                connection.pyi
                                                exceptions.pyi
                                                utils.pyi
                                            requests/
                                                packages/
                                                    urllib3/
                                                        contrib/
                                                            __init__.pyi
                                                        packages/
                                                            ssl_match_hostname/
                                                                __init__.pyi
                                                                _implementation.pyi
                                                            __init__.pyi
                                                        util/
                                                            __init__.pyi
                                                            connection.pyi
                                                            request.pyi
                                                            response.pyi
                                                            retry.pyi
                                                            ssl_.pyi
                                                            timeout.pyi
                                                            url.pyi
                                                        __init__.pyi
                                                        _collections.pyi
                                                        connection.pyi
                                                        connectionpool.pyi
                                                        exceptions.pyi
                                                        fields.pyi
                                                        filepost.pyi
                                                        poolmanager.pyi
                                                        request.pyi
                                                        response.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                adapters.pyi
                                                api.pyi
                                                auth.pyi
                                                compat.pyi
                                                cookies.pyi
                                                exceptions.pyi
                                                hooks.pyi
                                                models.pyi
                                                sessions.pyi
                                                status_codes.pyi
                                                structures.pyi
                                                utils.pyi
                                            retry/
                                                __init__.pyi
                                                api.pyi
                                            simplejson/
                                                __init__.pyi
                                                decoder.pyi
                                                encoder.pyi
                                                scanner.pyi
                                            slugify/
                                                __init__.pyi
                                                slugify.pyi
                                                special.pyi
                                            tzlocal/
                                                __init__.pyi
                                            werkzeug/
                                                contrib/
                                                    __init__.pyi
                                                    atom.pyi
                                                    cache.pyi
                                                    fixers.pyi
                                                    iterio.pyi
                                                    jsrouting.pyi
                                                    limiter.pyi
                                                    lint.pyi
                                                    profiler.pyi
                                                    securecookie.pyi
                                                    sessions.pyi
                                                    testtools.pyi
                                                    wrappers.pyi
                                                debug/
                                                    __init__.pyi
                                                    console.pyi
                                                    repr.pyi
                                                    tbtools.pyi
                                                middleware/
                                                    __init__.pyi
                                                    dispatcher.pyi
                                                    http_proxy.pyi
                                                    lint.pyi
                                                    profiler.pyi
                                                    proxy_fix.pyi
                                                    shared_data.pyi
                                                __init__.pyi
                                                _compat.pyi
                                                _internal.pyi
                                                _reloader.pyi
                                                datastructures.pyi
                                                exceptions.pyi
                                                filesystem.pyi
                                                formparser.pyi
                                                http.pyi
                                                local.pyi
                                                posixemulation.pyi
                                                routing.pyi
                                                script.pyi
                                                security.pyi
                                                serving.pyi
                                                test.pyi
                                                testapp.pyi
                                                urls.pyi
                                                useragents.pyi
                                                utils.pyi
                                                wrappers.pyi
                                                wsgi.pyi
                                            yaml/
                                                __init__.pyi
                                                composer.pyi
                                                constructor.pyi
                                                cyaml.pyi
                                                dumper.pyi
                                                emitter.pyi
                                                error.pyi
                                                events.pyi
                                                loader.pyi
                                                nodes.pyi
                                                parser.pyi
                                                reader.pyi
                                                representer.pyi
                                                resolver.pyi
                                                scanner.pyi
                                                serializer.pyi
                                                tokens.pyi
                                            backports_abc.pyi
                                            certifi.pyi
                                            croniter.pyi
                                            dateparser.pyi
                                            decorator.pyi
                                            first.pyi
                                            gflags.pyi
                                            itsdangerous.pyi
                                            mock.pyi
                                            mypy_extensions.pyi
                                            polib.pyi
                                            pycurl.pyi
                                            pyre_extensions.pyi
                                            singledispatch.pyi
                                            tabulate.pyi
                                            termcolor.pyi
                                            toml.pyi
                                            typing_extensions.pyi
                                            ujson.pyi
                                        3/
                                            aiofiles/
                                                threadpool/
                                                    __init__.pyi
                                                    binary.pyi
                                                    text.pyi
                                                __init__.pyi
                                                base.pyi
                                                os.pyi
                                            docutils/
                                                parsers/
                                                    rst/
                                                        __init__.pyi
                                                        nodes.pyi
                                                        roles.pyi
                                                        states.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                examples.pyi
                                                nodes.pyi
                                            filelock/
                                                __init__.pyi
                                            freezegun/
                                                __init__.pyi
                                                api.pyi
                                            jwt/
                                                contrib/
                                                    algorithms/
                                                        __init__.pyi
                                                        py_ecdsa.pyi
                                                        pycrypto.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                algorithms.pyi
                                            pkg_resources/
                                                __init__.pyi
                                                py31compat.pyi
                                            pyrfc3339/
                                                __init__.pyi
                                                generator.pyi
                                                parser.pyi
                                                utils.pyi
                                            six/
                                                moves/
                                                    urllib/
                                                        __init__.pyi
                                                        error.pyi
                                                        parse.pyi
                                                        request.pyi
                                                        response.pyi
                                                        robotparser.pyi
                                                    __init__.pyi
                                                    _dummy_thread.pyi
                                                    _thread.pyi
                                                    BaseHTTPServer.pyi
                                                    builtins.pyi
                                                    CGIHTTPServer.pyi
                                                    collections_abc.pyi
                                                    configparser.pyi
                                                    cPickle.pyi
                                                    email_mime_base.pyi
                                                    email_mime_multipart.pyi
                                                    email_mime_nonmultipart.pyi
                                                    email_mime_text.pyi
                                                    html_entities.pyi
                                                    html_parser.pyi
                                                    http_client.pyi
                                                    http_cookiejar.pyi
                                                    http_cookies.pyi
                                                    queue.pyi
                                                    reprlib.pyi
                                                    SimpleHTTPServer.pyi
                                                    socketserver.pyi
                                                    tkinter.pyi
                                                    tkinter_commondialog.pyi
                                                    tkinter_constants.pyi
                                                    tkinter_dialog.pyi
                                                    tkinter_filedialog.pyi
                                                    tkinter_tkfiledialog.pyi
                                                    tkinter_ttk.pyi
                                                    urllib_error.pyi
                                                    urllib_parse.pyi
                                                    urllib_request.pyi
                                                    urllib_response.pyi
                                                    urllib_robotparser.pyi
                                                __init__.pyi
                                            typed_ast/
                                                __init__.pyi
                                                ast27.pyi
                                                ast3.pyi
                                                conversions.pyi
                                            waitress/
                                                __init__.pyi
                                                adjustments.pyi
                                                buffers.pyi
                                                channel.pyi
                                                compat.pyi
                                                parser.pyi
                                                proxy_headers.pyi
                                                receiver.pyi
                                                rfc7230.pyi
                                                runner.pyi
                                                server.pyi
                                                task.pyi
                                                trigger.pyi
                                                utilities.pyi
                                                wasyncore.pyi
                                            contextvars.pyi
                                            dataclasses.pyi
                                            frozendict.pyi
                                            orjson.pyi
                                    LICENSE
                            __init__.py
                            __main__.py
                            _compatibility.py
                            cache.py
                            common.py
                            debug.py
                            file_io.py
                            parser_utils.py
                            settings.py
                            utils.py
                        jedi-0.19.2.dist-info/
                            AUTHORS.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jinja2/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _identifier.cpython-313.pyc
                                async_utils.cpython-313.pyc
                                bccache.cpython-313.pyc
                                compiler.cpython-313.pyc
                                defaults.cpython-313.pyc
                                environment.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                filters.cpython-313.pyc
                                idtracking.cpython-313.pyc
                                lexer.cpython-313.pyc
                                loaders.cpython-313.pyc
                                nodes.cpython-313.pyc
                                optimizer.cpython-313.pyc
                                parser.cpython-313.pyc
                                runtime.cpython-313.pyc
                                tests.cpython-313.pyc
                                utils.cpython-313.pyc
                                visitor.cpython-313.pyc
                            __init__.py
                            _identifier.py
                            async_utils.py
                            bccache.py
                            compiler.py
                            constants.py
                            debug.py
                            defaults.py
                            environment.py
                            exceptions.py
                            ext.py
                            filters.py
                            idtracking.py
                            lexer.py
                            loaders.py
                            meta.py
                            nativetypes.py
                            nodes.py
                            optimizer.py
                            parser.py
                            py.typed
                            runtime.py
                            sandbox.py
                            tests.py
                            utils.py
                            visitor.py
                        jinja2-3.1.6.dist-info/
                            licenses/
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        joblib/
                            externals/
                                cloudpickle/
                                    __init__.py
                                    cloudpickle.py
                                    cloudpickle_fast.py
                                loky/
                                    backend/
                                        __init__.py
                                        _posix_reduction.py
                                        _win_reduction.py
                                        context.py
                                        fork_exec.py
                                        popen_loky_posix.py
                                        popen_loky_win32.py
                                        process.py
                                        queues.py
                                        reduction.py
                                        resource_tracker.py
                                        spawn.py
                                        synchronize.py
                                        utils.py
                                    __init__.py
                                    _base.py
                                    cloudpickle_wrapper.py
                                    initializers.py
                                    process_executor.py
                                    reusable_executor.py
                                __init__.py
                            test/
                                data/
                                    __init__.py
                                    create_numpy_pickle.py
                                    joblib_0.10.0_compressed_pickle_py27_np16.gz
                                    joblib_0.10.0_compressed_pickle_py27_np17.gz
                                    joblib_0.10.0_compressed_pickle_py33_np18.gz
                                    joblib_0.10.0_compressed_pickle_py34_np19.gz
                                    joblib_0.10.0_compressed_pickle_py35_np19.gz
                                    joblib_0.10.0_pickle_py27_np17.pkl
                                    joblib_0.10.0_pickle_py27_np17.pkl.bz2
                                    joblib_0.10.0_pickle_py27_np17.pkl.gzip
                                    joblib_0.10.0_pickle_py27_np17.pkl.lzma
                                    joblib_0.10.0_pickle_py27_np17.pkl.xz
                                    joblib_0.10.0_pickle_py33_np18.pkl
                                    joblib_0.10.0_pickle_py33_np18.pkl.bz2
                                    joblib_0.10.0_pickle_py33_np18.pkl.gzip
                                    joblib_0.10.0_pickle_py33_np18.pkl.lzma
                                    joblib_0.10.0_pickle_py33_np18.pkl.xz
                                    joblib_0.10.0_pickle_py34_np19.pkl
                                    joblib_0.10.0_pickle_py34_np19.pkl.bz2
                                    joblib_0.10.0_pickle_py34_np19.pkl.gzip
                                    joblib_0.10.0_pickle_py34_np19.pkl.lzma
                                    joblib_0.10.0_pickle_py34_np19.pkl.xz
                                    joblib_0.10.0_pickle_py35_np19.pkl
                                    joblib_0.10.0_pickle_py35_np19.pkl.bz2
                                    joblib_0.10.0_pickle_py35_np19.pkl.gzip
                                    joblib_0.10.0_pickle_py35_np19.pkl.lzma
                                    joblib_0.10.0_pickle_py35_np19.pkl.xz
                                    joblib_0.11.0_compressed_pickle_py36_np111.gz
                                    joblib_0.11.0_pickle_py36_np111.pkl
                                    joblib_0.11.0_pickle_py36_np111.pkl.bz2
                                    joblib_0.11.0_pickle_py36_np111.pkl.gzip
                                    joblib_0.11.0_pickle_py36_np111.pkl.lzma
                                    joblib_0.11.0_pickle_py36_np111.pkl.xz
                                    joblib_0.8.4_compressed_pickle_py27_np17.gz
                                    joblib_0.9.2_compressed_pickle_py27_np16.gz
                                    joblib_0.9.2_compressed_pickle_py27_np17.gz
                                    joblib_0.9.2_compressed_pickle_py34_np19.gz
                                    joblib_0.9.2_compressed_pickle_py35_np19.gz
                                    joblib_0.9.2_pickle_py27_np16.pkl
                                    joblib_0.9.2_pickle_py27_np16.pkl_01.npy
                                    joblib_0.9.2_pickle_py27_np16.pkl_02.npy
                                    joblib_0.9.2_pickle_py27_np16.pkl_03.npy
                                    joblib_0.9.2_pickle_py27_np16.pkl_04.npy
                                    joblib_0.9.2_pickle_py27_np17.pkl
                                    joblib_0.9.2_pickle_py27_np17.pkl_01.npy
                                    joblib_0.9.2_pickle_py27_np17.pkl_02.npy
                                    joblib_0.9.2_pickle_py27_np17.pkl_03.npy
                                    joblib_0.9.2_pickle_py27_np17.pkl_04.npy
                                    joblib_0.9.2_pickle_py33_np18.pkl
                                    joblib_0.9.2_pickle_py33_np18.pkl_01.npy
                                    joblib_0.9.2_pickle_py33_np18.pkl_02.npy
                                    joblib_0.9.2_pickle_py33_np18.pkl_03.npy
                                    joblib_0.9.2_pickle_py33_np18.pkl_04.npy
                                    joblib_0.9.2_pickle_py34_np19.pkl
                                    joblib_0.9.2_pickle_py34_np19.pkl_01.npy
                                    joblib_0.9.2_pickle_py34_np19.pkl_02.npy
                                    joblib_0.9.2_pickle_py34_np19.pkl_03.npy
                                    joblib_0.9.2_pickle_py34_np19.pkl_04.npy
                                    joblib_0.9.2_pickle_py35_np19.pkl
                                    joblib_0.9.2_pickle_py35_np19.pkl_01.npy
                                    joblib_0.9.2_pickle_py35_np19.pkl_02.npy
                                    joblib_0.9.2_pickle_py35_np19.pkl_03.npy
                                    joblib_0.9.2_pickle_py35_np19.pkl_04.npy
                                    joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz
                                    joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_01.npy.z
                                    joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_02.npy.z
                                    joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_03.npy.z
                                __init__.py
                                common.py
                                test_backports.py
                                test_cloudpickle_wrapper.py
                                test_config.py
                                test_dask.py
                                test_disk.py
                                test_func_inspect.py
                                test_func_inspect_special_encoding.py
                                test_hashing.py
                                test_init.py
                                test_logger.py
                                test_memmapping.py
                                test_memory.py
                                test_memory_async.py
                                test_missing_multiprocessing.py
                                test_module.py
                                test_numpy_pickle.py
                                test_numpy_pickle_compat.py
                                test_numpy_pickle_utils.py
                                test_parallel.py
                                test_store_backends.py
                                test_testing.py
                                test_utils.py
                                testutils.py
                            __init__.py
                            _cloudpickle_wrapper.py
                            _dask.py
                            _memmapping_reducer.py
                            _multiprocessing_helpers.py
                            _parallel_backends.py
                            _store_backends.py
                            _utils.py
                            backports.py
                            compressor.py
                            disk.py
                            executor.py
                            func_inspect.py
                            hashing.py
                            logger.py
                            memory.py
                            numpy_pickle.py
                            numpy_pickle_compat.py
                            numpy_pickle_utils.py
                            parallel.py
                            pool.py
                            testing.py
                        joblib-1.5.1.dist-info/
                            licenses/
                                LICENSE.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        json5/
                            __init__.py
                            __main__.py
                            host.py
                            lib.py
                            parser.py
                            py.typed
                            tool.py
                            version.py
                        json5-0.12.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jsonpointer-3.0.0.dist-info/
                            AUTHORS
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jsonschema/
                            benchmarks/
                                issue232/
                                    issue.json
                                __init__.py
                                const_vs_enum.py
                                contains.py
                                issue232.py
                                json_schema_test_suite.py
                                nested_schemas.py
                                subcomponents.py
                                unused_registry.py
                                useless_applicator_schemas.py
                                useless_keywords.py
                                validator_creation.py
                            tests/
                                __init__.py
                                _suite.py
                                fuzz_validate.py
                                test_cli.py
                                test_deprecations.py
                                test_exceptions.py
                                test_format.py
                                test_jsonschema_test_suite.py
                                test_types.py
                                test_utils.py
                                test_validators.py
                            __init__.py
                            __main__.py
                            _format.py
                            _keywords.py
                            _legacy_keywords.py
                            _types.py
                            _typing.py
                            _utils.py
                            cli.py
                            exceptions.py
                            protocols.py
                            validators.py
                        jsonschema-4.25.0.dist-info/
                            licenses/
                                COPYING
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jsonschema_specifications/
                            schemas/
                                draft201909/
                                    vocabularies/
                                        applicator
                                        content
                                        core
                                        meta-data
                                        validation
                                    metaschema.json
                                draft202012/
                                    vocabularies/
                                        applicator
                                        content
                                        core
                                        format
                                        format-annotation
                                        format-assertion
                                        meta-data
                                        unevaluated
                                        validation
                                    metaschema.json
                                draft3/
                                    metaschema.json
                                draft4/
                                    metaschema.json
                                draft6/
                                    metaschema.json
                                draft7/
                                    metaschema.json
                            tests/
                                __init__.py
                                test_jsonschema_specifications.py
                            __init__.py
                            _core.py
                        jsonschema_specifications-2025.4.1.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter-1.1.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jupyter_client/
                            asynchronous/
                                __init__.py
                                client.py
                            blocking/
                                __init__.py
                                client.py
                            ioloop/
                                __init__.py
                                manager.py
                                restarter.py
                            provisioning/
                                __init__.py
                                factory.py
                                local_provisioner.py
                                provisioner_base.py
                            ssh/
                                __init__.py
                                forward.py
                                tunnel.py
                            __init__.py
                            _version.py
                            adapter.py
                            channels.py
                            channelsabc.py
                            client.py
                            clientabc.py
                            connect.py
                            consoleapp.py
                            jsonutil.py
                            kernelapp.py
                            kernelspec.py
                            kernelspecapp.py
                            launcher.py
                            localinterfaces.py
                            manager.py
                            managerabc.py
                            multikernelmanager.py
                            py.typed
                            restarter.py
                            runapp.py
                            session.py
                            threaded.py
                            utils.py
                            win_interrupt.py
                        jupyter_client-8.6.3.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter_console/
                            tests/
                                __init__.py
                                conftest.py
                                test_console.py
                                test_image_handler.py
                                writetofile.py
                            __init__.py
                            __main__.py
                            _version.py
                            app.py
                            completer.py
                            ptshell.py
                            utils.py
                            zmqhistory.py
                        jupyter_console-6.6.3.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter_core/
                            utils/
                                __init__.py
                            __init__.py
                            __main__.py
                            application.py
                            command.py
                            migrate.py
                            paths.py
                            py.typed
                            troubleshoot.py
                            version.py
                        jupyter_core-5.8.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter_events/
                            schemas/
                                event-core-schema.yml
                                event-metaschema.yml
                                property-metaschema.yml
                            __init__.py
                            _version.py
                            cli.py
                            logger.py
                            py.typed
                            pytest_plugin.py
                            schema.py
                            schema_registry.py
                            traits.py
                            utils.py
                            validators.py
                            yaml.py
                        jupyter_events-0.12.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter_lsp/
                            etc/
                                jupyter-lsp-jupyter-server.json
                            schema/
                                __init__.py
                                schema.json
                            specs/
                                config/
                                    __init__.py
                                    bash-language-server.schema.json
                                    dockerfile-language-server-nodejs.schema.json
                                    julia-language-server.schema.json
                                    pyls.schema.json
                                    pylsp.schema.json
                                    pyright.schema.json
                                    r-languageserver.schema.json
                                    sql-language-server.schema.json
                                    texlab.schema.json
                                    typescript-language-server.schema.json
                                    yaml-language-server.schema.json
                                __init__.py
                                bash_language_server.py
                                dockerfile_language_server_nodejs.py
                                javascript_typescript_langserver.py
                                jedi_language_server.py
                                julia_language_server.py
                                pyls.py
                                pyright.py
                                python_lsp_server.py
                                r_languageserver.py
                                sql_language_server.py
                                texlab.py
                                typescript_language_server.py
                                unified_language_server.py
                                utils.py
                                vscode_css_languageserver.py
                                vscode_html_languageserver.py
                                vscode_json_languageserver.py
                                yaml_language_server.py
                            tests/
                                __init__.py
                                conftest.py
                                listener.py
                                test_auth.py
                                test_bad_spec.py
                                test_conf_d.py
                                test_detect.py
                                test_extension.py
                                test_listener.py
                                test_paths.py
                                test_session.py
                                test_stdio.py
                                test_virtual_documents_shadow.py
                            __init__.py
                            _version.py
                            constants.py
                            handlers.py
                            manager.py
                            non_blocking.py
                            paths.py
                            serverextension.py
                            session.py
                            stdio.py
                            trait_types.py
                            types.py
                            virtual_documents_shadow.py
                        jupyter_lsp-2.2.6.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jupyter_server/
                            auth/
                                __init__.py
                                __main__.py
                                authorizer.py
                                decorator.py
                                identity.py
                                login.py
                                logout.py
                                security.py
                                utils.py
                            base/
                                __init__.py
                                call_context.py
                                handlers.py
                                websocket.py
                                zmqhandlers.py
                            event_schemas/
                                contents_service/
                                    v1.yaml
                                gateway_client/
                                    v1.yaml
                                kernel_actions/
                                    v1.yaml
                            extension/
                                __init__.py
                                application.py
                                config.py
                                handler.py
                                manager.py
                                serverextension.py
                                utils.py
                            files/
                                __init__.py
                                handlers.py
                            gateway/
                                __init__.py
                                connections.py
                                gateway_client.py
                                handlers.py
                                managers.py
                            i18n/
                                zh_CN/
                                    LC_MESSAGES/
                                        nbui.po
                                        notebook.po
                                __init__.py
                                babel_nbui.cfg
                                babel_notebook.cfg
                                nbjs.json
                                nbui.pot
                                notebook.pot
                                README.md
                            kernelspecs/
                                __init__.py
                                handlers.py
                            nbconvert/
                                __init__.py
                                handlers.py
                            prometheus/
                                __init__.py
                                log_functions.py
                                metrics.py
                            services/
                                api/
                                    __init__.py
                                    api.yaml
                                    handlers.py
                                config/
                                    __init__.py
                                    handlers.py
                                    manager.py
                                contents/
                                    __init__.py
                                    checkpoints.py
                                    filecheckpoints.py
                                    fileio.py
                                    filemanager.py
                                    handlers.py
                                    largefilemanager.py
                                    manager.py
                                events/
                                    __init__.py
                                    handlers.py
                                kernels/
                                    connection/
                                        __init__.py
                                        abc.py
                                        base.py
                                        channels.py
                                    __init__.py
                                    handlers.py
                                    kernelmanager.py
                                    websocket.py
                                kernelspecs/
                                    __init__.py
                                    handlers.py
                                nbconvert/
                                    __init__.py
                                    handlers.py
                                security/
                                    __init__.py
                                    handlers.py
                                sessions/
                                    __init__.py
                                    handlers.py
                                    sessionmanager.py
                                __init__.py
                                shutdown.py
                            static/
                                favicons/
                                    favicon-busy-1.ico
                                    favicon-busy-2.ico
                                    favicon-busy-3.ico
                                    favicon-file.ico
                                    favicon-notebook.ico
                                    favicon-terminal.ico
                                    favicon.ico
                                logo/
                                    logo.png
                                style/
                                    bootstrap-theme.min.css
                                    bootstrap-theme.min.css.map
                                    bootstrap.min.css
                                    bootstrap.min.css.map
                                    index.css
                                favicon.ico
                            templates/
                                404.html
                                browser-open.html
                                error.html
                                login.html
                                logout.html
                                main.html
                                page.html
                                view.html
                            terminal/
                                __init__.py
                                api_handlers.py
                                handlers.py
                                terminalmanager.py
                            view/
                                __init__.py
                                handlers.py
                            __init__.py
                            __main__.py
                            _sysinfo.py
                            _tz.py
                            _version.py
                            config_manager.py
                            log.py
                            py.typed
                            pytest_plugin.py
                            serverapp.py
                            traittypes.py
                            transutils.py
                            utils.py
                        jupyter_server-2.16.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter_server_terminals/
                            __init__.py
                            _version.py
                            api_handlers.py
                            app.py
                            base.py
                            handlers.py
                            py.typed
                            rest-api.yml
                            terminalmanager.py
                        jupyter_server_terminals-0.5.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyterlab/
                            extensions/
                                __init__.py
                                manager.py
                                pypi.py
                                readonly.py
                            galata/
                                @jupyterlab/
                                    galata-extension/
                                        static/
                                            lib_extension_index_js.59743b9da90d1b8bb0d5.js
                                            remoteEntry.2686f203677a9bf51626.js
                                            style.js
                                        build_log.json
                                        package.json
                                __init__.py
                            handlers/
                                __init__.py
                                announcements.py
                                build_handler.py
                                error_handler.py
                                extension_manager_handler.py
                                plugin_manager_handler.py
                            schemas/
                                @jupyterlab/
                                    application-extension/
                                        commands.json
                                        context-menu.json
                                        package.json.orig
                                        property-inspector.json
                                        shell.json
                                        top-bar.json
                                    apputils-extension/
                                        kernels-settings.json
                                        notification.json
                                        package.json.orig
                                        palette.json
                                        print.json
                                        sanitizer.json
                                        sessionDialogs.json
                                        themes.json
                                        utilityCommands.json
                                    cell-toolbar-extension/
                                        package.json.orig
                                        plugin.json
                                    celltags-extension/
                                        package.json.orig
                                        plugin.json
                                    codemirror-extension/
                                        package.json.orig
                                        plugin.json
                                    completer-extension/
                                        inline-completer.json
                                        manager.json
                                        package.json.orig
                                    console-extension/
                                        completer.json
                                        foreign.json
                                        package.json.orig
                                        tracker.json
                                    csvviewer-extension/
                                        csv.json
                                        package.json.orig
                                        tsv.json
                                    debugger-extension/
                                        main.json
                                        package.json.orig
                                    docmanager-extension/
                                        download.json
                                        package.json.orig
                                        plugin.json
                                    documentsearch-extension/
                                        package.json.orig
                                        plugin.json
                                    extensionmanager-extension/
                                        package.json.orig
                                        plugin.json
                                    filebrowser-extension/
                                        browser.json
                                        download.json
                                        open-browser-tab.json
                                        open-with.json
                                        package.json.orig
                                        widget.json
                                    fileeditor-extension/
                                        completer.json
                                        package.json.orig
                                        plugin.json
                                    help-extension/
                                        about.json
                                        jupyter-forum.json
                                        launch-classic.json
                                        package.json.orig
                                    htmlviewer-extension/
                                        package.json.orig
                                        plugin.json
                                    hub-extension/
                                        menu.json
                                        package.json.orig
                                    imageviewer-extension/
                                        package.json.orig
                                        plugin.json
                                    inspector-extension/
                                        consoles.json
                                        inspector.json
                                        notebooks.json
                                        package.json.orig
                                    launcher-extension/
                                        package.json.orig
                                        plugin.json
                                    logconsole-extension/
                                        package.json.orig
                                        plugin.json
                                    lsp-extension/
                                        package.json.orig
                                        plugin.json
                                    mainmenu-extension/
                                        package.json.orig
                                        plugin.json
                                    markdownviewer-extension/
                                        package.json.orig
                                        plugin.json
                                    mathjax-extension/
                                        package.json.orig
                                        plugin.json
                                    metadataform-extension/
                                        metadataforms.json
                                        package.json.orig
                                    notebook-extension/
                                        completer.json
                                        export.json
                                        package.json.orig
                                        panel.json
                                        tools.json
                                        tracker.json
                                    running-extension/
                                        package.json.orig
                                        plugin.json
                                    settingeditor-extension/
                                        form-ui.json
                                        package.json.orig
                                        plugin.json
                                    shortcuts-extension/
                                        package.json.orig
                                        shortcuts.json
                                    statusbar-extension/
                                        package.json.orig
                                        plugin.json
                                    terminal-extension/
                                        package.json.orig
                                        plugin.json
                                    toc-extension/
                                        package.json.orig
                                        registry.json
                                    tooltip-extension/
                                        consoles.json
                                        files.json
                                        notebooks.json
                                        package.json.orig
                                    translation-extension/
                                        package.json.orig
                                        plugin.json
                                    workspaces-extension/
                                        indicator.json
                                        menu.json
                                        package.json.orig
                                        sidebar.json
                            staging/
                                templates/
                                    403.html
                                    error.html
                                    partial.html
                                    template.html
                                .yarnrc.yml
                                bootstrap.js
                                index.js
                                package.json
                                publicpath.js
                                webpack.config.js
                                webpack.prod.config.js
                                webpack.prod.minimize.config.js
                                webpack.prod.release.config.js
                                yarn.js
                                yarn.lock
                            static/
                                100.1d14ca44a3cc8849349f.js
                                1039.3fe94e87219c0ed159d3.js
                                1096.dd4c563e0483cbbeb9c9.js
                                1189.c1482e88f0e949753db6.js
                                1208.4b9ab7b231d39ebdbc3f.js
                                1219.b5630aa3a46050fddc27.js
                                1268.e75d8a6dd557ac8957ca.js
                                1359.d5f23f0e2a6f67b69751.js
                                1423.4bcf4453e1c1d12d872f.js
                                1436.2c11d9dee0ad6f49e968.js
                                1445.a0e099c27d073217031a.js
                                1449.7026e8748d2a77e15d5b.js
                                1462.57e39f487257f25263d4.js
                                1491.010c623dd546db976e95.js
                                1495.13603dd823bbf5eb08b3.js
                                1518.3e4807844734ff34efd0.js
                                1673.b0ee25168543434bdbca.js
                                1737.a5fc97075f693ec36fe6.js
                                1832.b1ede2fe899bdec88938.js
                                1834.7445ad0c82371ac40737.js
                                1838.839690ff17ec3c532f0a.js
                                1887.56f83f163a18c61efb16.js
                                1909.7487a09fefbe7f9eabb6.js
                                1909.7487a09fefbe7f9eabb6.js.LICENSE.txt
                                1912.f16dddc294d66c3c81e9.js
                                1954.f1c519cb1415c7da3e8c.js
                                1960.f8d8ef8a91360e60f0b9.js
                                1962.6a7da74e809b70d5200d.js
                                1969.86e3168e52802569d650.js
                                1986.26029e99ef54a5652df8.js
                                1991.84fc123d7cfe8ae2948e.js
                                1cb1c39ea642f26a4dfe.woff
                                2023.59b30086fbeff6d17e3b.js
                                2211.04a176892c4c3071836c.js
                                227.6bd3154334bb91c5ca1c.js
                                227.6bd3154334bb91c5ca1c.js.LICENSE.txt
                                2280.6614699f54522fffbc00.js
                                232.5419cbec68e3fd0cf431.js
                                232.5419cbec68e3fd0cf431.js.LICENSE.txt
                                2353.ab70488f07a7c0a7a3fd.js
                                246.326a6482593e8a7bcd58.js
                                2467.4227742ac4b60289f222.js
                                247.84259ab142dd8c151fc2.js
                                2491.c169ecbc5fde2bcdb1b3.js
                                2550.75fcaa650ffac405c0dc.js
                                2574.327dadfe49120269ff31.js
                                2576.b98b7b23adeec4cb6932.js
                                2590.99e505d19b964439aa31.js
                                2601.2429d5a03c8465ae6290.js
                                2633.ea053b40991eb5adbc69.js
                                2641.e77441e7a3e0d12834c5.js
                                265.6f9e37c0b72db64203b1.js
                                2658.d1cae1b08b068d864368.js
                                26683bf201fb258a2237.woff
                                2681.a47f40e38ecd31ccd687.js
                                2707.61050e600b0aa9624127.js
                                2729.cafaf0caf2c0c83ac9fe.js
                                2794.05495c139ed000b57598.js
                                2823.0b6015b5e03c08281f41.js
                                2880.8483d51b11998bfe8e4b.js
                                2957.bc5eb9549a0b15c44916.js
                                2959.b24c9f67d639376f5ead.js
                                3048.59e6166a886a78f4f698.js
                                30e889b58cbc51adfbb0.woff
                                3111.33574d9124842f355bce.js
                                3112.0757b31e24c5334fda73.js
                                3122.fed5688acdcf6ff6aa6b.js
                                321.0fb994fd384a54491584.js
                                3257.30af681f0c294efb65f7.js
                                3257.30af681f0c294efb65f7.js.LICENSE.txt
                                32792104b5ef69eded90.woff
                                3282.22e78350d54fcaf3c6c8.js
                                3293.375c6685d72662fc062f.js
                                3303.b5596c0715d2d58332fb.js
                                3358.7ba73a6804155b619b44.js
                                3372.8eeafd96de9a7a205f40.js
                                339.380593b40d8d41150a4e.js
                                355254db9ca10a09a3b5.woff
                                3616.a4271ffcf2ac3b4c2338.js
                                36e0d72d8a7afc696a3e.woff
                                3709.e33bc30c83272aa85628.js
                                373c04fd2418f5c77eea.eot
                                3763.56191df5d72d2ffa5aa6.js
                                3780.c9294dc98ae926717741.js
                                3799.eaa0438bc5c41bad0516.js
                                3824.5e23be1e37fce5b7c6b3.js
                                3832.c6026c483bb46cc8e599.js
                                3974.79f68bca9a02c92dab5e.js
                                3991.678edf189fe92a216c70.js
                                3bc6ecaae7ecf6f8d7f8.woff
                                3de784d07b9fa8f104c1.woff
                                3f6d3488cf65374f6f67.woff
                                4001.80ab3ef5300d7ce2d1fe.js
                                4010.7ccc4c383efb7272d781.js
                                4053.4945facc348478fd59f4.js
                                4068.9cc41f46f729f2c4369b.js
                                4076.b4d803d8bf1bd6c97854.js
                                4090.eec44f90a54aa383426c.js
                                4266.155b468271987c81d948.js
                                4296.721da424585874d0789e.js
                                4311.b44e8bc4829e0b1226d2.js
                                4323.b2bd8a329a81d30ed039.js
                                4350.8c8a0e7a3ffe036494e1.js
                                4353.8572f6845cfde92dc152.js
                                4364.b9b49d8d836882f44e62.js
                                4372.645626a2452c190dbb22.js
                                4372.645626a2452c190dbb22.js.LICENSE.txt
                                4408.f24dd0edf35e08548967.js
                                4462.c3c6de84bc9399e0290d.js
                                4484.e1d2565d1a3daa5fe5f1.js
                                4486.8d2f41ae787607b7bf31.js
                                4528.43328125d98d6cfdfa99.js
                                4611.bd2b768223b0cd570834.js
                                4616.04cfbd55593c51921cc7.js
                                4728.56c0b9d87316b2fa012e.js
                                4728.56c0b9d87316b2fa012e.js.LICENSE.txt
                                4735.7731d551ca68bcb58e9f.js
                                4797.3740ef47b224a11a7fab.js
                                481e39042508ae313a60.woff
                                4838.8db4c61349bfba200547.js
                                4855.29e8dc6982ba4873487d.js
                                4878.f7557c5c99a54b40c49b.js
                                492.5f186062d2dcdf79c86c.js
                                4928.6cb408e4def87534970d.js
                                4981.eed4ddb90566e90e3df4.js
                                4982.c609185756485c6e3344.js
                                5085.a38923f36b551620798a.js
                                5090.404be96d8a6eae1e719a.js
                                5090.404be96d8a6eae1e719a.js.LICENSE.txt
                                5135.7f204de2153e4d85406d.js
                                5211.83e78dadcef89cae04bf.js
                                5224.8a6bbc774d20be66fdfb.js
                                5244.eefac84704ad30f00af3.js
                                5317.f4bba2e3d0f4fdd088f7.js
                                5318.d5df5c275e925c22d780.js
                                5338.38c32bdfb0695f9b501f.js
                                5489.7fab44eac7538297b164.js
                                5492.44728a640c37a4b4aa0c.js
                                5521.0337f193af4e5eee6057.js
                                5566.c76ea61eb723ee84e2cf.js
                                5606.e03dfa10c124a03f36ba.js
                                580.4ea1e6182e0b35ff091a.js
                                5829.0e46d479b4ade4783661.js
                                5847.930208c25e45ecf30657.js
                                5862.be1ec453e8db6844c62d.js
                                5877.72ab5a29e95ce21981e4.js
                                5929.d561797f8259994ecdd8.js
                                5942.05cbcd55c5f45ff7db43.js
                                5987.7e967df5417044d337a4.js
                                5cda41563a095bd70c78.woff
                                6003.94cdab770c801f3c46f7.js
                                6060.52dca011e9f2f279fc5e.js
                                6095.6e79e3bad86e054aa8c8.js
                                6145.c422868290460078c013.js
                                6166.2bc9ac8e2156c0701a52.js
                                6170.65d899f43342f1e34bf1.js
                                6180.edc40db2566e62650403.js
                                6208.feaef264d58c31fc4201.js
                                6214.617de47747c5a9b19ef7.js
                                6275.e99f9312900c481b467d.js
                                6294.b3cb5e16527b9d09b4a2.js
                                6364.c592f3101de349ba3904.js
                                6372.edc0712a4be855493530.js
                                6412.ebdf8da40f1ba8272df9.js
                                6439.1723c0b3882bf535486e.js
                                6460.d9aaa1e48da295c6035d.js
                                649.4081045b1737e4213282.js
                                6492.804d51a693edf6978ef4.js
                                6540.51c00e890179a4832552.js
                                6540.51c00e890179a4832552.js.LICENSE.txt
                                6733.bf3398ba9bb890f0fb67.js
                                6733.bf3398ba9bb890f0fb67.js.LICENSE.txt
                                6767.4b82d96c237ca7e31bc6.js
                                6779.051cfbcb0700a96839b2.js
                                6831.1df8fa4cabb5b1c19803.js
                                6843.dabcc3c9658bc6ded6d1.js
                                6874.bb2f7fbc6ce56eecc800.js
                                6896.af1d649e0efae70b7b1a.js
                                6941.465bebbd3d8a024f5f15.js
                                6974.b5b353b8af28fbc91291.js
                                6986.a89a5aba790481992875.js
                                6993.c93f5a810fcf441cbb6f.js
                                7136.b312751fbb25b73f5e71.js
                                721921bab0d001ebff02.woff
                                7250.b88d0a5e237ff5ff1aad.js
                                7260.b47dcaccbe7991104e8a.js
                                7269.962f078e97afc4f68e79.js
                                72bc573386dd1d48c5bb.woff
                                731.82a7b980b5b7f4b7a14f.js
                                7318.7cc6b4b0b3151b205ecb.js
                                7371.63b12ce793df713ab95b.js
                                7425.f1c25f6c8aaec77e8635.js
                                7445.7c793c8e1720f8ec4f85.js
                                7575.2e3e32236d5667bba43f.js
                                7587.3112240b6b82407b0f16.js
                                7694.1cbff84dccb512476b7c.js
                                7741.2ad1372a5862c4522be3.js
                                7756.93d0ab41829355a147ab.js
                                7769.d39df7673ee2660a9ac4.js
                                7803.0c8929610218552319bf.js
                                7856.dd9523e57bed80f1f694.js
                                7879.5c485d200dc01b6f43ff.js
                                7881.c5a234ce171f347c94e2.js
                                7990.01eaa552261b6e12a74a.js
                                7990.01eaa552261b6e12a74a.js.LICENSE.txt
                                79d088064beb3826054f.eot
                                8038.aea19fb961abd87d6255.js
                                805.2a0b8ac50aa8e6ab096f.js
                                8103.ed2b21471519b58a3d73.js
                                8217.801fbb0b549a74238760.js
                                8232.e31d5021e77a9b5215d6.js
                                8313.aac706f5036a7209b3a8.js
                                8326.9dda93079a9e4f1b9be6.js
                                8354.94077232b086a13541cc.js
                                8368.c75a4b32ae45ec88465d.js
                                8391.e5fb2e35cced405eb819.js
                                84.fe0a55d7756c37585fb4.js
                                8418.42e29778d4b49fb54e8e.js
                                8493.3b6106e45d5661438d8e.js
                                8537.21b8b9ae0d81ae264499.js
                                8606.bc1b0136e61d173913cd.js
                                867.e814bf26fbfc77fc4f16.js
                                870673df72e70f87c91a.woff
                                874.fbd3ae653c7337f3425b.js
                                8753.56da17175b663d61f9d3.js
                                8778.a3883f9acac5a903d6be.js
                                8779.6eebdb56785e3d38a457.js
                                8786.a2bc3dfc1ea13c04ba94.js
                                8786.a2bc3dfc1ea13c04ba94.js.LICENSE.txt
                                8816.d7ec52fb31e9c6749593.js
                                8830.d5bb102ed8737ffe38cb.js
                                8855.b17b9969fce42d0398e4.js
                                88b98cad3688915e50da.woff
                                89.933673451ca4a51053cb.js
                                8915.ab253990b1581460b255.js
                                898.ed04189e15f0a3781fb1.js
                                8ea8791754915a898a31.woff2
                                8ea8dbb1b02e6f730f55.woff
                                9023.2ff687d7ff50df3719fc.js
                                9046.2a28e08629ab71d9ebb1.js
                                9085.5a959b5878e7afd8a878.js
                                9085.5a959b5878e7afd8a878.js.LICENSE.txt
                                9123.501219cd782693d6539f.js
                                9136.8f4cc6ecadcf250fd8ac.js
                                9296.c82d1f1a8d9204ca6ed7.js
                                9311.ad0012965aa52db7a3e3.js
                                9329.1683d45b6478b7c81a24.js
                                9359.34d1b961b733676193cb.js
                                9400.90fd1d2212781c80b587.js
                                9474.01b4e1d1e3376f4a5919.js
                                9517.7056cafdf1da3a136d45.js
                                9572.f91bbaa33e932d524f8f.js
                                961.29c067b15a524e556eed.js
                                961.29c067b15a524e556eed.js.LICENSE.txt
                                9652.a8d2e5854bcae4d40041.js
                                9674eb1bd55047179038.svg
                                9746.c7e86b432363dfd28caa.js
                                9834b82ad26e2a37583d.woff2
                                9881.37d189ff085cb3468683.js
                                9890.75ea8024e2c1c49c89a3.js
                                9892.1c3a710069391fd93b5d.js
                                9892.1c3a710069391fd93b5d.js.LICENSE.txt
                                a009bea404f7a500ded4.woff
                                a3b9817780214caf01e8.svg
                                af04542b29eaac04550a.woff
                                af6397503fcefbd61397.ttf
                                af96f67d7accf5fd2a4a.woff
                                b418136e3b384baaadec.woff
                                be0a084962d8066884f7.svg
                                bootstrap.js
                                build_log.json
                                c49810b53ecc0d87d802.woff
                                c56da8d69f1a0208b8e0.woff
                                cb9e9e693192413cde2b.woff
                                cda59d6efffa685830fd.ttf
                                e4299464e7b012968eed.eot
                                e42a88444448ac3d6054.woff2
                                e8711bbb871afd8e9dea.ttf
                                f9217f66874b0c01cd8c.woff
                                fc6ddf5df402b263cfb1.woff
                                index.html
                                index.out.js
                                jlab_core.39ffbf5b9a750816e020.js
                                main.2155fa5c4dce2b7a12e6.js
                                package.json
                                style.js
                                third-party-licenses.json
                            tests/
                                mock_packages/
                                    extension/
                                        index.js
                                        mock_package.py
                                        package.json
                                        setup.py
                                        yarn.lock
                                    incompat/
                                        index.js
                                        package.json
                                    interop/
                                        consumer/
                                            index.js
                                            jlab_mock_consumer.py
                                            package.json
                                            setup.py
                                        provider/
                                            index.js
                                            jlab_mock_provider.py
                                            package.json
                                            setup.py
                                        token/
                                            index.js
                                            package.json
                                    mimeextension/
                                        index.js
                                        package.json
                                        yarn.lock
                                    package/
                                        index.js
                                        package.json
                                    service-manager-extension/
                                        index.js
                                        mock_service_manager_package.py
                                        package.json
                                        setup.py
                                    test-hyphens/
                                        test_hyphens/
                                            __init__.py
                                        index.js
                                        MANIFEST.in
                                        package.json
                                        pyproject.toml
                                        setup.py
                                        yarn.lock
                                    test-hyphens-underscore/
                                        test_hyphens_underscore/
                                            __init__.py
                                        index.js
                                        MANIFEST.in
                                        package.json
                                        pyproject.toml
                                        setup.py
                                        yarn.lock
                                    test_no_hyphens/
                                        test_no_hyphens/
                                            __init__.py
                                        index.js
                                        MANIFEST.in
                                        package.json
                                        pyproject.toml
                                        setup.py
                                        yarn.lock
                                    .yarnrc.yml
                                __init__.py
                                conftest.py
                                echo_kernel.py
                                test_announcements.py
                                test_app.py
                                test_build_api.py
                                test_custom_css_handler.py
                                test_extensions.py
                                test_jupyterlab.py
                                test_plugin_manager_handler.py
                                test_registry.py
                            themes/
                                @jupyterlab/
                                    theme-dark-extension/
                                        index.css
                                        index.js
                                    theme-dark-high-contrast-extension/
                                        index.css
                                        index.js
                                    theme-light-extension/
                                        index.css
                                        index.js
                            __init__.py
                            __main__.py
                            _version.py
                            browser-test.js
                            browser_check.py
                            commands.py
                            coreconfig.py
                            debuglog.py
                            federated_labextensions.py
                            jlpmapp.py
                            labapp.py
                            labextensions.py
                            labhubapp.py
                            node-version-check.js
                            pytest_plugin.py
                            semver.py
                            serverextension.py
                            style.js
                            upgrade_extension.py
                            utils.py
                        jupyterlab-4.4.5.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyterlab_pygments/
                            __init__.py
                            _version.py
                            style.py
                        jupyterlab_pygments-0.3.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyterlab_server/
                            templates/
                                403.html
                                error.html
                                index.html
                            test_data/
                                app-settings/
                                    overrides.json
                                schemas/
                                    @jupyterlab/
                                        apputils-extension/
                                            themes.json
                                        codemirror-extension/
                                            commands.json
                                        shortcuts-extension/
                                            package.json.orig
                                            plugin.json
                                        translation-extension/
                                            plugin.json
                                        unicode-extension/
                                            plugin.json
                                workspaces/
                                    foo-2c26.jupyterlab-workspace
                                    foo-92dd.jupyterlab-workspace
                            __init__.py
                            __main__.py
                            _version.py
                            app.py
                            config.py
                            handlers.py
                            licenses_app.py
                            licenses_handler.py
                            listings_handler.py
                            process.py
                            process_app.py
                            py.typed
                            pytest_plugin.py
                            rest-api.yml
                            server.py
                            settings_handler.py
                            settings_utils.py
                            spec.py
                            test_utils.py
                            themes_handler.py
                            translation_utils.py
                            translations_handler.py
                            workspaces_app.py
                            workspaces_handler.py
                        jupyterlab_server-2.27.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyterlab_widgets/
                            .gitignore
                            __init__.py
                            _version.py
                        jupyterlab_widgets-3.0.15.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        lark/
                            __pyinstaller/
                                __init__.py
                                hook-lark.py
                            grammars/
                                __init__.py
                                common.lark
                                lark.lark
                                python.lark
                                unicode.lark
                            parsers/
                                __init__.py
                                cyk.py
                                earley.py
                                earley_common.py
                                earley_forest.py
                                grammar_analysis.py
                                lalr_analysis.py
                                lalr_interactive_parser.py
                                lalr_parser.py
                                lalr_parser_state.py
                                xearley.py
                            tools/
                                __init__.py
                                nearley.py
                                serialize.py
                                standalone.py
                            __init__.py
                            ast_utils.py
                            common.py
                            exceptions.py
                            grammar.py
                            indenter.py
                            lark.py
                            lexer.py
                            load_grammar.py
                            parse_tree_builder.py
                            parser_frontends.py
                            py.typed
                            reconstruct.py
                            tree.py
                            tree_matcher.py
                            tree_templates.py
                            utils.py
                            visitors.py
                        lark-1.2.2.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        license_expression/
                            data/
                                cc-by-4.0.LICENSE
                                license_key_index.json.ABOUT
                                scancode-licensedb-index.json
                            __init__.py
                            _pyahocorasick.ABOUT
                            _pyahocorasick.py
                        license_expression-30.4.4.dist-info/
                            licenses/
                                apache-2.0.LICENSE
                                AUTHORS.rst
                                CHANGELOG.rst
                                CODE_OF_CONDUCT.rst
                                NOTICE
                                README.rst
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        licensecheck/
                            license_matrix/
                                __init__.py
                                matrix.csv
                            pypi_licenses/
                                osi_approved.txt
                                other.txt
                            resolvers/
                                __init__.py
                                native.py
                                uv.py
                            __init__.py
                            __main__.py
                            checker.py
                            cli.py
                            fmt.py
                            html.template
                            packageinfo.py
                            session.py
                            types.py
                        licensecheck-2025.1.0.dist-info/
                            licenses/
                                LICENSE.md
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        llvmlite/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _version.cpython-313.pyc
                                utils.cpython-313.pyc
                            binding/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    analysis.cpython-313.pyc
                                    common.cpython-313.pyc
                                    context.cpython-313.pyc
                                    dylib.cpython-313.pyc
                                    executionengine.cpython-313.pyc
                                    ffi.cpython-313.pyc
                                    initfini.cpython-313.pyc
                                    linker.cpython-313.pyc
                                    module.cpython-313.pyc
                                    newpassmanagers.cpython-313.pyc
                                    object_file.cpython-313.pyc
                                    options.cpython-313.pyc
                                    orcjit.cpython-313.pyc
                                    passmanagers.cpython-313.pyc
                                    targets.cpython-313.pyc
                                    transforms.cpython-313.pyc
                                    typeref.cpython-313.pyc
                                    value.cpython-313.pyc
                                __init__.py
                                analysis.py
                                common.py
                                context.py
                                dylib.py
                                executionengine.py
                                ffi.py
                                initfini.py
                                libllvmlite.dylib
                                linker.py
                                module.py
                                newpassmanagers.py
                                object_file.py
                                options.py
                                orcjit.py
                                passmanagers.py
                                targets.py
                                transforms.py
                                typeref.py
                                value.py
                            ir/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _utils.cpython-313.pyc
                                    builder.cpython-313.pyc
                                    context.cpython-313.pyc
                                    instructions.cpython-313.pyc
                                    module.cpython-313.pyc
                                    transforms.cpython-313.pyc
                                    types.cpython-313.pyc
                                    values.cpython-313.pyc
                                __init__.py
                                _utils.py
                                builder.py
                                context.py
                                instructions.py
                                module.py
                                transforms.py
                                types.py
                                values.py
                            tests/
                                __init__.py
                                __main__.py
                                customize.py
                                refprune_proto.py
                                test_binding.py
                                test_ir.py
                                test_refprune.py
                                test_valuerepr.py
                            __init__.py
                            _version.py
                            utils.py
                        llvmlite-0.44.0.dist-info/
                            INSTALLER
                            LICENSE
                            LICENSE.thirdparty
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        locket/
                            __pycache__/
                                __init__.cpython-313.pyc
                            __init__.py
                        locket-1.0.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        logging/
                            __init__.py
                            config.py
                            handlers.py
                        logging-0.4.9.6.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        loguru/
                            __init__.py
                            __init__.pyi
                            _asyncio_loop.py
                            _better_exceptions.py
                            _colorama.py
                            _colorizer.py
                            _contextvars.py
                            _ctime_functions.py
                            _datetime.py
                            _defaults.py
                            _error_interceptor.py
                            _file_sink.py
                            _filters.py
                            _get_frame.py
                            _handler.py
                            _locks_machinery.py
                            _logger.py
                            _recattrs.py
                            _simple_sinks.py
                            _string_parsers.py
                            py.typed
                        loguru-0.7.3.dist-info/
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        markdown/
                            extensions/
                                __init__.py
                                abbr.py
                                admonition.py
                                attr_list.py
                                codehilite.py
                                def_list.py
                                extra.py
                                fenced_code.py
                                footnotes.py
                                legacy_attrs.py
                                legacy_em.py
                                md_in_html.py
                                meta.py
                                nl2br.py
                                sane_lists.py
                                smarty.py
                                tables.py
                                toc.py
                                wikilinks.py
                            __init__.py
                            __main__.py
                            __meta__.py
                            blockparser.py
                            blockprocessors.py
                            core.py
                            htmlparser.py
                            inlinepatterns.py
                            postprocessors.py
                            preprocessors.py
                            serializers.py
                            test_tools.py
                            treeprocessors.py
                            util.py
                        markdown-3.8.2.dist-info/
                            licenses/
                                LICENSE.md
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        markdown_it/
                            cli/
                                __init__.py
                                parse.py
                            common/
                                __init__.py
                                entities.py
                                html_blocks.py
                                html_re.py
                                normalize_url.py
                                utils.py
                            helpers/
                                __init__.py
                                parse_link_destination.py
                                parse_link_label.py
                                parse_link_title.py
                            presets/
                                __init__.py
                                commonmark.py
                                default.py
                                zero.py
                            rules_block/
                                __init__.py
                                blockquote.py
                                code.py
                                fence.py
                                heading.py
                                hr.py
                                html_block.py
                                lheading.py
                                list.py
                                paragraph.py
                                reference.py
                                state_block.py
                                table.py
                            rules_core/
                                __init__.py
                                block.py
                                inline.py
                                linkify.py
                                normalize.py
                                replacements.py
                                smartquotes.py
                                state_core.py
                                text_join.py
                            rules_inline/
                                __init__.py
                                autolink.py
                                backticks.py
                                balance_pairs.py
                                emphasis.py
                                entity.py
                                escape.py
                                fragments_join.py
                                html_inline.py
                                image.py
                                link.py
                                linkify.py
                                newline.py
                                state_inline.py
                                strikethrough.py
                                text.py
                            __init__.py
                            _compat.py
                            _punycode.py
                            main.py
                            parser_block.py
                            parser_core.py
                            parser_inline.py
                            port.yaml
                            py.typed
                            renderer.py
                            ruler.py
                            token.py
                            tree.py
                            utils.py
                        markdown_it_py-3.0.0.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            LICENSE.markdown-it
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        markupsafe/
                            __pycache__/
                                __init__.cpython-313.pyc
                            __init__.py
                            _native.py
                            _speedups.c
                            _speedups.cpython-313-darwin.so
                            _speedups.pyi
                            py.typed
                        MarkupSafe-3.0.2.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        matplotlib_inline/
                            __init__.py
                            backend_inline.py
                            config.py
                        matplotlib_inline-0.1.7.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        mdurl/
                            __init__.py
                            _decode.py
                            _encode.py
                            _format.py
                            _parse.py
                            _url.py
                            py.typed
                        mdurl-0.1.2.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        mistune/
                            directives/
                                __init__.py
                                _base.py
                                _fenced.py
                                _rst.py
                                admonition.py
                                image.py
                                include.py
                                toc.py
                            plugins/
                                __init__.py
                                abbr.py
                                def_list.py
                                footnotes.py
                                formatting.py
                                math.py
                                ruby.py
                                speedup.py
                                spoiler.py
                                table.py
                                task_lists.py
                                url.py
                            renderers/
                                __init__.py
                                _list.py
                                html.py
                                markdown.py
                                rst.py
                            __init__.py
                            __main__.py
                            block_parser.py
                            core.py
                            helpers.py
                            inline_parser.py
                            list_parser.py
                            markdown.py
                            py.typed
                            toc.py
                            util.py
                        mistune-3.1.3.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        msgpack/
                            __pycache__/
                                __init__.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                ext.cpython-313.pyc
                            __init__.py
                            _cmsgpack.cpython-313-darwin.so
                            exceptions.py
                            ext.py
                            fallback.py
                        msgpack-1.1.1.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        multivolumefile/
                            __pycache__/
                                __init__.cpython-313.pyc
                                stat.cpython-313.pyc
                            __init__.py
                            __init__.pyi
                            py.typed
                            stat.py
                        multivolumefile-0.2.3.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        mycode_project-0.4.1.dist-info/
                            direct_url.json
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            uv_cache.json
                            WHEEL
                        mypy/
                            dmypy/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                __main__.py
                                client.cpython-313-darwin.so
                                client.py
                            plugins/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                attrs.cpython-313-darwin.so
                                attrs.py
                                common.cpython-313-darwin.so
                                common.py
                                ctypes.cpython-313-darwin.so
                                ctypes.py
                                dataclasses.cpython-313-darwin.so
                                dataclasses.py
                                default.cpython-313-darwin.so
                                default.py
                                enums.cpython-313-darwin.so
                                enums.py
                                functools.cpython-313-darwin.so
                                functools.py
                                proper_plugin.cpython-313-darwin.so
                                proper_plugin.py
                                singledispatch.cpython-313-darwin.so
                                singledispatch.py
                            server/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                astdiff.cpython-313-darwin.so
                                astdiff.py
                                astmerge.cpython-313-darwin.so
                                astmerge.py
                                aststrip.cpython-313-darwin.so
                                aststrip.py
                                deps.cpython-313-darwin.so
                                deps.py
                                mergecheck.cpython-313-darwin.so
                                mergecheck.py
                                objgraph.cpython-313-darwin.so
                                objgraph.py
                                subexpr.cpython-313-darwin.so
                                subexpr.py
                                target.cpython-313-darwin.so
                                target.py
                                trigger.cpython-313-darwin.so
                                trigger.py
                                update.cpython-313-darwin.so
                                update.py
                            test/
                                meta/
                                    __init__.py
                                    _pytest.py
                                    test_diff_helper.py
                                    test_parse_data.py
                                    test_update_data.py
                                __init__.py
                                config.py
                                data.py
                                helpers.py
                                test_config_parser.py
                                test_find_sources.py
                                test_ref_info.py
                                testapi.py
                                testargs.py
                                testcheck.py
                                testcmdline.py
                                testconstraints.py
                                testdaemon.py
                                testdeps.py
                                testdiff.py
                                testerrorstream.py
                                testfinegrained.py
                                testfinegrainedcache.py
                                testformatter.py
                                testfscache.py
                                testgraph.py
                                testinfer.py
                                testipc.py
                                testmerge.py
                                testmodulefinder.py
                                testmypyc.py
                                testoutput.py
                                testparse.py
                                testpep561.py
                                testpythoneval.py
                                testreports.py
                                testsemanal.py
                                testsolve.py
                                teststubgen.py
                                teststubinfo.py
                                teststubtest.py
                                testsubtypes.py
                                testtransform.py
                                testtypegen.py
                                testtypes.py
                                testutil.py
                                typefixture.py
                                update_data.py
                                visitors.cpython-313-darwin.so
                                visitors.py
                            typeshed/
                                stdlib/
                                    _typeshed/
                                        __init__.pyi
                                        _type_checker_internals.pyi
                                        dbapi.pyi
                                        importlib.pyi
                                        wsgi.pyi
                                        xml.pyi
                                    asyncio/
                                        __init__.pyi
                                        base_events.pyi
                                        base_futures.pyi
                                        base_subprocess.pyi
                                        base_tasks.pyi
                                        constants.pyi
                                        coroutines.pyi
                                        events.pyi
                                        exceptions.pyi
                                        format_helpers.pyi
                                        futures.pyi
                                        graph.pyi
                                        locks.pyi
                                        log.pyi
                                        mixins.pyi
                                        proactor_events.pyi
                                        protocols.pyi
                                        queues.pyi
                                        runners.pyi
                                        selector_events.pyi
                                        sslproto.pyi
                                        staggered.pyi
                                        streams.pyi
                                        subprocess.pyi
                                        taskgroups.pyi
                                        tasks.pyi
                                        threads.pyi
                                        timeouts.pyi
                                        transports.pyi
                                        trsock.pyi
                                        unix_events.pyi
                                        windows_events.pyi
                                        windows_utils.pyi
                                    collections/
                                        __init__.pyi
                                        abc.pyi
                                    compression/
                                        _common/
                                            __init__.pyi
                                            _streams.pyi
                                        bz2/
                                            __init__.pyi
                                        gzip/
                                            __init__.pyi
                                        lzma/
                                            __init__.pyi
                                        zlib/
                                            __init__.pyi
                                        __init__.pyi
                                    concurrent/
                                        futures/
                                            __init__.pyi
                                            _base.pyi
                                            interpreter.pyi
                                            process.pyi
                                            thread.pyi
                                        __init__.pyi
                                    ctypes/
                                        macholib/
                                            __init__.pyi
                                            dyld.pyi
                                            dylib.pyi
                                            framework.pyi
                                        __init__.pyi
                                        _endian.pyi
                                        util.pyi
                                        wintypes.pyi
                                    curses/
                                        __init__.pyi
                                        ascii.pyi
                                        has_key.pyi
                                        panel.pyi
                                        textpad.pyi
                                    dbm/
                                        __init__.pyi
                                        dumb.pyi
                                        gnu.pyi
                                        ndbm.pyi
                                        sqlite3.pyi
                                    distutils/
                                        command/
                                            __init__.pyi
                                            bdist.pyi
                                            bdist_dumb.pyi
                                            bdist_msi.pyi
                                            bdist_packager.pyi
                                            bdist_rpm.pyi
                                            bdist_wininst.pyi
                                            build.pyi
                                            build_clib.pyi
                                            build_ext.pyi
                                            build_py.pyi
                                            build_scripts.pyi
                                            check.pyi
                                            clean.pyi
                                            config.pyi
                                            install.pyi
                                            install_data.pyi
                                            install_egg_info.pyi
                                            install_headers.pyi
                                            install_lib.pyi
                                            install_scripts.pyi
                                            register.pyi
                                            sdist.pyi
                                            upload.pyi
                                        __init__.pyi
                                        _msvccompiler.pyi
                                        archive_util.pyi
                                        bcppcompiler.pyi
                                        ccompiler.pyi
                                        cmd.pyi
                                        config.pyi
                                        core.pyi
                                        cygwinccompiler.pyi
                                        debug.pyi
                                        dep_util.pyi
                                        dir_util.pyi
                                        dist.pyi
                                        errors.pyi
                                        extension.pyi
                                        fancy_getopt.pyi
                                        file_util.pyi
                                        filelist.pyi
                                        log.pyi
                                        msvccompiler.pyi
                                        spawn.pyi
                                        sysconfig.pyi
                                        text_file.pyi
                                        unixccompiler.pyi
                                        util.pyi
                                        version.pyi
                                    email/
                                        mime/
                                            __init__.pyi
                                            application.pyi
                                            audio.pyi
                                            base.pyi
                                            image.pyi
                                            message.pyi
                                            multipart.pyi
                                            nonmultipart.pyi
                                            text.pyi
                                        __init__.pyi
                                        _header_value_parser.pyi
                                        _policybase.pyi
                                        base64mime.pyi
                                        charset.pyi
                                        contentmanager.pyi
                                        encoders.pyi
                                        errors.pyi
                                        feedparser.pyi
                                        generator.pyi
                                        header.pyi
                                        headerregistry.pyi
                                        iterators.pyi
                                        message.pyi
                                        parser.pyi
                                        policy.pyi
                                        quoprimime.pyi
                                        utils.pyi
                                    encodings/
                                        __init__.pyi
                                        aliases.pyi
                                        ascii.pyi
                                        base64_codec.pyi
                                        big5.pyi
                                        big5hkscs.pyi
                                        bz2_codec.pyi
                                        charmap.pyi
                                        cp037.pyi
                                        cp1006.pyi
                                        cp1026.pyi
                                        cp1125.pyi
                                        cp1140.pyi
                                        cp1250.pyi
                                        cp1251.pyi
                                        cp1252.pyi
                                        cp1253.pyi
                                        cp1254.pyi
                                        cp1255.pyi
                                        cp1256.pyi
                                        cp1257.pyi
                                        cp1258.pyi
                                        cp273.pyi
                                        cp424.pyi
                                        cp437.pyi
                                        cp500.pyi
                                        cp720.pyi
                                        cp737.pyi
                                        cp775.pyi
                                        cp850.pyi
                                        cp852.pyi
                                        cp855.pyi
                                        cp856.pyi
                                        cp857.pyi
                                        cp858.pyi
                                        cp860.pyi
                                        cp861.pyi
                                        cp862.pyi
                                        cp863.pyi
                                        cp864.pyi
                                        cp865.pyi
                                        cp866.pyi
                                        cp869.pyi
                                        cp874.pyi
                                        cp875.pyi
                                        cp932.pyi
                                        cp949.pyi
                                        cp950.pyi
                                        euc_jis_2004.pyi
                                        euc_jisx0213.pyi
                                        euc_jp.pyi
                                        euc_kr.pyi
                                        gb18030.pyi
                                        gb2312.pyi
                                        gbk.pyi
                                        hex_codec.pyi
                                        hp_roman8.pyi
                                        hz.pyi
                                        idna.pyi
                                        iso2022_jp.pyi
                                        iso2022_jp_1.pyi
                                        iso2022_jp_2.pyi
                                        iso2022_jp_2004.pyi
                                        iso2022_jp_3.pyi
                                        iso2022_jp_ext.pyi
                                        iso2022_kr.pyi
                                        iso8859_1.pyi
                                        iso8859_10.pyi
                                        iso8859_11.pyi
                                        iso8859_13.pyi
                                        iso8859_14.pyi
                                        iso8859_15.pyi
                                        iso8859_16.pyi
                                        iso8859_2.pyi
                                        iso8859_3.pyi
                                        iso8859_4.pyi
                                        iso8859_5.pyi
                                        iso8859_6.pyi
                                        iso8859_7.pyi
                                        iso8859_8.pyi
                                        iso8859_9.pyi
                                        johab.pyi
                                        koi8_r.pyi
                                        koi8_t.pyi
                                        koi8_u.pyi
                                        kz1048.pyi
                                        latin_1.pyi
                                        mac_arabic.pyi
                                        mac_croatian.pyi
                                        mac_cyrillic.pyi
                                        mac_farsi.pyi
                                        mac_greek.pyi
                                        mac_iceland.pyi
                                        mac_latin2.pyi
                                        mac_roman.pyi
                                        mac_romanian.pyi
                                        mac_turkish.pyi
                                        mbcs.pyi
                                        oem.pyi
                                        palmos.pyi
                                        ptcp154.pyi
                                        punycode.pyi
                                        quopri_codec.pyi
                                        raw_unicode_escape.pyi
                                        rot_13.pyi
                                        shift_jis.pyi
                                        shift_jis_2004.pyi
                                        shift_jisx0213.pyi
                                        tis_620.pyi
                                        undefined.pyi
                                        unicode_escape.pyi
                                        utf_16.pyi
                                        utf_16_be.pyi
                                        utf_16_le.pyi
                                        utf_32.pyi
                                        utf_32_be.pyi
                                        utf_32_le.pyi
                                        utf_7.pyi
                                        utf_8.pyi
                                        utf_8_sig.pyi
                                        uu_codec.pyi
                                        zlib_codec.pyi
                                    ensurepip/
                                        __init__.pyi
                                    html/
                                        __init__.pyi
                                        entities.pyi
                                        parser.pyi
                                    http/
                                        __init__.pyi
                                        client.pyi
                                        cookiejar.pyi
                                        cookies.pyi
                                        server.pyi
                                    importlib/
                                        metadata/
                                            __init__.pyi
                                            _meta.pyi
                                            diagnose.pyi
                                        resources/
                                            __init__.pyi
                                            _common.pyi
                                            _functional.pyi
                                            abc.pyi
                                            readers.pyi
                                            simple.pyi
                                        __init__.pyi
                                        _abc.pyi
                                        _bootstrap.pyi
                                        _bootstrap_external.pyi
                                        abc.pyi
                                        machinery.pyi
                                        readers.pyi
                                        simple.pyi
                                        util.pyi
                                    json/
                                        __init__.pyi
                                        decoder.pyi
                                        encoder.pyi
                                        scanner.pyi
                                        tool.pyi
                                    lib2to3/
                                        fixes/
                                            __init__.pyi
                                            fix_apply.pyi
                                            fix_asserts.pyi
                                            fix_basestring.pyi
                                            fix_buffer.pyi
                                            fix_dict.pyi
                                            fix_except.pyi
                                            fix_exec.pyi
                                            fix_execfile.pyi
                                            fix_exitfunc.pyi
                                            fix_filter.pyi
                                            fix_funcattrs.pyi
                                            fix_future.pyi
                                            fix_getcwdu.pyi
                                            fix_has_key.pyi
                                            fix_idioms.pyi
                                            fix_import.pyi
                                            fix_imports.pyi
                                            fix_imports2.pyi
                                            fix_input.pyi
                                            fix_intern.pyi
                                            fix_isinstance.pyi
                                            fix_itertools.pyi
                                            fix_itertools_imports.pyi
                                            fix_long.pyi
                                            fix_map.pyi
                                            fix_metaclass.pyi
                                            fix_methodattrs.pyi
                                            fix_ne.pyi
                                            fix_next.pyi
                                            fix_nonzero.pyi
                                            fix_numliterals.pyi
                                            fix_operator.pyi
                                            fix_paren.pyi
                                            fix_print.pyi
                                            fix_raise.pyi
                                            fix_raw_input.pyi
                                            fix_reduce.pyi
                                            fix_reload.pyi
                                            fix_renames.pyi
                                            fix_repr.pyi
                                            fix_set_literal.pyi
                                            fix_standarderror.pyi
                                            fix_sys_exc.pyi
                                            fix_throw.pyi
                                            fix_tuple_params.pyi
                                            fix_types.pyi
                                            fix_unicode.pyi
                                            fix_urllib.pyi
                                            fix_ws_comma.pyi
                                            fix_xrange.pyi
                                            fix_xreadlines.pyi
                                            fix_zip.pyi
                                        pgen2/
                                            __init__.pyi
                                            driver.pyi
                                            grammar.pyi
                                            literals.pyi
                                            parse.pyi
                                            pgen.pyi
                                            token.pyi
                                            tokenize.pyi
                                        __init__.pyi
                                        btm_matcher.pyi
                                        fixer_base.pyi
                                        main.pyi
                                        pygram.pyi
                                        pytree.pyi
                                        refactor.pyi
                                    logging/
                                        __init__.pyi
                                        config.pyi
                                        handlers.pyi
                                    msilib/
                                        __init__.pyi
                                        schema.pyi
                                        sequence.pyi
                                        text.pyi
                                    multiprocessing/
                                        dummy/
                                            __init__.pyi
                                            connection.pyi
                                        __init__.pyi
                                        connection.pyi
                                        context.pyi
                                        forkserver.pyi
                                        heap.pyi
                                        managers.pyi
                                        pool.pyi
                                        popen_fork.pyi
                                        popen_forkserver.pyi
                                        popen_spawn_posix.pyi
                                        popen_spawn_win32.pyi
                                        process.pyi
                                        queues.pyi
                                        reduction.pyi
                                        resource_sharer.pyi
                                        resource_tracker.pyi
                                        shared_memory.pyi
                                        sharedctypes.pyi
                                        spawn.pyi
                                        synchronize.pyi
                                        util.pyi
                                    os/
                                        __init__.pyi
                                        path.pyi
                                    pathlib/
                                        __init__.pyi
                                        types.pyi
                                    pydoc_data/
                                        __init__.pyi
                                        topics.pyi
                                    pyexpat/
                                        __init__.pyi
                                        errors.pyi
                                        model.pyi
                                    sqlite3/
                                        __init__.pyi
                                        dbapi2.pyi
                                        dump.pyi
                                    string/
                                        __init__.pyi
                                        templatelib.pyi
                                    sys/
                                        __init__.pyi
                                        _monitoring.pyi
                                    tkinter/
                                        __init__.pyi
                                        colorchooser.pyi
                                        commondialog.pyi
                                        constants.pyi
                                        dialog.pyi
                                        dnd.pyi
                                        filedialog.pyi
                                        font.pyi
                                        messagebox.pyi
                                        scrolledtext.pyi
                                        simpledialog.pyi
                                        tix.pyi
                                        ttk.pyi
                                    unittest/
                                        __init__.pyi
                                        _log.pyi
                                        async_case.pyi
                                        case.pyi
                                        loader.pyi
                                        main.pyi
                                        mock.pyi
                                        result.pyi
                                        runner.pyi
                                        signals.pyi
                                        suite.pyi
                                        util.pyi
                                    urllib/
                                        __init__.pyi
                                        error.pyi
                                        parse.pyi
                                        request.pyi
                                        response.pyi
                                        robotparser.pyi
                                    venv/
                                        __init__.pyi
                                    wsgiref/
                                        __init__.pyi
                                        handlers.pyi
                                        headers.pyi
                                        simple_server.pyi
                                        types.pyi
                                        util.pyi
                                        validate.pyi
                                    xml/
                                        dom/
                                            __init__.pyi
                                            domreg.pyi
                                            expatbuilder.pyi
                                            minicompat.pyi
                                            minidom.pyi
                                            NodeFilter.pyi
                                            pulldom.pyi
                                            xmlbuilder.pyi
                                        etree/
                                            __init__.pyi
                                            cElementTree.pyi
                                            ElementInclude.pyi
                                            ElementPath.pyi
                                            ElementTree.pyi
                                        parsers/
                                            expat/
                                                __init__.pyi
                                                errors.pyi
                                                model.pyi
                                            __init__.pyi
                                        sax/
                                            __init__.pyi
                                            _exceptions.pyi
                                            expatreader.pyi
                                            handler.pyi
                                            saxutils.pyi
                                            xmlreader.pyi
                                        __init__.pyi
                                    xmlrpc/
                                        __init__.pyi
                                        client.pyi
                                        server.pyi
                                    zipfile/
                                        _path/
                                            __init__.pyi
                                            glob.pyi
                                        __init__.pyi
                                    zoneinfo/
                                        __init__.pyi
                                        _common.pyi
                                        _tzpath.pyi
                                    __future__.pyi
                                    __main__.pyi
                                    _ast.pyi
                                    _asyncio.pyi
                                    _bisect.pyi
                                    _blake2.pyi
                                    _bootlocale.pyi
                                    _bz2.pyi
                                    _codecs.pyi
                                    _collections_abc.pyi
                                    _compat_pickle.pyi
                                    _compression.pyi
                                    _contextvars.pyi
                                    _csv.pyi
                                    _ctypes.pyi
                                    _curses.pyi
                                    _curses_panel.pyi
                                    _dbm.pyi
                                    _decimal.pyi
                                    _frozen_importlib.pyi
                                    _frozen_importlib_external.pyi
                                    _gdbm.pyi
                                    _hashlib.pyi
                                    _heapq.pyi
                                    _imp.pyi
                                    _interpchannels.pyi
                                    _interpqueues.pyi
                                    _interpreters.pyi
                                    _io.pyi
                                    _json.pyi
                                    _locale.pyi
                                    _lsprof.pyi
                                    _lzma.pyi
                                    _markupbase.pyi
                                    _msi.pyi
                                    _multibytecodec.pyi
                                    _operator.pyi
                                    _osx_support.pyi
                                    _pickle.pyi
                                    _posixsubprocess.pyi
                                    _py_abc.pyi
                                    _pydecimal.pyi
                                    _queue.pyi
                                    _random.pyi
                                    _sitebuiltins.pyi
                                    _socket.pyi
                                    _sqlite3.pyi
                                    _ssl.pyi
                                    _stat.pyi
                                    _struct.pyi
                                    _thread.pyi
                                    _threading_local.pyi
                                    _tkinter.pyi
                                    _tracemalloc.pyi
                                    _warnings.pyi
                                    _weakref.pyi
                                    _weakrefset.pyi
                                    _winapi.pyi
                                    abc.pyi
                                    aifc.pyi
                                    annotationlib.pyi
                                    antigravity.pyi
                                    argparse.pyi
                                    array.pyi
                                    ast.pyi
                                    asynchat.pyi
                                    asyncore.pyi
                                    atexit.pyi
                                    audioop.pyi
                                    base64.pyi
                                    bdb.pyi
                                    binascii.pyi
                                    binhex.pyi
                                    bisect.pyi
                                    builtins.pyi
                                    bz2.pyi
                                    calendar.pyi
                                    cgi.pyi
                                    cgitb.pyi
                                    chunk.pyi
                                    cmath.pyi
                                    cmd.pyi
                                    code.pyi
                                    codecs.pyi
                                    codeop.pyi
                                    colorsys.pyi
                                    compileall.pyi
                                    configparser.pyi
                                    contextlib.pyi
                                    contextvars.pyi
                                    copy.pyi
                                    copyreg.pyi
                                    cProfile.pyi
                                    crypt.pyi
                                    csv.pyi
                                    dataclasses.pyi
                                    datetime.pyi
                                    decimal.pyi
                                    difflib.pyi
                                    dis.pyi
                                    doctest.pyi
                                    enum.pyi
                                    errno.pyi
                                    faulthandler.pyi
                                    fcntl.pyi
                                    filecmp.pyi
                                    fileinput.pyi
                                    fnmatch.pyi
                                    formatter.pyi
                                    fractions.pyi
                                    ftplib.pyi
                                    functools.pyi
                                    gc.pyi
                                    genericpath.pyi
                                    getopt.pyi
                                    getpass.pyi
                                    gettext.pyi
                                    glob.pyi
                                    graphlib.pyi
                                    grp.pyi
                                    gzip.pyi
                                    hashlib.pyi
                                    heapq.pyi
                                    hmac.pyi
                                    imaplib.pyi
                                    imghdr.pyi
                                    imp.pyi
                                    inspect.pyi
                                    io.pyi
                                    ipaddress.pyi
                                    itertools.pyi
                                    keyword.pyi
                                    linecache.pyi
                                    locale.pyi
                                    lzma.pyi
                                    mailbox.pyi
                                    mailcap.pyi
                                    marshal.pyi
                                    math.pyi
                                    mimetypes.pyi
                                    mmap.pyi
                                    modulefinder.pyi
                                    msvcrt.pyi
                                    netrc.pyi
                                    nis.pyi
                                    nntplib.pyi
                                    nt.pyi
                                    ntpath.pyi
                                    nturl2path.pyi
                                    numbers.pyi
                                    opcode.pyi
                                    operator.pyi
                                    optparse.pyi
                                    ossaudiodev.pyi
                                    parser.pyi
                                    pdb.pyi
                                    pickle.pyi
                                    pickletools.pyi
                                    pipes.pyi
                                    pkgutil.pyi
                                    platform.pyi
                                    plistlib.pyi
                                    poplib.pyi
                                    posix.pyi
                                    posixpath.pyi
                                    pprint.pyi
                                    profile.pyi
                                    pstats.pyi
                                    pty.pyi
                                    pwd.pyi
                                    py_compile.pyi
                                    pyclbr.pyi
                                    pydoc.pyi
                                    queue.pyi
                                    quopri.pyi
                                    random.pyi
                                    re.pyi
                                    readline.pyi
                                    reprlib.pyi
                                    resource.pyi
                                    rlcompleter.pyi
                                    runpy.pyi
                                    sched.pyi
                                    secrets.pyi
                                    select.pyi
                                    selectors.pyi
                                    shelve.pyi
                                    shlex.pyi
                                    shutil.pyi
                                    signal.pyi
                                    site.pyi
                                    smtpd.pyi
                                    smtplib.pyi
                                    sndhdr.pyi
                                    socket.pyi
                                    socketserver.pyi
                                    spwd.pyi
                                    sre_compile.pyi
                                    sre_constants.pyi
                                    sre_parse.pyi
                                    ssl.pyi
                                    stat.pyi
                                    statistics.pyi
                                    stringprep.pyi
                                    struct.pyi
                                    subprocess.pyi
                                    sunau.pyi
                                    symbol.pyi
                                    symtable.pyi
                                    sysconfig.pyi
                                    syslog.pyi
                                    tabnanny.pyi
                                    tarfile.pyi
                                    telnetlib.pyi
                                    tempfile.pyi
                                    termios.pyi
                                    textwrap.pyi
                                    this.pyi
                                    threading.pyi
                                    time.pyi
                                    timeit.pyi
                                    token.pyi
                                    tokenize.pyi
                                    tomllib.pyi
                                    trace.pyi
                                    traceback.pyi
                                    tracemalloc.pyi
                                    tty.pyi
                                    turtle.pyi
                                    types.pyi
                                    typing.pyi
                                    typing_extensions.pyi
                                    unicodedata.pyi
                                    uu.pyi
                                    uuid.pyi
                                    VERSIONS
                                    warnings.pyi
                                    wave.pyi
                                    weakref.pyi
                                    webbrowser.pyi
                                    winreg.pyi
                                    winsound.pyi
                                    xdrlib.pyi
                                    xxlimited.pyi
                                    zipapp.pyi
                                    zipimport.pyi
                                    zlib.pyi
                                stubs/
                                    mypy-extensions/
                                        mypy_extensions.pyi
                                LICENSE
                            xml/
                                mypy-html.css
                                mypy-html.xslt
                                mypy-txt.xslt
                                mypy.xsd
                            __init__.cpython-313-darwin.so
                            __init__.py
                            __main__.py
                            api.cpython-313-darwin.so
                            api.py
                            applytype.cpython-313-darwin.so
                            applytype.py
                            argmap.cpython-313-darwin.so
                            argmap.py
                            binder.cpython-313-darwin.so
                            binder.py
                            bogus_type.py
                            build.cpython-313-darwin.so
                            build.py
                            checker.cpython-313-darwin.so
                            checker.py
                            checker_shared.cpython-313-darwin.so
                            checker_shared.py
                            checker_state.cpython-313-darwin.so
                            checker_state.py
                            checkexpr.cpython-313-darwin.so
                            checkexpr.py
                            checkmember.cpython-313-darwin.so
                            checkmember.py
                            checkpattern.cpython-313-darwin.so
                            checkpattern.py
                            checkstrformat.cpython-313-darwin.so
                            checkstrformat.py
                            config_parser.cpython-313-darwin.so
                            config_parser.py
                            constant_fold.cpython-313-darwin.so
                            constant_fold.py
                            constraints.cpython-313-darwin.so
                            constraints.py
                            copytype.cpython-313-darwin.so
                            copytype.py
                            defaults.cpython-313-darwin.so
                            defaults.py
                            dmypy_os.cpython-313-darwin.so
                            dmypy_os.py
                            dmypy_server.cpython-313-darwin.so
                            dmypy_server.py
                            dmypy_util.cpython-313-darwin.so
                            dmypy_util.py
                            erasetype.cpython-313-darwin.so
                            erasetype.py
                            error_formatter.cpython-313-darwin.so
                            error_formatter.py
                            errorcodes.cpython-313-darwin.so
                            errorcodes.py
                            errors.cpython-313-darwin.so
                            errors.py
                            evalexpr.cpython-313-darwin.so
                            evalexpr.py
                            expandtype.cpython-313-darwin.so
                            expandtype.py
                            exprtotype.cpython-313-darwin.so
                            exprtotype.py
                            fastparse.cpython-313-darwin.so
                            fastparse.py
                            find_sources.cpython-313-darwin.so
                            find_sources.py
                            fixup.cpython-313-darwin.so
                            fixup.py
                            freetree.cpython-313-darwin.so
                            freetree.py
                            fscache.cpython-313-darwin.so
                            fscache.py
                            fswatcher.cpython-313-darwin.so
                            fswatcher.py
                            gclogger.cpython-313-darwin.so
                            gclogger.py
                            git.cpython-313-darwin.so
                            git.py
                            graph_utils.cpython-313-darwin.so
                            graph_utils.py
                            indirection.cpython-313-darwin.so
                            indirection.py
                            infer.cpython-313-darwin.so
                            infer.py
                            inspections.cpython-313-darwin.so
                            inspections.py
                            ipc.cpython-313-darwin.so
                            ipc.py
                            join.cpython-313-darwin.so
                            join.py
                            literals.cpython-313-darwin.so
                            literals.py
                            lookup.cpython-313-darwin.so
                            lookup.py
                            main.cpython-313-darwin.so
                            main.py
                            maptype.cpython-313-darwin.so
                            maptype.py
                            meet.cpython-313-darwin.so
                            meet.py
                            memprofile.cpython-313-darwin.so
                            memprofile.py
                            message_registry.cpython-313-darwin.so
                            message_registry.py
                            messages.cpython-313-darwin.so
                            messages.py
                            metastore.cpython-313-darwin.so
                            metastore.py
                            mixedtraverser.cpython-313-darwin.so
                            mixedtraverser.py
                            modulefinder.cpython-313-darwin.so
                            modulefinder.py
                            moduleinspect.cpython-313-darwin.so
                            moduleinspect.py
                            mro.cpython-313-darwin.so
                            mro.py
                            nodes.cpython-313-darwin.so
                            nodes.py
                            operators.cpython-313-darwin.so
                            operators.py
                            options.cpython-313-darwin.so
                            options.py
                            parse.cpython-313-darwin.so
                            parse.py
                            partially_defined.cpython-313-darwin.so
                            partially_defined.py
                            patterns.cpython-313-darwin.so
                            patterns.py
                            plugin.cpython-313-darwin.so
                            plugin.py
                            py.typed
                            pyinfo.py
                            reachability.cpython-313-darwin.so
                            reachability.py
                            refinfo.cpython-313-darwin.so
                            refinfo.py
                            renaming.cpython-313-darwin.so
                            renaming.py
                            report.cpython-313-darwin.so
                            report.py
                            scope.cpython-313-darwin.so
                            scope.py
                            semanal.cpython-313-darwin.so
                            semanal.py
                            semanal_classprop.cpython-313-darwin.so
                            semanal_classprop.py
                            semanal_enum.cpython-313-darwin.so
                            semanal_enum.py
                            semanal_infer.cpython-313-darwin.so
                            semanal_infer.py
                            semanal_main.cpython-313-darwin.so
                            semanal_main.py
                            semanal_namedtuple.cpython-313-darwin.so
                            semanal_namedtuple.py
                            semanal_newtype.cpython-313-darwin.so
                            semanal_newtype.py
                            semanal_pass1.cpython-313-darwin.so
                            semanal_pass1.py
                            semanal_shared.cpython-313-darwin.so
                            semanal_shared.py
                            semanal_typeargs.cpython-313-darwin.so
                            semanal_typeargs.py
                            semanal_typeddict.cpython-313-darwin.so
                            semanal_typeddict.py
                            sharedparse.cpython-313-darwin.so
                            sharedparse.py
                            solve.cpython-313-darwin.so
                            solve.py
                            split_namespace.py
                            state.cpython-313-darwin.so
                            state.py
                            stats.cpython-313-darwin.so
                            stats.py
                            strconv.cpython-313-darwin.so
                            strconv.py
                            stubdoc.py
                            stubgen.cpython-313-darwin.so
                            stubgen.py
                            stubgenc.py
                            stubinfo.cpython-313-darwin.so
                            stubinfo.py
                            stubtest.py
                            stubutil.cpython-313-darwin.so
                            stubutil.py
                            subtypes.cpython-313-darwin.so
                            subtypes.py
                            suggestions.cpython-313-darwin.so
                            suggestions.py
                            traverser.cpython-313-darwin.so
                            traverser.py
                            treetransform.cpython-313-darwin.so
                            treetransform.py
                            tvar_scope.cpython-313-darwin.so
                            tvar_scope.py
                            type_visitor.cpython-313-darwin.so
                            type_visitor.py
                            typeanal.cpython-313-darwin.so
                            typeanal.py
                            typeops.cpython-313-darwin.so
                            typeops.py
                            types.cpython-313-darwin.so
                            types.py
                            types_utils.cpython-313-darwin.so
                            types_utils.py
                            typestate.cpython-313-darwin.so
                            typestate.py
                            typetraverser.cpython-313-darwin.so
                            typetraverser.py
                            typevars.cpython-313-darwin.so
                            typevars.py
                            typevartuples.cpython-313-darwin.so
                            typevartuples.py
                            util.cpython-313-darwin.so
                            util.py
                            version.py
                            visitor.cpython-313-darwin.so
                            visitor.py
                        mypy-1.17.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        mypy_extensions-1.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        mypyc/
                            analysis/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                attrdefined.cpython-313-darwin.so
                                attrdefined.py
                                blockfreq.cpython-313-darwin.so
                                blockfreq.py
                                dataflow.cpython-313-darwin.so
                                dataflow.py
                                ircheck.cpython-313-darwin.so
                                ircheck.py
                                selfleaks.cpython-313-darwin.so
                                selfleaks.py
                            codegen/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                cstring.cpython-313-darwin.so
                                cstring.py
                                emit.cpython-313-darwin.so
                                emit.py
                                emitclass.cpython-313-darwin.so
                                emitclass.py
                                emitfunc.cpython-313-darwin.so
                                emitfunc.py
                                emitmodule.cpython-313-darwin.so
                                emitmodule.py
                                emitwrapper.cpython-313-darwin.so
                                emitwrapper.py
                                literals.cpython-313-darwin.so
                                literals.py
                            ir/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                class_ir.cpython-313-darwin.so
                                class_ir.py
                                func_ir.cpython-313-darwin.so
                                func_ir.py
                                module_ir.cpython-313-darwin.so
                                module_ir.py
                                ops.cpython-313-darwin.so
                                ops.py
                                pprint.cpython-313-darwin.so
                                pprint.py
                                rtypes.cpython-313-darwin.so
                                rtypes.py
                            irbuild/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                ast_helpers.cpython-313-darwin.so
                                ast_helpers.py
                                builder.cpython-313-darwin.so
                                builder.py
                                callable_class.cpython-313-darwin.so
                                callable_class.py
                                classdef.cpython-313-darwin.so
                                classdef.py
                                constant_fold.cpython-313-darwin.so
                                constant_fold.py
                                context.cpython-313-darwin.so
                                context.py
                                env_class.cpython-313-darwin.so
                                env_class.py
                                expression.cpython-313-darwin.so
                                expression.py
                                for_helpers.cpython-313-darwin.so
                                for_helpers.py
                                format_str_tokenizer.cpython-313-darwin.so
                                format_str_tokenizer.py
                                function.cpython-313-darwin.so
                                function.py
                                generator.cpython-313-darwin.so
                                generator.py
                                ll_builder.cpython-313-darwin.so
                                ll_builder.py
                                main.cpython-313-darwin.so
                                main.py
                                mapper.cpython-313-darwin.so
                                mapper.py
                                match.cpython-313-darwin.so
                                match.py
                                missingtypevisitor.cpython-313-darwin.so
                                missingtypevisitor.py
                                nonlocalcontrol.cpython-313-darwin.so
                                nonlocalcontrol.py
                                prebuildvisitor.cpython-313-darwin.so
                                prebuildvisitor.py
                                prepare.cpython-313-darwin.so
                                prepare.py
                                specialize.cpython-313-darwin.so
                                specialize.py
                                statement.cpython-313-darwin.so
                                statement.py
                                targets.cpython-313-darwin.so
                                targets.py
                                util.cpython-313-darwin.so
                                util.py
                                visitor.cpython-313-darwin.so
                                visitor.py
                                vtable.cpython-313-darwin.so
                                vtable.py
                            lib-rt/
                                bytes_ops.c
                                CPy.h
                                dict_ops.c
                                exc_ops.c
                                float_ops.c
                                generic_ops.c
                                getargs.c
                                getargsfast.c
                                init.c
                                int_ops.c
                                list_ops.c
                                misc_ops.c
                                module_shim.tmpl
                                mypyc_util.h
                                pythoncapi_compat.h
                                pythonsupport.c
                                pythonsupport.h
                                set_ops.c
                                str_ops.c
                                tuple_ops.c
                            lower/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                int_ops.cpython-313-darwin.so
                                int_ops.py
                                list_ops.cpython-313-darwin.so
                                list_ops.py
                                misc_ops.cpython-313-darwin.so
                                misc_ops.py
                                registry.cpython-313-darwin.so
                                registry.py
                            primitives/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                bytes_ops.cpython-313-darwin.so
                                bytes_ops.py
                                dict_ops.cpython-313-darwin.so
                                dict_ops.py
                                exc_ops.cpython-313-darwin.so
                                exc_ops.py
                                float_ops.cpython-313-darwin.so
                                float_ops.py
                                generic_ops.cpython-313-darwin.so
                                generic_ops.py
                                int_ops.cpython-313-darwin.so
                                int_ops.py
                                list_ops.cpython-313-darwin.so
                                list_ops.py
                                misc_ops.cpython-313-darwin.so
                                misc_ops.py
                                registry.cpython-313-darwin.so
                                registry.py
                                set_ops.cpython-313-darwin.so
                                set_ops.py
                                str_ops.cpython-313-darwin.so
                                str_ops.py
                                tuple_ops.cpython-313-darwin.so
                                tuple_ops.py
                            test/
                                __init__.py
                                config.py
                                test_alwaysdefined.py
                                test_analysis.py
                                test_annotate.py
                                test_cheader.py
                                test_commandline.py
                                test_emit.py
                                test_emitclass.py
                                test_emitfunc.py
                                test_emitwrapper.py
                                test_exceptions.py
                                test_external.py
                                test_irbuild.py
                                test_ircheck.py
                                test_literals.py
                                test_lowering.py
                                test_misc.py
                                test_namegen.py
                                test_optimizations.py
                                test_pprint.py
                                test_rarray.py
                                test_refcount.py
                                test_run.py
                                test_serialization.py
                                test_struct.py
                                test_tuplename.py
                                test_typeops.py
                                testutil.py
                            transform/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                copy_propagation.cpython-313-darwin.so
                                copy_propagation.py
                                exceptions.cpython-313-darwin.so
                                exceptions.py
                                flag_elimination.cpython-313-darwin.so
                                flag_elimination.py
                                ir_transform.cpython-313-darwin.so
                                ir_transform.py
                                lower.cpython-313-darwin.so
                                lower.py
                                refcount.cpython-313-darwin.so
                                refcount.py
                                spill.cpython-313-darwin.so
                                spill.py
                                uninit.cpython-313-darwin.so
                                uninit.py
                            __init__.cpython-313-darwin.so
                            __init__.py
                            __main__.py
                            annotate.cpython-313-darwin.so
                            annotate.py
                            build.cpython-313-darwin.so
                            build.py
                            common.cpython-313-darwin.so
                            common.py
                            crash.cpython-313-darwin.so
                            crash.py
                            errors.cpython-313-darwin.so
                            errors.py
                            namegen.cpython-313-darwin.so
                            namegen.py
                            options.cpython-313-darwin.so
                            options.py
                            py.typed
                            rt_subtype.cpython-313-darwin.so
                            rt_subtype.py
                            sametype.cpython-313-darwin.so
                            sametype.py
                            subtype.cpython-313-darwin.so
                            subtype.py
                        nacl/
                            bindings/
                                __init__.py
                                crypto_aead.py
                                crypto_box.py
                                crypto_core.py
                                crypto_generichash.py
                                crypto_hash.py
                                crypto_kx.py
                                crypto_pwhash.py
                                crypto_scalarmult.py
                                crypto_secretbox.py
                                crypto_secretstream.py
                                crypto_shorthash.py
                                crypto_sign.py
                                randombytes.py
                                sodium_core.py
                                utils.py
                            pwhash/
                                __init__.py
                                _argon2.py
                                argon2i.py
                                argon2id.py
                                scrypt.py
                            __init__.py
                            _sodium.abi3.so
                            encoding.py
                            exceptions.py
                            hash.py
                            hashlib.py
                            public.py
                            py.typed
                            secret.py
                            signing.py
                            utils.py
                        nbclient/
                            __init__.py
                            _version.py
                            cli.py
                            client.py
                            exceptions.py
                            jsonutil.py
                            output_widget.py
                            py.typed
                            util.py
                        nbclient-0.10.2.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        nbconvert/
                            exporters/
                                __init__.py
                                asciidoc.py
                                base.py
                                exporter.py
                                html.py
                                latex.py
                                markdown.py
                                notebook.py
                                pdf.py
                                python.py
                                qt_exporter.py
                                qt_screenshot.py
                                qtpdf.py
                                qtpng.py
                                rst.py
                                script.py
                                slides.py
                                templateexporter.py
                                webpdf.py
                            filters/
                                __init__.py
                                ansi.py
                                citation.py
                                datatypefilter.py
                                filter_links.py
                                highlight.py
                                latex.py
                                markdown.py
                                markdown_mistune.py
                                metadata.py
                                pandoc.py
                                strings.py
                                widgetsdatatypefilter.py
                            postprocessors/
                                __init__.py
                                base.py
                                serve.py
                            preprocessors/
                                __init__.py
                                base.py
                                clearmetadata.py
                                clearoutput.py
                                coalescestreams.py
                                convertfigures.py
                                csshtmlheader.py
                                execute.py
                                extractattachments.py
                                extractoutput.py
                                highlightmagics.py
                                latex.py
                                regexremove.py
                                sanitize.py
                                svg2pdf.py
                                tagremove.py
                            resources/
                                __init__.py
                            templates/
                                skeleton/
                                    Makefile
                                    README.md
                                README.md
                            utils/
                                __init__.py
                                _contextlib_chdir.py
                                base.py
                                exceptions.py
                                io.py
                                iso639_1.py
                                lexers.py
                                pandoc.py
                                text.py
                                version.py
                            writers/
                                __init__.py
                                base.py
                                debug.py
                                files.py
                                stdout.py
                            __init__.py
                            __main__.py
                            _version.py
                            conftest.py
                            nbconvertapp.py
                            py.typed
                        nbconvert-7.16.6.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        nbformat/
                            corpus/
                                tests/
                                    __init__.py
                                    test_words.py
                                __init__.py
                                words.py
                            v1/
                                __init__.py
                                convert.py
                                nbbase.py
                                nbjson.py
                                rwbase.py
                            v2/
                                __init__.py
                                convert.py
                                nbbase.py
                                nbjson.py
                                nbpy.py
                                nbxml.py
                                rwbase.py
                            v3/
                                __init__.py
                                convert.py
                                nbbase.py
                                nbformat.v3.schema.json
                                nbjson.py
                                nbpy.py
                                rwbase.py
                            v4/
                                __init__.py
                                convert.py
                                nbbase.py
                                nbformat.v4.0.schema.json
                                nbformat.v4.1.schema.json
                                nbformat.v4.2.schema.json
                                nbformat.v4.3.schema.json
                                nbformat.v4.4.schema.json
                                nbformat.v4.5.schema.json
                                nbformat.v4.schema.json
                                nbjson.py
                                rwbase.py
                            __init__.py
                            _imports.py
                            _struct.py
                            _version.py
                            converter.py
                            current.py
                            json_compat.py
                            notebooknode.py
                            py.typed
                            reader.py
                            sentinel.py
                            sign.py
                            validator.py
                            warnings.py
                        nbformat-5.10.4.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        nest_asyncio-1.6.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        notebook/
                            custom/
                                custom.css
                            static/
                                100.cbc26eb447514f5af591.js
                                100.cbc26eb447514f5af591.js.map
                                1053.92d524d23b6ffd97d9de.js
                                1053.92d524d23b6ffd97d9de.js.map
                                1088.47e247a20947f628f48f.js
                                1088.47e247a20947f628f48f.js.map
                                1091.f006368c55525d627dc3.js
                                1091.f006368c55525d627dc3.js.map
                                1122.16363dcd990a9685123e.js
                                1122.16363dcd990a9685123e.js.map
                                114.3735fbb3fc442d926d2b.js
                                114.3735fbb3fc442d926d2b.js.map
                                1169.f64c3773007d9d09487e.js
                                131.729c28b8323daf822cbe.js
                                131.729c28b8323daf822cbe.js.map
                                132.bbe0fd1e86fe078554cf.js
                                132.bbe0fd1e86fe078554cf.js.map
                                1418.5913bb08784c217a1f0b.js
                                1418.5913bb08784c217a1f0b.js.map
                                145.2fd139f1721cfaedfccf.js
                                145.2fd139f1721cfaedfccf.js.map
                                1542.8f0b79431f7af2f43f1e.js
                                1542.8f0b79431f7af2f43f1e.js.map
                                1558.d1ebe7cb088451b0d7de.js
                                1558.d1ebe7cb088451b0d7de.js.map
                                1584.5e136a9d8643093bc7e9.js
                                1584.5e136a9d8643093bc7e9.js.map
                                1601.4154c4f9ed460feae33b.js
                                1601.4154c4f9ed460feae33b.js.map
                                1618.da67fb30732c49b969ba.js
                                1618.da67fb30732c49b969ba.js.map
                                1650.43e49e4c78755f921679.js
                                1650.43e49e4c78755f921679.js.map
                                1684.72557761abcc7d3f021b.js
                                1684.72557761abcc7d3f021b.js.map
                                1715.eb47d8a8fb23246d8368.js
                                1715.eb47d8a8fb23246d8368.js.map
                                1837.6bbfd9967be58e1325f1.js
                                1837.6bbfd9967be58e1325f1.js.map
                                1869.48ca2e23bddad3adfc1a.js
                                1869.48ca2e23bddad3adfc1a.js.map
                                1871.c375ee093b7e51966390.js
                                1871.c375ee093b7e51966390.js.map
                                1911.cfe3314fd3a9b879389c.js
                                1911.cfe3314fd3a9b879389c.js.map
                                1939.e620a31e5ee7d4ccc1bc.js
                                1939.e620a31e5ee7d4ccc1bc.js.map
                                1941.b15cc60637b0a879bea6.js
                                1941.b15cc60637b0a879bea6.js.map
                                1950.a590659714a301a94f31.js
                                1950.a590659714a301a94f31.js.map
                                1cb1c39ea642f26a4dfe.woff
                                2019.a0afb11aac931fb43c5c.js
                                2019.a0afb11aac931fb43c5c.js.map
                                2065.e9b5d8d0a8bec3304454.js
                                2065.e9b5d8d0a8bec3304454.js.map
                                2188.8a4dbc0baaccf031e5c4.js
                                2188.8a4dbc0baaccf031e5c4.js.map
                                221.21b91ccc95eefd849fa5.js
                                221.21b91ccc95eefd849fa5.js.map
                                2228.5897a4ab53c9c224da5d.js
                                2228.5897a4ab53c9c224da5d.js.map
                                2343.81357d860d7aa9156d23.js
                                2343.81357d860d7aa9156d23.js.map
                                2386.4a6f7defebb9a3696820.js
                                2386.4a6f7defebb9a3696820.js.map
                                2409.6091282e2ebffe2ab089.js
                                2409.6091282e2ebffe2ab089.js.map
                                2425.6472013fa9798ece0dc9.js
                                2425.6472013fa9798ece0dc9.js.map
                                2453.ebdb135eb902bf82e103.js
                                2453.ebdb135eb902bf82e103.js.map
                                2552.e56002ba65105afb9b18.js
                                2552.e56002ba65105afb9b18.js.map
                                2581.f9bb29600b7e080b2b84.js
                                2581.f9bb29600b7e080b2b84.js.map
                                2666.39e11f71d749eca59f8e.js
                                2666.39e11f71d749eca59f8e.js.map
                                26683bf201fb258a2237.woff
                                2682.69beaaa72effdd61afbe.js
                                2682.69beaaa72effdd61afbe.js.map
                                270.dced80a7f5cbf1705712.js
                                270.dced80a7f5cbf1705712.js.map
                                2702.bc49dbd258cca77aeea4.js
                                2702.bc49dbd258cca77aeea4.js.map
                                28.b5145a84e3a511427e72.js
                                28.b5145a84e3a511427e72.js.map
                                2816.03541f3103bf4c09e591.js
                                2816.03541f3103bf4c09e591.js.map
                                2871.46ec88c6997ef947f39f.js
                                2871.46ec88c6997ef947f39f.js.map
                                2913.274b19d8f201991f4a69.js
                                2913.274b19d8f201991f4a69.js.map
                                2955.199d6b7c6b5d8531cad7.js
                                2955.199d6b7c6b5d8531cad7.js.map
                                306.dd9ffcf982b0c863872b.js
                                306.dd9ffcf982b0c863872b.js.map
                                3076.433a08e00b3f195539d0.js
                                3076.433a08e00b3f195539d0.js.map
                                3079.63bdfdb9a8c6c94b4c9a.js
                                3079.63bdfdb9a8c6c94b4c9a.js.map
                                30e889b58cbc51adfbb0.woff
                                310.857f702af7a4a486c75e.js
                                310.857f702af7a4a486c75e.js.map
                                311.d6a177e2f8f1b1690911.js
                                311.d6a177e2f8f1b1690911.js.map
                                3111.bdf4a0f672df2a6cdd74.js
                                3111.bdf4a0f672df2a6cdd74.js.map
                                3146.f98fbe7d5b55224f0160.js
                                3146.f98fbe7d5b55224f0160.js.map
                                3197.132cf892d4ef38649b32.js
                                3197.132cf892d4ef38649b32.js.map
                                3207.10d3ef96eccf1096e1c3.js
                                3207.10d3ef96eccf1096e1c3.js.map
                                3211.2e93fd406e5c4e53774f.js
                                3211.2e93fd406e5c4e53774f.js.map
                                3230.29b02fdb14e1bdf52d07.js
                                3230.29b02fdb14e1bdf52d07.js.map
                                32792104b5ef69eded90.woff
                                3322.e8348cc2a800190d4f49.js
                                3322.e8348cc2a800190d4f49.js.map
                                3336.1430b8576b899f650fb9.js
                                3336.1430b8576b899f650fb9.js.map
                                3370.aa66c4f8e4c91fc5628a.js
                                3370.aa66c4f8e4c91fc5628a.js.map
                                339.ca73209c818e0defdea2.js
                                339.ca73209c818e0defdea2.js.map
                                3420.693f6432957cbf2699c5.js
                                3420.693f6432957cbf2699c5.js.map
                                3449.53ec937d932f8f73a39b.js
                                3449.53ec937d932f8f73a39b.js.map
                                3462.0383dfd16602627036bd.js
                                3462.0383dfd16602627036bd.js.map
                                35.a486baf38b12aec5500f.js
                                35.a486baf38b12aec5500f.js.map
                                3501.c1c56527cb2f94c27dcf.js
                                3501.c1c56527cb2f94c27dcf.js.map
                                355254db9ca10a09a3b5.woff
                                3562.3b759e4fdd798f9dca94.js
                                3562.3b759e4fdd798f9dca94.js.map
                                3619.2e4bf80097f9890aef49.js
                                3619.2e4bf80097f9890aef49.js.map
                                36e0d72d8a7afc696a3e.woff
                                3700.b937e669a5feb21ccb06.js
                                3700.b937e669a5feb21ccb06.js.map
                                373c04fd2418f5c77eea.eot
                                3752.f222858bad091688a0c5.js
                                3752.f222858bad091688a0c5.js.map
                                3768.0b6995cb2c93a75f2359.js
                                3768.0b6995cb2c93a75f2359.js.map
                                3782.b5169726474369258b8f.js
                                3782.b5169726474369258b8f.js.map
                                3797.ad30e7a4bf8dc994e5be.js
                                3797.ad30e7a4bf8dc994e5be.js.map
                                383.086fc5ebac8a08e85b7c.js
                                383.086fc5ebac8a08e85b7c.js.map
                                3bc6ecaae7ecf6f8d7f8.woff
                                3de784d07b9fa8f104c1.woff
                                3f6d3488cf65374f6f67.woff
                                4002.7d2089cf976c84095255.js
                                4002.7d2089cf976c84095255.js.map
                                403.270ca5cf44874182bd4d.js
                                403.270ca5cf44874182bd4d.js.map
                                4030.5a53f3aacfd5bc109b79.js
                                4030.5a53f3aacfd5bc109b79.js.map
                                4038.edb04f3d9d68204491ba.js
                                4038.edb04f3d9d68204491ba.js.map
                                4039.dcbb5e4f3949b6eff7e9.js
                                4039.dcbb5e4f3949b6eff7e9.js.map
                                4105.5144c29f0bbce103fec4.js
                                4105.5144c29f0bbce103fec4.js.map
                                4148.410616c0288bc98e224f.js
                                4148.410616c0288bc98e224f.js.map
                                417.29f636ec8be265b7e480.js
                                417.29f636ec8be265b7e480.js.map
                                4276.2edc46f98f304de431b0.js
                                4276.2edc46f98f304de431b0.js.map
                                431.4a876e95bf0e93ffd46f.js
                                431.4a876e95bf0e93ffd46f.js.map
                                4324.fa653693694bd924557b.js
                                4324.fa653693694bd924557b.js.map
                                4382.c317254086f1ae2d605a.js
                                4382.c317254086f1ae2d605a.js.map
                                4387.a7f58bf45dd9275aee44.js
                                4387.a7f58bf45dd9275aee44.js.map
                                4406.c435ee1d9e07c37b46e4.js
                                4406.c435ee1d9e07c37b46e4.js.map
                                4430.879d60462da8c4629a70.js
                                4430.879d60462da8c4629a70.js.map
                                4498.4d8665e22c39c0b3f329.js
                                4498.4d8665e22c39c0b3f329.js.map
                                4521.c728470feb41d3f877d1.js
                                4521.c728470feb41d3f877d1.js.map
                                4588.46b592131684aa708905.js
                                4588.46b592131684aa708905.js.map
                                4645.9017711a4d52533bd2ae.js
                                4645.9017711a4d52533bd2ae.js.map
                                4667.288ec271d366f6d03bf4.js
                                4667.288ec271d366f6d03bf4.js.map
                                4670.3fc6925b39a00569037e.js
                                4670.3fc6925b39a00569037e.js.map
                                4708.ea8fa57a2460a633deb4.js
                                4708.ea8fa57a2460a633deb4.js.map
                                4810.f422cb69c3eca42dd212.js
                                4810.f422cb69c3eca42dd212.js.map
                                481e39042508ae313a60.woff
                                4825.d47a910536278ab25419.js
                                4825.d47a910536278ab25419.js.map
                                4828.57b2977d0c98f8416cc4.js
                                4828.57b2977d0c98f8416cc4.js.map
                                4837.2a30feab2693717d3d43.js
                                4837.2a30feab2693717d3d43.js.map
                                4843.7eed3c5267c10f3eb786.js
                                4843.7eed3c5267c10f3eb786.js.map
                                4886.6084c97eb0f7628908ee.js
                                4886.6084c97eb0f7628908ee.js.map
                                4926.7f42350f683b70d59456.js
                                4926.7f42350f683b70d59456.js.map
                                4965.591924d7805c15261494.js
                                4965.591924d7805c15261494.js.map
                                4971.e850b0a1dcb6d3fce7a4.js
                                4971.e850b0a1dcb6d3fce7a4.js.map
                                5019.48f595eb3007a3ca0f91.js
                                5019.48f595eb3007a3ca0f91.js.map
                                5061.aede931a61d7ce87ee23.js
                                5061.aede931a61d7ce87ee23.js.map
                                5095.cacabf11fc06b3d7f4ad.js
                                5095.cacabf11fc06b3d7f4ad.js.map
                                5115.722cf90a473016a17ba7.js
                                5115.722cf90a473016a17ba7.js.map
                                5135.1cde65c1d79a0adc262d.js
                                5135.1cde65c1d79a0adc262d.js.map
                                5249.47203d8dad661b809e38.js
                                5249.47203d8dad661b809e38.js.map
                                5299.a014c52ba3f8492bad0f.js
                                5299.a014c52ba3f8492bad0f.js.map
                                5425.2e42adccd47405a6a6a3.js
                                5425.2e42adccd47405a6a6a3.js.map
                                5448.a9016133a2b9389ac102.js
                                5448.a9016133a2b9389ac102.js.map
                                5494.391c359bd3d5f45fb30b.js
                                5494.391c359bd3d5f45fb30b.js.map
                                5573.38e0610ea3d6d9b005b5.js
                                5573.38e0610ea3d6d9b005b5.js.map
                                5601.ffda77b468bc8b17a221.js
                                5601.ffda77b468bc8b17a221.js.map
                                563.0a7566a6f2b684579011.js
                                563.0a7566a6f2b684579011.js.map
                                5698.3347ece7b9654a7783ce.js
                                5698.3347ece7b9654a7783ce.js.map
                                5748.5dca396b965fb74427ff.js
                                5748.5dca396b965fb74427ff.js.map
                                5765.f588990a6e3cb69dcefe.js
                                5765.f588990a6e3cb69dcefe.js.map
                                5777.c601d5372b8b7c9b6ff0.js
                                5777.c601d5372b8b7c9b6ff0.js.map
                                5822.6dcbc72eeab5ed4295aa.js
                                5822.6dcbc72eeab5ed4295aa.js.map
                                5828.66806b64a5e5ffda935f.js
                                5828.66806b64a5e5ffda935f.js.map
                                5834.aca2b773e8f9ffc9639e.js
                                5834.aca2b773e8f9ffc9639e.js.map
                                5850.30a4d9a000a79095dcff.js
                                5850.30a4d9a000a79095dcff.js.map
                                5872.9d35ff1e9109987247b6.js
                                5872.9d35ff1e9109987247b6.js.map
                                5972.456ddfa373f527f850fb.js
                                5972.456ddfa373f527f850fb.js.map
                                5996.9dd601211e357e9bf641.js
                                5996.9dd601211e357e9bf641.js.map
                                5cda41563a095bd70c78.woff
                                6139.9b4118bd8223a51fa897.js
                                6139.9b4118bd8223a51fa897.js.map
                                6271.809bc8c9941039275a30.js
                                6271.809bc8c9941039275a30.js.map
                                6301.c02f41d998293ace8bac.js
                                6301.c02f41d998293ace8bac.js.map
                                632.c59cde46a58f6dac3b70.js
                                632.c59cde46a58f6dac3b70.js.map
                                6345.348b6265ddf3713ab5d6.js
                                6345.348b6265ddf3713ab5d6.js.map
                                6428.e4e53b40817c3dd248ca.js
                                6428.e4e53b40817c3dd248ca.js.map
                                647.3a6deb0e090650f1c3e2.js
                                647.3a6deb0e090650f1c3e2.js.map
                                6491.4ec5e8e76fbff7d9698a.js
                                6491.4ec5e8e76fbff7d9698a.js.map
                                6521.95f93bd416d53955c700.js
                                6521.95f93bd416d53955c700.js.map
                                6561.ebddc37c2afcedcddd21.js
                                6561.ebddc37c2afcedcddd21.js.map
                                661.bfd67818fb0b29d1fcb4.js
                                661.bfd67818fb0b29d1fcb4.js.map
                                6653.6525abafd19e7997f79c.js
                                6653.6525abafd19e7997f79c.js.map
                                67.9cbc679ecb920dd7951b.js
                                67.9cbc679ecb920dd7951b.js.map
                                6739.b86fe9f9325e098414af.js
                                6739.b86fe9f9325e098414af.js.map
                                677.bedd668f19a13f2743c4.js
                                677.bedd668f19a13f2743c4.js.map
                                6788.c9f5f85294a5ed5f86ec.js
                                6788.c9f5f85294a5ed5f86ec.js.map
                                6800.35cead61fb9b37904873.js
                                6800.35cead61fb9b37904873.js.map
                                6873.d5b12730d4556b6f37bf.js
                                6873.d5b12730d4556b6f37bf.js.map
                                69.aa2a725012bd95ceceba.js
                                69.aa2a725012bd95ceceba.js.map
                                6942.073187fa00ada10fcd06.js
                                6942.073187fa00ada10fcd06.js.map
                                6972.3bd59944fc1dc3e59150.js
                                6972.3bd59944fc1dc3e59150.js.map
                                7005.9f299a4f2a4e116a7369.js
                                7005.9f299a4f2a4e116a7369.js.map
                                7022.ada0a27a1f0d61d90ee8.js
                                7022.ada0a27a1f0d61d90ee8.js.map
                                7054.093d48fae797c6c33872.js
                                7054.093d48fae797c6c33872.js.map
                                7061.ada76efa0840f101be5b.js
                                7061.ada76efa0840f101be5b.js.map
                                7154.1ab03d07151bbd0aad06.js
                                7154.1ab03d07151bbd0aad06.js.map
                                7159.41e52038b70d27a3b442.js
                                7159.41e52038b70d27a3b442.js.map
                                7170.aef383eb04df84d63d6a.js
                                7170.aef383eb04df84d63d6a.js.map
                                7179.a27cb1e09e47e519cbfa.js
                                7179.a27cb1e09e47e519cbfa.js.map
                                721921bab0d001ebff02.woff
                                7264.56c0f8b7752822724b0f.js
                                7264.56c0f8b7752822724b0f.js.map
                                72bc573386dd1d48c5bb.woff
                                7302.3f668970091842fbc9ca.js
                                7302.3f668970091842fbc9ca.js.map
                                7360.b3741cc7257cecd9efe9.js
                                7360.b3741cc7257cecd9efe9.js.map
                                7369.a065dc2ed2f56a44cb0f.js
                                7369.a065dc2ed2f56a44cb0f.js.map
                                7378.df12091e8f42a5da0429.js
                                7378.df12091e8f42a5da0429.js.map
                                745.30bb604aa86c8167d1a4.js
                                745.30bb604aa86c8167d1a4.js.map
                                7450.beacefc07c8e386709fa.js
                                7450.beacefc07c8e386709fa.js.map
                                7471.27c6037e2917dcd9958a.js
                                7471.27c6037e2917dcd9958a.js.map
                                7488.4d8124f72a0f10256f44.js
                                7488.4d8124f72a0f10256f44.js.map
                                7534.e6ec4e7bd41255482e3e.js
                                7534.e6ec4e7bd41255482e3e.js.map
                                755.3d6eb3b7f81d035f52f4.js
                                755.3d6eb3b7f81d035f52f4.js.map
                                7561.ab0621a9e054b91897f7.js
                                7561.ab0621a9e054b91897f7.js.map
                                757.86f80ac05f38c4f4be68.js
                                757.86f80ac05f38c4f4be68.js.map
                                7582.5611b71499b0becf7b6a.js
                                7582.5611b71499b0becf7b6a.js.map
                                7634.ad26bf6396390c53768a.js
                                7634.ad26bf6396390c53768a.js.map
                                7674.80774120971faccbb256.js
                                7674.80774120971faccbb256.js.map
                                777.de863ae105caa5756453.js
                                777.de863ae105caa5756453.js.map
                                7803.0c44e7b8d148353eed87.js
                                7803.0c44e7b8d148353eed87.js.map
                                7811.fa11577c84ea92d4102c.js
                                7811.fa11577c84ea92d4102c.js.map
                                7817.74b742c39300a07a9efa.js
                                7817.74b742c39300a07a9efa.js.map
                                7866.b73df9c77816d05d6784.js
                                7866.b73df9c77816d05d6784.js.map
                                7884.07a3d44e10261bae9b1f.js
                                7884.07a3d44e10261bae9b1f.js.map
                                7906.c3e50e3c279ee95b5b0c.js
                                7906.c3e50e3c279ee95b5b0c.js.map
                                792.050c0efb8da8e633f900.js
                                792.050c0efb8da8e633f900.js.map
                                7957.d903973498b192f6210c.js
                                7957.d903973498b192f6210c.js.map
                                7969.0080840fce265b81a360.js
                                7969.0080840fce265b81a360.js.map
                                7995.8f35600b7ffffa34c89b.js
                                7995.8f35600b7ffffa34c89b.js.map
                                7997.1469ff294f8b64fd26ec.js
                                7997.1469ff294f8b64fd26ec.js.map
                                79d088064beb3826054f.eot
                                8010.0c4fde830729471df121.js
                                8010.0c4fde830729471df121.js.map
                                8218.983a3a002f016180aaab.js
                                8218.983a3a002f016180aaab.js.map
                                8285.8bade38c361d9af60b43.js
                                8285.8bade38c361d9af60b43.js.map
                                8313.45ac616d61cf717bff16.js
                                8313.45ac616d61cf717bff16.js.map
                                8378.c1a78f0d6f0124d37fa9.js
                                8378.c1a78f0d6f0124d37fa9.js.map
                                8381.0291906ada65d4e5df4e.js
                                8381.0291906ada65d4e5df4e.js.map
                                841.e2a344f8bed0447367be.js
                                841.e2a344f8bed0447367be.js.map
                                8433.ed9247b868845dc191b2.js
                                8433.ed9247b868845dc191b2.js.map
                                8446.66c7f866128c07ec4265.js
                                8446.66c7f866128c07ec4265.js.map
                                8479.1807152edb3d746c4d0b.js
                                8479.1807152edb3d746c4d0b.js.map
                                85.f5f11db2bc819f9ae970.js
                                85.f5f11db2bc819f9ae970.js.map
                                850.4ff5be1ac6f4d6958c7a.js
                                850.4ff5be1ac6f4d6958c7a.js.map
                                8579.973518a0960b2b927064.js
                                8579.973518a0960b2b927064.js.map
                                866.8574f33a07edc3fc33b5.js
                                866.8574f33a07edc3fc33b5.js.map
                                8678.9d28c7fae2ee6c13d2eb.js
                                8678.9d28c7fae2ee6c13d2eb.js.map
                                8701.7be1d7a9c41099ea4b6f.js
                                8701.7be1d7a9c41099ea4b6f.js.map
                                870673df72e70f87c91a.woff
                                874.9e1bcef8ee789652f606.js
                                874.9e1bcef8ee789652f606.js.map
                                8781.3f87f07359077c3a8a85.js
                                8781.3f87f07359077c3a8a85.js.map
                                883.df3c548d474bbe7fc62c.js
                                883.df3c548d474bbe7fc62c.js.map
                                8845.ac1c5acb78cea4acee08.js
                                8845.ac1c5acb78cea4acee08.js.map
                                8875.0604966d624b3656aa1c.js
                                8875.0604966d624b3656aa1c.js.map
                                88b98cad3688915e50da.woff
                                8929.f522b600b8907f9241c6.js
                                8929.f522b600b8907f9241c6.js.map
                                8937.4892770eb5cc44a5f24d.js
                                8937.4892770eb5cc44a5f24d.js.map
                                8979.cafa00ee6b2e82b39a17.js
                                8979.cafa00ee6b2e82b39a17.js.map
                                8983.56458cb92e3e2efe6d33.js
                                8983.56458cb92e3e2efe6d33.js.map
                                899.5a5d6e7bd36baebe76af.js
                                899.5a5d6e7bd36baebe76af.js.map
                                8ea8791754915a898a31.woff2
                                8ea8dbb1b02e6f730f55.woff
                                9022.16842ed509ced9c32e9c.js
                                9022.16842ed509ced9c32e9c.js.map
                                9037.663c64b842834ea1989d.js
                                9037.663c64b842834ea1989d.js.map
                                906.da3adda3c4b703a102d7.js
                                906.da3adda3c4b703a102d7.js.map
                                9060.d564b58af7791af334db.js
                                9060.d564b58af7791af334db.js.map
                                9068.d8c4c8fa34c89c710d15.js
                                9068.d8c4c8fa34c89c710d15.js.map
                                9116.3fe5c69fba4a31452403.js
                                9116.3fe5c69fba4a31452403.js.map
                                9233.916f96402862a0190f46.js
                                9233.916f96402862a0190f46.js.map
                                9234.ec504d9c9a30598a995c.js
                                9234.ec504d9c9a30598a995c.js.map
                                9239.8802747dd58982052b99.js
                                9239.8802747dd58982052b99.js.map
                                9250.a4dfe77db702bf7a316c.js
                                9250.a4dfe77db702bf7a316c.js.map
                                9310.dce9f915c210d4c8802c.js
                                9310.dce9f915c210d4c8802c.js.map
                                9322.02659b877f7881740557.js
                                9322.02659b877f7881740557.js.map
                                9331.5850506ebb1d3f304481.js
                                9331.5850506ebb1d3f304481.js.map
                                9380.b2ee26fa1e359ebe5fb8.js
                                9380.b2ee26fa1e359ebe5fb8.js.map
                                9425.46a85c9a33b839e23d9f.js
                                9425.46a85c9a33b839e23d9f.js.map
                                9442.e301e4179b7c69c125d7.js
                                9442.e301e4179b7c69c125d7.js.map
                                9531.0772cd1f4cfe0c65a5a7.js
                                9531.0772cd1f4cfe0c65a5a7.js.map
                                9558.255ac6fa674e07653e39.js
                                9558.255ac6fa674e07653e39.js.map
                                9604.f29b5b0d3160e238fdf7.js
                                9604.f29b5b0d3160e238fdf7.js.map
                                9619.72d0af35a1e6e3c624d7.js
                                9619.72d0af35a1e6e3c624d7.js.map
                                9674eb1bd55047179038.svg
                                9676.0476942dc748eb1854c5.js
                                9676.0476942dc748eb1854c5.js.map
                                9799.f8f37b03cc4afc27f8f0.js
                                9799.f8f37b03cc4afc27f8f0.js.map
                                9834b82ad26e2a37583d.woff2
                                a009bea404f7a500ded4.woff
                                a3b9817780214caf01e8.svg
                                af04542b29eaac04550a.woff
                                af6397503fcefbd61397.ttf
                                af96f67d7accf5fd2a4a.woff
                                b418136e3b384baaadec.woff
                                be0a084962d8066884f7.svg
                                c49810b53ecc0d87d802.woff
                                c56da8d69f1a0208b8e0.woff
                                cb9e9e693192413cde2b.woff
                                cda59d6efffa685830fd.ttf
                                e4299464e7b012968eed.eot
                                e42a88444448ac3d6054.woff2
                                e8711bbb871afd8e9dea.ttf
                                f9217f66874b0c01cd8c.woff
                                fc6ddf5df402b263cfb1.woff
                                main.e99dd4f880b24bc94403.js
                                main.e99dd4f880b24bc94403.js.map
                                notebook_core.e0fcfe0884f9e1166813.js
                                notebook_core.e0fcfe0884f9e1166813.js.map
                                third-party-licenses.json
                            templates/
                                consoles.html
                                edit.html
                                error.html
                                notebooks.html
                                terminals.html
                                tree.html
                            __init__.py
                            __main__.py
                            _version.py
                            app.py
                        notebook-7.4.5.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        notebook_shim/
                            tests/
                                confs/
                                    jupyter_my_ext_config.py
                                    jupyter_notebook_config.py
                                    jupyter_server_config.py
                                __init__.py
                                mockextension.py
                                test_extension.py
                            __init__.py
                            _version.py
                            nbserver.py
                            shim.py
                            traits.py
                        notebook_shim-0.2.4.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        numba/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _version.cpython-313.pyc
                                extending.cpython-313.pyc
                            cext/
                                __init__.py
                                cext.h
                                dictobject.c
                                dictobject.h
                                listobject.c
                                listobject.h
                                utils.c
                            cloudpickle/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    cloudpickle.cpython-313.pyc
                                __init__.py
                                cloudpickle.py
                                cloudpickle_fast.py
                            core/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    analysis.cpython-313.pyc
                                    base.cpython-313.pyc
                                    bytecode.cpython-313.pyc
                                    byteflow.cpython-313.pyc
                                    caching.cpython-313.pyc
                                    callconv.cpython-313.pyc
                                    callwrapper.cpython-313.pyc
                                    cgutils.cpython-313.pyc
                                    codegen.cpython-313.pyc
                                    compiler.cpython-313.pyc
                                    compiler_lock.cpython-313.pyc
                                    compiler_machinery.cpython-313.pyc
                                    config.cpython-313.pyc
                                    consts.cpython-313.pyc
                                    controlflow.cpython-313.pyc
                                    cpu.cpython-313.pyc
                                    cpu_options.cpython-313.pyc
                                    debuginfo.cpython-313.pyc
                                    decorators.cpython-313.pyc
                                    descriptors.cpython-313.pyc
                                    dispatcher.cpython-313.pyc
                                    entrypoints.cpython-313.pyc
                                    environment.cpython-313.pyc
                                    errors.cpython-313.pyc
                                    event.cpython-313.pyc
                                    extending.cpython-313.pyc
                                    externals.cpython-313.pyc
                                    fastmathpass.cpython-313.pyc
                                    funcdesc.cpython-313.pyc
                                    generators.cpython-313.pyc
                                    imputils.cpython-313.pyc
                                    interpreter.cpython-313.pyc
                                    intrinsics.cpython-313.pyc
                                    ir.cpython-313.pyc
                                    ir_utils.cpython-313.pyc
                                    itanium_mangler.cpython-313.pyc
                                    llvm_bindings.cpython-313.pyc
                                    lowering.cpython-313.pyc
                                    object_mode_passes.cpython-313.pyc
                                    options.cpython-313.pyc
                                    postproc.cpython-313.pyc
                                    pylowering.cpython-313.pyc
                                    pythonapi.cpython-313.pyc
                                    registry.cpython-313.pyc
                                    removerefctpass.cpython-313.pyc
                                    serialize.cpython-313.pyc
                                    sigutils.cpython-313.pyc
                                    ssa.cpython-313.pyc
                                    target_extension.cpython-313.pyc
                                    targetconfig.cpython-313.pyc
                                    tracing.cpython-313.pyc
                                    transforms.cpython-313.pyc
                                    typed_passes.cpython-313.pyc
                                    typeinfer.cpython-313.pyc
                                    untyped_passes.cpython-313.pyc
                                    utils.cpython-313.pyc
                                    withcontexts.cpython-313.pyc
                                annotations/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        type_annotations.cpython-313.pyc
                                    __init__.py
                                    pretty_annotate.py
                                    template.html
                                    type_annotations.py
                                datamodel/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        manager.cpython-313.pyc
                                        models.cpython-313.pyc
                                        old_models.cpython-313.pyc
                                        packer.cpython-313.pyc
                                        registry.cpython-313.pyc
                                    __init__.py
                                    manager.py
                                    models.py
                                    new_models.py
                                    old_models.py
                                    packer.py
                                    registry.py
                                    testing.py
                                rewrites/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        ir_print.cpython-313.pyc
                                        registry.cpython-313.pyc
                                        static_binop.cpython-313.pyc
                                        static_getitem.cpython-313.pyc
                                        static_raise.cpython-313.pyc
                                    __init__.py
                                    ir_print.py
                                    registry.py
                                    static_binop.py
                                    static_getitem.py
                                    static_raise.py
                                runtime/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        nrt.cpython-313.pyc
                                        nrtdynmod.cpython-313.pyc
                                        nrtopt.cpython-313.pyc
                                    __init__.py
                                    _nrt_python.c
                                    _nrt_python.cpython-313-darwin.so
                                    _nrt_pythonmod.c
                                    context.py
                                    nrt.cpp
                                    nrt.h
                                    nrt.py
                                    nrt_external.h
                                    nrtdynmod.py
                                    nrtopt.py
                                typeconv/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        castgraph.cpython-313.pyc
                                        rules.cpython-313.pyc
                                        typeconv.cpython-313.pyc
                                    __init__.py
                                    _typeconv.cpython-313-darwin.so
                                    castgraph.py
                                    rules.py
                                    typeconv.py
                                types/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        abstract.cpython-313.pyc
                                        common.cpython-313.pyc
                                        containers.cpython-313.pyc
                                        function_type.cpython-313.pyc
                                        functions.cpython-313.pyc
                                        iterators.cpython-313.pyc
                                        misc.cpython-313.pyc
                                        npytypes.cpython-313.pyc
                                        old_scalars.cpython-313.pyc
                                        scalars.cpython-313.pyc
                                    new_scalars/
                                        __init__.py
                                        machine_types.py
                                        numpy_types.py
                                        python_types.py
                                        scalars.py
                                    __init__.py
                                    __init__.pyi
                                    abstract.py
                                    common.py
                                    containers.py
                                    function_type.py
                                    functions.py
                                    iterators.py
                                    misc.py
                                    npytypes.py
                                    old_scalars.py
                                    scalars.py
                                typing/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        asnumbatype.cpython-313.pyc
                                        builtins.cpython-313.pyc
                                        context.cpython-313.pyc
                                        npydecl.cpython-313.pyc
                                        old_builtins.cpython-313.pyc
                                        templates.cpython-313.pyc
                                        typeof.cpython-313.pyc
                                    __init__.py
                                    arraydecl.py
                                    asnumbatype.py
                                    bufproto.py
                                    builtins.py
                                    cffi_utils.py
                                    cmathdecl.py
                                    collections.py
                                    context.py
                                    ctypes_utils.py
                                    dictdecl.py
                                    enumdecl.py
                                    listdecl.py
                                    mathdecl.py
                                    new_builtins.py
                                    new_cmathdecl.py
                                    new_mathdecl.py
                                    npdatetime.py
                                    npydecl.py
                                    old_builtins.py
                                    old_cmathdecl.py
                                    old_mathdecl.py
                                    setdecl.py
                                    templates.py
                                    typeof.py
                                unsafe/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        eh.cpython-313.pyc
                                    __init__.py
                                    bytes.py
                                    eh.py
                                    nrt.py
                                    refcount.py
                                __init__.py
                                analysis.py
                                base.py
                                boxing.py
                                bytecode.py
                                byteflow.py
                                caching.py
                                callconv.py
                                callwrapper.py
                                ccallback.py
                                cgutils.py
                                codegen.py
                                compiler.py
                                compiler_lock.py
                                compiler_machinery.py
                                config.py
                                consts.py
                                controlflow.py
                                cpu.py
                                cpu_options.py
                                debuginfo.py
                                decorators.py
                                descriptors.py
                                dispatcher.py
                                entrypoints.py
                                environment.py
                                errors.py
                                event.py
                                extending.py
                                externals.py
                                fastmathpass.py
                                funcdesc.py
                                generators.py
                                imputils.py
                                inline_closurecall.py
                                interpreter.py
                                intrinsics.py
                                ir.py
                                ir_utils.py
                                itanium_mangler.py
                                llvm_bindings.py
                                lowering.py
                                new_boxing.py
                                object_mode_passes.py
                                old_boxing.py
                                optional.py
                                options.py
                                postproc.py
                                pylowering.py
                                pythonapi.py
                                registry.py
                                removerefctpass.py
                                serialize.py
                                sigutils.py
                                ssa.py
                                target_extension.py
                                targetconfig.py
                                tracing.py
                                transforms.py
                                typed_passes.py
                                typeinfer.py
                                untyped_passes.py
                                utils.py
                                withcontexts.py
                            cpython/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    builtins.cpython-313.pyc
                                    old_builtins.cpython-313.pyc
                                unsafe/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        tuple.cpython-313.pyc
                                    __init__.py
                                    numbers.py
                                    tuple.py
                                __init__.py
                                builtins.py
                                charseq.py
                                cmathimpl.py
                                enumimpl.py
                                hashing.py
                                heapq.py
                                iterators.py
                                listobj.py
                                mathimpl.py
                                new_builtins.py
                                new_hashing.py
                                new_mathimpl.py
                                new_numbers.py
                                new_tupleobj.py
                                numbers.py
                                old_builtins.py
                                old_hashing.py
                                old_mathimpl.py
                                old_numbers.py
                                old_tupleobj.py
                                printimpl.py
                                randomimpl.py
                                rangeobj.py
                                setobj.py
                                slicing.py
                                tupleobj.py
                                unicode.py
                                unicode_support.py
                            cuda/
                                cudadrv/
                                    __init__.py
                                    _extras.cpython-313-darwin.so
                                    devicearray.py
                                    devices.py
                                    driver.py
                                    drvapi.py
                                    dummyarray.py
                                    enums.py
                                    error.py
                                    libs.py
                                    ndarray.py
                                    nvrtc.py
                                    nvvm.py
                                    rtapi.py
                                    runtime.py
                                kernels/
                                    __init__.py
                                    reduction.py
                                    transpose.py
                                simulator/
                                    cudadrv/
                                        __init__.py
                                        devicearray.py
                                        devices.py
                                        driver.py
                                        drvapi.py
                                        dummyarray.py
                                        error.py
                                        libs.py
                                        nvvm.py
                                        runtime.py
                                    __init__.py
                                    api.py
                                    compiler.py
                                    kernel.py
                                    kernelapi.py
                                    reduction.py
                                    vector_types.py
                                tests/
                                    cudadrv/
                                        __init__.py
                                        test_array_attr.py
                                        test_context_stack.py
                                        test_cuda_array_slicing.py
                                        test_cuda_auto_context.py
                                        test_cuda_devicerecord.py
                                        test_cuda_driver.py
                                        test_cuda_libraries.py
                                        test_cuda_memory.py
                                        test_cuda_ndarray.py
                                        test_deallocations.py
                                        test_detect.py
                                        test_emm_plugins.py
                                        test_events.py
                                        test_host_alloc.py
                                        test_init.py
                                        test_inline_ptx.py
                                        test_is_fp16.py
                                        test_linker.py
                                        test_managed_alloc.py
                                        test_mvc.py
                                        test_nvvm_driver.py
                                        test_pinned.py
                                        test_profiler.py
                                        test_ptds.py
                                        test_reset_device.py
                                        test_runtime.py
                                        test_select_device.py
                                        test_streams.py
                                    cudapy/
                                        __init__.py
                                        cache_usecases.py
                                        cache_with_cpu_usecases.py
                                        extensions_usecases.py
                                        recursion_usecases.py
                                        test_alignment.py
                                        test_array.py
                                        test_array_args.py
                                        test_array_methods.py
                                        test_atomics.py
                                        test_blackscholes.py
                                        test_boolean.py
                                        test_caching.py
                                        test_casting.py
                                        test_cffi.py
                                        test_compiler.py
                                        test_complex.py
                                        test_complex_kernel.py
                                        test_const_string.py
                                        test_constmem.py
                                        test_cooperative_groups.py
                                        test_cuda_array_interface.py
                                        test_cuda_jit_no_types.py
                                        test_datetime.py
                                        test_debug.py
                                        test_debuginfo.py
                                        test_device_func.py
                                        test_dispatcher.py
                                        test_enums.py
                                        test_errors.py
                                        test_exception.py
                                        test_extending.py
                                        test_fastmath.py
                                        test_forall.py
                                        test_freevar.py
                                        test_frexp_ldexp.py
                                        test_globals.py
                                        test_gufunc.py
                                        test_gufunc_scalar.py
                                        test_gufunc_scheduling.py
                                        test_idiv.py
                                        test_inspect.py
                                        test_intrinsics.py
                                        test_ipc.py
                                        test_iterators.py
                                        test_lang.py
                                        test_laplace.py
                                        test_libdevice.py
                                        test_lineinfo.py
                                        test_localmem.py
                                        test_mandel.py
                                        test_math.py
                                        test_matmul.py
                                        test_minmax.py
                                        test_montecarlo.py
                                        test_multigpu.py
                                        test_multiprocessing.py
                                        test_multithreads.py
                                        test_nondet.py
                                        test_operator.py
                                        test_optimization.py
                                        test_overload.py
                                        test_powi.py
                                        test_print.py
                                        test_py2_div_issue.py
                                        test_random.py
                                        test_record_dtype.py
                                        test_recursion.py
                                        test_reduction.py
                                        test_retrieve_autoconverted_arrays.py
                                        test_serialize.py
                                        test_slicing.py
                                        test_sm.py
                                        test_sm_creation.py
                                        test_sync.py
                                        test_transpose.py
                                        test_ufuncs.py
                                        test_userexc.py
                                        test_vector_type.py
                                        test_vectorize.py
                                        test_vectorize_complex.py
                                        test_vectorize_decor.py
                                        test_vectorize_device.py
                                        test_vectorize_scalar_arg.py
                                        test_warning.py
                                        test_warp_ops.py
                                    cudasim/
                                        __init__.py
                                        support.py
                                        test_cudasim_issues.py
                                    data/
                                        __init__.py
                                        cuda_include.cu
                                        error.cu
                                        jitlink.cu
                                        jitlink.ptx
                                        warn.cu
                                    doc_examples/
                                        ffi/
                                            __init__.py
                                            functions.cu
                                        __init__.py
                                        test_cg.py
                                        test_cpu_gpu_compat.py
                                        test_ffi.py
                                        test_laplace.py
                                        test_matmul.py
                                        test_montecarlo.py
                                        test_random.py
                                        test_reduction.py
                                        test_sessionize.py
                                        test_ufunc.py
                                        test_vecadd.py
                                    nocuda/
                                        __init__.py
                                        test_dummyarray.py
                                        test_function_resolution.py
                                        test_import.py
                                        test_library_lookup.py
                                        test_nvvm.py
                                    __init__.py
                                __init__.py
                                api.py
                                api_util.py
                                args.py
                                cg.py
                                codegen.py
                                compiler.py
                                cpp_function_wrappers.cu
                                cuda_fp16.h
                                cuda_fp16.hpp
                                cuda_paths.py
                                cudadecl.py
                                cudaimpl.py
                                cudamath.py
                                decorators.py
                                descriptor.py
                                device_init.py
                                deviceufunc.py
                                dispatcher.py
                                errors.py
                                extending.py
                                initialize.py
                                intrinsic_wrapper.py
                                intrinsics.py
                                libdevice.py
                                libdevicedecl.py
                                libdevicefuncs.py
                                libdeviceimpl.py
                                mathimpl.py
                                models.py
                                nvvmutils.py
                                printimpl.py
                                random.py
                                simulator_init.py
                                stubs.py
                                target.py
                                testing.py
                                types.py
                                ufuncs.py
                                vector_types.py
                                vectorizers.py
                            experimental/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                jitclass/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        boxing.cpython-313.pyc
                                        decorators.cpython-313.pyc
                                        overloads.cpython-313.pyc
                                    __init__.py
                                    _box.cpython-313-darwin.so
                                    base.py
                                    boxing.py
                                    decorators.py
                                    overloads.py
                                __init__.py
                                function_type.py
                                structref.py
                            misc/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    appdirs.cpython-313.pyc
                                    coverage_support.cpython-313.pyc
                                    firstlinefinder.cpython-313.pyc
                                    init_utils.cpython-313.pyc
                                    inspection.cpython-313.pyc
                                    llvm_pass_timings.cpython-313.pyc
                                    special.cpython-313.pyc
                                help/
                                    __init__.py
                                    inspector.py
                                __init__.py
                                appdirs.py
                                cffiimpl.py
                                cmdlang.gdb
                                coverage_support.py
                                dump_style.py
                                findlib.py
                                firstlinefinder.py
                                gdb_hook.py
                                gdb_print_extension.py
                                init_utils.py
                                inspection.py
                                literal.py
                                llvm_pass_timings.py
                                mergesort.py
                                numba_entry.py
                                numba_gdbinfo.py
                                numba_sysinfo.py
                                POST.py
                                quicksort.py
                                special.py
                                timsort.py
                            np/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    npdatetime_helpers.cpython-313.pyc
                                    numpy_support.cpython-313.pyc
                                    ufunc_db.cpython-313.pyc
                                math/
                                    __init__.py
                                    cmathimpl.py
                                    mathimpl.py
                                    numbers.py
                                polynomial/
                                    __init__.py
                                    polynomial_core.py
                                    polynomial_functions.py
                                random/
                                    __init__.py
                                    _constants.py
                                    distributions.py
                                    generator_core.py
                                    generator_methods.py
                                    new_distributions.py
                                    new_random_methods.py
                                    old_distributions.py
                                    old_random_methods.py
                                    random_methods.py
                                ufunc/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        array_exprs.cpython-313.pyc
                                        decorators.cpython-313.pyc
                                        dufunc.cpython-313.pyc
                                        gufunc.cpython-313.pyc
                                        parallel.cpython-313.pyc
                                        sigparse.cpython-313.pyc
                                        ufunc_base.cpython-313.pyc
                                        ufuncbuilder.cpython-313.pyc
                                        wrappers.cpython-313.pyc
                                    __init__.py
                                    _internal.cpython-313-darwin.so
                                    _num_threads.cpython-313-darwin.so
                                    array_exprs.py
                                    decorators.py
                                    dufunc.py
                                    gufunc.py
                                    omppool.cpython-313-darwin.so
                                    parallel.py
                                    sigparse.py
                                    ufunc_base.py
                                    ufuncbuilder.py
                                    workqueue.cpython-313-darwin.so
                                    wrappers.py
                                unsafe/
                                    __init__.py
                                    ndarray.py
                                __init__.py
                                arraymath.py
                                arrayobj.py
                                extensions.py
                                linalg.py
                                new_arraymath.py
                                npdatetime.py
                                npdatetime_helpers.py
                                npyfuncs.py
                                npyimpl.py
                                numpy_support.py
                                old_arraymath.py
                                ufunc_db.py
                            parfors/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    array_analysis.cpython-313.pyc
                                    parfor.cpython-313.pyc
                                    parfor_lowering.cpython-313.pyc
                                    parfor_lowering_utils.cpython-313.pyc
                                __init__.py
                                array_analysis.py
                                parfor.py
                                parfor_lowering.py
                                parfor_lowering_utils.py
                            pycc/
                                __init__.py
                                cc.py
                                compiler.py
                                decorators.py
                                llvm_types.py
                                modulemixin.c
                                platform.py
                            scripts/
                                __init__.py
                                generate_lower_listing.py
                            stencils/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    stencil.cpython-313.pyc
                                    stencilparfor.cpython-313.pyc
                                __init__.py
                                stencil.py
                                stencilparfor.py
                            testing/
                                __init__.py
                                __main__.py
                                _runtests.py
                                loader.py
                                main.py
                                notebook.py
                            tests/
                                doc_examples/
                                    __init__.py
                                    test_examples.py
                                    test_interval_example.py
                                    test_jitclass.py
                                    test_literal_container_usage.py
                                    test_literally_usage.py
                                    test_llvm_pass_timings.py
                                    test_numpy_generators.py
                                    test_parallel_chunksize.py
                                    test_rec_array.py
                                    test_structref_usage.py
                                    test_typed_dict_usage.py
                                    test_typed_list_usage.py
                                gdb/
                                    __init__.py
                                    test_array_arg.py
                                    test_basic.py
                                    test_break_on_symbol.py
                                    test_break_on_symbol_version.py
                                    test_conditional_breakpoint.py
                                    test_pretty_print.py
                                npyufunc/
                                    __init__.py
                                    cache_usecases.py
                                    test_caching.py
                                    test_dufunc.py
                                    test_errors.py
                                    test_gufunc.py
                                    test_parallel_env_variable.py
                                    test_parallel_low_work.py
                                    test_parallel_ufunc_issues.py
                                    test_ufunc.py
                                    test_ufuncbuilding.py
                                    test_update_inplace.py
                                    test_vectorize_decor.py
                                    ufuncbuilding_usecases.py
                                pycc_distutils_usecase/
                                    nested/
                                        __init__.py
                                        source_module.py
                                    __init__.py
                                    setup_distutils.py
                                    setup_distutils_nested.py
                                    setup_setuptools.py
                                    setup_setuptools_nested.py
                                    source_module.py
                                __init__.py
                                annotation_usecases.py
                                cache_usecases.py
                                cffi_usecases.py
                                cfunc_cache_usecases.py
                                chained_assign_usecases.py
                                cloudpickle_main_class.py
                                compile_with_pycc.py
                                complex_usecases.py
                                ctypes_usecases.py
                                doctest_usecase.py
                                dummy_module.py
                                enum_usecases.py
                                error_usecases.py
                                errorhandling_usecases.py
                                gdb_support.py
                                inlining_usecases.py
                                matmul_usecase.py
                                orphaned_semaphore_usecase.py
                                overload_usecases.py
                                parfor_iss9490_usecase.py
                                parfors_cache_usecases.py
                                pdlike_usecase.py
                                recursion_usecases.py
                                serialize_usecases.py
                                support.py
                                test_alignment.py
                                test_analysis.py
                                test_annotations.py
                                test_api.py
                                test_array_analysis.py
                                test_array_attr.py
                                test_array_constants.py
                                test_array_exprs.py
                                test_array_iterators.py
                                test_array_manipulation.py
                                test_array_methods.py
                                test_array_reductions.py
                                test_array_return.py
                                test_asnumbatype.py
                                test_auto_constants.py
                                test_blackscholes.py
                                test_boundscheck.py
                                test_buffer_protocol.py
                                test_builtins.py
                                test_byteflow.py
                                test_caching.py
                                test_casting.py
                                test_cffi.py
                                test_cfunc.py
                                test_cgutils.py
                                test_chained_assign.py
                                test_chrome_trace.py
                                test_cli.py
                                test_closure.py
                                test_codegen.py
                                test_compile_cache.py
                                test_compiler_flags.py
                                test_compiler_lock.py
                                test_complex.py
                                test_comprehension.py
                                test_conditions_as_predicates.py
                                test_config.py
                                test_conversion.py
                                test_copy_propagate.py
                                test_ctypes.py
                                test_dataflow.py
                                test_datamodel.py
                                test_debug.py
                                test_debuginfo.py
                                test_deprecations.py
                                test_dictimpl.py
                                test_dictobject.py
                                test_dicts.py
                                test_dispatcher.py
                                test_doctest.py
                                test_dyn_array.py
                                test_dyn_func.py
                                test_entrypoints.py
                                test_enums.py
                                test_errorhandling.py
                                test_errormodels.py
                                test_event.py
                                test_exceptions.py
                                test_extended_arg.py
                                test_extending.py
                                test_extending_types.py
                                test_fancy_indexing.py
                                test_fastmath.py
                                test_findlib.py
                                test_firstlinefinder.py
                                test_flow_control.py
                                test_func_interface.py
                                test_func_lifetime.py
                                test_funcdesc.py
                                test_function_type.py
                                test_gdb_bindings.py
                                test_gdb_dwarf.py
                                test_generators.py
                                test_getitem_on_types.py
                                test_gil.py
                                test_globals.py
                                test_hashing.py
                                test_heapq.py
                                test_help.py
                                test_import.py
                                test_indexing.py
                                test_init_utils.py
                                test_inlining.py
                                test_interpreter.py
                                test_interproc.py
                                test_intwidth.py
                                test_ir.py
                                test_ir_inlining.py
                                test_ir_utils.py
                                test_itanium_mangler.py
                                test_iteration.py
                                test_jit_module.py
                                test_jitclasses.py
                                test_jitmethod.py
                                test_linalg.py
                                test_listimpl.py
                                test_listobject.py
                                test_lists.py
                                test_literal_dispatch.py
                                test_llvm_pass_timings.py
                                test_llvm_version_check.py
                                test_locals.py
                                test_looplifting.py
                                test_make_function_to_jit_function.py
                                test_mandelbrot.py
                                test_mangling.py
                                test_map_filter_reduce.py
                                test_mathlib.py
                                test_maxmin.py
                                test_misc_coverage_support.py
                                test_mixed_tuple_unroller.py
                                test_moved_modules.py
                                test_multi3.py
                                test_nan.py
                                test_ndarray_subclasses.py
                                test_nested_calls.py
                                test_new_type_system.py
                                test_np_functions.py
                                test_np_randomgen.py
                                test_npdatetime.py
                                test_nrt.py
                                test_nrt_refct.py
                                test_num_threads.py
                                test_numberctor.py
                                test_numbers.py
                                test_numconv.py
                                test_numpy_support.py
                                test_numpyadapt.py
                                test_obj_lifetime.py
                                test_object_mode.py
                                test_objects.py
                                test_operators.py
                                test_optimisation_pipelines.py
                                test_optional.py
                                test_overlap.py
                                test_parallel_backend.py
                                test_parfors.py
                                test_parfors_caching.py
                                test_parfors_passes.py
                                test_pipeline.py
                                test_polynomial.py
                                test_practical_lowering_issues.py
                                test_print.py
                                test_profiler.py
                                test_pycc.py
                                test_python_int.py
                                test_pythonapi.py
                                test_random.py
                                test_range.py
                                test_recarray_usecases.py
                                test_record_dtype.py
                                test_recursion.py
                                test_refop_pruning.py
                                test_remove_dead.py
                                test_repr.py
                                test_return_values.py
                                test_runtests.py
                                test_serialize.py
                                test_sets.py
                                test_slices.py
                                test_sort.py
                                test_ssa.py
                                test_stencils.py
                                test_storeslice.py
                                test_struct_ref.py
                                test_support.py
                                test_svml.py
                                test_sys_monitoring.py
                                test_sys_stdin_assignment.py
                                test_sysinfo.py
                                test_target_extension.py
                                test_target_overloadselector.py
                                test_threadsafety.py
                                test_tracing.py
                                test_try_except.py
                                test_tuples.py
                                test_typeconv.py
                                test_typedlist.py
                                test_typedobjectutils.py
                                test_typeguard.py
                                test_typeinfer.py
                                test_typenames.py
                                test_typeof.py
                                test_types.py
                                test_typingerror.py
                                test_ufuncs.py
                                test_unicode.py
                                test_unicode_array.py
                                test_unicode_names.py
                                test_unpack_sequence.py
                                test_unpickle_without_module.py
                                test_unsafe_intrinsics.py
                                test_usecases.py
                                test_vectorization.py
                                test_vectorization_type_inference.py
                                test_warnings.py
                                test_withlifting.py
                                threading_backend_usecases.py
                                typedlist_usecases.py
                                usecases.py
                            typed/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                                dictimpl.py
                                dictobject.py
                                listobject.py
                                py.typed
                                typeddict.py
                                typedlist.py
                                typedobjectutils.py
                            types/
                                __init__.py
                            __init__.py
                            __main__.py
                            _arraystruct.h
                            _devicearray.cpython-313-darwin.so
                            _devicearray.h
                            _dispatcher.cpython-313-darwin.so
                            _dynfunc.c
                            _dynfunc.cpython-313-darwin.so
                            _dynfuncmod.c
                            _hashtable.h
                            _helperlib.c
                            _helperlib.cpython-313-darwin.so
                            _helpermod.c
                            _lapack.c
                            _numba_common.h
                            _pymodule.h
                            _random.c
                            _typeof.h
                            _unicodetype_db.h
                            _version.py
                            capsulethunk.h
                            extending.py
                            mathnames.h
                            mviewbuf.c
                            mviewbuf.cpython-313-darwin.so
                            pythoncapi_compat.h
                            runtests.py
                        numba-0.61.2.dist-info/
                            INSTALLER
                            LICENSE
                            LICENSES.third-party
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        numpy/
                            __pycache__/
                                __config__.cpython-313.pyc
                                __init__.cpython-313.pyc
                                _array_api_info.cpython-313.pyc
                                _distributor_init.cpython-313.pyc
                                _expired_attrs_2_0.cpython-313.pyc
                                _globals.cpython-313.pyc
                                _pytesttester.cpython-313.pyc
                                dtypes.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                version.cpython-313.pyc
                            _core/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _add_newdocs.cpython-313.pyc
                                    _add_newdocs_scalars.cpython-313.pyc
                                    _asarray.cpython-313.pyc
                                    _dtype.cpython-313.pyc
                                    _dtype_ctypes.cpython-313.pyc
                                    _exceptions.cpython-313.pyc
                                    _internal.cpython-313.pyc
                                    _machar.cpython-313.pyc
                                    _methods.cpython-313.pyc
                                    _string_helpers.cpython-313.pyc
                                    _type_aliases.cpython-313.pyc
                                    _ufunc_config.cpython-313.pyc
                                    arrayprint.cpython-313.pyc
                                    einsumfunc.cpython-313.pyc
                                    fromnumeric.cpython-313.pyc
                                    function_base.cpython-313.pyc
                                    getlimits.cpython-313.pyc
                                    memmap.cpython-313.pyc
                                    multiarray.cpython-313.pyc
                                    numeric.cpython-313.pyc
                                    numerictypes.cpython-313.pyc
                                    overrides.cpython-313.pyc
                                    printoptions.cpython-313.pyc
                                    records.cpython-313.pyc
                                    shape_base.cpython-313.pyc
                                    umath.cpython-313.pyc
                                include/
                                    numpy/
                                        random/
                                            bitgen.h
                                            distributions.h
                                            libdivide.h
                                            LICENSE.txt
                                        __multiarray_api.c
                                        __multiarray_api.h
                                        __ufunc_api.c
                                        __ufunc_api.h
                                        _neighborhood_iterator_imp.h
                                        _numpyconfig.h
                                        _public_dtype_api_table.h
                                        arrayobject.h
                                        arrayscalars.h
                                        dtype_api.h
                                        halffloat.h
                                        ndarrayobject.h
                                        ndarraytypes.h
                                        npy_1_7_deprecated_api.h
                                        npy_2_compat.h
                                        npy_2_complexcompat.h
                                        npy_3kcompat.h
                                        npy_common.h
                                        npy_cpu.h
                                        npy_endian.h
                                        npy_math.h
                                        npy_no_deprecated_api.h
                                        npy_os.h
                                        numpyconfig.h
                                        ufuncobject.h
                                        utils.h
                                lib/
                                    npy-pkg-config/
                                        mlib.ini
                                        npymath.ini
                                    pkgconfig/
                                        numpy.pc
                                    libnpymath.a
                                tests/
                                    data/
                                        astype_copy.pkl
                                        generate_umath_validation_data.cpp
                                        recarray_from_file.fits
                                        umath-validation-set-arccos.csv
                                        umath-validation-set-arccosh.csv
                                        umath-validation-set-arcsin.csv
                                        umath-validation-set-arcsinh.csv
                                        umath-validation-set-arctan.csv
                                        umath-validation-set-arctanh.csv
                                        umath-validation-set-cbrt.csv
                                        umath-validation-set-cos.csv
                                        umath-validation-set-cosh.csv
                                        umath-validation-set-exp.csv
                                        umath-validation-set-exp2.csv
                                        umath-validation-set-expm1.csv
                                        umath-validation-set-log.csv
                                        umath-validation-set-log10.csv
                                        umath-validation-set-log1p.csv
                                        umath-validation-set-log2.csv
                                        umath-validation-set-README.txt
                                        umath-validation-set-sin.csv
                                        umath-validation-set-sinh.csv
                                        umath-validation-set-tan.csv
                                        umath-validation-set-tanh.csv
                                    examples/
                                        cython/
                                            checks.pyx
                                            meson.build
                                            setup.py
                                        limited_api/
                                            limited_api1.c
                                            limited_api2.pyx
                                            limited_api_latest.c
                                            meson.build
                                            setup.py
                                    _locales.py
                                    _natype.py
                                    test__exceptions.py
                                    test_abc.py
                                    test_api.py
                                    test_argparse.py
                                    test_array_api_info.py
                                    test_array_coercion.py
                                    test_array_interface.py
                                    test_arraymethod.py
                                    test_arrayobject.py
                                    test_arrayprint.py
                                    test_casting_floatingpoint_errors.py
                                    test_casting_unittests.py
                                    test_conversion_utils.py
                                    test_cpu_dispatcher.py
                                    test_cpu_features.py
                                    test_custom_dtypes.py
                                    test_cython.py
                                    test_datetime.py
                                    test_defchararray.py
                                    test_deprecations.py
                                    test_dlpack.py
                                    test_dtype.py
                                    test_einsum.py
                                    test_errstate.py
                                    test_extint128.py
                                    test_function_base.py
                                    test_getlimits.py
                                    test_half.py
                                    test_hashtable.py
                                    test_indexerrors.py
                                    test_indexing.py
                                    test_item_selection.py
                                    test_limited_api.py
                                    test_longdouble.py
                                    test_machar.py
                                    test_mem_overlap.py
                                    test_mem_policy.py
                                    test_memmap.py
                                    test_multiarray.py
                                    test_multithreading.py
                                    test_nditer.py
                                    test_nep50_promotions.py
                                    test_numeric.py
                                    test_numerictypes.py
                                    test_overrides.py
                                    test_print.py
                                    test_protocols.py
                                    test_records.py
                                    test_regression.py
                                    test_scalar_ctors.py
                                    test_scalar_methods.py
                                    test_scalarbuffer.py
                                    test_scalarinherit.py
                                    test_scalarmath.py
                                    test_scalarprint.py
                                    test_shape_base.py
                                    test_simd.py
                                    test_simd_module.py
                                    test_stringdtype.py
                                    test_strings.py
                                    test_ufunc.py
                                    test_umath.py
                                    test_umath_accuracy.py
                                    test_umath_complex.py
                                    test_unicode.py
                                __init__.py
                                __init__.pyi
                                _add_newdocs.py
                                _add_newdocs.pyi
                                _add_newdocs_scalars.py
                                _add_newdocs_scalars.pyi
                                _asarray.py
                                _asarray.pyi
                                _dtype.py
                                _dtype.pyi
                                _dtype_ctypes.py
                                _dtype_ctypes.pyi
                                _exceptions.py
                                _exceptions.pyi
                                _internal.py
                                _internal.pyi
                                _machar.py
                                _machar.pyi
                                _methods.py
                                _methods.pyi
                                _multiarray_tests.cpython-313-darwin.so
                                _multiarray_umath.cpython-313-darwin.so
                                _operand_flag_tests.cpython-313-darwin.so
                                _rational_tests.cpython-313-darwin.so
                                _simd.cpython-313-darwin.so
                                _simd.pyi
                                _string_helpers.py
                                _string_helpers.pyi
                                _struct_ufunc_tests.cpython-313-darwin.so
                                _type_aliases.py
                                _type_aliases.pyi
                                _ufunc_config.py
                                _ufunc_config.pyi
                                _umath_tests.cpython-313-darwin.so
                                arrayprint.py
                                arrayprint.pyi
                                cversions.py
                                defchararray.py
                                defchararray.pyi
                                einsumfunc.py
                                einsumfunc.pyi
                                fromnumeric.py
                                fromnumeric.pyi
                                function_base.py
                                function_base.pyi
                                getlimits.py
                                getlimits.pyi
                                memmap.py
                                memmap.pyi
                                multiarray.py
                                multiarray.pyi
                                numeric.py
                                numeric.pyi
                                numerictypes.py
                                numerictypes.pyi
                                overrides.py
                                overrides.pyi
                                printoptions.py
                                printoptions.pyi
                                records.py
                                records.pyi
                                shape_base.py
                                shape_base.pyi
                                strings.py
                                strings.pyi
                                umath.py
                                umath.pyi
                            _pyinstaller/
                                tests/
                                    __init__.py
                                    pyinstaller-smoke.py
                                    test_pyinstaller.py
                                __init__.py
                                __init__.pyi
                                hook-numpy.py
                                hook-numpy.pyi
                            _typing/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _array_like.cpython-313.pyc
                                    _char_codes.cpython-313.pyc
                                    _dtype_like.cpython-313.pyc
                                    _nbit.cpython-313.pyc
                                    _nbit_base.cpython-313.pyc
                                    _nested_sequence.cpython-313.pyc
                                    _scalars.cpython-313.pyc
                                    _shape.cpython-313.pyc
                                    _ufunc.cpython-313.pyc
                                __init__.py
                                _add_docstring.py
                                _array_like.py
                                _callable.pyi
                                _char_codes.py
                                _dtype_like.py
                                _extended_precision.py
                                _nbit.py
                                _nbit_base.py
                                _nested_sequence.py
                                _scalars.py
                                _shape.py
                                _ufunc.py
                                _ufunc.pyi
                            _utils/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _convertions.cpython-313.pyc
                                    _inspect.cpython-313.pyc
                                __init__.py
                                __init__.pyi
                                _convertions.py
                                _convertions.pyi
                                _inspect.py
                                _inspect.pyi
                                _pep440.py
                                _pep440.pyi
                            char/
                                __init__.py
                                __init__.pyi
                            compat/
                                tests/
                                    __init__.py
                                __init__.py
                                py3k.py
                            core/
                                __init__.py
                                __init__.pyi
                                _dtype.py
                                _dtype.pyi
                                _dtype_ctypes.py
                                _dtype_ctypes.pyi
                                _internal.py
                                _multiarray_umath.py
                                _utils.py
                                arrayprint.py
                                defchararray.py
                                einsumfunc.py
                                fromnumeric.py
                                function_base.py
                                getlimits.py
                                multiarray.py
                                numeric.py
                                numerictypes.py
                                overrides.py
                                overrides.pyi
                                records.py
                                shape_base.py
                                umath.py
                            doc/
                                ufuncs.py
                            f2py/
                                _backends/
                                    __init__.py
                                    _backend.py
                                    _distutils.py
                                    _meson.py
                                    meson.build.template
                                src/
                                    fortranobject.c
                                    fortranobject.h
                                tests/
                                    src/
                                        abstract_interface/
                                            foo.f90
                                            gh18403_mod.f90
                                        array_from_pyobj/
                                            wrapmodule.c
                                        assumed_shape/
                                            .f2py_f2cmap
                                            foo_free.f90
                                            foo_mod.f90
                                            foo_use.f90
                                            precision.f90
                                        block_docstring/
                                            foo.f
                                        callback/
                                            foo.f
                                            gh17797.f90
                                            gh18335.f90
                                            gh25211.f
                                            gh25211.pyf
                                            gh26681.f90
                                        cli/
                                            gh_22819.pyf
                                            hi77.f
                                            hiworld.f90
                                        common/
                                            block.f
                                            gh19161.f90
                                        crackfortran/
                                            accesstype.f90
                                            common_with_division.f
                                            data_common.f
                                            data_multiplier.f
                                            data_stmts.f90
                                            data_with_comments.f
                                            foo_deps.f90
                                            gh15035.f
                                            gh17859.f
                                            gh22648.pyf
                                            gh23533.f
                                            gh23598.f90
                                            gh23598Warn.f90
                                            gh23879.f90
                                            gh27697.f90
                                            gh2848.f90
                                            operators.f90
                                            privatemod.f90
                                            publicmod.f90
                                            pubprivmod.f90
                                            unicode_comment.f90
                                        f2cmap/
                                            .f2py_f2cmap
                                            isoFortranEnvMap.f90
                                        isocintrin/
                                            isoCtests.f90
                                        kind/
                                            foo.f90
                                        mixed/
                                            foo.f
                                            foo_fixed.f90
                                            foo_free.f90
                                        modules/
                                            gh25337/
                                                data.f90
                                                use_data.f90
                                            gh26920/
                                                two_mods_with_no_public_entities.f90
                                                two_mods_with_one_public_routine.f90
                                            module_data_docstring.f90
                                            use_modules.f90
                                        negative_bounds/
                                            issue_20853.f90
                                        parameter/
                                            constant_array.f90
                                            constant_both.f90
                                            constant_compound.f90
                                            constant_integer.f90
                                            constant_non_compound.f90
                                            constant_real.f90
                                        quoted_character/
                                            foo.f
                                        regression/
                                            AB.inc
                                            assignOnlyModule.f90
                                            datonly.f90
                                            f77comments.f
                                            f77fixedform.f95
                                            f90continuation.f90
                                            incfile.f90
                                            inout.f90
                                            lower_f2py_fortran.f90
                                        return_character/
                                            foo77.f
                                            foo90.f90
                                        return_complex/
                                            foo77.f
                                            foo90.f90
                                        return_integer/
                                            foo77.f
                                            foo90.f90
                                        return_logical/
                                            foo77.f
                                            foo90.f90
                                        return_real/
                                            foo77.f
                                            foo90.f90
                                        routines/
                                            funcfortranname.f
                                            funcfortranname.pyf
                                            subrout.f
                                            subrout.pyf
                                        size/
                                            foo.f90
                                        string/
                                            char.f90
                                            fixed_string.f90
                                            gh24008.f
                                            gh24662.f90
                                            gh25286.f90
                                            gh25286.pyf
                                            gh25286_bc.pyf
                                            scalar_string.f90
                                            string.f
                                        value_attrspec/
                                            gh21665.f90
                                    __init__.py
                                    test_abstract_interface.py
                                    test_array_from_pyobj.py
                                    test_assumed_shape.py
                                    test_block_docstring.py
                                    test_callback.py
                                    test_character.py
                                    test_common.py
                                    test_crackfortran.py
                                    test_data.py
                                    test_docs.py
                                    test_f2cmap.py
                                    test_f2py2e.py
                                    test_isoc.py
                                    test_kind.py
                                    test_mixed.py
                                    test_modules.py
                                    test_parameter.py
                                    test_pyf_src.py
                                    test_quoted_character.py
                                    test_regression.py
                                    test_return_character.py
                                    test_return_complex.py
                                    test_return_integer.py
                                    test_return_logical.py
                                    test_return_real.py
                                    test_routines.py
                                    test_semicolon_split.py
                                    test_size.py
                                    test_string.py
                                    test_symbolic.py
                                    test_value_attrspec.py
                                    util.py
                                __init__.py
                                __init__.pyi
                                __main__.py
                                __version__.py
                                _isocbind.py
                                _src_pyf.py
                                auxfuncs.py
                                capi_maps.py
                                cb_rules.py
                                cfuncs.py
                                common_rules.py
                                crackfortran.py
                                diagnose.py
                                f2py2e.py
                                f90mod_rules.py
                                func2subr.py
                                rules.py
                                setup.cfg
                                symbolic.py
                                use_rules.py
                            fft/
                                tests/
                                    __init__.py
                                    test_helper.py
                                    test_pocketfft.py
                                __init__.py
                                __init__.pyi
                                _helper.py
                                _helper.pyi
                                _pocketfft.py
                                _pocketfft.pyi
                                _pocketfft_umath.cpython-313-darwin.so
                                helper.py
                                helper.pyi
                            lib/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _array_utils_impl.cpython-313.pyc
                                    _arraypad_impl.cpython-313.pyc
                                    _arraysetops_impl.cpython-313.pyc
                                    _arrayterator_impl.cpython-313.pyc
                                    _datasource.cpython-313.pyc
                                    _function_base_impl.cpython-313.pyc
                                    _histograms_impl.cpython-313.pyc
                                    _index_tricks_impl.cpython-313.pyc
                                    _iotools.cpython-313.pyc
                                    _nanfunctions_impl.cpython-313.pyc
                                    _npyio_impl.cpython-313.pyc
                                    _polynomial_impl.cpython-313.pyc
                                    _scimath_impl.cpython-313.pyc
                                    _shape_base_impl.cpython-313.pyc
                                    _stride_tricks_impl.cpython-313.pyc
                                    _twodim_base_impl.cpython-313.pyc
                                    _type_check_impl.cpython-313.pyc
                                    _ufunclike_impl.cpython-313.pyc
                                    _utils_impl.cpython-313.pyc
                                    _version.cpython-313.pyc
                                    array_utils.cpython-313.pyc
                                    format.cpython-313.pyc
                                    introspect.cpython-313.pyc
                                    mixins.cpython-313.pyc
                                    npyio.cpython-313.pyc
                                    scimath.cpython-313.pyc
                                    stride_tricks.cpython-313.pyc
                                tests/
                                    data/
                                        py2-np0-objarr.npy
                                        py2-objarr.npy
                                        py2-objarr.npz
                                        py3-objarr.npy
                                        py3-objarr.npz
                                        python3.npy
                                        win64python2.npy
                                    __init__.py
                                    test__datasource.py
                                    test__iotools.py
                                    test__version.py
                                    test_array_utils.py
                                    test_arraypad.py
                                    test_arraysetops.py
                                    test_arrayterator.py
                                    test_format.py
                                    test_function_base.py
                                    test_histograms.py
                                    test_index_tricks.py
                                    test_io.py
                                    test_loadtxt.py
                                    test_mixins.py
                                    test_nanfunctions.py
                                    test_packbits.py
                                    test_polynomial.py
                                    test_recfunctions.py
                                    test_regression.py
                                    test_shape_base.py
                                    test_stride_tricks.py
                                    test_twodim_base.py
                                    test_type_check.py
                                    test_ufunclike.py
                                    test_utils.py
                                __init__.py
                                __init__.pyi
                                _array_utils_impl.py
                                _array_utils_impl.pyi
                                _arraypad_impl.py
                                _arraypad_impl.pyi
                                _arraysetops_impl.py
                                _arraysetops_impl.pyi
                                _arrayterator_impl.py
                                _arrayterator_impl.pyi
                                _datasource.py
                                _datasource.pyi
                                _function_base_impl.py
                                _function_base_impl.pyi
                                _histograms_impl.py
                                _histograms_impl.pyi
                                _index_tricks_impl.py
                                _index_tricks_impl.pyi
                                _iotools.py
                                _iotools.pyi
                                _nanfunctions_impl.py
                                _nanfunctions_impl.pyi
                                _npyio_impl.py
                                _npyio_impl.pyi
                                _polynomial_impl.py
                                _polynomial_impl.pyi
                                _scimath_impl.py
                                _scimath_impl.pyi
                                _shape_base_impl.py
                                _shape_base_impl.pyi
                                _stride_tricks_impl.py
                                _stride_tricks_impl.pyi
                                _twodim_base_impl.py
                                _twodim_base_impl.pyi
                                _type_check_impl.py
                                _type_check_impl.pyi
                                _ufunclike_impl.py
                                _ufunclike_impl.pyi
                                _user_array_impl.py
                                _user_array_impl.pyi
                                _utils_impl.py
                                _utils_impl.pyi
                                _version.py
                                _version.pyi
                                array_utils.py
                                array_utils.pyi
                                format.py
                                format.pyi
                                introspect.py
                                introspect.pyi
                                mixins.py
                                mixins.pyi
                                npyio.py
                                npyio.pyi
                                recfunctions.py
                                recfunctions.pyi
                                scimath.py
                                scimath.pyi
                                stride_tricks.py
                                stride_tricks.pyi
                                user_array.py
                                user_array.pyi
                            linalg/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _linalg.cpython-313.pyc
                                    linalg.cpython-313.pyc
                                tests/
                                    __init__.py
                                    test_deprecations.py
                                    test_linalg.py
                                    test_regression.py
                                __init__.py
                                __init__.pyi
                                _linalg.py
                                _linalg.pyi
                                _umath_linalg.cpython-313-darwin.so
                                _umath_linalg.pyi
                                lapack_lite.cpython-313-darwin.so
                                lapack_lite.pyi
                                linalg.py
                                linalg.pyi
                            ma/
                                tests/
                                    __init__.py
                                    test_arrayobject.py
                                    test_core.py
                                    test_deprecations.py
                                    test_extras.py
                                    test_mrecords.py
                                    test_old_ma.py
                                    test_regression.py
                                    test_subclassing.py
                                __init__.py
                                __init__.pyi
                                API_CHANGES.txt
                                core.py
                                core.pyi
                                extras.py
                                extras.pyi
                                LICENSE
                                mrecords.py
                                mrecords.pyi
                                README.rst
                                testutils.py
                                timer_comparison.py
                            matrixlib/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    defmatrix.cpython-313.pyc
                                tests/
                                    __init__.py
                                    test_defmatrix.py
                                    test_interaction.py
                                    test_masked_matrix.py
                                    test_matrix_linalg.py
                                    test_multiarray.py
                                    test_numeric.py
                                    test_regression.py
                                __init__.py
                                __init__.pyi
                                defmatrix.py
                                defmatrix.pyi
                            polynomial/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _polybase.cpython-313.pyc
                                    chebyshev.cpython-313.pyc
                                    hermite.cpython-313.pyc
                                    hermite_e.cpython-313.pyc
                                    laguerre.cpython-313.pyc
                                    legendre.cpython-313.pyc
                                    polynomial.cpython-313.pyc
                                    polyutils.cpython-313.pyc
                                tests/
                                    __init__.py
                                    test_chebyshev.py
                                    test_classes.py
                                    test_hermite.py
                                    test_hermite_e.py
                                    test_laguerre.py
                                    test_legendre.py
                                    test_polynomial.py
                                    test_polyutils.py
                                    test_printing.py
                                    test_symbol.py
                                __init__.py
                                __init__.pyi
                                _polybase.py
                                _polybase.pyi
                                _polytypes.pyi
                                chebyshev.py
                                chebyshev.pyi
                                hermite.py
                                hermite.pyi
                                hermite_e.py
                                hermite_e.pyi
                                laguerre.py
                                laguerre.pyi
                                legendre.py
                                legendre.pyi
                                polynomial.py
                                polynomial.pyi
                                polyutils.py
                                polyutils.pyi
                            random/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _pickle.cpython-313.pyc
                                _examples/
                                    cffi/
                                        extending.py
                                        parse.py
                                    cython/
                                        extending.pyx
                                        extending_distributions.pyx
                                        meson.build
                                    numba/
                                        extending.py
                                        extending_distributions.py
                                lib/
                                    libnpyrandom.a
                                tests/
                                    data/
                                        __init__.py
                                        generator_pcg64_np121.pkl.gz
                                        generator_pcg64_np126.pkl.gz
                                        mt19937-testset-1.csv
                                        mt19937-testset-2.csv
                                        pcg64-testset-1.csv
                                        pcg64-testset-2.csv
                                        pcg64dxsm-testset-1.csv
                                        pcg64dxsm-testset-2.csv
                                        philox-testset-1.csv
                                        philox-testset-2.csv
                                        sfc64-testset-1.csv
                                        sfc64-testset-2.csv
                                        sfc64_np126.pkl.gz
                                    __init__.py
                                    test_direct.py
                                    test_extending.py
                                    test_generator_mt19937.py
                                    test_generator_mt19937_regressions.py
                                    test_random.py
                                    test_randomstate.py
                                    test_randomstate_regression.py
                                    test_regression.py
                                    test_seed_sequence.py
                                    test_smoke.py
                                __init__.pxd
                                __init__.py
                                __init__.pyi
                                _bounded_integers.cpython-313-darwin.so
                                _bounded_integers.pxd
                                _common.cpython-313-darwin.so
                                _common.pxd
                                _generator.cpython-313-darwin.so
                                _generator.pyi
                                _mt19937.cpython-313-darwin.so
                                _mt19937.pyi
                                _pcg64.cpython-313-darwin.so
                                _pcg64.pyi
                                _philox.cpython-313-darwin.so
                                _philox.pyi
                                _pickle.py
                                _pickle.pyi
                                _sfc64.cpython-313-darwin.so
                                _sfc64.pyi
                                bit_generator.cpython-313-darwin.so
                                bit_generator.pxd
                                bit_generator.pyi
                                c_distributions.pxd
                                LICENSE.md
                                mtrand.cpython-313-darwin.so
                                mtrand.pyi
                            rec/
                                __init__.py
                                __init__.pyi
                            strings/
                                __init__.py
                                __init__.pyi
                            testing/
                                _private/
                                    __init__.py
                                    __init__.pyi
                                    extbuild.py
                                    extbuild.pyi
                                    utils.py
                                    utils.pyi
                                tests/
                                    __init__.py
                                    test_utils.py
                                __init__.py
                                __init__.pyi
                                overrides.py
                                overrides.pyi
                                print_coercion_tables.py
                                print_coercion_tables.pyi
                            tests/
                                __init__.py
                                test__all__.py
                                test_configtool.py
                                test_ctypeslib.py
                                test_lazyloading.py
                                test_matlib.py
                                test_numpy_config.py
                                test_numpy_version.py
                                test_public_api.py
                                test_reloading.py
                                test_scripts.py
                                test_warnings.py
                            typing/
                                tests/
                                    data/
                                        fail/
                                            arithmetic.pyi
                                            array_constructors.pyi
                                            array_like.pyi
                                            array_pad.pyi
                                            arrayprint.pyi
                                            arrayterator.pyi
                                            bitwise_ops.pyi
                                            char.pyi
                                            chararray.pyi
                                            comparisons.pyi
                                            constants.pyi
                                            datasource.pyi
                                            dtype.pyi
                                            einsumfunc.pyi
                                            flatiter.pyi
                                            fromnumeric.pyi
                                            histograms.pyi
                                            index_tricks.pyi
                                            lib_function_base.pyi
                                            lib_polynomial.pyi
                                            lib_utils.pyi
                                            lib_version.pyi
                                            linalg.pyi
                                            memmap.pyi
                                            modules.pyi
                                            multiarray.pyi
                                            ndarray.pyi
                                            ndarray_misc.pyi
                                            nditer.pyi
                                            nested_sequence.pyi
                                            npyio.pyi
                                            numerictypes.pyi
                                            random.pyi
                                            rec.pyi
                                            scalars.pyi
                                            shape.pyi
                                            shape_base.pyi
                                            stride_tricks.pyi
                                            strings.pyi
                                            testing.pyi
                                            twodim_base.pyi
                                            type_check.pyi
                                            ufunc_config.pyi
                                            ufunclike.pyi
                                            ufuncs.pyi
                                            warnings_and_errors.pyi
                                        misc/
                                            extended_precision.pyi
                                        pass/
                                            arithmetic.py
                                            array_constructors.py
                                            array_like.py
                                            arrayprint.py
                                            arrayterator.py
                                            bitwise_ops.py
                                            comparisons.py
                                            dtype.py
                                            einsumfunc.py
                                            flatiter.py
                                            fromnumeric.py
                                            index_tricks.py
                                            lib_user_array.py
                                            lib_utils.py
                                            lib_version.py
                                            literal.py
                                            ma.py
                                            mod.py
                                            modules.py
                                            multiarray.py
                                            ndarray_conversion.py
                                            ndarray_misc.py
                                            ndarray_shape_manipulation.py
                                            nditer.py
                                            numeric.py
                                            numerictypes.py
                                            random.py
                                            recfunctions.py
                                            scalars.py
                                            shape.py
                                            simple.py
                                            simple_py3.py
                                            ufunc_config.py
                                            ufunclike.py
                                            ufuncs.py
                                            warnings_and_errors.py
                                        reveal/
                                            arithmetic.pyi
                                            array_api_info.pyi
                                            array_constructors.pyi
                                            arraypad.pyi
                                            arrayprint.pyi
                                            arraysetops.pyi
                                            arrayterator.pyi
                                            bitwise_ops.pyi
                                            char.pyi
                                            chararray.pyi
                                            comparisons.pyi
                                            constants.pyi
                                            ctypeslib.pyi
                                            datasource.pyi
                                            dtype.pyi
                                            einsumfunc.pyi
                                            emath.pyi
                                            fft.pyi
                                            flatiter.pyi
                                            fromnumeric.pyi
                                            getlimits.pyi
                                            histograms.pyi
                                            index_tricks.pyi
                                            lib_function_base.pyi
                                            lib_polynomial.pyi
                                            lib_utils.pyi
                                            lib_version.pyi
                                            linalg.pyi
                                            matrix.pyi
                                            memmap.pyi
                                            mod.pyi
                                            modules.pyi
                                            multiarray.pyi
                                            nbit_base_example.pyi
                                            ndarray_assignability.pyi
                                            ndarray_conversion.pyi
                                            ndarray_misc.pyi
                                            ndarray_shape_manipulation.pyi
                                            nditer.pyi
                                            nested_sequence.pyi
                                            npyio.pyi
                                            numeric.pyi
                                            numerictypes.pyi
                                            polynomial_polybase.pyi
                                            polynomial_polyutils.pyi
                                            polynomial_series.pyi
                                            random.pyi
                                            rec.pyi
                                            scalars.pyi
                                            shape.pyi
                                            shape_base.pyi
                                            stride_tricks.pyi
                                            strings.pyi
                                            testing.pyi
                                            twodim_base.pyi
                                            type_check.pyi
                                            ufunc_config.pyi
                                            ufunclike.pyi
                                            ufuncs.pyi
                                            warnings_and_errors.pyi
                                        mypy.ini
                                    __init__.py
                                    test_isfile.py
                                    test_runtime.py
                                    test_typing.py
                                __init__.py
                                mypy_plugin.py
                            __config__.py
                            __config__.pyi
                            __init__.cython-30.pxd
                            __init__.pxd
                            __init__.py
                            __init__.pyi
                            _array_api_info.py
                            _array_api_info.pyi
                            _configtool.py
                            _configtool.pyi
                            _distributor_init.py
                            _distributor_init.pyi
                            _expired_attrs_2_0.py
                            _expired_attrs_2_0.pyi
                            _globals.py
                            _globals.pyi
                            _pytesttester.py
                            _pytesttester.pyi
                            conftest.py
                            ctypeslib.py
                            ctypeslib.pyi
                            dtypes.py
                            dtypes.pyi
                            exceptions.py
                            exceptions.pyi
                            matlib.py
                            matlib.pyi
                            py.typed
                            version.py
                            version.pyi
                        numpy-2.2.6.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        overrides/
                            __init__.py
                            enforce.py
                            final.py
                            overrides.py
                            py.typed
                            signature.py
                            typing_utils.py
                        overrides-7.7.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        packaging/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _elffile.cpython-313.pyc
                                _manylinux.cpython-313.pyc
                                _musllinux.cpython-313.pyc
                                _parser.cpython-313.pyc
                                _structures.cpython-313.pyc
                                _tokenizer.cpython-313.pyc
                                markers.cpython-313.pyc
                                requirements.cpython-313.pyc
                                specifiers.cpython-313.pyc
                                tags.cpython-313.pyc
                                utils.cpython-313.pyc
                                version.cpython-313.pyc
                            licenses/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _spdx.cpython-313.pyc
                                __init__.py
                                _spdx.py
                            __init__.py
                            _elffile.py
                            _manylinux.py
                            _musllinux.py
                            _parser.py
                            _structures.py
                            _tokenizer.py
                            markers.py
                            metadata.py
                            py.typed
                            requirements.py
                            specifiers.py
                            tags.py
                            utils.py
                            version.py
                        packaging-25.0.dist-info/
                            licenses/
                                LICENSE
                                LICENSE.APACHE
                                LICENSE.BSD
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pandas/
                            _config/
                                __init__.py
                                config.py
                                dates.py
                                display.py
                                localization.py
                            _libs/
                                tslibs/
                                    __init__.py
                                    base.cpython-313-darwin.so
                                    ccalendar.cpython-313-darwin.so
                                    ccalendar.pyi
                                    conversion.cpython-313-darwin.so
                                    conversion.pyi
                                    dtypes.cpython-313-darwin.so
                                    dtypes.pyi
                                    fields.cpython-313-darwin.so
                                    fields.pyi
                                    nattype.cpython-313-darwin.so
                                    nattype.pyi
                                    np_datetime.cpython-313-darwin.so
                                    np_datetime.pyi
                                    offsets.cpython-313-darwin.so
                                    offsets.pyi
                                    parsing.cpython-313-darwin.so
                                    parsing.pyi
                                    period.cpython-313-darwin.so
                                    period.pyi
                                    strptime.cpython-313-darwin.so
                                    strptime.pyi
                                    timedeltas.cpython-313-darwin.so
                                    timedeltas.pyi
                                    timestamps.cpython-313-darwin.so
                                    timestamps.pyi
                                    timezones.cpython-313-darwin.so
                                    timezones.pyi
                                    tzconversion.cpython-313-darwin.so
                                    tzconversion.pyi
                                    vectorized.cpython-313-darwin.so
                                    vectorized.pyi
                                window/
                                    __init__.py
                                    aggregations.cpython-313-darwin.so
                                    aggregations.pyi
                                    indexers.cpython-313-darwin.so
                                    indexers.pyi
                                __init__.py
                                algos.cpython-313-darwin.so
                                algos.pyi
                                arrays.cpython-313-darwin.so
                                arrays.pyi
                                byteswap.cpython-313-darwin.so
                                byteswap.pyi
                                groupby.cpython-313-darwin.so
                                groupby.pyi
                                hashing.cpython-313-darwin.so
                                hashing.pyi
                                hashtable.cpython-313-darwin.so
                                hashtable.pyi
                                index.cpython-313-darwin.so
                                index.pyi
                                indexing.cpython-313-darwin.so
                                indexing.pyi
                                internals.cpython-313-darwin.so
                                internals.pyi
                                interval.cpython-313-darwin.so
                                interval.pyi
                                join.cpython-313-darwin.so
                                join.pyi
                                json.cpython-313-darwin.so
                                json.pyi
                                lib.cpython-313-darwin.so
                                lib.pyi
                                missing.cpython-313-darwin.so
                                missing.pyi
                                ops.cpython-313-darwin.so
                                ops.pyi
                                ops_dispatch.cpython-313-darwin.so
                                ops_dispatch.pyi
                                pandas_datetime.cpython-313-darwin.so
                                pandas_parser.cpython-313-darwin.so
                                parsers.cpython-313-darwin.so
                                parsers.pyi
                                properties.cpython-313-darwin.so
                                properties.pyi
                                reshape.cpython-313-darwin.so
                                reshape.pyi
                                sas.cpython-313-darwin.so
                                sas.pyi
                                sparse.cpython-313-darwin.so
                                sparse.pyi
                                testing.cpython-313-darwin.so
                                testing.pyi
                                tslib.cpython-313-darwin.so
                                tslib.pyi
                                writers.cpython-313-darwin.so
                                writers.pyi
                            _testing/
                                __init__.py
                                _hypothesis.py
                                _io.py
                                _warnings.py
                                asserters.py
                                compat.py
                                contexts.py
                            api/
                                extensions/
                                    __init__.py
                                indexers/
                                    __init__.py
                                interchange/
                                    __init__.py
                                types/
                                    __init__.py
                                typing/
                                    __init__.py
                                __init__.py
                            arrays/
                                __init__.py
                            compat/
                                numpy/
                                    __init__.py
                                    function.py
                                __init__.py
                                _constants.py
                                _optional.py
                                compressors.py
                                pickle_compat.py
                                pyarrow.py
                            core/
                                _numba/
                                    kernels/
                                        __init__.py
                                        mean_.py
                                        min_max_.py
                                        shared.py
                                        sum_.py
                                        var_.py
                                    __init__.py
                                    executor.py
                                    extensions.py
                                array_algos/
                                    __init__.py
                                    datetimelike_accumulations.py
                                    masked_accumulations.py
                                    masked_reductions.py
                                    putmask.py
                                    quantile.py
                                    replace.py
                                    take.py
                                    transforms.py
                                arrays/
                                    arrow/
                                        __init__.py
                                        _arrow_utils.py
                                        accessors.py
                                        array.py
                                        extension_types.py
                                    sparse/
                                        __init__.py
                                        accessor.py
                                        array.py
                                        scipy_sparse.py
                                    __init__.py
                                    _arrow_string_mixins.py
                                    _mixins.py
                                    _ranges.py
                                    _utils.py
                                    base.py
                                    boolean.py
                                    categorical.py
                                    datetimelike.py
                                    datetimes.py
                                    floating.py
                                    integer.py
                                    interval.py
                                    masked.py
                                    numeric.py
                                    numpy_.py
                                    period.py
                                    string_.py
                                    string_arrow.py
                                    timedeltas.py
                                computation/
                                    __init__.py
                                    align.py
                                    api.py
                                    check.py
                                    common.py
                                    engines.py
                                    eval.py
                                    expr.py
                                    expressions.py
                                    ops.py
                                    parsing.py
                                    pytables.py
                                    scope.py
                                dtypes/
                                    __init__.py
                                    api.py
                                    astype.py
                                    base.py
                                    cast.py
                                    common.py
                                    concat.py
                                    dtypes.py
                                    generic.py
                                    inference.py
                                    missing.py
                                groupby/
                                    __init__.py
                                    base.py
                                    categorical.py
                                    generic.py
                                    groupby.py
                                    grouper.py
                                    indexing.py
                                    numba_.py
                                    ops.py
                                indexers/
                                    __init__.py
                                    objects.py
                                    utils.py
                                indexes/
                                    __init__.py
                                    accessors.py
                                    api.py
                                    base.py
                                    category.py
                                    datetimelike.py
                                    datetimes.py
                                    extension.py
                                    frozen.py
                                    interval.py
                                    multi.py
                                    period.py
                                    range.py
                                    timedeltas.py
                                interchange/
                                    __init__.py
                                    buffer.py
                                    column.py
                                    dataframe.py
                                    dataframe_protocol.py
                                    from_dataframe.py
                                    utils.py
                                internals/
                                    __init__.py
                                    api.py
                                    array_manager.py
                                    base.py
                                    blocks.py
                                    concat.py
                                    construction.py
                                    managers.py
                                    ops.py
                                methods/
                                    __init__.py
                                    describe.py
                                    selectn.py
                                    to_dict.py
                                ops/
                                    __init__.py
                                    array_ops.py
                                    common.py
                                    dispatch.py
                                    docstrings.py
                                    invalid.py
                                    mask_ops.py
                                    missing.py
                                reshape/
                                    __init__.py
                                    api.py
                                    concat.py
                                    encoding.py
                                    melt.py
                                    merge.py
                                    pivot.py
                                    reshape.py
                                    tile.py
                                    util.py
                                sparse/
                                    __init__.py
                                    api.py
                                strings/
                                    __init__.py
                                    accessor.py
                                    base.py
                                    object_array.py
                                tools/
                                    __init__.py
                                    datetimes.py
                                    numeric.py
                                    timedeltas.py
                                    times.py
                                util/
                                    __init__.py
                                    hashing.py
                                    numba_.py
                                window/
                                    __init__.py
                                    common.py
                                    doc.py
                                    ewm.py
                                    expanding.py
                                    numba_.py
                                    online.py
                                    rolling.py
                                __init__.py
                                accessor.py
                                algorithms.py
                                api.py
                                apply.py
                                arraylike.py
                                base.py
                                common.py
                                config_init.py
                                construction.py
                                flags.py
                                frame.py
                                generic.py
                                indexing.py
                                missing.py
                                nanops.py
                                resample.py
                                roperator.py
                                sample.py
                                series.py
                                shared_docs.py
                                sorting.py
                            errors/
                                __init__.py
                            io/
                                clipboard/
                                    __init__.py
                                excel/
                                    __init__.py
                                    _base.py
                                    _calamine.py
                                    _odfreader.py
                                    _odswriter.py
                                    _openpyxl.py
                                    _pyxlsb.py
                                    _util.py
                                    _xlrd.py
                                    _xlsxwriter.py
                                formats/
                                    templates/
                                        html.tpl
                                        html_style.tpl
                                        html_table.tpl
                                        latex.tpl
                                        latex_longtable.tpl
                                        latex_table.tpl
                                        string.tpl
                                    __init__.py
                                    _color_data.py
                                    console.py
                                    css.py
                                    csvs.py
                                    excel.py
                                    format.py
                                    html.py
                                    info.py
                                    printing.py
                                    string.py
                                    style.py
                                    style_render.py
                                    xml.py
                                json/
                                    __init__.py
                                    _json.py
                                    _normalize.py
                                    _table_schema.py
                                parsers/
                                    __init__.py
                                    arrow_parser_wrapper.py
                                    base_parser.py
                                    c_parser_wrapper.py
                                    python_parser.py
                                    readers.py
                                sas/
                                    __init__.py
                                    sas7bdat.py
                                    sas_constants.py
                                    sas_xport.py
                                    sasreader.py
                                __init__.py
                                _util.py
                                api.py
                                clipboards.py
                                common.py
                                feather_format.py
                                gbq.py
                                html.py
                                orc.py
                                parquet.py
                                pickle.py
                                pytables.py
                                spss.py
                                sql.py
                                stata.py
                                xml.py
                            plotting/
                                _matplotlib/
                                    __init__.py
                                    boxplot.py
                                    converter.py
                                    core.py
                                    groupby.py
                                    hist.py
                                    misc.py
                                    style.py
                                    timeseries.py
                                    tools.py
                                __init__.py
                                _core.py
                                _misc.py
                            tests/
                                api/
                                    __init__.py
                                    test_api.py
                                    test_types.py
                                apply/
                                    __init__.py
                                    common.py
                                    test_frame_apply.py
                                    test_frame_apply_relabeling.py
                                    test_frame_transform.py
                                    test_invalid_arg.py
                                    test_numba.py
                                    test_series_apply.py
                                    test_series_apply_relabeling.py
                                    test_series_transform.py
                                    test_str.py
                                arithmetic/
                                    __init__.py
                                    common.py
                                    conftest.py
                                    test_array_ops.py
                                    test_categorical.py
                                    test_datetime64.py
                                    test_interval.py
                                    test_numeric.py
                                    test_object.py
                                    test_period.py
                                    test_timedelta64.py
                                arrays/
                                    boolean/
                                        __init__.py
                                        test_arithmetic.py
                                        test_astype.py
                                        test_comparison.py
                                        test_construction.py
                                        test_function.py
                                        test_indexing.py
                                        test_logical.py
                                        test_ops.py
                                        test_reduction.py
                                        test_repr.py
                                    categorical/
                                        __init__.py
                                        test_algos.py
                                        test_analytics.py
                                        test_api.py
                                        test_astype.py
                                        test_constructors.py
                                        test_dtypes.py
                                        test_indexing.py
                                        test_map.py
                                        test_missing.py
                                        test_operators.py
                                        test_replace.py
                                        test_repr.py
                                        test_sorting.py
                                        test_subclass.py
                                        test_take.py
                                        test_warnings.py
                                    datetimes/
                                        __init__.py
                                        test_constructors.py
                                        test_cumulative.py
                                        test_reductions.py
                                    floating/
                                        __init__.py
                                        conftest.py
                                        test_arithmetic.py
                                        test_astype.py
                                        test_comparison.py
                                        test_concat.py
                                        test_construction.py
                                        test_contains.py
                                        test_function.py
                                        test_repr.py
                                        test_to_numpy.py
                                    integer/
                                        __init__.py
                                        conftest.py
                                        test_arithmetic.py
                                        test_comparison.py
                                        test_concat.py
                                        test_construction.py
                                        test_dtypes.py
                                        test_function.py
                                        test_indexing.py
                                        test_reduction.py
                                        test_repr.py
                                    interval/
                                        __init__.py
                                        test_astype.py
                                        test_formats.py
                                        test_interval.py
                                        test_interval_pyarrow.py
                                        test_overlaps.py
                                    masked/
                                        __init__.py
                                        test_arithmetic.py
                                        test_arrow_compat.py
                                        test_function.py
                                        test_indexing.py
                                    numpy_/
                                        __init__.py
                                        test_indexing.py
                                        test_numpy.py
                                    period/
                                        __init__.py
                                        test_arrow_compat.py
                                        test_astype.py
                                        test_constructors.py
                                        test_reductions.py
                                    sparse/
                                        __init__.py
                                        test_accessor.py
                                        test_arithmetics.py
                                        test_array.py
                                        test_astype.py
                                        test_combine_concat.py
                                        test_constructors.py
                                        test_dtype.py
                                        test_indexing.py
                                        test_libsparse.py
                                        test_reductions.py
                                        test_unary.py
                                    string_/
                                        __init__.py
                                        test_concat.py
                                        test_string.py
                                        test_string_arrow.py
                                    timedeltas/
                                        __init__.py
                                        test_constructors.py
                                        test_cumulative.py
                                        test_reductions.py
                                    __init__.py
                                    masked_shared.py
                                    test_array.py
                                    test_datetimelike.py
                                    test_datetimes.py
                                    test_ndarray_backed.py
                                    test_period.py
                                    test_timedeltas.py
                                base/
                                    __init__.py
                                    common.py
                                    test_constructors.py
                                    test_conversion.py
                                    test_fillna.py
                                    test_misc.py
                                    test_transpose.py
                                    test_unique.py
                                    test_value_counts.py
                                computation/
                                    __init__.py
                                    test_compat.py
                                    test_eval.py
                                config/
                                    __init__.py
                                    test_config.py
                                    test_localization.py
                                construction/
                                    __init__.py
                                    test_extract_array.py
                                copy_view/
                                    index/
                                        __init__.py
                                        test_datetimeindex.py
                                        test_index.py
                                        test_periodindex.py
                                        test_timedeltaindex.py
                                    __init__.py
                                    test_array.py
                                    test_astype.py
                                    test_chained_assignment_deprecation.py
                                    test_clip.py
                                    test_constructors.py
                                    test_core_functionalities.py
                                    test_functions.py
                                    test_indexing.py
                                    test_internals.py
                                    test_interp_fillna.py
                                    test_methods.py
                                    test_replace.py
                                    test_setitem.py
                                    test_util.py
                                    util.py
                                dtypes/
                                    cast/
                                        __init__.py
                                        test_can_hold_element.py
                                        test_construct_from_scalar.py
                                        test_construct_ndarray.py
                                        test_construct_object_arr.py
                                        test_dict_compat.py
                                        test_downcast.py
                                        test_find_common_type.py
                                        test_infer_datetimelike.py
                                        test_infer_dtype.py
                                        test_maybe_box_native.py
                                        test_promote.py
                                    __init__.py
                                    test_common.py
                                    test_concat.py
                                    test_dtypes.py
                                    test_generic.py
                                    test_inference.py
                                    test_missing.py
                                extension/
                                    array_with_attr/
                                        __init__.py
                                        array.py
                                        test_array_with_attr.py
                                    base/
                                        __init__.py
                                        accumulate.py
                                        base.py
                                        casting.py
                                        constructors.py
                                        dim2.py
                                        dtype.py
                                        getitem.py
                                        groupby.py
                                        index.py
                                        interface.py
                                        io.py
                                        methods.py
                                        missing.py
                                        ops.py
                                        printing.py
                                        reduce.py
                                        reshaping.py
                                        setitem.py
                                    date/
                                        __init__.py
                                        array.py
                                    decimal/
                                        __init__.py
                                        array.py
                                        test_decimal.py
                                    json/
                                        __init__.py
                                        array.py
                                        test_json.py
                                    list/
                                        __init__.py
                                        array.py
                                        test_list.py
                                    __init__.py
                                    conftest.py
                                    test_arrow.py
                                    test_categorical.py
                                    test_common.py
                                    test_datetime.py
                                    test_extension.py
                                    test_interval.py
                                    test_masked.py
                                    test_numpy.py
                                    test_period.py
                                    test_sparse.py
                                    test_string.py
                                frame/
                                    constructors/
                                        __init__.py
                                        test_from_dict.py
                                        test_from_records.py
                                    indexing/
                                        __init__.py
                                        test_coercion.py
                                        test_delitem.py
                                        test_get.py
                                        test_get_value.py
                                        test_getitem.py
                                        test_indexing.py
                                        test_insert.py
                                        test_mask.py
                                        test_set_value.py
                                        test_setitem.py
                                        test_take.py
                                        test_where.py
                                        test_xs.py
                                    methods/
                                        __init__.py
                                        test_add_prefix_suffix.py
                                        test_align.py
                                        test_asfreq.py
                                        test_asof.py
                                        test_assign.py
                                        test_astype.py
                                        test_at_time.py
                                        test_between_time.py
                                        test_clip.py
                                        test_combine.py
                                        test_combine_first.py
                                        test_compare.py
                                        test_convert_dtypes.py
                                        test_copy.py
                                        test_count.py
                                        test_cov_corr.py
                                        test_describe.py
                                        test_diff.py
                                        test_dot.py
                                        test_drop.py
                                        test_drop_duplicates.py
                                        test_droplevel.py
                                        test_dropna.py
                                        test_dtypes.py
                                        test_duplicated.py
                                        test_equals.py
                                        test_explode.py
                                        test_fillna.py
                                        test_filter.py
                                        test_first_and_last.py
                                        test_first_valid_index.py
                                        test_get_numeric_data.py
                                        test_head_tail.py
                                        test_infer_objects.py
                                        test_info.py
                                        test_interpolate.py
                                        test_is_homogeneous_dtype.py
                                        test_isetitem.py
                                        test_isin.py
                                        test_iterrows.py
                                        test_join.py
                                        test_map.py
                                        test_matmul.py
                                        test_nlargest.py
                                        test_pct_change.py
                                        test_pipe.py
                                        test_pop.py
                                        test_quantile.py
                                        test_rank.py
                                        test_reindex.py
                                        test_reindex_like.py
                                        test_rename.py
                                        test_rename_axis.py
                                        test_reorder_levels.py
                                        test_replace.py
                                        test_reset_index.py
                                        test_round.py
                                        test_sample.py
                                        test_select_dtypes.py
                                        test_set_axis.py
                                        test_set_index.py
                                        test_shift.py
                                        test_size.py
                                        test_sort_index.py
                                        test_sort_values.py
                                        test_swapaxes.py
                                        test_swaplevel.py
                                        test_to_csv.py
                                        test_to_dict.py
                                        test_to_dict_of_blocks.py
                                        test_to_numpy.py
                                        test_to_period.py
                                        test_to_records.py
                                        test_to_timestamp.py
                                        test_transpose.py
                                        test_truncate.py
                                        test_tz_convert.py
                                        test_tz_localize.py
                                        test_update.py
                                        test_value_counts.py
                                        test_values.py
                                    __init__.py
                                    common.py
                                    conftest.py
                                    test_alter_axes.py
                                    test_api.py
                                    test_arithmetic.py
                                    test_arrow_interface.py
                                    test_block_internals.py
                                    test_constructors.py
                                    test_cumulative.py
                                    test_iteration.py
                                    test_logical_ops.py
                                    test_nonunique_indexes.py
                                    test_npfuncs.py
                                    test_query_eval.py
                                    test_reductions.py
                                    test_repr.py
                                    test_stack_unstack.py
                                    test_subclass.py
                                    test_ufunc.py
                                    test_unary.py
                                    test_validate.py
                                generic/
                                    __init__.py
                                    test_duplicate_labels.py
                                    test_finalize.py
                                    test_frame.py
                                    test_generic.py
                                    test_label_or_level_utils.py
                                    test_series.py
                                    test_to_xarray.py
                                groupby/
                                    aggregate/
                                        __init__.py
                                        test_aggregate.py
                                        test_cython.py
                                        test_numba.py
                                        test_other.py
                                    methods/
                                        __init__.py
                                        test_corrwith.py
                                        test_describe.py
                                        test_groupby_shift_diff.py
                                        test_is_monotonic.py
                                        test_nlargest_nsmallest.py
                                        test_nth.py
                                        test_quantile.py
                                        test_rank.py
                                        test_sample.py
                                        test_size.py
                                        test_skew.py
                                        test_value_counts.py
                                    transform/
                                        __init__.py
                                        test_numba.py
                                        test_transform.py
                                    __init__.py
                                    conftest.py
                                    test_all_methods.py
                                    test_api.py
                                    test_apply.py
                                    test_apply_mutate.py
                                    test_bin_groupby.py
                                    test_categorical.py
                                    test_counting.py
                                    test_cumulative.py
                                    test_filters.py
                                    test_groupby.py
                                    test_groupby_dropna.py
                                    test_groupby_subclass.py
                                    test_grouping.py
                                    test_index_as_string.py
                                    test_indexing.py
                                    test_libgroupby.py
                                    test_missing.py
                                    test_numba.py
                                    test_numeric_only.py
                                    test_pipe.py
                                    test_raises.py
                                    test_reductions.py
                                    test_timegrouper.py
                                indexes/
                                    base_class/
                                        __init__.py
                                        test_constructors.py
                                        test_formats.py
                                        test_indexing.py
                                        test_pickle.py
                                        test_reshape.py
                                        test_setops.py
                                        test_where.py
                                    categorical/
                                        __init__.py
                                        test_append.py
                                        test_astype.py
                                        test_category.py
                                        test_constructors.py
                                        test_equals.py
                                        test_fillna.py
                                        test_formats.py
                                        test_indexing.py
                                        test_map.py
                                        test_reindex.py
                                        test_setops.py
                                    datetimelike_/
                                        __init__.py
                                        test_drop_duplicates.py
                                        test_equals.py
                                        test_indexing.py
                                        test_is_monotonic.py
                                        test_nat.py
                                        test_sort_values.py
                                        test_value_counts.py
                                    datetimes/
                                        methods/
                                            __init__.py
                                            test_asof.py
                                            test_astype.py
                                            test_delete.py
                                            test_factorize.py
                                            test_fillna.py
                                            test_insert.py
                                            test_isocalendar.py
                                            test_map.py
                                            test_normalize.py
                                            test_repeat.py
                                            test_resolution.py
                                            test_round.py
                                            test_shift.py
                                            test_snap.py
                                            test_to_frame.py
                                            test_to_julian_date.py
                                            test_to_period.py
                                            test_to_pydatetime.py
                                            test_to_series.py
                                            test_tz_convert.py
                                            test_tz_localize.py
                                            test_unique.py
                                        __init__.py
                                        test_arithmetic.py
                                        test_constructors.py
                                        test_date_range.py
                                        test_datetime.py
                                        test_formats.py
                                        test_freq_attr.py
                                        test_indexing.py
                                        test_iter.py
                                        test_join.py
                                        test_npfuncs.py
                                        test_ops.py
                                        test_partial_slicing.py
                                        test_pickle.py
                                        test_reindex.py
                                        test_scalar_compat.py
                                        test_setops.py
                                        test_timezones.py
                                    interval/
                                        __init__.py
                                        test_astype.py
                                        test_constructors.py
                                        test_equals.py
                                        test_formats.py
                                        test_indexing.py
                                        test_interval.py
                                        test_interval_range.py
                                        test_interval_tree.py
                                        test_join.py
                                        test_pickle.py
                                        test_setops.py
                                    multi/
                                        __init__.py
                                        conftest.py
                                        test_analytics.py
                                        test_astype.py
                                        test_compat.py
                                        test_constructors.py
                                        test_conversion.py
                                        test_copy.py
                                        test_drop.py
                                        test_duplicates.py
                                        test_equivalence.py
                                        test_formats.py
                                        test_get_level_values.py
                                        test_get_set.py
                                        test_indexing.py
                                        test_integrity.py
                                        test_isin.py
                                        test_join.py
                                        test_lexsort.py
                                        test_missing.py
                                        test_monotonic.py
                                        test_names.py
                                        test_partial_indexing.py
                                        test_pickle.py
                                        test_reindex.py
                                        test_reshape.py
                                        test_setops.py
                                        test_sorting.py
                                        test_take.py
                                    numeric/
                                        __init__.py
                                        test_astype.py
                                        test_indexing.py
                                        test_join.py
                                        test_numeric.py
                                        test_setops.py
                                    object/
                                        __init__.py
                                        test_astype.py
                                        test_indexing.py
                                    period/
                                        methods/
                                            __init__.py
                                            test_asfreq.py
                                            test_astype.py
                                            test_factorize.py
                                            test_fillna.py
                                            test_insert.py
                                            test_is_full.py
                                            test_repeat.py
                                            test_shift.py
                                            test_to_timestamp.py
                                        __init__.py
                                        test_constructors.py
                                        test_formats.py
                                        test_freq_attr.py
                                        test_indexing.py
                                        test_join.py
                                        test_monotonic.py
                                        test_partial_slicing.py
                                        test_period.py
                                        test_period_range.py
                                        test_pickle.py
                                        test_resolution.py
                                        test_scalar_compat.py
                                        test_searchsorted.py
                                        test_setops.py
                                        test_tools.py
                                    ranges/
                                        __init__.py
                                        test_constructors.py
                                        test_indexing.py
                                        test_join.py
                                        test_range.py
                                        test_setops.py
                                    string/
                                        __init__.py
                                        test_astype.py
                                        test_indexing.py
                                    timedeltas/
                                        methods/
                                            __init__.py
                                            test_astype.py
                                            test_factorize.py
                                            test_fillna.py
                                            test_insert.py
                                            test_repeat.py
                                            test_shift.py
                                        __init__.py
                                        test_arithmetic.py
                                        test_constructors.py
                                        test_delete.py
                                        test_formats.py
                                        test_freq_attr.py
                                        test_indexing.py
                                        test_join.py
                                        test_ops.py
                                        test_pickle.py
                                        test_scalar_compat.py
                                        test_searchsorted.py
                                        test_setops.py
                                        test_timedelta.py
                                        test_timedelta_range.py
                                    __init__.py
                                    conftest.py
                                    test_any_index.py
                                    test_base.py
                                    test_common.py
                                    test_datetimelike.py
                                    test_engines.py
                                    test_frozen.py
                                    test_index_new.py
                                    test_indexing.py
                                    test_numpy_compat.py
                                    test_old_base.py
                                    test_setops.py
                                    test_subclass.py
                                indexing/
                                    interval/
                                        __init__.py
                                        test_interval.py
                                        test_interval_new.py
                                    multiindex/
                                        __init__.py
                                        test_chaining_and_caching.py
                                        test_datetime.py
                                        test_getitem.py
                                        test_iloc.py
                                        test_indexing_slow.py
                                        test_loc.py
                                        test_multiindex.py
                                        test_partial.py
                                        test_setitem.py
                                        test_slice.py
                                        test_sorted.py
                                    __init__.py
                                    common.py
                                    conftest.py
                                    test_at.py
                                    test_categorical.py
                                    test_chaining_and_caching.py
                                    test_check_indexer.py
                                    test_coercion.py
                                    test_datetime.py
                                    test_floats.py
                                    test_iat.py
                                    test_iloc.py
                                    test_indexers.py
                                    test_indexing.py
                                    test_loc.py
                                    test_na_indexing.py
                                    test_partial.py
                                    test_scalar.py
                                interchange/
                                    __init__.py
                                    test_impl.py
                                    test_spec_conformance.py
                                    test_utils.py
                                internals/
                                    __init__.py
                                    test_api.py
                                    test_internals.py
                                    test_managers.py
                                io/
                                    excel/
                                        __init__.py
                                        test_odf.py
                                        test_odswriter.py
                                        test_openpyxl.py
                                        test_readers.py
                                        test_style.py
                                        test_writers.py
                                        test_xlrd.py
                                        test_xlsxwriter.py
                                    formats/
                                        style/
                                            __init__.py
                                            test_bar.py
                                            test_exceptions.py
                                            test_format.py
                                            test_highlight.py
                                            test_html.py
                                            test_matplotlib.py
                                            test_non_unique.py
                                            test_style.py
                                            test_to_latex.py
                                            test_to_string.py
                                            test_tooltip.py
                                        __init__.py
                                        test_console.py
                                        test_css.py
                                        test_eng_formatting.py
                                        test_format.py
                                        test_ipython_compat.py
                                        test_printing.py
                                        test_to_csv.py
                                        test_to_excel.py
                                        test_to_html.py
                                        test_to_latex.py
                                        test_to_markdown.py
                                        test_to_string.py
                                    json/
                                        __init__.py
                                        conftest.py
                                        test_compression.py
                                        test_deprecated_kwargs.py
                                        test_json_table_schema.py
                                        test_json_table_schema_ext_dtype.py
                                        test_normalize.py
                                        test_pandas.py
                                        test_readlines.py
                                        test_ujson.py
                                    parser/
                                        common/
                                            __init__.py
                                            test_chunksize.py
                                            test_common_basic.py
                                            test_data_list.py
                                            test_decimal.py
                                            test_file_buffer_url.py
                                            test_float.py
                                            test_index.py
                                            test_inf.py
                                            test_ints.py
                                            test_iterator.py
                                            test_read_errors.py
                                            test_verbose.py
                                        dtypes/
                                            __init__.py
                                            test_categorical.py
                                            test_dtypes_basic.py
                                            test_empty.py
                                        usecols/
                                            __init__.py
                                            test_parse_dates.py
                                            test_strings.py
                                            test_usecols_basic.py
                                        __init__.py
                                        conftest.py
                                        test_c_parser_only.py
                                        test_comment.py
                                        test_compression.py
                                        test_concatenate_chunks.py
                                        test_converters.py
                                        test_dialect.py
                                        test_encoding.py
                                        test_header.py
                                        test_index_col.py
                                        test_mangle_dupes.py
                                        test_multi_thread.py
                                        test_na_values.py
                                        test_network.py
                                        test_parse_dates.py
                                        test_python_parser_only.py
                                        test_quoting.py
                                        test_read_fwf.py
                                        test_skiprows.py
                                        test_textreader.py
                                        test_unsupported.py
                                        test_upcast.py
                                    pytables/
                                        __init__.py
                                        common.py
                                        conftest.py
                                        test_append.py
                                        test_categorical.py
                                        test_compat.py
                                        test_complex.py
                                        test_errors.py
                                        test_file_handling.py
                                        test_keys.py
                                        test_put.py
                                        test_pytables_missing.py
                                        test_read.py
                                        test_retain_attributes.py
                                        test_round_trip.py
                                        test_select.py
                                        test_store.py
                                        test_subclass.py
                                        test_time_series.py
                                        test_timezones.py
                                    sas/
                                        __init__.py
                                        test_byteswap.py
                                        test_sas.py
                                        test_sas7bdat.py
                                        test_xport.py
                                    xml/
                                        __init__.py
                                        conftest.py
                                        test_to_xml.py
                                        test_xml.py
                                        test_xml_dtypes.py
                                    __init__.py
                                    conftest.py
                                    generate_legacy_storage_files.py
                                    test_clipboard.py
                                    test_common.py
                                    test_compression.py
                                    test_feather.py
                                    test_fsspec.py
                                    test_gbq.py
                                    test_gcs.py
                                    test_html.py
                                    test_http_headers.py
                                    test_orc.py
                                    test_parquet.py
                                    test_pickle.py
                                    test_s3.py
                                    test_spss.py
                                    test_sql.py
                                    test_stata.py
                                libs/
                                    __init__.py
                                    test_hashtable.py
                                    test_join.py
                                    test_lib.py
                                    test_libalgos.py
                                plotting/
                                    frame/
                                        __init__.py
                                        test_frame.py
                                        test_frame_color.py
                                        test_frame_groupby.py
                                        test_frame_legend.py
                                        test_frame_subplots.py
                                        test_hist_box_by.py
                                    __init__.py
                                    common.py
                                    conftest.py
                                    test_backend.py
                                    test_boxplot_method.py
                                    test_common.py
                                    test_converter.py
                                    test_datetimelike.py
                                    test_groupby.py
                                    test_hist_method.py
                                    test_misc.py
                                    test_series.py
                                    test_style.py
                                reductions/
                                    __init__.py
                                    test_reductions.py
                                    test_stat_reductions.py
                                resample/
                                    __init__.py
                                    conftest.py
                                    test_base.py
                                    test_datetime_index.py
                                    test_period_index.py
                                    test_resample_api.py
                                    test_resampler_grouper.py
                                    test_time_grouper.py
                                    test_timedelta.py
                                reshape/
                                    concat/
                                        __init__.py
                                        conftest.py
                                        test_append.py
                                        test_append_common.py
                                        test_categorical.py
                                        test_concat.py
                                        test_dataframe.py
                                        test_datetimes.py
                                        test_empty.py
                                        test_index.py
                                        test_invalid.py
                                        test_series.py
                                        test_sort.py
                                    merge/
                                        __init__.py
                                        test_join.py
                                        test_merge.py
                                        test_merge_asof.py
                                        test_merge_cross.py
                                        test_merge_index_as_string.py
                                        test_merge_ordered.py
                                        test_multi.py
                                    __init__.py
                                    test_crosstab.py
                                    test_cut.py
                                    test_from_dummies.py
                                    test_get_dummies.py
                                    test_melt.py
                                    test_pivot.py
                                    test_pivot_multilevel.py
                                    test_qcut.py
                                    test_union_categoricals.py
                                    test_util.py
                                scalar/
                                    interval/
                                        __init__.py
                                        test_arithmetic.py
                                        test_constructors.py
                                        test_contains.py
                                        test_formats.py
                                        test_interval.py
                                        test_overlaps.py
                                    period/
                                        __init__.py
                                        test_arithmetic.py
                                        test_asfreq.py
                                        test_period.py
                                    timedelta/
                                        methods/
                                            __init__.py
                                            test_as_unit.py
                                            test_round.py
                                        __init__.py
                                        test_arithmetic.py
                                        test_constructors.py
                                        test_formats.py
                                        test_timedelta.py
                                    timestamp/
                                        methods/
                                            __init__.py
                                            test_as_unit.py
                                            test_normalize.py
                                            test_replace.py
                                            test_round.py
                                            test_timestamp_method.py
                                            test_to_julian_date.py
                                            test_to_pydatetime.py
                                            test_tz_convert.py
                                            test_tz_localize.py
                                        __init__.py
                                        test_arithmetic.py
                                        test_comparisons.py
                                        test_constructors.py
                                        test_formats.py
                                        test_timestamp.py
                                        test_timezones.py
                                    __init__.py
                                    test_na_scalar.py
                                    test_nat.py
                                series/
                                    accessors/
                                        __init__.py
                                        test_cat_accessor.py
                                        test_dt_accessor.py
                                        test_list_accessor.py
                                        test_sparse_accessor.py
                                        test_str_accessor.py
                                        test_struct_accessor.py
                                    indexing/
                                        __init__.py
                                        test_datetime.py
                                        test_delitem.py
                                        test_get.py
                                        test_getitem.py
                                        test_indexing.py
                                        test_mask.py
                                        test_set_value.py
                                        test_setitem.py
                                        test_take.py
                                        test_where.py
                                        test_xs.py
                                    methods/
                                        __init__.py
                                        test_add_prefix_suffix.py
                                        test_align.py
                                        test_argsort.py
                                        test_asof.py
                                        test_astype.py
                                        test_autocorr.py
                                        test_between.py
                                        test_case_when.py
                                        test_clip.py
                                        test_combine.py
                                        test_combine_first.py
                                        test_compare.py
                                        test_convert_dtypes.py
                                        test_copy.py
                                        test_count.py
                                        test_cov_corr.py
                                        test_describe.py
                                        test_diff.py
                                        test_drop.py
                                        test_drop_duplicates.py
                                        test_dropna.py
                                        test_dtypes.py
                                        test_duplicated.py
                                        test_equals.py
                                        test_explode.py
                                        test_fillna.py
                                        test_get_numeric_data.py
                                        test_head_tail.py
                                        test_infer_objects.py
                                        test_info.py
                                        test_interpolate.py
                                        test_is_monotonic.py
                                        test_is_unique.py
                                        test_isin.py
                                        test_isna.py
                                        test_item.py
                                        test_map.py
                                        test_matmul.py
                                        test_nlargest.py
                                        test_nunique.py
                                        test_pct_change.py
                                        test_pop.py
                                        test_quantile.py
                                        test_rank.py
                                        test_reindex.py
                                        test_reindex_like.py
                                        test_rename.py
                                        test_rename_axis.py
                                        test_repeat.py
                                        test_replace.py
                                        test_reset_index.py
                                        test_round.py
                                        test_searchsorted.py
                                        test_set_name.py
                                        test_size.py
                                        test_sort_index.py
                                        test_sort_values.py
                                        test_to_csv.py
                                        test_to_dict.py
                                        test_to_frame.py
                                        test_to_numpy.py
                                        test_tolist.py
                                        test_truncate.py
                                        test_tz_localize.py
                                        test_unique.py
                                        test_unstack.py
                                        test_update.py
                                        test_value_counts.py
                                        test_values.py
                                        test_view.py
                                    __init__.py
                                    test_api.py
                                    test_arithmetic.py
                                    test_constructors.py
                                    test_cumulative.py
                                    test_formats.py
                                    test_iteration.py
                                    test_logical_ops.py
                                    test_missing.py
                                    test_npfuncs.py
                                    test_reductions.py
                                    test_subclass.py
                                    test_ufunc.py
                                    test_unary.py
                                    test_validate.py
                                strings/
                                    __init__.py
                                    conftest.py
                                    test_api.py
                                    test_case_justify.py
                                    test_cat.py
                                    test_extract.py
                                    test_find_replace.py
                                    test_get_dummies.py
                                    test_split_partition.py
                                    test_string_array.py
                                    test_strings.py
                                tools/
                                    __init__.py
                                    test_to_datetime.py
                                    test_to_numeric.py
                                    test_to_time.py
                                    test_to_timedelta.py
                                tseries/
                                    frequencies/
                                        __init__.py
                                        test_freq_code.py
                                        test_frequencies.py
                                        test_inference.py
                                    holiday/
                                        __init__.py
                                        test_calendar.py
                                        test_federal.py
                                        test_holiday.py
                                        test_observance.py
                                    offsets/
                                        __init__.py
                                        common.py
                                        test_business_day.py
                                        test_business_hour.py
                                        test_business_month.py
                                        test_business_quarter.py
                                        test_business_year.py
                                        test_common.py
                                        test_custom_business_day.py
                                        test_custom_business_hour.py
                                        test_custom_business_month.py
                                        test_dst.py
                                        test_easter.py
                                        test_fiscal.py
                                        test_index.py
                                        test_month.py
                                        test_offsets.py
                                        test_offsets_properties.py
                                        test_quarter.py
                                        test_ticks.py
                                        test_week.py
                                        test_year.py
                                    __init__.py
                                tslibs/
                                    __init__.py
                                    test_api.py
                                    test_array_to_datetime.py
                                    test_ccalendar.py
                                    test_conversion.py
                                    test_fields.py
                                    test_libfrequencies.py
                                    test_liboffsets.py
                                    test_np_datetime.py
                                    test_npy_units.py
                                    test_parse_iso8601.py
                                    test_parsing.py
                                    test_period.py
                                    test_resolution.py
                                    test_strptime.py
                                    test_timedeltas.py
                                    test_timezones.py
                                    test_to_offset.py
                                    test_tzconversion.py
                                util/
                                    __init__.py
                                    conftest.py
                                    test_assert_almost_equal.py
                                    test_assert_attr_equal.py
                                    test_assert_categorical_equal.py
                                    test_assert_extension_array_equal.py
                                    test_assert_frame_equal.py
                                    test_assert_index_equal.py
                                    test_assert_interval_array_equal.py
                                    test_assert_numpy_array_equal.py
                                    test_assert_produces_warning.py
                                    test_assert_series_equal.py
                                    test_deprecate.py
                                    test_deprecate_kwarg.py
                                    test_deprecate_nonkeyword_arguments.py
                                    test_doc.py
                                    test_hashing.py
                                    test_numba.py
                                    test_rewrite_warning.py
                                    test_shares_memory.py
                                    test_show_versions.py
                                    test_util.py
                                    test_validate_args.py
                                    test_validate_args_and_kwargs.py
                                    test_validate_inclusive.py
                                    test_validate_kwargs.py
                                window/
                                    moments/
                                        __init__.py
                                        conftest.py
                                        test_moments_consistency_ewm.py
                                        test_moments_consistency_expanding.py
                                        test_moments_consistency_rolling.py
                                    __init__.py
                                    conftest.py
                                    test_api.py
                                    test_apply.py
                                    test_base_indexer.py
                                    test_cython_aggregations.py
                                    test_dtypes.py
                                    test_ewm.py
                                    test_expanding.py
                                    test_groupby.py
                                    test_numba.py
                                    test_online.py
                                    test_pairwise.py
                                    test_rolling.py
                                    test_rolling_functions.py
                                    test_rolling_quantile.py
                                    test_rolling_skew_kurt.py
                                    test_timeseries_window.py
                                    test_win_type.py
                                __init__.py
                                test_aggregation.py
                                test_algos.py
                                test_common.py
                                test_downstream.py
                                test_errors.py
                                test_expressions.py
                                test_flags.py
                                test_multilevel.py
                                test_nanops.py
                                test_optional_dependency.py
                                test_register_accessor.py
                                test_sorting.py
                                test_take.py
                            tseries/
                                __init__.py
                                api.py
                                frequencies.py
                                holiday.py
                                offsets.py
                            util/
                                version/
                                    __init__.py
                                __init__.py
                                _decorators.py
                                _doctools.py
                                _exceptions.py
                                _print_versions.py
                                _test_decorators.py
                                _tester.py
                                _validators.py
                            __init__.py
                            _typing.py
                            _version.py
                            _version_meson.py
                            conftest.py
                            pyproject.toml
                            testing.py
                        pandas-2.3.1.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pandocfilters-1.5.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        paramiko/
                            __init__.py
                            _winapi.py
                            agent.py
                            auth_handler.py
                            auth_strategy.py
                            ber.py
                            buffered_pipe.py
                            channel.py
                            client.py
                            common.py
                            compress.py
                            config.py
                            ecdsakey.py
                            ed25519key.py
                            file.py
                            hostkeys.py
                            kex_curve25519.py
                            kex_ecdh_nist.py
                            kex_gex.py
                            kex_group1.py
                            kex_group14.py
                            kex_group16.py
                            kex_gss.py
                            message.py
                            packet.py
                            pipe.py
                            pkey.py
                            primes.py
                            proxy.py
                            rsakey.py
                            server.py
                            sftp.py
                            sftp_attr.py
                            sftp_client.py
                            sftp_file.py
                            sftp_handle.py
                            sftp_server.py
                            sftp_si.py
                            ssh_exception.py
                            ssh_gss.py
                            transport.py
                            util.py
                            win_openssh.py
                            win_pageant.py
                        paramiko-4.0.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        parso/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _compatibility.cpython-313.pyc
                                cache.cpython-313.pyc
                                file_io.cpython-313.pyc
                                grammar.cpython-313.pyc
                                normalizer.cpython-313.pyc
                                parser.cpython-313.pyc
                                tree.cpython-313.pyc
                                utils.cpython-313.pyc
                            pgen2/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    generator.cpython-313.pyc
                                    grammar_parser.cpython-313.pyc
                                __init__.py
                                generator.py
                                grammar_parser.py
                            python/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    diff.cpython-313.pyc
                                    errors.cpython-313.pyc
                                    parser.cpython-313.pyc
                                    pep8.cpython-313.pyc
                                    prefix.cpython-313.pyc
                                    token.cpython-313.pyc
                                    tokenize.cpython-313.pyc
                                    tree.cpython-313.pyc
                                __init__.py
                                diff.py
                                errors.py
                                grammar310.txt
                                grammar311.txt
                                grammar312.txt
                                grammar313.txt
                                grammar36.txt
                                grammar37.txt
                                grammar38.txt
                                grammar39.txt
                                parser.py
                                pep8.py
                                prefix.py
                                token.py
                                tokenize.py
                                tree.py
                            __init__.py
                            _compatibility.py
                            cache.py
                            file_io.py
                            grammar.py
                            normalizer.py
                            parser.py
                            py.typed
                            tree.py
                            utils.py
                        parso-0.8.4.dist-info/
                            AUTHORS.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        partd/
                            __init__.py
                            _version.py
                            buffer.py
                            compressed.py
                            core.py
                            dict.py
                            encode.py
                            file.py
                            numpy.py
                            pandas.py
                            pickle.py
                            python.py
                            utils.py
                            zmq.py
                        partd-1.4.2.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pathspec/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _meta.cpython-313.pyc
                                gitignore.cpython-313.pyc
                                pathspec.cpython-313.pyc
                                pattern.cpython-313.pyc
                                util.cpython-313.pyc
                            patterns/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    gitwildmatch.cpython-313.pyc
                                __init__.py
                                gitwildmatch.py
                            __init__.py
                            _meta.py
                            gitignore.py
                            pathspec.py
                            pattern.py
                            py.typed
                            util.py
                        pathspec-0.12.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pexpect/
                            __init__.py
                            _async.py
                            _async_pre_await.py
                            _async_w_await.py
                            ANSI.py
                            bashrc.sh
                            exceptions.py
                            expect.py
                            fdpexpect.py
                            FSM.py
                            popen_spawn.py
                            pty_spawn.py
                            pxssh.py
                            replwrap.py
                            run.py
                            screen.py
                            socket_pexpect.py
                            spawnbase.py
                            utils.py
                        pexpect-4.9.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pkg_resources/
                            tests/
                                data/
                                    my-test-package-source/
                                        setup.cfg
                                        setup.py
                                    my-test-package-zip/
                                        my-test-package.zip
                                    my-test-package_unpacked-egg/
                                        my_test_package-1.0-py3.7.egg/
                                            EGG-INFO/
                                                dependency_links.txt
                                                PKG-INFO
                                                SOURCES.txt
                                                top_level.txt
                                                zip-safe
                                    my-test-package_zipped-egg/
                                        my_test_package-1.0-py3.7.egg
                                __init__.py
                                test_find_distributions.py
                                test_integration_zope_interface.py
                                test_markers.py
                                test_pkg_resources.py
                                test_resources.py
                                test_working_set.py
                            __init__.py
                            api_tests.txt
                            py.typed
                        platformdirs/
                            __init__.py
                            __main__.py
                            android.py
                            api.py
                            macos.py
                            py.typed
                            unix.py
                            version.py
                            windows.py
                        platformdirs-4.3.8.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pluggy/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _callers.cpython-313.pyc
                                _hooks.cpython-313.pyc
                                _manager.cpython-313.pyc
                                _result.cpython-313.pyc
                                _tracing.cpython-313.pyc
                                _version.cpython-313.pyc
                                _warnings.cpython-313.pyc
                            __init__.py
                            _callers.py
                            _hooks.py
                            _manager.py
                            _result.py
                            _tracing.py
                            _version.py
                            _warnings.py
                            py.typed
                        pluggy-1.6.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        polars/
                            _utils/
                                construction/
                                    __init__.py
                                    dataframe.py
                                    other.py
                                    series.py
                                    utils.py
                                parse/
                                    __init__.py
                                    expr.py
                                __init__.py
                                async_.py
                                cloud.py
                                constants.py
                                convert.py
                                deprecation.py
                                getitem.py
                                logging.py
                                nest_asyncio.py
                                parquet.py
                                polars_version.py
                                pycapsule.py
                                scan.py
                                serde.py
                                slice.py
                                udfs.py
                                unstable.py
                                various.py
                                wrap.py
                            catalog/
                                unity/
                                    __init__.py
                                    client.py
                                    models.py
                                __init__.py
                            convert/
                                __init__.py
                                general.py
                                normalize.py
                            dataframe/
                                __init__.py
                                _html.py
                                frame.py
                                group_by.py
                                plotting.py
                            datatype_expr/
                                __init__.py
                                array.py
                                datatype_expr.py
                                list.py
                                struct.py
                            datatypes/
                                __init__.py
                                _parse.py
                                _utils.py
                                classes.py
                                constants.py
                                constructor.py
                                convert.py
                                group.py
                            expr/
                                __init__.py
                                array.py
                                binary.py
                                categorical.py
                                datetime.py
                                expr.py
                                list.py
                                meta.py
                                name.py
                                string.py
                                struct.py
                                whenthen.py
                            functions/
                                aggregation/
                                    __init__.py
                                    horizontal.py
                                    vertical.py
                                range/
                                    __init__.py
                                    _utils.py
                                    date_range.py
                                    datetime_range.py
                                    int_range.py
                                    linear_space.py
                                    time_range.py
                                __init__.py
                                as_datatype.py
                                business.py
                                col.py
                                datatype.py
                                eager.py
                                escape_regex.py
                                lazy.py
                                len.py
                                lit.py
                                random.py
                                repeat.py
                                whenthen.py
                            interchange/
                                __init__.py
                                buffer.py
                                column.py
                                dataframe.py
                                from_dataframe.py
                                protocol.py
                                utils.py
                            io/
                                cloud/
                                    credential_provider/
                                        __init__.py
                                        _builder.py
                                        _providers.py
                                    __init__.py
                                    _utils.py
                                csv/
                                    __init__.py
                                    _utils.py
                                    batched_reader.py
                                    functions.py
                                database/
                                    __init__.py
                                    _arrow_registry.py
                                    _cursor_proxies.py
                                    _executor.py
                                    _inference.py
                                    _utils.py
                                    functions.py
                                iceberg/
                                    __init__.py
                                    _utils.py
                                    dataset.py
                                    functions.py
                                ipc/
                                    __init__.py
                                    functions.py
                                json/
                                    __init__.py
                                    read.py
                                parquet/
                                    __init__.py
                                    field_overwrites.py
                                    functions.py
                                pyarrow_dataset/
                                    __init__.py
                                    anonymous_scan.py
                                    functions.py
                                scan_options/
                                    __init__.py
                                    _options.py
                                    cast_options.py
                                spreadsheet/
                                    __init__.py
                                    _utils.py
                                    _write_utils.py
                                    functions.py
                                __init__.py
                                _utils.py
                                avro.py
                                clipboard.py
                                delta.py
                                ndjson.py
                                partition.py
                                plugins.py
                            lazyframe/
                                __init__.py
                                engine_config.py
                                frame.py
                                group_by.py
                                in_process.py
                                opt_flags.py
                            meta/
                                __init__.py
                                build.py
                                index_type.py
                                thread_pool.py
                                versions.py
                            ml/
                                __init__.py
                                torch.py
                                utilities.py
                            series/
                                __init__.py
                                array.py
                                binary.py
                                categorical.py
                                datetime.py
                                list.py
                                plotting.py
                                series.py
                                string.py
                                struct.py
                                utils.py
                            sql/
                                __init__.py
                                context.py
                                functions.py
                            testing/
                                asserts/
                                    __init__.py
                                    frame.py
                                    series.py
                                    utils.py
                                parametric/
                                    strategies/
                                        __init__.py
                                        _utils.py
                                        core.py
                                        data.py
                                        dtype.py
                                        legacy.py
                                    __init__.py
                                    profiles.py
                                __init__.py
                            __init__.py
                            _cpu_check.py
                            _cpu_check.py''
                            _reexport.py
                            _typing.py
                            api.py
                            config.py
                            dependencies.py
                            exceptions.py
                            plugins.py
                            polars.abi3.so
                            py.typed
                            schema.py
                            selectors.py
                            string_cache.py
                            type_aliases.py
                        polars-1.32.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        prometheus_client/
                            bridge/
                                __init__.py
                                graphite.py
                            openmetrics/
                                __init__.py
                                exposition.py
                                parser.py
                            twisted/
                                __init__.py
                                _exposition.py
                            __init__.py
                            asgi.py
                            context_managers.py
                            core.py
                            decorator.py
                            exposition.py
                            gc_collector.py
                            metrics.py
                            metrics_core.py
                            mmap_dict.py
                            multiprocess.py
                            parser.py
                            platform_collector.py
                            process_collector.py
                            py.typed
                            registry.py
                            samples.py
                            utils.py
                            validation.py
                            values.py
                        prometheus_client-0.22.1.dist-info/
                            licenses/
                                LICENSE
                                NOTICE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        prompt_toolkit/
                            __pycache__/
                                __init__.cpython-313.pyc
                                auto_suggest.cpython-313.pyc
                                buffer.cpython-313.pyc
                                cache.cpython-313.pyc
                                cursor_shapes.cpython-313.pyc
                                data_structures.cpython-313.pyc
                                document.cpython-313.pyc
                                enums.cpython-313.pyc
                                history.cpython-313.pyc
                                keys.cpython-313.pyc
                                mouse_events.cpython-313.pyc
                                patch_stdout.cpython-313.pyc
                                renderer.cpython-313.pyc
                                search.cpython-313.pyc
                                selection.cpython-313.pyc
                                utils.cpython-313.pyc
                                validation.cpython-313.pyc
                            application/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    application.cpython-313.pyc
                                    current.cpython-313.pyc
                                    dummy.cpython-313.pyc
                                    run_in_terminal.cpython-313.pyc
                                __init__.py
                                application.py
                                current.py
                                dummy.py
                                run_in_terminal.py
                            clipboard/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    base.cpython-313.pyc
                                    in_memory.cpython-313.pyc
                                __init__.py
                                base.py
                                in_memory.py
                                pyperclip.py
                            completion/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    base.cpython-313.pyc
                                    deduplicate.cpython-313.pyc
                                    filesystem.cpython-313.pyc
                                    fuzzy_completer.cpython-313.pyc
                                    nested.cpython-313.pyc
                                    word_completer.cpython-313.pyc
                                __init__.py
                                base.py
                                deduplicate.py
                                filesystem.py
                                fuzzy_completer.py
                                nested.py
                                word_completer.py
                            contrib/
                                completers/
                                    __init__.py
                                    system.py
                                regular_languages/
                                    __init__.py
                                    compiler.py
                                    completion.py
                                    lexer.py
                                    regex_parser.py
                                    validation.py
                                ssh/
                                    __init__.py
                                    server.py
                                telnet/
                                    __init__.py
                                    log.py
                                    protocol.py
                                    server.py
                                __init__.py
                            eventloop/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    async_generator.cpython-313.pyc
                                    inputhook.cpython-313.pyc
                                    utils.cpython-313.pyc
                                __init__.py
                                async_generator.py
                                inputhook.py
                                utils.py
                                win32.py
                            filters/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    app.cpython-313.pyc
                                    base.cpython-313.pyc
                                    cli.cpython-313.pyc
                                    utils.cpython-313.pyc
                                __init__.py
                                app.py
                                base.py
                                cli.py
                                utils.py
                            formatted_text/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    ansi.cpython-313.pyc
                                    base.cpython-313.pyc
                                    html.cpython-313.pyc
                                    pygments.cpython-313.pyc
                                    utils.cpython-313.pyc
                                __init__.py
                                ansi.py
                                base.py
                                html.py
                                pygments.py
                                utils.py
                            input/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    ansi_escape_sequences.cpython-313.pyc
                                    base.cpython-313.pyc
                                    defaults.cpython-313.pyc
                                    typeahead.cpython-313.pyc
                                    vt100_parser.cpython-313.pyc
                                __init__.py
                                ansi_escape_sequences.py
                                base.py
                                defaults.py
                                posix_pipe.py
                                posix_utils.py
                                typeahead.py
                                vt100.py
                                vt100_parser.py
                                win32.py
                                win32_pipe.py
                            key_binding/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    defaults.cpython-313.pyc
                                    digraphs.cpython-313.pyc
                                    emacs_state.cpython-313.pyc
                                    key_bindings.cpython-313.pyc
                                    key_processor.cpython-313.pyc
                                    vi_state.cpython-313.pyc
                                bindings/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        auto_suggest.cpython-313.pyc
                                        basic.cpython-313.pyc
                                        completion.cpython-313.pyc
                                        cpr.cpython-313.pyc
                                        emacs.cpython-313.pyc
                                        focus.cpython-313.pyc
                                        mouse.cpython-313.pyc
                                        named_commands.cpython-313.pyc
                                        open_in_editor.cpython-313.pyc
                                        page_navigation.cpython-313.pyc
                                        scroll.cpython-313.pyc
                                        vi.cpython-313.pyc
                                    __init__.py
                                    auto_suggest.py
                                    basic.py
                                    completion.py
                                    cpr.py
                                    emacs.py
                                    focus.py
                                    mouse.py
                                    named_commands.py
                                    open_in_editor.py
                                    page_navigation.py
                                    scroll.py
                                    search.py
                                    vi.py
                                __init__.py
                                defaults.py
                                digraphs.py
                                emacs_state.py
                                key_bindings.py
                                key_processor.py
                                vi_state.py
                            layout/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    containers.cpython-313.pyc
                                    controls.cpython-313.pyc
                                    dimension.cpython-313.pyc
                                    dummy.cpython-313.pyc
                                    layout.cpython-313.pyc
                                    margins.cpython-313.pyc
                                    menus.cpython-313.pyc
                                    mouse_handlers.cpython-313.pyc
                                    processors.cpython-313.pyc
                                    screen.cpython-313.pyc
                                    scrollable_pane.cpython-313.pyc
                                    utils.cpython-313.pyc
                                __init__.py
                                containers.py
                                controls.py
                                dimension.py
                                dummy.py
                                layout.py
                                margins.py
                                menus.py
                                mouse_handlers.py
                                processors.py
                                screen.py
                                scrollable_pane.py
                                utils.py
                            lexers/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    base.cpython-313.pyc
                                    pygments.cpython-313.pyc
                                __init__.py
                                base.py
                                pygments.py
                            output/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    base.cpython-313.pyc
                                    color_depth.cpython-313.pyc
                                    defaults.cpython-313.pyc
                                    flush_stdout.cpython-313.pyc
                                    plain_text.cpython-313.pyc
                                    vt100.cpython-313.pyc
                                __init__.py
                                base.py
                                color_depth.py
                                conemu.py
                                defaults.py
                                flush_stdout.py
                                plain_text.py
                                vt100.py
                                win32.py
                                windows10.py
                            shortcuts/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    dialogs.cpython-313.pyc
                                    prompt.cpython-313.pyc
                                    utils.cpython-313.pyc
                                progress_bar/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        base.cpython-313.pyc
                                        formatters.cpython-313.pyc
                                    __init__.py
                                    base.py
                                    formatters.py
                                __init__.py
                                dialogs.py
                                prompt.py
                                utils.py
                            styles/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    base.cpython-313.pyc
                                    defaults.cpython-313.pyc
                                    named_colors.cpython-313.pyc
                                    pygments.cpython-313.pyc
                                    style.cpython-313.pyc
                                    style_transformation.cpython-313.pyc
                                __init__.py
                                base.py
                                defaults.py
                                named_colors.py
                                pygments.py
                                style.py
                                style_transformation.py
                            widgets/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    base.cpython-313.pyc
                                    dialogs.cpython-313.pyc
                                    menus.cpython-313.pyc
                                    toolbars.cpython-313.pyc
                                __init__.py
                                base.py
                                dialogs.py
                                menus.py
                                toolbars.py
                            __init__.py
                            auto_suggest.py
                            buffer.py
                            cache.py
                            cursor_shapes.py
                            data_structures.py
                            document.py
                            enums.py
                            history.py
                            keys.py
                            log.py
                            mouse_events.py
                            patch_stdout.py
                            py.typed
                            renderer.py
                            search.py
                            selection.py
                            token.py
                            utils.py
                            validation.py
                            win32_types.py
                        prompt_toolkit-3.0.51.dist-info/
                            licenses/
                                AUTHORS.rst
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        psutil/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _common.cpython-313.pyc
                                _psosx.cpython-313.pyc
                                _psposix.cpython-313.pyc
                            tests/
                                __init__.py
                                __main__.py
                                test_aix.py
                                test_bsd.py
                                test_connections.py
                                test_contracts.py
                                test_linux.py
                                test_memleaks.py
                                test_misc.py
                                test_osx.py
                                test_posix.py
                                test_process.py
                                test_process_all.py
                                test_scripts.py
                                test_sunos.py
                                test_system.py
                                test_testutils.py
                                test_unicode.py
                                test_windows.py
                            __init__.py
                            _common.py
                            _psaix.py
                            _psbsd.py
                            _pslinux.py
                            _psosx.py
                            _psposix.py
                            _pssunos.py
                            _psutil_osx.abi3.so
                            _psutil_posix.abi3.so
                            _pswindows.py
                        psutil-7.0.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        ptyprocess/
                            __init__.py
                            _fork_pty.py
                            ptyprocess.py
                            util.py
                        ptyprocess-0.7.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pure_eval/
                            __pycache__/
                                __init__.cpython-313.pyc
                                core.cpython-313.pyc
                                my_getattr_static.cpython-313.pyc
                                utils.cpython-313.pyc
                                version.cpython-313.pyc
                            __init__.py
                            core.py
                            my_getattr_static.py
                            py.typed
                            utils.py
                            version.py
                        pure_eval-0.2.3.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        py7zr/
                            __pycache__/
                                __init__.cpython-313.pyc
                                archiveinfo.cpython-313.pyc
                                callbacks.cpython-313.pyc
                                compressor.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                helpers.cpython-313.pyc
                                io.cpython-313.pyc
                                properties.cpython-313.pyc
                                py7zr.cpython-313.pyc
                                version.cpython-313.pyc
                                win32compat.cpython-313.pyc
                            __init__.py
                            __main__.py
                            archiveinfo.py
                            callbacks.py
                            cli.py
                            compressor.py
                            exceptions.py
                            helpers.py
                            io.py
                            properties.py
                            py.typed
                            py7zr.py
                            version.py
                            win32compat.py
                        py7zr-1.0.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pybcj-1.0.6.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pycparser/
                            __pycache__/
                                __init__.cpython-313.pyc
                                ast_transforms.cpython-313.pyc
                                c_ast.cpython-313.pyc
                                c_lexer.cpython-313.pyc
                                c_parser.cpython-313.pyc
                                lextab.cpython-313.pyc
                                plyparser.cpython-313.pyc
                                yacctab.cpython-313.pyc
                            ply/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    lex.cpython-313.pyc
                                    yacc.cpython-313.pyc
                                __init__.py
                                cpp.py
                                ctokens.py
                                lex.py
                                yacc.py
                                ygen.py
                            __init__.py
                            _ast_gen.py
                            _build_tables.py
                            _c_ast.cfg
                            ast_transforms.py
                            c_ast.py
                            c_generator.py
                            c_lexer.py
                            c_parser.py
                            lextab.py
                            plyparser.py
                            yacctab.py
                        pycparser-2.22.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pycryptodomex-3.23.0.dist-info/
                            AUTHORS.rst
                            INSTALLER
                            LICENSE.rst
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pydantic/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _migration.cpython-313.pyc
                                aliases.cpython-313.pyc
                                annotated_handlers.cpython-313.pyc
                                config.cpython-313.pyc
                                errors.cpython-313.pyc
                                fields.cpython-313.pyc
                                functional_validators.cpython-313.pyc
                                json_schema.cpython-313.pyc
                                main.cpython-313.pyc
                                types.cpython-313.pyc
                                version.cpython-313.pyc
                                warnings.cpython-313.pyc
                            _internal/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _config.cpython-313.pyc
                                    _core_metadata.cpython-313.pyc
                                    _core_utils.cpython-313.pyc
                                    _decorators.cpython-313.pyc
                                    _decorators_v1.cpython-313.pyc
                                    _discriminated_union.cpython-313.pyc
                                    _docs_extraction.cpython-313.pyc
                                    _fields.cpython-313.pyc
                                    _forward_ref.cpython-313.pyc
                                    _generate_schema.cpython-313.pyc
                                    _generics.cpython-313.pyc
                                    _import_utils.cpython-313.pyc
                                    _internal_dataclass.cpython-313.pyc
                                    _known_annotated_metadata.cpython-313.pyc
                                    _mock_val_ser.cpython-313.pyc
                                    _model_construction.cpython-313.pyc
                                    _namespace_utils.cpython-313.pyc
                                    _repr.cpython-313.pyc
                                    _schema_gather.cpython-313.pyc
                                    _schema_generation_shared.cpython-313.pyc
                                    _signature.cpython-313.pyc
                                    _typing_extra.cpython-313.pyc
                                    _utils.cpython-313.pyc
                                    _validators.cpython-313.pyc
                                __init__.py
                                _config.py
                                _core_metadata.py
                                _core_utils.py
                                _dataclasses.py
                                _decorators.py
                                _decorators_v1.py
                                _discriminated_union.py
                                _docs_extraction.py
                                _fields.py
                                _forward_ref.py
                                _generate_schema.py
                                _generics.py
                                _git.py
                                _import_utils.py
                                _internal_dataclass.py
                                _known_annotated_metadata.py
                                _mock_val_ser.py
                                _model_construction.py
                                _namespace_utils.py
                                _repr.py
                                _schema_gather.py
                                _schema_generation_shared.py
                                _serializers.py
                                _signature.py
                                _typing_extra.py
                                _utils.py
                                _validate_call.py
                                _validators.py
                            deprecated/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    class_validators.cpython-313.pyc
                                __init__.py
                                class_validators.py
                                config.py
                                copy_internals.py
                                decorator.py
                                json.py
                                parse.py
                                tools.py
                            experimental/
                                __init__.py
                                arguments_schema.py
                                pipeline.py
                            plugin/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _loader.cpython-313.pyc
                                    _schema_validator.cpython-313.pyc
                                __init__.py
                                _loader.py
                                _schema_validator.py
                            v1/
                                __init__.py
                                _hypothesis_plugin.py
                                annotated_types.py
                                class_validators.py
                                color.py
                                config.py
                                dataclasses.py
                                datetime_parse.py
                                decorator.py
                                env_settings.py
                                error_wrappers.py
                                errors.py
                                fields.py
                                generics.py
                                json.py
                                main.py
                                mypy.py
                                networks.py
                                parse.py
                                py.typed
                                schema.py
                                tools.py
                                types.py
                                typing.py
                                utils.py
                                validators.py
                                version.py
                            __init__.py
                            _migration.py
                            alias_generators.py
                            aliases.py
                            annotated_handlers.py
                            class_validators.py
                            color.py
                            config.py
                            dataclasses.py
                            datetime_parse.py
                            decorator.py
                            env_settings.py
                            error_wrappers.py
                            errors.py
                            fields.py
                            functional_serializers.py
                            functional_validators.py
                            generics.py
                            json.py
                            json_schema.py
                            main.py
                            mypy.py
                            networks.py
                            parse.py
                            py.typed
                            root_model.py
                            schema.py
                            tools.py
                            type_adapter.py
                            types.py
                            typing.py
                            utils.py
                            validate_call_decorator.py
                            validators.py
                            version.py
                            warnings.py
                        pydantic-2.11.7.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pydantic_core/
                            __pycache__/
                                __init__.cpython-313.pyc
                                core_schema.cpython-313.pyc
                            __init__.py
                            _pydantic_core.cpython-313-darwin.so
                            _pydantic_core.pyi
                            core_schema.py
                            py.typed
                        pydantic_core-2.33.2.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pygments/
                            __pycache__/
                                __init__.cpython-313.pyc
                                console.cpython-313.pyc
                                filter.cpython-313.pyc
                                formatter.cpython-313.pyc
                                lexer.cpython-313.pyc
                                modeline.cpython-313.pyc
                                plugin.cpython-313.pyc
                                regexopt.cpython-313.pyc
                                style.cpython-313.pyc
                                token.cpython-313.pyc
                                unistring.cpython-313.pyc
                                util.cpython-313.pyc
                            filters/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                            formatters/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _mapping.cpython-313.pyc
                                    html.cpython-313.pyc
                                    terminal.cpython-313.pyc
                                    terminal256.cpython-313.pyc
                                __init__.py
                                _mapping.py
                                bbcode.py
                                groff.py
                                html.py
                                img.py
                                irc.py
                                latex.py
                                other.py
                                pangomarkup.py
                                rtf.py
                                svg.py
                                terminal.py
                                terminal256.py
                            lexers/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _mapping.cpython-313.pyc
                                    diff.cpython-313.pyc
                                    python.cpython-313.pyc
                                __init__.py
                                _ada_builtins.py
                                _asy_builtins.py
                                _cl_builtins.py
                                _cocoa_builtins.py
                                _csound_builtins.py
                                _css_builtins.py
                                _googlesql_builtins.py
                                _julia_builtins.py
                                _lasso_builtins.py
                                _lilypond_builtins.py
                                _lua_builtins.py
                                _luau_builtins.py
                                _mapping.py
                                _mql_builtins.py
                                _mysql_builtins.py
                                _openedge_builtins.py
                                _php_builtins.py
                                _postgres_builtins.py
                                _qlik_builtins.py
                                _scheme_builtins.py
                                _scilab_builtins.py
                                _sourcemod_builtins.py
                                _sql_builtins.py
                                _stan_builtins.py
                                _stata_builtins.py
                                _tsql_builtins.py
                                _usd_builtins.py
                                _vbscript_builtins.py
                                _vim_builtins.py
                                actionscript.py
                                ada.py
                                agile.py
                                algebra.py
                                ambient.py
                                amdgpu.py
                                ampl.py
                                apdlexer.py
                                apl.py
                                archetype.py
                                arrow.py
                                arturo.py
                                asc.py
                                asm.py
                                asn1.py
                                automation.py
                                bare.py
                                basic.py
                                bdd.py
                                berry.py
                                bibtex.py
                                blueprint.py
                                boa.py
                                bqn.py
                                business.py
                                c_cpp.py
                                c_like.py
                                capnproto.py
                                carbon.py
                                cddl.py
                                chapel.py
                                clean.py
                                codeql.py
                                comal.py
                                compiled.py
                                configs.py
                                console.py
                                cplint.py
                                crystal.py
                                csound.py
                                css.py
                                d.py
                                dalvik.py
                                data.py
                                dax.py
                                devicetree.py
                                diff.py
                                dns.py
                                dotnet.py
                                dsls.py
                                dylan.py
                                ecl.py
                                eiffel.py
                                elm.py
                                elpi.py
                                email.py
                                erlang.py
                                esoteric.py
                                ezhil.py
                                factor.py
                                fantom.py
                                felix.py
                                fift.py
                                floscript.py
                                forth.py
                                fortran.py
                                foxpro.py
                                freefem.py
                                func.py
                                functional.py
                                futhark.py
                                gcodelexer.py
                                gdscript.py
                                gleam.py
                                go.py
                                grammar_notation.py
                                graph.py
                                graphics.py
                                graphql.py
                                graphviz.py
                                gsql.py
                                hare.py
                                haskell.py
                                haxe.py
                                hdl.py
                                hexdump.py
                                html.py
                                idl.py
                                igor.py
                                inferno.py
                                installers.py
                                int_fiction.py
                                iolang.py
                                j.py
                                javascript.py
                                jmespath.py
                                jslt.py
                                json5.py
                                jsonnet.py
                                jsx.py
                                julia.py
                                jvm.py
                                kuin.py
                                kusto.py
                                ldap.py
                                lean.py
                                lilypond.py
                                lisp.py
                                macaulay2.py
                                make.py
                                maple.py
                                markup.py
                                math.py
                                matlab.py
                                maxima.py
                                meson.py
                                mime.py
                                minecraft.py
                                mips.py
                                ml.py
                                modeling.py
                                modula2.py
                                mojo.py
                                monte.py
                                mosel.py
                                ncl.py
                                nimrod.py
                                nit.py
                                nix.py
                                numbair.py
                                oberon.py
                                objective.py
                                ooc.py
                                openscad.py
                                other.py
                                parasail.py
                                parsers.py
                                pascal.py
                                pawn.py
                                pddl.py
                                perl.py
                                phix.py
                                php.py
                                pointless.py
                                pony.py
                                praat.py
                                procfile.py
                                prolog.py
                                promql.py
                                prql.py
                                ptx.py
                                python.py
                                q.py
                                qlik.py
                                qvt.py
                                r.py
                                rdf.py
                                rebol.py
                                rego.py
                                resource.py
                                ride.py
                                rita.py
                                rnc.py
                                roboconf.py
                                robotframework.py
                                ruby.py
                                rust.py
                                sas.py
                                savi.py
                                scdoc.py
                                scripting.py
                                sgf.py
                                shell.py
                                sieve.py
                                slash.py
                                smalltalk.py
                                smithy.py
                                smv.py
                                snobol.py
                                solidity.py
                                soong.py
                                sophia.py
                                special.py
                                spice.py
                                sql.py
                                srcinfo.py
                                stata.py
                                supercollider.py
                                tablegen.py
                                tact.py
                                tal.py
                                tcl.py
                                teal.py
                                templates.py
                                teraterm.py
                                testing.py
                                text.py
                                textedit.py
                                textfmts.py
                                theorem.py
                                thingsdb.py
                                tlb.py
                                tls.py
                                tnt.py
                                trafficscript.py
                                typoscript.py
                                typst.py
                                ul4.py
                                unicon.py
                                urbi.py
                                usd.py
                                varnish.py
                                verification.py
                                verifpal.py
                                vip.py
                                vyper.py
                                web.py
                                webassembly.py
                                webidl.py
                                webmisc.py
                                wgsl.py
                                whiley.py
                                wowtoc.py
                                wren.py
                                x10.py
                                xorg.py
                                yang.py
                                yara.py
                                zig.py
                            styles/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _mapping.cpython-313.pyc
                                    default.cpython-313.pyc
                                    monokai.cpython-313.pyc
                                    pastie.cpython-313.pyc
                                __init__.py
                                _mapping.py
                                abap.py
                                algol.py
                                algol_nu.py
                                arduino.py
                                autumn.py
                                borland.py
                                bw.py
                                coffee.py
                                colorful.py
                                default.py
                                dracula.py
                                emacs.py
                                friendly.py
                                friendly_grayscale.py
                                fruity.py
                                gh_dark.py
                                gruvbox.py
                                igor.py
                                inkpot.py
                                lightbulb.py
                                lilypond.py
                                lovelace.py
                                manni.py
                                material.py
                                monokai.py
                                murphy.py
                                native.py
                                nord.py
                                onedark.py
                                paraiso_dark.py
                                paraiso_light.py
                                pastie.py
                                perldoc.py
                                rainbow_dash.py
                                rrt.py
                                sas.py
                                solarized.py
                                staroffice.py
                                stata_dark.py
                                stata_light.py
                                tango.py
                                trac.py
                                vim.py
                                vs.py
                                xcode.py
                                zenburn.py
                            __init__.py
                            __main__.py
                            cmdline.py
                            console.py
                            filter.py
                            formatter.py
                            lexer.py
                            modeline.py
                            plugin.py
                            regexopt.py
                            scanner.py
                            sphinxext.py
                            style.py
                            token.py
                            unistring.py
                            util.py
                        pygments-2.19.2.dist-info/
                            licenses/
                                AUTHORS
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        PyNaCl-1.5.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pyppmd/
                            __pycache__/
                                __init__.cpython-313.pyc
                            c/
                                __pycache__/
                                    c_ppmd.cpython-313.pyc
                                _ppmd.cpython-313-darwin.so
                                c_ppmd.py
                            cffi/
                                cffi_ppmd.py
                            __init__.py
                            py.typed
                        pyppmd-1.2.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest/
                            __pycache__/
                                __init__.cpython-313.pyc
                                __main__.cpython-313.pyc
                            __init__.py
                            __main__.py
                            py.typed
                        pytest-8.4.1.dist-info/
                            licenses/
                                AUTHORS
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest_asyncio/
                            __pycache__/
                                __init__.cpython-313-pytest-8.4.1.pyc
                                _version.cpython-313-pytest-8.4.1.pyc
                                plugin.cpython-313-pytest-8.4.1.pyc
                            __init__.py
                            _version.py
                            plugin.py
                            py.typed
                        pytest_asyncio-1.1.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest_cov/
                            __pycache__/
                                __init__.cpython-313-pytest-8.4.1.pyc
                                compat.cpython-313-pytest-8.4.1.pyc
                                embed.cpython-313-pytest-8.4.1.pyc
                                engine.cpython-313-pytest-8.4.1.pyc
                                plugin.cpython-313-pytest-8.4.1.pyc
                            __init__.py
                            compat.py
                            embed.py
                            engine.py
                            plugin.py
                        pytest_cov-6.2.1.dist-info/
                            licenses/
                                AUTHORS.rst
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest_local_badge/
                            __pycache__/
                                __init__.cpython-313-pytest-8.4.1.pyc
                                badges.cpython-313-pytest-8.4.1.pyc
                                plugin.cpython-313-pytest-8.4.1.pyc
                                svg_badge.cpython-313-pytest-8.4.1.pyc
                            __init__.py
                            badges.py
                            plugin.py
                            svg_badge.py
                        pytest_local_badge-1.0.3.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        python_dateutil-2.9.0.post0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        python_dotenv-1.1.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        python_json_logger-3.3.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            NOTICE
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pythonjsonlogger/
                            __init__.py
                            core.py
                            defaults.py
                            exception.py
                            json.py
                            jsonlogger.py
                            msgspec.py
                            orjson.py
                            py.typed
                            utils.py
                        pytz/
                            __pycache__/
                                __init__.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                lazy.cpython-313.pyc
                                tzfile.cpython-313.pyc
                                tzinfo.cpython-313.pyc
                            zoneinfo/
                                Africa/
                                    Abidjan
                                    Accra
                                    Addis_Ababa
                                    Algiers
                                    Asmara
                                    Asmera
                                    Bamako
                                    Bangui
                                    Banjul
                                    Bissau
                                    Blantyre
                                    Brazzaville
                                    Bujumbura
                                    Cairo
                                    Casablanca
                                    Ceuta
                                    Conakry
                                    Dakar
                                    Dar_es_Salaam
                                    Djibouti
                                    Douala
                                    El_Aaiun
                                    Freetown
                                    Gaborone
                                    Harare
                                    Johannesburg
                                    Juba
                                    Kampala
                                    Khartoum
                                    Kigali
                                    Kinshasa
                                    Lagos
                                    Libreville
                                    Lome
                                    Luanda
                                    Lubumbashi
                                    Lusaka
                                    Malabo
                                    Maputo
                                    Maseru
                                    Mbabane
                                    Mogadishu
                                    Monrovia
                                    Nairobi
                                    Ndjamena
                                    Niamey
                                    Nouakchott
                                    Ouagadougou
                                    Porto-Novo
                                    Sao_Tome
                                    Timbuktu
                                    Tripoli
                                    Tunis
                                    Windhoek
                                America/
                                    Argentina/
                                        Buenos_Aires
                                        Catamarca
                                        ComodRivadavia
                                        Cordoba
                                        Jujuy
                                        La_Rioja
                                        Mendoza
                                        Rio_Gallegos
                                        Salta
                                        San_Juan
                                        San_Luis
                                        Tucuman
                                        Ushuaia
                                    Indiana/
                                        Indianapolis
                                        Knox
                                        Marengo
                                        Petersburg
                                        Tell_City
                                        Vevay
                                        Vincennes
                                        Winamac
                                    Kentucky/
                                        Louisville
                                        Monticello
                                    North_Dakota/
                                        Beulah
                                        Center
                                        New_Salem
                                    Adak
                                    Anchorage
                                    Anguilla
                                    Antigua
                                    Araguaina
                                    Aruba
                                    Asuncion
                                    Atikokan
                                    Atka
                                    Bahia
                                    Bahia_Banderas
                                    Barbados
                                    Belem
                                    Belize
                                    Blanc-Sablon
                                    Boa_Vista
                                    Bogota
                                    Boise
                                    Buenos_Aires
                                    Cambridge_Bay
                                    Campo_Grande
                                    Cancun
                                    Caracas
                                    Catamarca
                                    Cayenne
                                    Cayman
                                    Chicago
                                    Chihuahua
                                    Ciudad_Juarez
                                    Coral_Harbour
                                    Cordoba
                                    Costa_Rica
                                    Coyhaique
                                    Creston
                                    Cuiaba
                                    Curacao
                                    Danmarkshavn
                                    Dawson
                                    Dawson_Creek
                                    Denver
                                    Detroit
                                    Dominica
                                    Edmonton
                                    Eirunepe
                                    El_Salvador
                                    Ensenada
                                    Fort_Nelson
                                    Fort_Wayne
                                    Fortaleza
                                    Glace_Bay
                                    Godthab
                                    Goose_Bay
                                    Grand_Turk
                                    Grenada
                                    Guadeloupe
                                    Guatemala
                                    Guayaquil
                                    Guyana
                                    Halifax
                                    Havana
                                    Hermosillo
                                    Indianapolis
                                    Inuvik
                                    Iqaluit
                                    Jamaica
                                    Jujuy
                                    Juneau
                                    Knox_IN
                                    Kralendijk
                                    La_Paz
                                    Lima
                                    Los_Angeles
                                    Louisville
                                    Lower_Princes
                                    Maceio
                                    Managua
                                    Manaus
                                    Marigot
                                    Martinique
                                    Matamoros
                                    Mazatlan
                                    Mendoza
                                    Menominee
                                    Merida
                                    Metlakatla
                                    Mexico_City
                                    Miquelon
                                    Moncton
                                    Monterrey
                                    Montevideo
                                    Montreal
                                    Montserrat
                                    Nassau
                                    New_York
                                    Nipigon
                                    Nome
                                    Noronha
                                    Nuuk
                                    Ojinaga
                                    Panama
                                    Pangnirtung
                                    Paramaribo
                                    Phoenix
                                    Port-au-Prince
                                    Port_of_Spain
                                    Porto_Acre
                                    Porto_Velho
                                    Puerto_Rico
                                    Punta_Arenas
                                    Rainy_River
                                    Rankin_Inlet
                                    Recife
                                    Regina
                                    Resolute
                                    Rio_Branco
                                    Rosario
                                    Santa_Isabel
                                    Santarem
                                    Santiago
                                    Santo_Domingo
                                    Sao_Paulo
                                    Scoresbysund
                                    Shiprock
                                    Sitka
                                    St_Barthelemy
                                    St_Johns
                                    St_Kitts
                                    St_Lucia
                                    St_Thomas
                                    St_Vincent
                                    Swift_Current
                                    Tegucigalpa
                                    Thule
                                    Thunder_Bay
                                    Tijuana
                                    Toronto
                                    Tortola
                                    Vancouver
                                    Virgin
                                    Whitehorse
                                    Winnipeg
                                    Yakutat
                                    Yellowknife
                                Antarctica/
                                    Casey
                                    Davis
                                    DumontDUrville
                                    Macquarie
                                    Mawson
                                    McMurdo
                                    Palmer
                                    Rothera
                                    South_Pole
                                    Syowa
                                    Troll
                                    Vostok
                                Arctic/
                                    Longyearbyen
                                Asia/
                                    Aden
                                    Almaty
                                    Amman
                                    Anadyr
                                    Aqtau
                                    Aqtobe
                                    Ashgabat
                                    Ashkhabad
                                    Atyrau
                                    Baghdad
                                    Bahrain
                                    Baku
                                    Bangkok
                                    Barnaul
                                    Beirut
                                    Bishkek
                                    Brunei
                                    Calcutta
                                    Chita
                                    Choibalsan
                                    Chongqing
                                    Chungking
                                    Colombo
                                    Dacca
                                    Damascus
                                    Dhaka
                                    Dili
                                    Dubai
                                    Dushanbe
                                    Famagusta
                                    Gaza
                                    Harbin
                                    Hebron
                                    Ho_Chi_Minh
                                    Hong_Kong
                                    Hovd
                                    Irkutsk
                                    Istanbul
                                    Jakarta
                                    Jayapura
                                    Jerusalem
                                    Kabul
                                    Kamchatka
                                    Karachi
                                    Kashgar
                                    Kathmandu
                                    Katmandu
                                    Khandyga
                                    Kolkata
                                    Krasnoyarsk
                                    Kuala_Lumpur
                                    Kuching
                                    Kuwait
                                    Macao
                                    Macau
                                    Magadan
                                    Makassar
                                    Manila
                                    Muscat
                                    Nicosia
                                    Novokuznetsk
                                    Novosibirsk
                                    Omsk
                                    Oral
                                    Phnom_Penh
                                    Pontianak
                                    Pyongyang
                                    Qatar
                                    Qostanay
                                    Qyzylorda
                                    Rangoon
                                    Riyadh
                                    Saigon
                                    Sakhalin
                                    Samarkand
                                    Seoul
                                    Shanghai
                                    Singapore
                                    Srednekolymsk
                                    Taipei
                                    Tashkent
                                    Tbilisi
                                    Tehran
                                    Tel_Aviv
                                    Thimbu
                                    Thimphu
                                    Tokyo
                                    Tomsk
                                    Ujung_Pandang
                                    Ulaanbaatar
                                    Ulan_Bator
                                    Urumqi
                                    Ust-Nera
                                    Vientiane
                                    Vladivostok
                                    Yakutsk
                                    Yangon
                                    Yekaterinburg
                                    Yerevan
                                Atlantic/
                                    Azores
                                    Bermuda
                                    Canary
                                    Cape_Verde
                                    Faeroe
                                    Faroe
                                    Jan_Mayen
                                    Madeira
                                    Reykjavik
                                    South_Georgia
                                    St_Helena
                                    Stanley
                                Australia/
                                    ACT
                                    Adelaide
                                    Brisbane
                                    Broken_Hill
                                    Canberra
                                    Currie
                                    Darwin
                                    Eucla
                                    Hobart
                                    LHI
                                    Lindeman
                                    Lord_Howe
                                    Melbourne
                                    North
                                    NSW
                                    Perth
                                    Queensland
                                    South
                                    Sydney
                                    Tasmania
                                    Victoria
                                    West
                                    Yancowinna
                                Brazil/
                                    Acre
                                    DeNoronha
                                    East
                                    West
                                Canada/
                                    Atlantic
                                    Central
                                    Eastern
                                    Mountain
                                    Newfoundland
                                    Pacific
                                    Saskatchewan
                                    Yukon
                                Chile/
                                    Continental
                                    EasterIsland
                                Etc/
                                    GMT
                                    GMT+0
                                    GMT+1
                                    GMT+10
                                    GMT+11
                                    GMT+12
                                    GMT+2
                                    GMT+3
                                    GMT+4
                                    GMT+5
                                    GMT+6
                                    GMT+7
                                    GMT+8
                                    GMT+9
                                    GMT-0
                                    GMT-1
                                    GMT-10
                                    GMT-11
                                    GMT-12
                                    GMT-13
                                    GMT-14
                                    GMT-2
                                    GMT-3
                                    GMT-4
                                    GMT-5
                                    GMT-6
                                    GMT-7
                                    GMT-8
                                    GMT-9
                                    GMT0
                                    Greenwich
                                    UCT
                                    Universal
                                    UTC
                                    Zulu
                                Europe/
                                    Amsterdam
                                    Andorra
                                    Astrakhan
                                    Athens
                                    Belfast
                                    Belgrade
                                    Berlin
                                    Bratislava
                                    Brussels
                                    Bucharest
                                    Budapest
                                    Busingen
                                    Chisinau
                                    Copenhagen
                                    Dublin
                                    Gibraltar
                                    Guernsey
                                    Helsinki
                                    Isle_of_Man
                                    Istanbul
                                    Jersey
                                    Kaliningrad
                                    Kiev
                                    Kirov
                                    Kyiv
                                    Lisbon
                                    Ljubljana
                                    London
                                    Luxembourg
                                    Madrid
                                    Malta
                                    Mariehamn
                                    Minsk
                                    Monaco
                                    Moscow
                                    Nicosia
                                    Oslo
                                    Paris
                                    Podgorica
                                    Prague
                                    Riga
                                    Rome
                                    Samara
                                    San_Marino
                                    Sarajevo
                                    Saratov
                                    Simferopol
                                    Skopje
                                    Sofia
                                    Stockholm
                                    Tallinn
                                    Tirane
                                    Tiraspol
                                    Ulyanovsk
                                    Uzhgorod
                                    Vaduz
                                    Vatican
                                    Vienna
                                    Vilnius
                                    Volgograd
                                    Warsaw
                                    Zagreb
                                    Zaporozhye
                                    Zurich
                                Indian/
                                    Antananarivo
                                    Chagos
                                    Christmas
                                    Cocos
                                    Comoro
                                    Kerguelen
                                    Mahe
                                    Maldives
                                    Mauritius
                                    Mayotte
                                    Reunion
                                Mexico/
                                    BajaNorte
                                    BajaSur
                                    General
                                Pacific/
                                    Apia
                                    Auckland
                                    Bougainville
                                    Chatham
                                    Chuuk
                                    Easter
                                    Efate
                                    Enderbury
                                    Fakaofo
                                    Fiji
                                    Funafuti
                                    Galapagos
                                    Gambier
                                    Guadalcanal
                                    Guam
                                    Honolulu
                                    Johnston
                                    Kanton
                                    Kiritimati
                                    Kosrae
                                    Kwajalein
                                    Majuro
                                    Marquesas
                                    Midway
                                    Nauru
                                    Niue
                                    Norfolk
                                    Noumea
                                    Pago_Pago
                                    Palau
                                    Pitcairn
                                    Pohnpei
                                    Ponape
                                    Port_Moresby
                                    Rarotonga
                                    Saipan
                                    Samoa
                                    Tahiti
                                    Tarawa
                                    Tongatapu
                                    Truk
                                    Wake
                                    Wallis
                                    Yap
                                US/
                                    Alaska
                                    Aleutian
                                    Arizona
                                    Central
                                    East-Indiana
                                    Eastern
                                    Hawaii
                                    Indiana-Starke
                                    Michigan
                                    Mountain
                                    Pacific
                                    Samoa
                                CET
                                CST6CDT
                                Cuba
                                EET
                                Egypt
                                Eire
                                EST
                                EST5EDT
                                Factory
                                GB
                                GB-Eire
                                GMT
                                GMT+0
                                GMT-0
                                GMT0
                                Greenwich
                                Hongkong
                                HST
                                Iceland
                                Iran
                                iso3166.tab
                                Israel
                                Jamaica
                                Japan
                                Kwajalein
                                leapseconds
                                Libya
                                MET
                                MST
                                MST7MDT
                                Navajo
                                NZ
                                NZ-CHAT
                                Poland
                                Portugal
                                PRC
                                PST8PDT
                                ROC
                                ROK
                                Singapore
                                Turkey
                                tzdata.zi
                                UCT
                                Universal
                                UTC
                                W-SU
                                WET
                                zone.tab
                                zone1970.tab
                                zonenow.tab
                                Zulu
                            __init__.py
                            exceptions.py
                            lazy.py
                            reference.py
                            tzfile.py
                            tzinfo.py
                        pytz-2025.2.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        pyximport/
                            __init__.py
                            pyxbuild.py
                            pyximport.py
                        PyYAML-6.0.2.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pyzmq-27.0.1.dist-info/
                            licenses/
                                licenses/
                                    LICENSE.libsodium.txt
                                    LICENSE.tornado.txt
                                    LICENSE.zeromq.txt
                                LICENSE.md
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pyzstd/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _seekable_zstdfile.cpython-313.pyc
                                _zstdfile.cpython-313.pyc
                            _c/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                                _zstd.cpython-313-darwin.so
                            __init__.py
                            __init__.pyi
                            __main__.py
                            _seekable_zstdfile.py
                            _zstdfile.py
                            py.typed
                        pyzstd-0.17.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        referencing/
                            tests/
                                __init__.py
                                test_core.py
                                test_exceptions.py
                                test_jsonschema.py
                                test_referencing_suite.py
                                test_retrieval.py
                            __init__.py
                            _attrs.py
                            _attrs.pyi
                            _core.py
                            exceptions.py
                            jsonschema.py
                            py.typed
                            retrieval.py
                            typing.py
                        referencing-0.36.2.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        requests/
                            __init__.py
                            __version__.py
                            _internal_utils.py
                            adapters.py
                            api.py
                            auth.py
                            certs.py
                            compat.py
                            cookies.py
                            exceptions.py
                            help.py
                            hooks.py
                            models.py
                            packages.py
                            sessions.py
                            status_codes.py
                            structures.py
                            utils.py
                        requests-2.32.4.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        requests_cache/
                            backends/
                                __init__.py
                                base.py
                                dynamodb.py
                                filesystem.py
                                gridfs.py
                                mongodb.py
                                redis.py
                                sqlite.py
                            models/
                                __init__.py
                                base.py
                                raw_response.py
                                request.py
                                response.py
                            policy/
                                __init__.py
                                actions.py
                                directives.py
                                expiration.py
                                settings.py
                            serializers/
                                __init__.py
                                cattrs.py
                                pipeline.py
                                preconf.py
                            __init__.py
                            _utils.py
                            cache_keys.py
                            patcher.py
                            py.typed
                            session.py
                        requests_cache-1.2.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        requirements/
                            __init__.py
                            fragment.py
                            parser.py
                            py.typed
                            requirement.py
                            vcs.py
                        requirements_parser-0.13.0.dist-info/
                            AUTHORS.md
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        rfc3339_validator-0.1.4.dist-info/
                            AUTHORS.rst
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        rfc3986_validator-0.1.1.dist-info/
                            AUTHORS.rst
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        rfc3987_syntax/
                            __init__.py
                            CITATION.cff
                            syntax_helpers.py
                            syntax_rfc3987.lark
                            utils.py
                        rfc3987_syntax-1.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        rich/
                            __init__.py
                            __main__.py
                            _cell_widths.py
                            _emoji_codes.py
                            _emoji_replace.py
                            _export_format.py
                            _extension.py
                            _fileno.py
                            _inspect.py
                            _log_render.py
                            _loop.py
                            _null_file.py
                            _palettes.py
                            _pick.py
                            _ratio.py
                            _spinners.py
                            _stack.py
                            _timer.py
                            _win32_console.py
                            _windows.py
                            _windows_renderer.py
                            _wrap.py
                            abc.py
                            align.py
                            ansi.py
                            bar.py
                            box.py
                            cells.py
                            color.py
                            color_triplet.py
                            columns.py
                            console.py
                            constrain.py
                            containers.py
                            control.py
                            default_styles.py
                            diagnose.py
                            emoji.py
                            errors.py
                            file_proxy.py
                            filesize.py
                            highlighter.py
                            json.py
                            jupyter.py
                            layout.py
                            live.py
                            live_render.py
                            logging.py
                            markdown.py
                            markup.py
                            measure.py
                            padding.py
                            pager.py
                            palette.py
                            panel.py
                            pretty.py
                            progress.py
                            progress_bar.py
                            prompt.py
                            protocol.py
                            py.typed
                            region.py
                            repr.py
                            rule.py
                            scope.py
                            screen.py
                            segment.py
                            spinner.py
                            status.py
                            style.py
                            styled.py
                            syntax.py
                            table.py
                            terminal_theme.py
                            text.py
                            theme.py
                            themes.py
                            traceback.py
                            tree.py
                        rich-14.1.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        rpds/
                            __init__.py
                            __init__.pyi
                            py.typed
                            rpds.cpython-313-darwin.so
                        rpds_py-0.26.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        scikit_learn-1.7.1.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        scipy/
                            .dylibs/
                                libgcc_s.1.1.dylib
                                libgfortran.5.dylib
                                libquadmath.0.dylib
                            __pycache__/
                                __config__.cpython-313.pyc
                                __init__.cpython-313.pyc
                                _distributor_init.cpython-313.pyc
                                version.cpython-313.pyc
                            _lib/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _ccallback.cpython-313.pyc
                                    _pep440.cpython-313.pyc
                                    _testutils.cpython-313.pyc
                                _uarray/
                                    __init__.py
                                    _backend.py
                                    _uarray.cpython-313-darwin.so
                                    LICENSE
                                array_api_compat/
                                    common/
                                        __init__.py
                                        _aliases.py
                                        _fft.py
                                        _helpers.py
                                        _linalg.py
                                        _typing.py
                                    cupy/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    dask/
                                        array/
                                            __init__.py
                                            _aliases.py
                                            _info.py
                                            fft.py
                                            linalg.py
                                        __init__.py
                                    numpy/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    torch/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        fft.py
                                        linalg.py
                                    __init__.py
                                    _internal.py
                                array_api_extra/
                                    __init__.py
                                    _funcs.py
                                    _typing.py
                                cobyqa/
                                    subsolvers/
                                        __init__.py
                                        geometry.py
                                        optim.py
                                    utils/
                                        __init__.py
                                        exceptions.py
                                        math.py
                                        versions.py
                                    __init__.py
                                    framework.py
                                    main.py
                                    models.py
                                    problem.py
                                    settings.py
                                tests/
                                    __init__.py
                                    test__gcutils.py
                                    test__pep440.py
                                    test__testutils.py
                                    test__threadsafety.py
                                    test__util.py
                                    test_array_api.py
                                    test_bunch.py
                                    test_ccallback.py
                                    test_config.py
                                    test_deprecation.py
                                    test_doccer.py
                                    test_import_cycles.py
                                    test_public_api.py
                                    test_scipy_version.py
                                    test_tmpdirs.py
                                    test_warnings.py
                                __init__.py
                                _array_api.py
                                _array_api_no_0d.py
                                _bunch.py
                                _ccallback.py
                                _ccallback_c.cpython-313-darwin.so
                                _disjoint_set.py
                                _docscrape.py
                                _elementwise_iterative_method.py
                                _finite_differences.py
                                _fpumode.cpython-313-darwin.so
                                _gcutils.py
                                _pep440.py
                                _test_ccallback.cpython-313-darwin.so
                                _test_deprecation_call.cpython-313-darwin.so
                                _test_deprecation_def.cpython-313-darwin.so
                                _testutils.py
                                _threadsafety.py
                                _tmpdirs.py
                                _util.py
                                decorator.py
                                deprecation.py
                                doccer.py
                                messagestream.cpython-313-darwin.so
                                uarray.py
                            cluster/
                                tests/
                                    __init__.py
                                    hierarchy_test_data.py
                                    test_disjoint_set.py
                                    test_hierarchy.py
                                    test_vq.py
                                __init__.py
                                _hierarchy.cpython-313-darwin.so
                                _optimal_leaf_ordering.cpython-313-darwin.so
                                _vq.cpython-313-darwin.so
                                hierarchy.py
                                vq.py
                            constants/
                                tests/
                                    __init__.py
                                    test_codata.py
                                    test_constants.py
                                __init__.py
                                _codata.py
                                _constants.py
                                codata.py
                                constants.py
                            datasets/
                                tests/
                                    __init__.py
                                    test_data.py
                                __init__.py
                                _download_all.py
                                _fetchers.py
                                _registry.py
                                _utils.py
                            differentiate/
                                tests/
                                    __init__.py
                                    test_differentiate.py
                                __init__.py
                                _differentiate.py
                            fft/
                                _pocketfft/
                                    tests/
                                        __init__.py
                                        test_basic.py
                                        test_real_transforms.py
                                    __init__.py
                                    basic.py
                                    helper.py
                                    LICENSE.md
                                    pypocketfft.cpython-313-darwin.so
                                    realtransforms.py
                                tests/
                                    __init__.py
                                    mock_backend.py
                                    test_backend.py
                                    test_basic.py
                                    test_fftlog.py
                                    test_helper.py
                                    test_multithreading.py
                                    test_real_transforms.py
                                __init__.py
                                _backend.py
                                _basic.py
                                _basic_backend.py
                                _debug_backends.py
                                _fftlog.py
                                _fftlog_backend.py
                                _helper.py
                                _realtransforms.py
                                _realtransforms_backend.py
                            fftpack/
                                tests/
                                    __init__.py
                                    fftw_double_ref.npz
                                    fftw_longdouble_ref.npz
                                    fftw_single_ref.npz
                                    test.npz
                                    test_basic.py
                                    test_helper.py
                                    test_import.py
                                    test_pseudo_diffs.py
                                    test_real_transforms.py
                                __init__.py
                                _basic.py
                                _helper.py
                                _pseudo_diffs.py
                                _realtransforms.py
                                basic.py
                                convolve.cpython-313-darwin.so
                                helper.py
                                pseudo_diffs.py
                                realtransforms.py
                            integrate/
                                _ivp/
                                    tests/
                                        __init__.py
                                        test_ivp.py
                                        test_rk.py
                                    __init__.py
                                    base.py
                                    bdf.py
                                    common.py
                                    dop853_coefficients.py
                                    ivp.py
                                    lsoda.py
                                    radau.py
                                    rk.py
                                _rules/
                                    __init__.py
                                    _base.py
                                    _gauss_kronrod.py
                                    _gauss_legendre.py
                                    _genz_malik.py
                                tests/
                                    __init__.py
                                    test__quad_vec.py
                                    test_banded_ode_solvers.py
                                    test_bvp.py
                                    test_cubature.py
                                    test_integrate.py
                                    test_odeint_jac.py
                                    test_quadpack.py
                                    test_quadrature.py
                                    test_tanhsinh.py
                                __init__.py
                                _bvp.py
                                _cubature.py
                                _dop.cpython-313-darwin.so
                                _lebedev.py
                                _lsoda.cpython-313-darwin.so
                                _ode.py
                                _odepack.cpython-313-darwin.so
                                _odepack_py.py
                                _quad_vec.py
                                _quadpack.cpython-313-darwin.so
                                _quadpack_py.py
                                _quadrature.py
                                _tanhsinh.py
                                _test_multivariate.cpython-313-darwin.so
                                _test_odeint_banded.cpython-313-darwin.so
                                _vode.cpython-313-darwin.so
                                dop.py
                                lsoda.py
                                odepack.py
                                quadpack.py
                                vode.py
                            interpolate/
                                tests/
                                    data/
                                        bug-1310.npz
                                        estimate_gradients_hang.npy
                                        gcvspl.npz
                                    __init__.py
                                    test_bary_rational.py
                                    test_bsplines.py
                                    test_fitpack.py
                                    test_fitpack2.py
                                    test_gil.py
                                    test_interpnd.py
                                    test_interpolate.py
                                    test_ndgriddata.py
                                    test_pade.py
                                    test_polyint.py
                                    test_rbf.py
                                    test_rbfinterp.py
                                    test_rgi.py
                                __init__.py
                                _bary_rational.py
                                _bspl.cpython-313-darwin.so
                                _bsplines.py
                                _cubic.py
                                _dfitpack.cpython-313-darwin.so
                                _dierckx.cpython-313-darwin.so
                                _fitpack.cpython-313-darwin.so
                                _fitpack2.py
                                _fitpack_impl.py
                                _fitpack_py.py
                                _fitpack_repro.py
                                _interpnd.cpython-313-darwin.so
                                _interpolate.py
                                _ndbspline.py
                                _ndgriddata.py
                                _pade.py
                                _polyint.py
                                _ppoly.cpython-313-darwin.so
                                _rbf.py
                                _rbfinterp.py
                                _rbfinterp_pythran.cpython-313-darwin.so
                                _rgi.py
                                _rgi_cython.cpython-313-darwin.so
                                dfitpack.py
                                fitpack.py
                                fitpack2.py
                                interpnd.py
                                interpolate.py
                                ndgriddata.py
                                polyint.py
                                rbf.py
                            io/
                                _fast_matrix_market/
                                    __init__.py
                                    _fmm_core.cpython-313-darwin.so
                                _harwell_boeing/
                                    tests/
                                        __init__.py
                                        test_fortran_format.py
                                        test_hb.py
                                    __init__.py
                                    _fortran_format_parser.py
                                    hb.py
                                arff/
                                    tests/
                                        data/
                                            iris.arff
                                            missing.arff
                                            nodata.arff
                                            quoted_nominal.arff
                                            quoted_nominal_spaces.arff
                                            test1.arff
                                            test10.arff
                                            test11.arff
                                            test2.arff
                                            test3.arff
                                            test4.arff
                                            test5.arff
                                            test6.arff
                                            test7.arff
                                            test8.arff
                                            test9.arff
                                        __init__.py
                                        test_arffread.py
                                    __init__.py
                                    _arffread.py
                                    arffread.py
                                matlab/
                                    tests/
                                        data/
                                            bad_miuint32.mat
                                            bad_miutf8_array_name.mat
                                            big_endian.mat
                                            broken_utf8.mat
                                            corrupted_zlib_checksum.mat
                                            corrupted_zlib_data.mat
                                            debigged_m4.mat
                                            japanese_utf8.txt
                                            little_endian.mat
                                            logical_sparse.mat
                                            malformed1.mat
                                            miuint32_for_miint32.mat
                                            miutf8_array_name.mat
                                            nasty_duplicate_fieldnames.mat
                                            one_by_zero_char.mat
                                            parabola.mat
                                            single_empty_string.mat
                                            some_functions.mat
                                            sqr.mat
                                            test3dmatrix_6.1_SOL2.mat
                                            test3dmatrix_6.5.1_GLNX86.mat
                                            test3dmatrix_7.1_GLNX86.mat
                                            test3dmatrix_7.4_GLNX86.mat
                                            test_empty_struct.mat
                                            test_mat4_le_floats.mat
                                            test_skip_variable.mat
                                            testbool_8_WIN64.mat
                                            testcell_6.1_SOL2.mat
                                            testcell_6.5.1_GLNX86.mat
                                            testcell_7.1_GLNX86.mat
                                            testcell_7.4_GLNX86.mat
                                            testcellnest_6.1_SOL2.mat
                                            testcellnest_6.5.1_GLNX86.mat
                                            testcellnest_7.1_GLNX86.mat
                                            testcellnest_7.4_GLNX86.mat
                                            testcomplex_4.2c_SOL2.mat
                                            testcomplex_6.1_SOL2.mat
                                            testcomplex_6.5.1_GLNX86.mat
                                            testcomplex_7.1_GLNX86.mat
                                            testcomplex_7.4_GLNX86.mat
                                            testdouble_4.2c_SOL2.mat
                                            testdouble_6.1_SOL2.mat
                                            testdouble_6.5.1_GLNX86.mat
                                            testdouble_7.1_GLNX86.mat
                                            testdouble_7.4_GLNX86.mat
                                            testemptycell_5.3_SOL2.mat
                                            testemptycell_6.5.1_GLNX86.mat
                                            testemptycell_7.1_GLNX86.mat
                                            testemptycell_7.4_GLNX86.mat
                                            testfunc_7.4_GLNX86.mat
                                            testhdf5_7.4_GLNX86.mat
                                            testmatrix_4.2c_SOL2.mat
                                            testmatrix_6.1_SOL2.mat
                                            testmatrix_6.5.1_GLNX86.mat
                                            testmatrix_7.1_GLNX86.mat
                                            testmatrix_7.4_GLNX86.mat
                                            testminus_4.2c_SOL2.mat
                                            testminus_6.1_SOL2.mat
                                            testminus_6.5.1_GLNX86.mat
                                            testminus_7.1_GLNX86.mat
                                            testminus_7.4_GLNX86.mat
                                            testmulti_4.2c_SOL2.mat
                                            testmulti_7.1_GLNX86.mat
                                            testmulti_7.4_GLNX86.mat
                                            testobject_6.1_SOL2.mat
                                            testobject_6.5.1_GLNX86.mat
                                            testobject_7.1_GLNX86.mat
                                            testobject_7.4_GLNX86.mat
                                            testonechar_4.2c_SOL2.mat
                                            testonechar_6.1_SOL2.mat
                                            testonechar_6.5.1_GLNX86.mat
                                            testonechar_7.1_GLNX86.mat
                                            testonechar_7.4_GLNX86.mat
                                            testscalarcell_7.4_GLNX86.mat
                                            testsimplecell.mat
                                            testsparse_4.2c_SOL2.mat
                                            testsparse_6.1_SOL2.mat
                                            testsparse_6.5.1_GLNX86.mat
                                            testsparse_7.1_GLNX86.mat
                                            testsparse_7.4_GLNX86.mat
                                            testsparsecomplex_4.2c_SOL2.mat
                                            testsparsecomplex_6.1_SOL2.mat
                                            testsparsecomplex_6.5.1_GLNX86.mat
                                            testsparsecomplex_7.1_GLNX86.mat
                                            testsparsecomplex_7.4_GLNX86.mat
                                            testsparsefloat_7.4_GLNX86.mat
                                            teststring_4.2c_SOL2.mat
                                            teststring_6.1_SOL2.mat
                                            teststring_6.5.1_GLNX86.mat
                                            teststring_7.1_GLNX86.mat
                                            teststring_7.4_GLNX86.mat
                                            teststringarray_4.2c_SOL2.mat
                                            teststringarray_6.1_SOL2.mat
                                            teststringarray_6.5.1_GLNX86.mat
                                            teststringarray_7.1_GLNX86.mat
                                            teststringarray_7.4_GLNX86.mat
                                            teststruct_6.1_SOL2.mat
                                            teststruct_6.5.1_GLNX86.mat
                                            teststruct_7.1_GLNX86.mat
                                            teststruct_7.4_GLNX86.mat
                                            teststructarr_6.1_SOL2.mat
                                            teststructarr_6.5.1_GLNX86.mat
                                            teststructarr_7.1_GLNX86.mat
                                            teststructarr_7.4_GLNX86.mat
                                            teststructnest_6.1_SOL2.mat
                                            teststructnest_6.5.1_GLNX86.mat
                                            teststructnest_7.1_GLNX86.mat
                                            teststructnest_7.4_GLNX86.mat
                                            testunicode_7.1_GLNX86.mat
                                            testunicode_7.4_GLNX86.mat
                                            testvec_4_GLNX86.mat
                                        __init__.py
                                        test_byteordercodes.py
                                        test_mio.py
                                        test_mio5_utils.py
                                        test_mio_funcs.py
                                        test_mio_utils.py
                                        test_miobase.py
                                        test_pathological.py
                                        test_streams.py
                                    __init__.py
                                    _byteordercodes.py
                                    _mio.py
                                    _mio4.py
                                    _mio5.py
                                    _mio5_params.py
                                    _mio5_utils.cpython-313-darwin.so
                                    _mio_utils.cpython-313-darwin.so
                                    _miobase.py
                                    _streams.cpython-313-darwin.so
                                    byteordercodes.py
                                    mio.py
                                    mio4.py
                                    mio5.py
                                    mio5_params.py
                                    mio5_utils.py
                                    mio_utils.py
                                    miobase.py
                                    streams.py
                                tests/
                                    data/
                                        array_float32_1d.sav
                                        array_float32_2d.sav
                                        array_float32_3d.sav
                                        array_float32_4d.sav
                                        array_float32_5d.sav
                                        array_float32_6d.sav
                                        array_float32_7d.sav
                                        array_float32_8d.sav
                                        array_float32_pointer_1d.sav
                                        array_float32_pointer_2d.sav
                                        array_float32_pointer_3d.sav
                                        array_float32_pointer_4d.sav
                                        array_float32_pointer_5d.sav
                                        array_float32_pointer_6d.sav
                                        array_float32_pointer_7d.sav
                                        array_float32_pointer_8d.sav
                                        example_1.nc
                                        example_2.nc
                                        example_3_maskedvals.nc
                                        fortran-3x3d-2i.dat
                                        fortran-mixed.dat
                                        fortran-sf8-11x1x10.dat
                                        fortran-sf8-15x10x22.dat
                                        fortran-sf8-1x1x1.dat
                                        fortran-sf8-1x1x5.dat
                                        fortran-sf8-1x1x7.dat
                                        fortran-sf8-1x3x5.dat
                                        fortran-si4-11x1x10.dat
                                        fortran-si4-15x10x22.dat
                                        fortran-si4-1x1x1.dat
                                        fortran-si4-1x1x5.dat
                                        fortran-si4-1x1x7.dat
                                        fortran-si4-1x3x5.dat
                                        invalid_pointer.sav
                                        null_pointer.sav
                                        scalar_byte.sav
                                        scalar_byte_descr.sav
                                        scalar_complex32.sav
                                        scalar_complex64.sav
                                        scalar_float32.sav
                                        scalar_float64.sav
                                        scalar_heap_pointer.sav
                                        scalar_int16.sav
                                        scalar_int32.sav
                                        scalar_int64.sav
                                        scalar_string.sav
                                        scalar_uint16.sav
                                        scalar_uint32.sav
                                        scalar_uint64.sav
                                        struct_arrays.sav
                                        struct_arrays_byte_idl80.sav
                                        struct_arrays_replicated.sav
                                        struct_arrays_replicated_3d.sav
                                        struct_inherit.sav
                                        struct_pointer_arrays.sav
                                        struct_pointer_arrays_replicated.sav
                                        struct_pointer_arrays_replicated_3d.sav
                                        struct_pointers.sav
                                        struct_pointers_replicated.sav
                                        struct_pointers_replicated_3d.sav
                                        struct_scalars.sav
                                        struct_scalars_replicated.sav
                                        struct_scalars_replicated_3d.sav
                                        test-1234Hz-le-1ch-10S-20bit-extra.wav
                                        test-44100Hz-2ch-32bit-float-be.wav
                                        test-44100Hz-2ch-32bit-float-le.wav
                                        test-44100Hz-be-1ch-4bytes.wav
                                        test-44100Hz-le-1ch-4bytes-early-eof-no-data.wav
                                        test-44100Hz-le-1ch-4bytes-early-eof.wav
                                        test-44100Hz-le-1ch-4bytes-incomplete-chunk.wav
                                        test-44100Hz-le-1ch-4bytes-rf64.wav
                                        test-44100Hz-le-1ch-4bytes.wav
                                        test-48000Hz-2ch-64bit-float-le-wavex.wav
                                        test-8000Hz-be-3ch-5S-24bit.wav
                                        test-8000Hz-le-1ch-1byte-ulaw.wav
                                        test-8000Hz-le-2ch-1byteu.wav
                                        test-8000Hz-le-3ch-5S-24bit-inconsistent.wav
                                        test-8000Hz-le-3ch-5S-24bit-rf64.wav
                                        test-8000Hz-le-3ch-5S-24bit.wav
                                        test-8000Hz-le-3ch-5S-36bit.wav
                                        test-8000Hz-le-3ch-5S-45bit.wav
                                        test-8000Hz-le-3ch-5S-53bit.wav
                                        test-8000Hz-le-3ch-5S-64bit.wav
                                        test-8000Hz-le-4ch-9S-12bit.wav
                                        test-8000Hz-le-5ch-9S-5bit.wav
                                        Transparent Busy.ani
                                        various_compressed.sav
                                    __init__.py
                                    test_fortran.py
                                    test_idl.py
                                    test_mmio.py
                                    test_netcdf.py
                                    test_paths.py
                                    test_wavfile.py
                                __init__.py
                                _fortran.py
                                _idl.py
                                _mmio.py
                                _netcdf.py
                                _test_fortran.cpython-313-darwin.so
                                harwell_boeing.py
                                idl.py
                                mmio.py
                                netcdf.py
                                wavfile.py
                            linalg/
                                tests/
                                    _cython_examples/
                                        extending.pyx
                                        meson.build
                                    data/
                                        carex_15_data.npz
                                        carex_18_data.npz
                                        carex_19_data.npz
                                        carex_20_data.npz
                                        carex_6_data.npz
                                        gendare_20170120_data.npz
                                    __init__.py
                                    test_basic.py
                                    test_blas.py
                                    test_cython_blas.py
                                    test_cython_lapack.py
                                    test_cythonized_array_utils.py
                                    test_decomp.py
                                    test_decomp_cholesky.py
                                    test_decomp_cossin.py
                                    test_decomp_ldl.py
                                    test_decomp_lu.py
                                    test_decomp_polar.py
                                    test_decomp_update.py
                                    test_extending.py
                                    test_fblas.py
                                    test_interpolative.py
                                    test_lapack.py
                                    test_matfuncs.py
                                    test_matmul_toeplitz.py
                                    test_procrustes.py
                                    test_sketches.py
                                    test_solve_toeplitz.py
                                    test_solvers.py
                                    test_special_matrices.py
                                __init__.pxd
                                __init__.py
                                _basic.py
                                _blas_subroutines.h
                                _cythonized_array_utils.cpython-313-darwin.so
                                _cythonized_array_utils.pxd
                                _cythonized_array_utils.pyi
                                _decomp.py
                                _decomp_cholesky.py
                                _decomp_cossin.py
                                _decomp_interpolative.cpython-313-darwin.so
                                _decomp_ldl.py
                                _decomp_lu.py
                                _decomp_lu_cython.cpython-313-darwin.so
                                _decomp_lu_cython.pyi
                                _decomp_polar.py
                                _decomp_qr.py
                                _decomp_qz.py
                                _decomp_schur.py
                                _decomp_svd.py
                                _decomp_update.cpython-313-darwin.so
                                _expm_frechet.py
                                _fblas.cpython-313-darwin.so
                                _flapack.cpython-313-darwin.so
                                _lapack_subroutines.h
                                _linalg_pythran.cpython-313-darwin.so
                                _matfuncs.py
                                _matfuncs_expm.cpython-313-darwin.so
                                _matfuncs_expm.pyi
                                _matfuncs_inv_ssq.py
                                _matfuncs_sqrtm.py
                                _matfuncs_sqrtm_triu.cpython-313-darwin.so
                                _misc.py
                                _procrustes.py
                                _sketches.py
                                _solve_toeplitz.cpython-313-darwin.so
                                _solvers.py
                                _special_matrices.py
                                _testutils.py
                                basic.py
                                blas.py
                                cython_blas.cpython-313-darwin.so
                                cython_blas.pxd
                                cython_blas.pyx
                                cython_lapack.cpython-313-darwin.so
                                cython_lapack.pxd
                                cython_lapack.pyx
                                decomp.py
                                decomp_cholesky.py
                                decomp_lu.py
                                decomp_qr.py
                                decomp_schur.py
                                decomp_svd.py
                                interpolative.py
                                lapack.py
                                matfuncs.py
                                misc.py
                                special_matrices.py
                            misc/
                                __init__.py
                                common.py
                                doccer.py
                            ndimage/
                                tests/
                                    data/
                                        label_inputs.txt
                                        label_results.txt
                                        label_strels.txt
                                    __init__.py
                                    dots.png
                                    test_c_api.py
                                    test_datatypes.py
                                    test_filters.py
                                    test_fourier.py
                                    test_interpolation.py
                                    test_measurements.py
                                    test_morphology.py
                                    test_ni_support.py
                                    test_splines.py
                                __init__.py
                                _ctest.cpython-313-darwin.so
                                _cytest.cpython-313-darwin.so
                                _delegators.py
                                _filters.py
                                _fourier.py
                                _interpolation.py
                                _measurements.py
                                _morphology.py
                                _nd_image.cpython-313-darwin.so
                                _ndimage_api.py
                                _ni_docstrings.py
                                _ni_label.cpython-313-darwin.so
                                _ni_support.py
                                _rank_filter_1d.cpython-313-darwin.so
                                _support_alternative_backends.py
                                filters.py
                                fourier.py
                                interpolation.py
                                measurements.py
                                morphology.py
                            odr/
                                tests/
                                    __init__.py
                                    test_odr.py
                                __init__.py
                                __odrpack.cpython-313-darwin.so
                                _add_newdocs.py
                                _models.py
                                _odrpack.py
                                models.py
                                odrpack.py
                            optimize/
                                _highspy/
                                    __init__.py
                                    _core.cpython-313-darwin.so
                                    _highs_options.cpython-313-darwin.so
                                    _highs_wrapper.py
                                _lsq/
                                    __init__.py
                                    bvls.py
                                    common.py
                                    dogbox.py
                                    givens_elimination.cpython-313-darwin.so
                                    least_squares.py
                                    lsq_linear.py
                                    trf.py
                                    trf_linear.py
                                _shgo_lib/
                                    __init__.py
                                    _complex.py
                                    _vertex.py
                                _trlib/
                                    __init__.py
                                    _trlib.cpython-313-darwin.so
                                _trustregion_constr/
                                    tests/
                                        __init__.py
                                        test_canonical_constraint.py
                                        test_nested_minimize.py
                                        test_projections.py
                                        test_qp_subproblem.py
                                        test_report.py
                                    __init__.py
                                    canonical_constraint.py
                                    equality_constrained_sqp.py
                                    minimize_trustregion_constr.py
                                    projections.py
                                    qp_subproblem.py
                                    report.py
                                    tr_interior_point.py
                                cython_optimize/
                                    __init__.py
                                    _zeros.cpython-313-darwin.so
                                    _zeros.pxd
                                    c_zeros.pxd
                                tests/
                                    _cython_examples/
                                        extending.pyx
                                        meson.build
                                    __init__.py
                                    test__basinhopping.py
                                    test__differential_evolution.py
                                    test__dual_annealing.py
                                    test__linprog_clean_inputs.py
                                    test__numdiff.py
                                    test__remove_redundancy.py
                                    test__root.py
                                    test__shgo.py
                                    test__spectral.py
                                    test_bracket.py
                                    test_chandrupatla.py
                                    test_cobyla.py
                                    test_cobyqa.py
                                    test_constraint_conversion.py
                                    test_constraints.py
                                    test_cython_optimize.py
                                    test_differentiable_functions.py
                                    test_direct.py
                                    test_extending.py
                                    test_hessian_update_strategy.py
                                    test_isotonic_regression.py
                                    test_lbfgsb_hessinv.py
                                    test_lbfgsb_setulb.py
                                    test_least_squares.py
                                    test_linear_assignment.py
                                    test_linesearch.py
                                    test_linprog.py
                                    test_lsq_common.py
                                    test_lsq_linear.py
                                    test_milp.py
                                    test_minimize_constrained.py
                                    test_minpack.py
                                    test_nnls.py
                                    test_nonlin.py
                                    test_optimize.py
                                    test_quadratic_assignment.py
                                    test_regression.py
                                    test_slsqp.py
                                    test_tnc.py
                                    test_trustregion.py
                                    test_trustregion_exact.py
                                    test_trustregion_krylov.py
                                    test_zeros.py
                                __init__.pxd
                                __init__.py
                                _basinhopping.py
                                _bglu_dense.cpython-313-darwin.so
                                _bracket.py
                                _chandrupatla.py
                                _cobyla.cpython-313-darwin.so
                                _cobyla_py.py
                                _cobyqa_py.py
                                _constraints.py
                                _cython_nnls.cpython-313-darwin.so
                                _dcsrch.py
                                _differentiable_functions.py
                                _differentialevolution.py
                                _direct.cpython-313-darwin.so
                                _direct_py.py
                                _dual_annealing.py
                                _elementwise.py
                                _group_columns.cpython-313-darwin.so
                                _hessian_update_strategy.py
                                _isotonic.py
                                _lbfgsb.cpython-313-darwin.so
                                _lbfgsb_py.py
                                _linesearch.py
                                _linprog.py
                                _linprog_doc.py
                                _linprog_highs.py
                                _linprog_ip.py
                                _linprog_rs.py
                                _linprog_simplex.py
                                _linprog_util.py
                                _lsap.cpython-313-darwin.so
                                _milp.py
                                _minimize.py
                                _minpack.cpython-313-darwin.so
                                _minpack_py.py
                                _moduleTNC.cpython-313-darwin.so
                                _nnls.py
                                _nonlin.py
                                _numdiff.py
                                _optimize.py
                                _pava_pybind.cpython-313-darwin.so
                                _qap.py
                                _remove_redundancy.py
                                _root.py
                                _root_scalar.py
                                _shgo.py
                                _slsqp.cpython-313-darwin.so
                                _slsqp_py.py
                                _spectral.py
                                _tnc.py
                                _trustregion.py
                                _trustregion_dogleg.py
                                _trustregion_exact.py
                                _trustregion_krylov.py
                                _trustregion_ncg.py
                                _tstutils.py
                                _zeros.cpython-313-darwin.so
                                _zeros_py.py
                                cobyla.py
                                cython_optimize.pxd
                                elementwise.py
                                lbfgsb.py
                                linesearch.py
                                minpack.py
                                minpack2.py
                                moduleTNC.py
                                nonlin.py
                                optimize.py
                                slsqp.py
                                tnc.py
                                zeros.py
                            signal/
                                tests/
                                    __init__.py
                                    _scipy_spectral_test_shim.py
                                    mpsig.py
                                    test_array_tools.py
                                    test_bsplines.py
                                    test_cont2discrete.py
                                    test_czt.py
                                    test_dltisys.py
                                    test_filter_design.py
                                    test_fir_filter_design.py
                                    test_ltisys.py
                                    test_max_len_seq.py
                                    test_peak_finding.py
                                    test_result_type.py
                                    test_savitzky_golay.py
                                    test_short_time_fft.py
                                    test_signaltools.py
                                    test_spectral.py
                                    test_splines.py
                                    test_upfirdn.py
                                    test_waveforms.py
                                    test_wavelets.py
                                    test_windows.py
                                windows/
                                    __init__.py
                                    _windows.py
                                    windows.py
                                __init__.py
                                _arraytools.py
                                _czt.py
                                _filter_design.py
                                _fir_filter_design.py
                                _lti_conversion.py
                                _ltisys.py
                                _max_len_seq.py
                                _max_len_seq_inner.cpython-313-darwin.so
                                _peak_finding.py
                                _peak_finding_utils.cpython-313-darwin.so
                                _savitzky_golay.py
                                _short_time_fft.py
                                _signaltools.py
                                _sigtools.cpython-313-darwin.so
                                _sosfilt.cpython-313-darwin.so
                                _spectral_py.py
                                _spline.cpython-313-darwin.so
                                _spline.pyi
                                _spline_filters.py
                                _upfirdn.py
                                _upfirdn_apply.cpython-313-darwin.so
                                _waveforms.py
                                _wavelets.py
                                bsplines.py
                                filter_design.py
                                fir_filter_design.py
                                lti_conversion.py
                                ltisys.py
                                signaltools.py
                                spectral.py
                                spline.py
                                waveforms.py
                                wavelets.py
                            sparse/
                                csgraph/
                                    tests/
                                        __init__.py
                                        test_connected_components.py
                                        test_conversions.py
                                        test_flow.py
                                        test_graph_laplacian.py
                                        test_matching.py
                                        test_pydata_sparse.py
                                        test_reordering.py
                                        test_shortest_path.py
                                        test_spanning_tree.py
                                        test_traversal.py
                                    __init__.py
                                    _flow.cpython-313-darwin.so
                                    _laplacian.py
                                    _matching.cpython-313-darwin.so
                                    _min_spanning_tree.cpython-313-darwin.so
                                    _reordering.cpython-313-darwin.so
                                    _shortest_path.cpython-313-darwin.so
                                    _tools.cpython-313-darwin.so
                                    _traversal.cpython-313-darwin.so
                                    _validation.py
                                linalg/
                                    _dsolve/
                                        tests/
                                            __init__.py
                                            test_linsolve.py
                                        __init__.py
                                        _add_newdocs.py
                                        _superlu.cpython-313-darwin.so
                                        linsolve.py
                                    _eigen/
                                        arpack/
                                            tests/
                                                __init__.py
                                                test_arpack.py
                                            __init__.py
                                            _arpack.cpython-313-darwin.so
                                            arpack.py
                                            COPYING
                                        lobpcg/
                                            tests/
                                                __init__.py
                                                test_lobpcg.py
                                            __init__.py
                                            lobpcg.py
                                        tests/
                                            __init__.py
                                            test_svds.py
                                        __init__.py
                                        _svds.py
                                        _svds_doc.py
                                    _isolve/
                                        tests/
                                            __init__.py
                                            test_gcrotmk.py
                                            test_iterative.py
                                            test_lgmres.py
                                            test_lsmr.py
                                            test_lsqr.py
                                            test_minres.py
                                            test_utils.py
                                        __init__.py
                                        _gcrotmk.py
                                        iterative.py
                                        lgmres.py
                                        lsmr.py
                                        lsqr.py
                                        minres.py
                                        tfqmr.py
                                        utils.py
                                    _propack/
                                        _cpropack.cpython-313-darwin.so
                                        _dpropack.cpython-313-darwin.so
                                        _spropack.cpython-313-darwin.so
                                        _zpropack.cpython-313-darwin.so
                                    tests/
                                        __init__.py
                                        propack_test_data.npz
                                        test_expm_multiply.py
                                        test_interface.py
                                        test_matfuncs.py
                                        test_norm.py
                                        test_onenormest.py
                                        test_propack.py
                                        test_pydata_sparse.py
                                        test_special_sparse_arrays.py
                                    __init__.py
                                    _expm_multiply.py
                                    _interface.py
                                    _matfuncs.py
                                    _norm.py
                                    _onenormest.py
                                    _special_sparse_arrays.py
                                    _svdp.py
                                    dsolve.py
                                    eigen.py
                                    interface.py
                                    isolve.py
                                    matfuncs.py
                                tests/
                                    data/
                                        csc_py2.npz
                                        csc_py3.npz
                                    __init__.py
                                    test_arithmetic1d.py
                                    test_array_api.py
                                    test_base.py
                                    test_common1d.py
                                    test_construct.py
                                    test_coo.py
                                    test_csc.py
                                    test_csr.py
                                    test_dok.py
                                    test_extract.py
                                    test_indexing1d.py
                                    test_matrix_io.py
                                    test_minmax1d.py
                                    test_sparsetools.py
                                    test_spfuncs.py
                                    test_sputils.py
                                __init__.py
                                _base.py
                                _bsr.py
                                _compressed.py
                                _construct.py
                                _coo.py
                                _csc.py
                                _csparsetools.cpython-313-darwin.so
                                _csr.py
                                _data.py
                                _dia.py
                                _dok.py
                                _extract.py
                                _index.py
                                _lil.py
                                _matrix.py
                                _matrix_io.py
                                _sparsetools.cpython-313-darwin.so
                                _spfuncs.py
                                _sputils.py
                                base.py
                                bsr.py
                                compressed.py
                                construct.py
                                coo.py
                                csc.py
                                csr.py
                                data.py
                                dia.py
                                dok.py
                                extract.py
                                lil.py
                                sparsetools.py
                                spfuncs.py
                                sputils.py
                            spatial/
                                qhull_src/
                                    COPYING.txt
                                tests/
                                    data/
                                        cdist-X1.txt
                                        cdist-X2.txt
                                        degenerate_pointset.npz
                                        iris.txt
                                        pdist-boolean-inp.txt
                                        pdist-chebyshev-ml-iris.txt
                                        pdist-chebyshev-ml.txt
                                        pdist-cityblock-ml-iris.txt
                                        pdist-cityblock-ml.txt
                                        pdist-correlation-ml-iris.txt
                                        pdist-correlation-ml.txt
                                        pdist-cosine-ml-iris.txt
                                        pdist-cosine-ml.txt
                                        pdist-double-inp.txt
                                        pdist-euclidean-ml-iris.txt
                                        pdist-euclidean-ml.txt
                                        pdist-hamming-ml.txt
                                        pdist-jaccard-ml.txt
                                        pdist-jensenshannon-ml-iris.txt
                                        pdist-jensenshannon-ml.txt
                                        pdist-minkowski-3.2-ml-iris.txt
                                        pdist-minkowski-3.2-ml.txt
                                        pdist-minkowski-5.8-ml-iris.txt
                                        pdist-seuclidean-ml-iris.txt
                                        pdist-seuclidean-ml.txt
                                        pdist-spearman-ml.txt
                                        random-bool-data.txt
                                        random-double-data.txt
                                        random-int-data.txt
                                        random-uint-data.txt
                                        selfdual-4d-polytope.txt
                                    __init__.py
                                    test__plotutils.py
                                    test__procrustes.py
                                    test_distance.py
                                    test_hausdorff.py
                                    test_kdtree.py
                                    test_qhull.py
                                    test_slerp.py
                                    test_spherical_voronoi.py
                                transform/
                                    tests/
                                        __init__.py
                                        test_rotation.py
                                        test_rotation_groups.py
                                        test_rotation_spline.py
                                    __init__.py
                                    _rotation.cpython-313-darwin.so
                                    _rotation_groups.py
                                    _rotation_spline.py
                                    rotation.py
                                __init__.py
                                _ckdtree.cpython-313-darwin.so
                                _distance_pybind.cpython-313-darwin.so
                                _distance_wrap.cpython-313-darwin.so
                                _geometric_slerp.py
                                _hausdorff.cpython-313-darwin.so
                                _kdtree.py
                                _plotutils.py
                                _procrustes.py
                                _qhull.cpython-313-darwin.so
                                _qhull.pyi
                                _spherical_voronoi.py
                                _voronoi.cpython-313-darwin.so
                                _voronoi.pyi
                                ckdtree.py
                                distance.py
                                distance.pyi
                                kdtree.py
                                qhull.py
                            special/
                                _precompute/
                                    __init__.py
                                    cosine_cdf.py
                                    expn_asy.py
                                    gammainc_asy.py
                                    gammainc_data.py
                                    hyp2f1_data.py
                                    lambertw.py
                                    loggamma.py
                                    struve_convergence.py
                                    utils.py
                                    wright_bessel.py
                                    wright_bessel_data.py
                                    wrightomega.py
                                    zetac.py
                                tests/
                                    _cython_examples/
                                        extending.pyx
                                        meson.build
                                    data/
                                        __init__.py
                                        boost.npz
                                        gsl.npz
                                        local.npz
                                    __init__.py
                                    test_basic.py
                                    test_bdtr.py
                                    test_boost_ufuncs.py
                                    test_boxcox.py
                                    test_cdflib.py
                                    test_cdft_asymptotic.py
                                    test_cephes_intp_cast.py
                                    test_cosine_distr.py
                                    test_cython_special.py
                                    test_data.py
                                    test_dd.py
                                    test_digamma.py
                                    test_ellip_harm.py
                                    test_erfinv.py
                                    test_exponential_integrals.py
                                    test_extending.py
                                    test_faddeeva.py
                                    test_gamma.py
                                    test_gammainc.py
                                    test_hyp2f1.py
                                    test_hypergeometric.py
                                    test_iv_ratio.py
                                    test_kolmogorov.py
                                    test_lambertw.py
                                    test_legendre.py
                                    test_log_softmax.py
                                    test_loggamma.py
                                    test_logit.py
                                    test_logsumexp.py
                                    test_mpmath.py
                                    test_nan_inputs.py
                                    test_ndtr.py
                                    test_ndtri_exp.py
                                    test_orthogonal.py
                                    test_orthogonal_eval.py
                                    test_owens_t.py
                                    test_pcf.py
                                    test_pdtr.py
                                    test_powm1.py
                                    test_precompute_expn_asy.py
                                    test_precompute_gammainc.py
                                    test_precompute_utils.py
                                    test_round.py
                                    test_sf_error.py
                                    test_sici.py
                                    test_specfun.py
                                    test_spence.py
                                    test_spfun_stats.py
                                    test_sph_harm.py
                                    test_spherical_bessel.py
                                    test_support_alternative_backends.py
                                    test_trig.py
                                    test_ufunc_signatures.py
                                    test_wright_bessel.py
                                    test_wrightomega.py
                                    test_xsf_cuda.py
                                    test_zeta.py
                                xsf/
                                    cephes/
                                        airy.h
                                        besselpoly.h
                                        beta.h
                                        cbrt.h
                                        chbevl.h
                                        chdtr.h
                                        const.h
                                        ellie.h
                                        ellik.h
                                        ellpe.h
                                        ellpk.h
                                        expn.h
                                        gamma.h
                                        hyp2f1.h
                                        hyperg.h
                                        i0.h
                                        i1.h
                                        igam.h
                                        igam_asymp_coeff.h
                                        igami.h
                                        j0.h
                                        j1.h
                                        jv.h
                                        k0.h
                                        k1.h
                                        kn.h
                                        lanczos.h
                                        ndtr.h
                                        poch.h
                                        polevl.h
                                        psi.h
                                        rgamma.h
                                        scipy_iv.h
                                        shichi.h
                                        sici.h
                                        sindg.h
                                        tandg.h
                                        trig.h
                                        unity.h
                                        zeta.h
                                    binom.h
                                    cdflib.h
                                    config.h
                                    digamma.h
                                    error.h
                                    evalpoly.h
                                    expint.h
                                    hyp2f1.h
                                    iv_ratio.h
                                    lambertw.h
                                    loggamma.h
                                    sici.h
                                    tools.h
                                    trig.h
                                    wright_bessel.h
                                    zlog1.h
                                __init__.pxd
                                __init__.py
                                _add_newdocs.py
                                _basic.py
                                _comb.cpython-313-darwin.so
                                _ellip_harm.py
                                _ellip_harm_2.cpython-313-darwin.so
                                _gufuncs.cpython-313-darwin.so
                                _input_validation.py
                                _lambertw.py
                                _logsumexp.py
                                _mptestutils.py
                                _multiufuncs.py
                                _orthogonal.py
                                _orthogonal.pyi
                                _sf_error.py
                                _specfun.cpython-313-darwin.so
                                _special_ufuncs.cpython-313-darwin.so
                                _spfun_stats.py
                                _spherical_bessel.py
                                _support_alternative_backends.py
                                _test_internal.cpython-313-darwin.so
                                _test_internal.pyi
                                _testutils.py
                                _ufuncs.cpython-313-darwin.so
                                _ufuncs.pyi
                                _ufuncs.pyx
                                _ufuncs_cxx.cpython-313-darwin.so
                                _ufuncs_cxx.pxd
                                _ufuncs_cxx.pyx
                                _ufuncs_cxx_defs.h
                                _ufuncs_defs.h
                                add_newdocs.py
                                basic.py
                                cython_special.cpython-313-darwin.so
                                cython_special.pxd
                                cython_special.pyi
                                libsf_error_state.dylib
                                orthogonal.py
                                sf_error.py
                                specfun.py
                                spfun_stats.py
                            stats/
                                _levy_stable/
                                    __init__.py
                                    levyst.cpython-313-darwin.so
                                _rcont/
                                    __init__.py
                                    rcont.cpython-313-darwin.so
                                _unuran/
                                    __init__.py
                                    unuran_wrapper.cpython-313-darwin.so
                                    unuran_wrapper.pyi
                                tests/
                                    data/
                                        levy_stable/
                                            stable-loc-scale-sample-data.npy
                                            stable-Z1-cdf-sample-data.npy
                                            stable-Z1-pdf-sample-data.npy
                                        nist_anova/
                                            AtmWtAg.dat
                                            SiRstv.dat
                                            SmLs01.dat
                                            SmLs02.dat
                                            SmLs03.dat
                                            SmLs04.dat
                                            SmLs05.dat
                                            SmLs06.dat
                                            SmLs07.dat
                                            SmLs08.dat
                                            SmLs09.dat
                                        nist_linregress/
                                            Norris.dat
                                        _mvt.py
                                        fisher_exact_results_from_r.py
                                        jf_skew_t_gamlss_pdf_data.npy
                                        rel_breitwigner_pdf_sample_data_ROOT.npy
                                        studentized_range_mpmath_ref.json
                                    __init__.py
                                    common_tests.py
                                    test_axis_nan_policy.py
                                    test_binned_statistic.py
                                    test_censored_data.py
                                    test_contingency.py
                                    test_continuous.py
                                    test_continuous_basic.py
                                    test_continuous_fit_censored.py
                                    test_correlation.py
                                    test_crosstab.py
                                    test_discrete_basic.py
                                    test_discrete_distns.py
                                    test_distributions.py
                                    test_entropy.py
                                    test_fast_gen_inversion.py
                                    test_fit.py
                                    test_hypotests.py
                                    test_kdeoth.py
                                    test_mgc.py
                                    test_morestats.py
                                    test_mstats_basic.py
                                    test_mstats_extras.py
                                    test_multicomp.py
                                    test_multivariate.py
                                    test_odds_ratio.py
                                    test_qmc.py
                                    test_rank.py
                                    test_relative_risk.py
                                    test_resampling.py
                                    test_sampling.py
                                    test_sensitivity_analysis.py
                                    test_stats.py
                                    test_survival.py
                                    test_tukeylambda_stats.py
                                    test_variation.py
                                __init__.py
                                _ansari_swilk_statistics.cpython-313-darwin.so
                                _axis_nan_policy.py
                                _biasedurn.cpython-313-darwin.so
                                _biasedurn.pxd
                                _binned_statistic.py
                                _binomtest.py
                                _bws_test.py
                                _censored_data.py
                                _common.py
                                _constants.py
                                _continuous_distns.py
                                _correlation.py
                                _covariance.py
                                _crosstab.py
                                _discrete_distns.py
                                _distn_infrastructure.py
                                _distr_params.py
                                _distribution_infrastructure.py
                                _entropy.py
                                _fit.py
                                _hypotests.py
                                _kde.py
                                _ksstats.py
                                _mannwhitneyu.py
                                _mgc.py
                                _morestats.py
                                _mstats_basic.py
                                _mstats_extras.py
                                _multicomp.py
                                _multivariate.py
                                _mvn.cpython-313-darwin.so
                                _new_distributions.py
                                _odds_ratio.py
                                _page_trend_test.py
                                _probability_distribution.py
                                _qmc.py
                                _qmc_cy.cpython-313-darwin.so
                                _qmc_cy.pyi
                                _qmvnt.py
                                _relative_risk.py
                                _resampling.py
                                _result_classes.py
                                _sampling.py
                                _sensitivity_analysis.py
                                _sobol.cpython-313-darwin.so
                                _sobol.pyi
                                _sobol_direction_numbers.npz
                                _stats.cpython-313-darwin.so
                                _stats.pxd
                                _stats_mstats_common.py
                                _stats_py.py
                                _stats_pythran.cpython-313-darwin.so
                                _survival.py
                                _tukeylambda_stats.py
                                _variation.py
                                _warnings_errors.py
                                _wilcoxon.py
                                biasedurn.py
                                contingency.py
                                distributions.py
                                kde.py
                                morestats.py
                                mstats.py
                                mstats_basic.py
                                mstats_extras.py
                                mvn.py
                                qmc.py
                                sampling.py
                                stats.py
                            __config__.py
                            __init__.py
                            _distributor_init.py
                            conftest.py
                            version.py
                        scipy-1.15.2.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        scp-0.15.0.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        send2trash/
                            mac/
                                __init__.py
                                legacy.py
                                modern.py
                            win/
                                __init__.py
                                IFileOperationProgressSink.py
                                legacy.py
                                modern.py
                            __init__.py
                            __main__.py
                            compat.py
                            exceptions.py
                            plat_gio.py
                            plat_other.py
                            util.py
                        Send2Trash-1.8.3.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        setuptools/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _core_metadata.cpython-313.pyc
                                _entry_points.cpython-313.pyc
                                _imp.cpython-313.pyc
                                _importlib.cpython-313.pyc
                                _itertools.cpython-313.pyc
                                _normalization.cpython-313.pyc
                                _path.cpython-313.pyc
                                _reqs.cpython-313.pyc
                                _scripts.cpython-313.pyc
                                _shutil.cpython-313.pyc
                                _static.cpython-313.pyc
                                archive_util.cpython-313.pyc
                                depends.cpython-313.pyc
                                discovery.cpython-313.pyc
                                dist.cpython-313.pyc
                                errors.cpython-313.pyc
                                extension.cpython-313.pyc
                                glob.cpython-313.pyc
                                logging.cpython-313.pyc
                                modified.cpython-313.pyc
                                monkey.cpython-313.pyc
                                namespaces.cpython-313.pyc
                                unicode_utils.cpython-313.pyc
                                version.cpython-313.pyc
                                warnings.cpython-313.pyc
                            _distutils/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _log.cpython-313.pyc
                                    _macos_compat.cpython-313.pyc
                                    _modified.cpython-313.pyc
                                    archive_util.cpython-313.pyc
                                    ccompiler.cpython-313.pyc
                                    cmd.cpython-313.pyc
                                    core.cpython-313.pyc
                                    debug.cpython-313.pyc
                                    dir_util.cpython-313.pyc
                                    dist.cpython-313.pyc
                                    errors.cpython-313.pyc
                                    extension.cpython-313.pyc
                                    fancy_getopt.cpython-313.pyc
                                    file_util.cpython-313.pyc
                                    filelist.cpython-313.pyc
                                    log.cpython-313.pyc
                                    spawn.cpython-313.pyc
                                    sysconfig.cpython-313.pyc
                                    text_file.cpython-313.pyc
                                    unixccompiler.cpython-313.pyc
                                    util.cpython-313.pyc
                                command/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _framework_compat.cpython-313.pyc
                                        bdist.cpython-313.pyc
                                        bdist_rpm.cpython-313.pyc
                                        build.cpython-313.pyc
                                        build_clib.cpython-313.pyc
                                        build_ext.cpython-313.pyc
                                        build_py.cpython-313.pyc
                                        build_scripts.cpython-313.pyc
                                        install.cpython-313.pyc
                                        install_lib.cpython-313.pyc
                                        install_scripts.cpython-313.pyc
                                        sdist.cpython-313.pyc
                                    __init__.py
                                    _framework_compat.py
                                    bdist.py
                                    bdist_dumb.py
                                    bdist_rpm.py
                                    build.py
                                    build_clib.py
                                    build_ext.py
                                    build_py.py
                                    build_scripts.py
                                    check.py
                                    clean.py
                                    config.py
                                    install.py
                                    install_data.py
                                    install_egg_info.py
                                    install_headers.py
                                    install_lib.py
                                    install_scripts.py
                                    sdist.py
                                compat/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        numpy.cpython-313.pyc
                                        py39.cpython-313.pyc
                                    __init__.py
                                    numpy.py
                                    py39.py
                                compilers/
                                    C/
                                        __pycache__/
                                            base.cpython-313.pyc
                                            errors.cpython-313.pyc
                                            unix.cpython-313.pyc
                                        tests/
                                            test_base.py
                                            test_cygwin.py
                                            test_mingw.py
                                            test_msvc.py
                                            test_unix.py
                                        base.py
                                        cygwin.py
                                        errors.py
                                        msvc.py
                                        unix.py
                                        zos.py
                                tests/
                                    compat/
                                        __init__.py
                                        py39.py
                                    __init__.py
                                    support.py
                                    test_archive_util.py
                                    test_bdist.py
                                    test_bdist_dumb.py
                                    test_bdist_rpm.py
                                    test_build.py
                                    test_build_clib.py
                                    test_build_ext.py
                                    test_build_py.py
                                    test_build_scripts.py
                                    test_check.py
                                    test_clean.py
                                    test_cmd.py
                                    test_config_cmd.py
                                    test_core.py
                                    test_dir_util.py
                                    test_dist.py
                                    test_extension.py
                                    test_file_util.py
                                    test_filelist.py
                                    test_install.py
                                    test_install_data.py
                                    test_install_headers.py
                                    test_install_lib.py
                                    test_install_scripts.py
                                    test_log.py
                                    test_modified.py
                                    test_sdist.py
                                    test_spawn.py
                                    test_sysconfig.py
                                    test_text_file.py
                                    test_util.py
                                    test_version.py
                                    test_versionpredicate.py
                                    unix_compat.py
                                __init__.py
                                _log.py
                                _macos_compat.py
                                _modified.py
                                _msvccompiler.py
                                archive_util.py
                                ccompiler.py
                                cmd.py
                                core.py
                                cygwinccompiler.py
                                debug.py
                                dep_util.py
                                dir_util.py
                                dist.py
                                errors.py
                                extension.py
                                fancy_getopt.py
                                file_util.py
                                filelist.py
                                log.py
                                spawn.py
                                sysconfig.py
                                text_file.py
                                unixccompiler.py
                                util.py
                                version.py
                                versionpredicate.py
                                zosccompiler.py
                            _vendor/
                                autocommand/
                                    __init__.py
                                    autoasync.py
                                    autocommand.py
                                    automain.py
                                    autoparse.py
                                    errors.py
                                autocommand-2.2.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                backports/
                                    tarfile/
                                        compat/
                                            __init__.py
                                            py38.py
                                        __init__.py
                                        __main__.py
                                    __init__.py
                                backports.tarfile-1.2.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                importlib_metadata/
                                    compat/
                                        __init__.py
                                        py311.py
                                        py39.py
                                    __init__.py
                                    _adapters.py
                                    _collections.py
                                    _compat.py
                                    _functools.py
                                    _itertools.py
                                    _meta.py
                                    _text.py
                                    diagnose.py
                                    py.typed
                                importlib_metadata-8.0.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                inflect/
                                    compat/
                                        __init__.py
                                        py38.py
                                    __init__.py
                                    py.typed
                                inflect-7.3.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                jaraco/
                                    __pycache__/
                                        context.cpython-313.pyc
                                    collections/
                                        __init__.py
                                        py.typed
                                    functools/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                        __init__.py
                                        __init__.pyi
                                        py.typed
                                    text/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                        __init__.py
                                        layouts.py
                                        Lorem ipsum.txt
                                        show-newlines.py
                                        strip-prefix.py
                                        to-dvorak.py
                                        to-qwerty.py
                                    context.py
                                jaraco.collections-5.1.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                jaraco.context-5.3.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                jaraco.functools-4.0.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                jaraco.text-3.12.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                more_itertools/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        more.cpython-313.pyc
                                        recipes.cpython-313.pyc
                                    __init__.py
                                    __init__.pyi
                                    more.py
                                    more.pyi
                                    py.typed
                                    recipes.py
                                    recipes.pyi
                                more_itertools-10.3.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                packaging/
                                    licenses/
                                        __init__.py
                                        _spdx.py
                                    __init__.py
                                    _elffile.py
                                    _manylinux.py
                                    _musllinux.py
                                    _parser.py
                                    _structures.py
                                    _tokenizer.py
                                    markers.py
                                    metadata.py
                                    py.typed
                                    requirements.py
                                    specifiers.py
                                    tags.py
                                    utils.py
                                    version.py
                                packaging-24.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    LICENSE.APACHE
                                    LICENSE.BSD
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                platformdirs/
                                    __init__.py
                                    __main__.py
                                    android.py
                                    api.py
                                    macos.py
                                    py.typed
                                    unix.py
                                    version.py
                                    windows.py
                                platformdirs-4.2.2.dist-info/
                                    licenses/
                                        LICENSE
                                    INSTALLER
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                tomli/
                                    __init__.py
                                    _parser.py
                                    _re.py
                                    _types.py
                                    py.typed
                                tomli-2.0.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                typeguard/
                                    __init__.py
                                    _checkers.py
                                    _config.py
                                    _decorators.py
                                    _exceptions.py
                                    _functions.py
                                    _importhook.py
                                    _memo.py
                                    _pytest_plugin.py
                                    _suppression.py
                                    _transformer.py
                                    _union_transformer.py
                                    _utils.py
                                    py.typed
                                typeguard-4.3.0.dist-info/
                                    entry_points.txt
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                typing_extensions-4.12.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    WHEEL
                                wheel/
                                    cli/
                                        __init__.py
                                        convert.py
                                        pack.py
                                        tags.py
                                        unpack.py
                                    vendored/
                                        packaging/
                                            __init__.py
                                            _elffile.py
                                            _manylinux.py
                                            _musllinux.py
                                            _parser.py
                                            _structures.py
                                            _tokenizer.py
                                            LICENSE
                                            LICENSE.APACHE
                                            LICENSE.BSD
                                            markers.py
                                            requirements.py
                                            specifiers.py
                                            tags.py
                                            utils.py
                                            version.py
                                        __init__.py
                                        vendor.txt
                                    __init__.py
                                    __main__.py
                                    _bdist_wheel.py
                                    _setuptools_logging.py
                                    bdist_wheel.py
                                    macosx_libfile.py
                                    metadata.py
                                    util.py
                                    wheelfile.py
                                wheel-0.45.1.dist-info/
                                    entry_points.txt
                                    INSTALLER
                                    LICENSE.txt
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                zipp/
                                    compat/
                                        __init__.py
                                        py310.py
                                    __init__.py
                                    glob.py
                                zipp-3.19.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                typing_extensions.py
                            command/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _requirestxt.cpython-313.pyc
                                    alias.cpython-313.pyc
                                    bdist_egg.cpython-313.pyc
                                    bdist_rpm.cpython-313.pyc
                                    bdist_wheel.cpython-313.pyc
                                    build.cpython-313.pyc
                                    build_clib.cpython-313.pyc
                                    build_ext.cpython-313.pyc
                                    build_py.cpython-313.pyc
                                    develop.cpython-313.pyc
                                    dist_info.cpython-313.pyc
                                    easy_install.cpython-313.pyc
                                    editable_wheel.cpython-313.pyc
                                    egg_info.cpython-313.pyc
                                    install.cpython-313.pyc
                                    install_egg_info.cpython-313.pyc
                                    install_lib.cpython-313.pyc
                                    install_scripts.cpython-313.pyc
                                    rotate.cpython-313.pyc
                                    saveopts.cpython-313.pyc
                                    sdist.cpython-313.pyc
                                    setopt.cpython-313.pyc
                                __init__.py
                                _requirestxt.py
                                alias.py
                                bdist_egg.py
                                bdist_rpm.py
                                bdist_wheel.py
                                build.py
                                build_clib.py
                                build_ext.py
                                build_py.py
                                develop.py
                                dist_info.py
                                easy_install.py
                                editable_wheel.py
                                egg_info.py
                                install.py
                                install_egg_info.py
                                install_lib.py
                                install_scripts.py
                                launcher manifest.xml
                                rotate.py
                                saveopts.py
                                sdist.py
                                setopt.py
                                test.py
                            compat/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    py310.cpython-313.pyc
                                    py311.cpython-313.pyc
                                    py312.cpython-313.pyc
                                    py39.cpython-313.pyc
                                __init__.py
                                py310.py
                                py311.py
                                py312.py
                                py39.py
                            config/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _apply_pyprojecttoml.cpython-313.pyc
                                    expand.cpython-313.pyc
                                    pyprojecttoml.cpython-313.pyc
                                    setupcfg.cpython-313.pyc
                                _validate_pyproject/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        error_reporting.cpython-313.pyc
                                        extra_validations.cpython-313.pyc
                                        fastjsonschema_exceptions.cpython-313.pyc
                                        fastjsonschema_validations.cpython-313.pyc
                                        formats.cpython-313.pyc
                                    __init__.py
                                    error_reporting.py
                                    extra_validations.py
                                    fastjsonschema_exceptions.py
                                    fastjsonschema_validations.py
                                    formats.py
                                    NOTICE
                                __init__.py
                                _apply_pyprojecttoml.py
                                distutils.schema.json
                                expand.py
                                NOTICE
                                pyprojecttoml.py
                                setupcfg.py
                                setuptools.schema.json
                            tests/
                                compat/
                                    __init__.py
                                    py39.py
                                config/
                                    downloads/
                                        __init__.py
                                        preload.py
                                    __init__.py
                                    setupcfg_examples.txt
                                    test_apply_pyprojecttoml.py
                                    test_expand.py
                                    test_pyprojecttoml.py
                                    test_pyprojecttoml_dynamic_deps.py
                                    test_setupcfg.py
                                indexes/
                                    test_links_priority/
                                        simple/
                                            foobar/
                                                index.html
                                        external.html
                                integration/
                                    __init__.py
                                    helpers.py
                                    test_pbr.py
                                    test_pip_install_sdist.py
                                __init__.py
                                contexts.py
                                environment.py
                                fixtures.py
                                mod_with_constant.py
                                namespaces.py
                                script-with-bom.py
                                test_archive_util.py
                                test_bdist_deprecations.py
                                test_bdist_egg.py
                                test_bdist_wheel.py
                                test_build.py
                                test_build_clib.py
                                test_build_ext.py
                                test_build_meta.py
                                test_build_py.py
                                test_config_discovery.py
                                test_core_metadata.py
                                test_depends.py
                                test_develop.py
                                test_dist.py
                                test_dist_info.py
                                test_distutils_adoption.py
                                test_editable_install.py
                                test_egg_info.py
                                test_extern.py
                                test_find_packages.py
                                test_find_py_modules.py
                                test_glob.py
                                test_install_scripts.py
                                test_logging.py
                                test_manifest.py
                                test_namespaces.py
                                test_scripts.py
                                test_sdist.py
                                test_setopt.py
                                test_setuptools.py
                                test_shutil_wrapper.py
                                test_unicode_utils.py
                                test_virtualenv.py
                                test_warnings.py
                                test_wheel.py
                                test_windows_wrappers.py
                                text.py
                                textwrap.py
                            __init__.py
                            _core_metadata.py
                            _discovery.py
                            _entry_points.py
                            _imp.py
                            _importlib.py
                            _itertools.py
                            _normalization.py
                            _path.py
                            _reqs.py
                            _scripts.py
                            _shutil.py
                            _static.py
                            archive_util.py
                            build_meta.py
                            cli-32.exe
                            cli-64.exe
                            cli-arm64.exe
                            cli.exe
                            depends.py
                            discovery.py
                            dist.py
                            errors.py
                            extension.py
                            glob.py
                            gui-32.exe
                            gui-64.exe
                            gui-arm64.exe
                            gui.exe
                            installer.py
                            launch.py
                            logging.py
                            modified.py
                            monkey.py
                            msvc.py
                            namespaces.py
                            script (dev).tmpl
                            script.tmpl
                            unicode_utils.py
                            version.py
                            warnings.py
                            wheel.py
                            windows_support.py
                        setuptools-80.9.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        six-1.17.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        sklearn/
                            .dylibs/
                                libomp.dylib
                            __check_build/
                                __init__.py
                                _check_build.cpython-313-darwin.so
                                _check_build.pyx
                                meson.build
                            _build_utils/
                                __init__.py
                                tempita.py
                                version.py
                            _loss/
                                tests/
                                    __init__.py
                                    test_link.py
                                    test_loss.py
                                __init__.py
                                _loss.cpython-313-darwin.so
                                _loss.pxd
                                _loss.pyx.tp
                                link.py
                                loss.py
                                meson.build
                            cluster/
                                _hdbscan/
                                    tests/
                                        __init__.py
                                        test_reachibility.py
                                    __init__.py
                                    _linkage.cpython-313-darwin.so
                                    _linkage.pyx
                                    _reachability.cpython-313-darwin.so
                                    _reachability.pyx
                                    _tree.cpython-313-darwin.so
                                    _tree.pxd
                                    _tree.pyx
                                    hdbscan.py
                                    meson.build
                                tests/
                                    __init__.py
                                    common.py
                                    test_affinity_propagation.py
                                    test_bicluster.py
                                    test_birch.py
                                    test_bisect_k_means.py
                                    test_dbscan.py
                                    test_feature_agglomeration.py
                                    test_hdbscan.py
                                    test_hierarchical.py
                                    test_k_means.py
                                    test_mean_shift.py
                                    test_optics.py
                                    test_spectral.py
                                __init__.py
                                _affinity_propagation.py
                                _agglomerative.py
                                _bicluster.py
                                _birch.py
                                _bisect_k_means.py
                                _dbscan.py
                                _dbscan_inner.cpython-313-darwin.so
                                _dbscan_inner.pyx
                                _feature_agglomeration.py
                                _hierarchical_fast.cpython-313-darwin.so
                                _hierarchical_fast.pxd
                                _hierarchical_fast.pyx
                                _k_means_common.cpython-313-darwin.so
                                _k_means_common.pxd
                                _k_means_common.pyx
                                _k_means_elkan.cpython-313-darwin.so
                                _k_means_elkan.pyx
                                _k_means_lloyd.cpython-313-darwin.so
                                _k_means_lloyd.pyx
                                _k_means_minibatch.cpython-313-darwin.so
                                _k_means_minibatch.pyx
                                _kmeans.py
                                _mean_shift.py
                                _optics.py
                                _spectral.py
                                meson.build
                            compose/
                                tests/
                                    __init__.py
                                    test_column_transformer.py
                                    test_target.py
                                __init__.py
                                _column_transformer.py
                                _target.py
                            covariance/
                                tests/
                                    __init__.py
                                    test_covariance.py
                                    test_elliptic_envelope.py
                                    test_graphical_lasso.py
                                    test_robust_covariance.py
                                __init__.py
                                _elliptic_envelope.py
                                _empirical_covariance.py
                                _graph_lasso.py
                                _robust_covariance.py
                                _shrunk_covariance.py
                            cross_decomposition/
                                tests/
                                    __init__.py
                                    test_pls.py
                                __init__.py
                                _pls.py
                            datasets/
                                data/
                                    __init__.py
                                    breast_cancer.csv
                                    diabetes_data_raw.csv.gz
                                    diabetes_target.csv.gz
                                    digits.csv.gz
                                    iris.csv
                                    linnerud_exercise.csv
                                    linnerud_physiological.csv
                                    wine_data.csv
                                descr/
                                    __init__.py
                                    breast_cancer.rst
                                    california_housing.rst
                                    covtype.rst
                                    diabetes.rst
                                    digits.rst
                                    iris.rst
                                    kddcup99.rst
                                    lfw.rst
                                    linnerud.rst
                                    olivetti_faces.rst
                                    rcv1.rst
                                    species_distributions.rst
                                    twenty_newsgroups.rst
                                    wine_data.rst
                                images/
                                    __init__.py
                                    china.jpg
                                    flower.jpg
                                    README.txt
                                tests/
                                    data/
                                        openml/
                                            id_1/
                                                __init__.py
                                                api-v1-jd-1.json.gz
                                                api-v1-jdf-1.json.gz
                                                api-v1-jdq-1.json.gz
                                                data-v1-dl-1.arff.gz
                                            id_1119/
                                                __init__.py
                                                api-v1-jd-1119.json.gz
                                                api-v1-jdf-1119.json.gz
                                                api-v1-jdl-dn-adult-census-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-adult-census-l-2-s-act-.json.gz
                                                api-v1-jdq-1119.json.gz
                                                data-v1-dl-54002.arff.gz
                                            id_1590/
                                                __init__.py
                                                api-v1-jd-1590.json.gz
                                                api-v1-jdf-1590.json.gz
                                                api-v1-jdq-1590.json.gz
                                                data-v1-dl-1595261.arff.gz
                                            id_2/
                                                __init__.py
                                                api-v1-jd-2.json.gz
                                                api-v1-jdf-2.json.gz
                                                api-v1-jdl-dn-anneal-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-anneal-l-2-s-act-.json.gz
                                                api-v1-jdq-2.json.gz
                                                data-v1-dl-1666876.arff.gz
                                            id_292/
                                                __init__.py
                                                api-v1-jd-292.json.gz
                                                api-v1-jd-40981.json.gz
                                                api-v1-jdf-292.json.gz
                                                api-v1-jdf-40981.json.gz
                                                api-v1-jdl-dn-australian-l-2-dv-1-s-dact.json.gz
                                                api-v1-jdl-dn-australian-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-australian-l-2-s-act-.json.gz
                                                data-v1-dl-49822.arff.gz
                                            id_3/
                                                __init__.py
                                                api-v1-jd-3.json.gz
                                                api-v1-jdf-3.json.gz
                                                api-v1-jdq-3.json.gz
                                                data-v1-dl-3.arff.gz
                                            id_40589/
                                                __init__.py
                                                api-v1-jd-40589.json.gz
                                                api-v1-jdf-40589.json.gz
                                                api-v1-jdl-dn-emotions-l-2-dv-3.json.gz
                                                api-v1-jdl-dn-emotions-l-2-s-act-.json.gz
                                                api-v1-jdq-40589.json.gz
                                                data-v1-dl-4644182.arff.gz
                                            id_40675/
                                                __init__.py
                                                api-v1-jd-40675.json.gz
                                                api-v1-jdf-40675.json.gz
                                                api-v1-jdl-dn-glass2-l-2-dv-1-s-dact.json.gz
                                                api-v1-jdl-dn-glass2-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-glass2-l-2-s-act-.json.gz
                                                api-v1-jdq-40675.json.gz
                                                data-v1-dl-4965250.arff.gz
                                            id_40945/
                                                __init__.py
                                                api-v1-jd-40945.json.gz
                                                api-v1-jdf-40945.json.gz
                                                api-v1-jdq-40945.json.gz
                                                data-v1-dl-16826755.arff.gz
                                            id_40966/
                                                __init__.py
                                                api-v1-jd-40966.json.gz
                                                api-v1-jdf-40966.json.gz
                                                api-v1-jdl-dn-miceprotein-l-2-dv-4.json.gz
                                                api-v1-jdl-dn-miceprotein-l-2-s-act-.json.gz
                                                api-v1-jdq-40966.json.gz
                                                data-v1-dl-17928620.arff.gz
                                            id_42074/
                                                __init__.py
                                                api-v1-jd-42074.json.gz
                                                api-v1-jdf-42074.json.gz
                                                api-v1-jdq-42074.json.gz
                                                data-v1-dl-21552912.arff.gz
                                            id_42585/
                                                __init__.py
                                                api-v1-jd-42585.json.gz
                                                api-v1-jdf-42585.json.gz
                                                api-v1-jdq-42585.json.gz
                                                data-v1-dl-21854866.arff.gz
                                            id_561/
                                                __init__.py
                                                api-v1-jd-561.json.gz
                                                api-v1-jdf-561.json.gz
                                                api-v1-jdl-dn-cpu-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-cpu-l-2-s-act-.json.gz
                                                api-v1-jdq-561.json.gz
                                                data-v1-dl-52739.arff.gz
                                            id_61/
                                                __init__.py
                                                api-v1-jd-61.json.gz
                                                api-v1-jdf-61.json.gz
                                                api-v1-jdl-dn-iris-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-iris-l-2-s-act-.json.gz
                                                api-v1-jdq-61.json.gz
                                                data-v1-dl-61.arff.gz
                                            id_62/
                                                __init__.py
                                                api-v1-jd-62.json.gz
                                                api-v1-jdf-62.json.gz
                                                api-v1-jdq-62.json.gz
                                                data-v1-dl-52352.arff.gz
                                            __init__.py
                                        __init__.py
                                        svmlight_classification.txt
                                        svmlight_invalid.txt
                                        svmlight_invalid_order.txt
                                        svmlight_multilabel.txt
                                    __init__.py
                                    test_20news.py
                                    test_arff_parser.py
                                    test_base.py
                                    test_california_housing.py
                                    test_common.py
                                    test_covtype.py
                                    test_kddcup99.py
                                    test_lfw.py
                                    test_olivetti_faces.py
                                    test_openml.py
                                    test_rcv1.py
                                    test_samples_generator.py
                                    test_svmlight_format.py
                                __init__.py
                                _arff_parser.py
                                _base.py
                                _california_housing.py
                                _covtype.py
                                _kddcup99.py
                                _lfw.py
                                _olivetti_faces.py
                                _openml.py
                                _rcv1.py
                                _samples_generator.py
                                _species_distributions.py
                                _svmlight_format_fast.cpython-313-darwin.so
                                _svmlight_format_fast.pyx
                                _svmlight_format_io.py
                                _twenty_newsgroups.py
                                meson.build
                            decomposition/
                                tests/
                                    __init__.py
                                    test_dict_learning.py
                                    test_factor_analysis.py
                                    test_fastica.py
                                    test_incremental_pca.py
                                    test_kernel_pca.py
                                    test_nmf.py
                                    test_online_lda.py
                                    test_pca.py
                                    test_sparse_pca.py
                                    test_truncated_svd.py
                                __init__.py
                                _base.py
                                _cdnmf_fast.cpython-313-darwin.so
                                _cdnmf_fast.pyx
                                _dict_learning.py
                                _factor_analysis.py
                                _fastica.py
                                _incremental_pca.py
                                _kernel_pca.py
                                _lda.py
                                _nmf.py
                                _online_lda_fast.cpython-313-darwin.so
                                _online_lda_fast.pyx
                                _pca.py
                                _sparse_pca.py
                                _truncated_svd.py
                                meson.build
                            ensemble/
                                _hist_gradient_boosting/
                                    tests/
                                        __init__.py
                                        test_binning.py
                                        test_bitset.py
                                        test_compare_lightgbm.py
                                        test_gradient_boosting.py
                                        test_grower.py
                                        test_histogram.py
                                        test_monotonic_constraints.py
                                        test_predictor.py
                                        test_splitting.py
                                        test_warm_start.py
                                    __init__.py
                                    _binning.cpython-313-darwin.so
                                    _binning.pyx
                                    _bitset.cpython-313-darwin.so
                                    _bitset.pxd
                                    _bitset.pyx
                                    _gradient_boosting.cpython-313-darwin.so
                                    _gradient_boosting.pyx
                                    _predictor.cpython-313-darwin.so
                                    _predictor.pyx
                                    binning.py
                                    common.cpython-313-darwin.so
                                    common.pxd
                                    common.pyx
                                    gradient_boosting.py
                                    grower.py
                                    histogram.cpython-313-darwin.so
                                    histogram.pyx
                                    meson.build
                                    predictor.py
                                    splitting.cpython-313-darwin.so
                                    splitting.pyx
                                    utils.py
                                tests/
                                    __init__.py
                                    test_bagging.py
                                    test_base.py
                                    test_common.py
                                    test_forest.py
                                    test_gradient_boosting.py
                                    test_iforest.py
                                    test_stacking.py
                                    test_voting.py
                                    test_weight_boosting.py
                                __init__.py
                                _bagging.py
                                _base.py
                                _forest.py
                                _gb.py
                                _gradient_boosting.cpython-313-darwin.so
                                _gradient_boosting.pyx
                                _iforest.py
                                _stacking.py
                                _voting.py
                                _weight_boosting.py
                                meson.build
                            experimental/
                                tests/
                                    __init__.py
                                    test_enable_hist_gradient_boosting.py
                                    test_enable_iterative_imputer.py
                                    test_enable_successive_halving.py
                                __init__.py
                                enable_halving_search_cv.py
                                enable_hist_gradient_boosting.py
                                enable_iterative_imputer.py
                            externals/
                                _packaging/
                                    __init__.py
                                    _structures.py
                                    version.py
                                _scipy/
                                    sparse/
                                        csgraph/
                                            __init__.py
                                            _laplacian.py
                                        __init__.py
                                    __init__.py
                                array_api_compat/
                                    common/
                                        __init__.py
                                        _aliases.py
                                        _fft.py
                                        _helpers.py
                                        _linalg.py
                                        _typing.py
                                    cupy/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    dask/
                                        array/
                                            __init__.py
                                            _aliases.py
                                            _info.py
                                            fft.py
                                            linalg.py
                                        __init__.py
                                    numpy/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    torch/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    __init__.py
                                    _internal.py
                                    LICENSE
                                    py.typed
                                    README.md
                                array_api_extra/
                                    _lib/
                                        _utils/
                                            __init__.py
                                            _compat.py
                                            _compat.pyi
                                            _helpers.py
                                            _typing.py
                                            _typing.pyi
                                        __init__.py
                                        _at.py
                                        _backends.py
                                        _funcs.py
                                        _lazy.py
                                        _testing.py
                                    __init__.py
                                    _delegation.py
                                    LICENSE
                                    py.typed
                                    README.md
                                    testing.py
                                __init__.py
                                _arff.py
                                _array_api_compat_vendor.py
                                conftest.py
                                README
                            feature_extraction/
                                tests/
                                    __init__.py
                                    test_dict_vectorizer.py
                                    test_feature_hasher.py
                                    test_image.py
                                    test_text.py
                                __init__.py
                                _dict_vectorizer.py
                                _hash.py
                                _hashing_fast.cpython-313-darwin.so
                                _hashing_fast.pyx
                                _stop_words.py
                                image.py
                                meson.build
                                text.py
                            feature_selection/
                                tests/
                                    __init__.py
                                    test_base.py
                                    test_chi2.py
                                    test_feature_select.py
                                    test_from_model.py
                                    test_mutual_info.py
                                    test_rfe.py
                                    test_sequential.py
                                    test_variance_threshold.py
                                __init__.py
                                _base.py
                                _from_model.py
                                _mutual_info.py
                                _rfe.py
                                _sequential.py
                                _univariate_selection.py
                                _variance_threshold.py
                            frozen/
                                tests/
                                    __init__.py
                                    test_frozen.py
                                __init__.py
                                _frozen.py
                            gaussian_process/
                                tests/
                                    __init__.py
                                    _mini_sequence_kernel.py
                                    test_gpc.py
                                    test_gpr.py
                                    test_kernels.py
                                __init__.py
                                _gpc.py
                                _gpr.py
                                kernels.py
                            impute/
                                tests/
                                    __init__.py
                                    test_base.py
                                    test_common.py
                                    test_impute.py
                                    test_knn.py
                                __init__.py
                                _base.py
                                _iterative.py
                                _knn.py
                            inspection/
                                _plot/
                                    tests/
                                        __init__.py
                                        test_boundary_decision_display.py
                                        test_plot_partial_dependence.py
                                    __init__.py
                                    decision_boundary.py
                                    partial_dependence.py
                                tests/
                                    __init__.py
                                    test_partial_dependence.py
                                    test_pd_utils.py
                                    test_permutation_importance.py
                                __init__.py
                                _partial_dependence.py
                                _pd_utils.py
                                _permutation_importance.py
                            linear_model/
                                _glm/
                                    tests/
                                        __init__.py
                                        test_glm.py
                                    __init__.py
                                    _newton_solver.py
                                    glm.py
                                tests/
                                    __init__.py
                                    test_base.py
                                    test_bayes.py
                                    test_common.py
                                    test_coordinate_descent.py
                                    test_huber.py
                                    test_least_angle.py
                                    test_linear_loss.py
                                    test_logistic.py
                                    test_omp.py
                                    test_passive_aggressive.py
                                    test_perceptron.py
                                    test_quantile.py
                                    test_ransac.py
                                    test_ridge.py
                                    test_sag.py
                                    test_sgd.py
                                    test_sparse_coordinate_descent.py
                                    test_theil_sen.py
                                __init__.py
                                _base.py
                                _bayes.py
                                _cd_fast.cpython-313-darwin.so
                                _cd_fast.pyx
                                _coordinate_descent.py
                                _huber.py
                                _least_angle.py
                                _linear_loss.py
                                _logistic.py
                                _omp.py
                                _passive_aggressive.py
                                _perceptron.py
                                _quantile.py
                                _ransac.py
                                _ridge.py
                                _sag.py
                                _sag_fast.cpython-313-darwin.so
                                _sag_fast.pyx.tp
                                _sgd_fast.cpython-313-darwin.so
                                _sgd_fast.pyx.tp
                                _stochastic_gradient.py
                                _theil_sen.py
                                meson.build
                            manifold/
                                tests/
                                    __init__.py
                                    test_isomap.py
                                    test_locally_linear.py
                                    test_mds.py
                                    test_spectral_embedding.py
                                    test_t_sne.py
                                __init__.py
                                _barnes_hut_tsne.cpython-313-darwin.so
                                _barnes_hut_tsne.pyx
                                _isomap.py
                                _locally_linear.py
                                _mds.py
                                _spectral_embedding.py
                                _t_sne.py
                                _utils.cpython-313-darwin.so
                                _utils.pyx
                                meson.build
                            metrics/
                                _pairwise_distances_reduction/
                                    __init__.py
                                    _argkmin.cpython-313-darwin.so
                                    _argkmin.pxd.tp
                                    _argkmin.pyx.tp
                                    _argkmin_classmode.cpython-313-darwin.so
                                    _argkmin_classmode.pyx.tp
                                    _base.cpython-313-darwin.so
                                    _base.pxd.tp
                                    _base.pyx.tp
                                    _classmode.pxd
                                    _datasets_pair.cpython-313-darwin.so
                                    _datasets_pair.pxd.tp
                                    _datasets_pair.pyx.tp
                                    _dispatcher.py
                                    _middle_term_computer.cpython-313-darwin.so
                                    _middle_term_computer.pxd.tp
                                    _middle_term_computer.pyx.tp
                                    _radius_neighbors.cpython-313-darwin.so
                                    _radius_neighbors.pxd.tp
                                    _radius_neighbors.pyx.tp
                                    _radius_neighbors_classmode.cpython-313-darwin.so
                                    _radius_neighbors_classmode.pyx.tp
                                    meson.build
                                _plot/
                                    tests/
                                        __init__.py
                                        test_common_curve_display.py
                                        test_confusion_matrix_display.py
                                        test_det_curve_display.py
                                        test_precision_recall_display.py
                                        test_predict_error_display.py
                                        test_roc_curve_display.py
                                    __init__.py
                                    confusion_matrix.py
                                    det_curve.py
                                    precision_recall_curve.py
                                    regression.py
                                    roc_curve.py
                                cluster/
                                    tests/
                                        __init__.py
                                        test_bicluster.py
                                        test_common.py
                                        test_supervised.py
                                        test_unsupervised.py
                                    __init__.py
                                    _bicluster.py
                                    _expected_mutual_info_fast.cpython-313-darwin.so
                                    _expected_mutual_info_fast.pyx
                                    _supervised.py
                                    _unsupervised.py
                                    meson.build
                                tests/
                                    __init__.py
                                    test_classification.py
                                    test_common.py
                                    test_dist_metrics.py
                                    test_pairwise.py
                                    test_pairwise_distances_reduction.py
                                    test_ranking.py
                                    test_regression.py
                                    test_score_objects.py
                                __init__.py
                                _base.py
                                _classification.py
                                _dist_metrics.cpython-313-darwin.so
                                _dist_metrics.pxd
                                _dist_metrics.pxd.tp
                                _dist_metrics.pyx.tp
                                _pairwise_fast.cpython-313-darwin.so
                                _pairwise_fast.pyx
                                _ranking.py
                                _regression.py
                                _scorer.py
                                meson.build
                                pairwise.py
                            mixture/
                                tests/
                                    __init__.py
                                    test_bayesian_mixture.py
                                    test_gaussian_mixture.py
                                    test_mixture.py
                                __init__.py
                                _base.py
                                _bayesian_mixture.py
                                _gaussian_mixture.py
                            model_selection/
                                tests/
                                    __init__.py
                                    common.py
                                    test_classification_threshold.py
                                    test_plot.py
                                    test_search.py
                                    test_split.py
                                    test_successive_halving.py
                                    test_validation.py
                                __init__.py
                                _classification_threshold.py
                                _plot.py
                                _search.py
                                _search_successive_halving.py
                                _split.py
                                _validation.py
                            neighbors/
                                tests/
                                    __init__.py
                                    test_ball_tree.py
                                    test_graph.py
                                    test_kd_tree.py
                                    test_kde.py
                                    test_lof.py
                                    test_nca.py
                                    test_nearest_centroid.py
                                    test_neighbors.py
                                    test_neighbors_pipeline.py
                                    test_neighbors_tree.py
                                    test_quad_tree.py
                                __init__.py
                                _ball_tree.cpython-313-darwin.so
                                _ball_tree.pyx.tp
                                _base.py
                                _binary_tree.pxi.tp
                                _classification.py
                                _graph.py
                                _kd_tree.cpython-313-darwin.so
                                _kd_tree.pyx.tp
                                _kde.py
                                _lof.py
                                _nca.py
                                _nearest_centroid.py
                                _partition_nodes.cpython-313-darwin.so
                                _partition_nodes.pxd
                                _partition_nodes.pyx
                                _quad_tree.cpython-313-darwin.so
                                _quad_tree.pxd
                                _quad_tree.pyx
                                _regression.py
                                _unsupervised.py
                                meson.build
                            neural_network/
                                tests/
                                    __init__.py
                                    test_base.py
                                    test_mlp.py
                                    test_rbm.py
                                    test_stochastic_optimizers.py
                                __init__.py
                                _base.py
                                _multilayer_perceptron.py
                                _rbm.py
                                _stochastic_optimizers.py
                            preprocessing/
                                tests/
                                    __init__.py
                                    test_common.py
                                    test_data.py
                                    test_discretization.py
                                    test_encoders.py
                                    test_function_transformer.py
                                    test_label.py
                                    test_polynomial.py
                                    test_target_encoder.py
                                __init__.py
                                _csr_polynomial_expansion.cpython-313-darwin.so
                                _csr_polynomial_expansion.pyx
                                _data.py
                                _discretization.py
                                _encoders.py
                                _function_transformer.py
                                _label.py
                                _polynomial.py
                                _target_encoder.py
                                _target_encoder_fast.cpython-313-darwin.so
                                _target_encoder_fast.pyx
                                meson.build
                            semi_supervised/
                                tests/
                                    __init__.py
                                    test_label_propagation.py
                                    test_self_training.py
                                __init__.py
                                _label_propagation.py
                                _self_training.py
                            svm/
                                src/
                                    liblinear/
                                        _cython_blas_helpers.h
                                        COPYRIGHT
                                        liblinear_helper.c
                                        linear.cpp
                                        linear.h
                                        tron.cpp
                                        tron.h
                                    libsvm/
                                        _svm_cython_blas_helpers.h
                                        LIBSVM_CHANGES
                                        libsvm_helper.c
                                        libsvm_sparse_helper.c
                                        libsvm_template.cpp
                                        svm.cpp
                                        svm.h
                                    newrand/
                                        newrand.h
                                tests/
                                    __init__.py
                                    test_bounds.py
                                    test_sparse.py
                                    test_svm.py
                                __init__.py
                                _base.py
                                _bounds.py
                                _classes.py
                                _liblinear.cpython-313-darwin.so
                                _liblinear.pxi
                                _liblinear.pyx
                                _libsvm.cpython-313-darwin.so
                                _libsvm.pxi
                                _libsvm.pyx
                                _libsvm_sparse.cpython-313-darwin.so
                                _libsvm_sparse.pyx
                                _newrand.cpython-313-darwin.so
                                _newrand.pyx
                                meson.build
                            tests/
                                __init__.py
                                metadata_routing_common.py
                                test_base.py
                                test_build.py
                                test_calibration.py
                                test_check_build.py
                                test_common.py
                                test_config.py
                                test_discriminant_analysis.py
                                test_docstring_parameters.py
                                test_docstring_parameters_consistency.py
                                test_docstrings.py
                                test_dummy.py
                                test_init.py
                                test_isotonic.py
                                test_kernel_approximation.py
                                test_kernel_ridge.py
                                test_metadata_routing.py
                                test_metaestimators.py
                                test_metaestimators_metadata_routing.py
                                test_min_dependencies_readme.py
                                test_multiclass.py
                                test_multioutput.py
                                test_naive_bayes.py
                                test_pipeline.py
                                test_public_functions.py
                                test_random_projection.py
                            tree/
                                tests/
                                    __init__.py
                                    test_export.py
                                    test_monotonic_tree.py
                                    test_reingold_tilford.py
                                    test_tree.py
                                __init__.py
                                _classes.py
                                _criterion.cpython-313-darwin.so
                                _criterion.pxd
                                _criterion.pyx
                                _export.py
                                _partitioner.cpython-313-darwin.so
                                _partitioner.pxd
                                _partitioner.pyx
                                _reingold_tilford.py
                                _splitter.cpython-313-darwin.so
                                _splitter.pxd
                                _splitter.pyx
                                _tree.cpython-313-darwin.so
                                _tree.pxd
                                _tree.pyx
                                _utils.cpython-313-darwin.so
                                _utils.pxd
                                _utils.pyx
                                meson.build
                            utils/
                                _repr_html/
                                    tests/
                                        __init__.py
                                        test_estimator.py
                                        test_params.py
                                    __init__.py
                                    base.py
                                    estimator.css
                                    estimator.js
                                    estimator.py
                                    params.css
                                    params.py
                                _test_common/
                                    __init__.py
                                    instance_generator.py
                                src/
                                    MurmurHash3.cpp
                                    MurmurHash3.h
                                tests/
                                    __init__.py
                                    test_arpack.py
                                    test_array_api.py
                                    test_arrayfuncs.py
                                    test_bunch.py
                                    test_chunking.py
                                    test_class_weight.py
                                    test_cython_blas.py
                                    test_deprecation.py
                                    test_encode.py
                                    test_estimator_checks.py
                                    test_estimator_html_repr.py
                                    test_extmath.py
                                    test_fast_dict.py
                                    test_fixes.py
                                    test_graph.py
                                    test_indexing.py
                                    test_mask.py
                                    test_metaestimators.py
                                    test_missing.py
                                    test_mocking.py
                                    test_multiclass.py
                                    test_murmurhash.py
                                    test_optimize.py
                                    test_parallel.py
                                    test_param_validation.py
                                    test_plotting.py
                                    test_pprint.py
                                    test_random.py
                                    test_response.py
                                    test_seq_dataset.py
                                    test_set_output.py
                                    test_shortest_path.py
                                    test_show_versions.py
                                    test_sparsefuncs.py
                                    test_stats.py
                                    test_tags.py
                                    test_testing.py
                                    test_typedefs.py
                                    test_unique.py
                                    test_user_interface.py
                                    test_validation.py
                                    test_weight_vector.py
                                __init__.py
                                _arpack.py
                                _array_api.py
                                _available_if.py
                                _bunch.py
                                _chunking.py
                                _cython_blas.cpython-313-darwin.so
                                _cython_blas.pxd
                                _cython_blas.pyx
                                _encode.py
                                _estimator_html_repr.py
                                _fast_dict.cpython-313-darwin.so
                                _fast_dict.pxd
                                _fast_dict.pyx
                                _heap.cpython-313-darwin.so
                                _heap.pxd
                                _heap.pyx
                                _indexing.py
                                _isfinite.cpython-313-darwin.so
                                _isfinite.pyx
                                _mask.py
                                _metadata_requests.py
                                _missing.py
                                _mocking.py
                                _openmp_helpers.cpython-313-darwin.so
                                _openmp_helpers.pxd
                                _openmp_helpers.pyx
                                _optional_dependencies.py
                                _param_validation.py
                                _plotting.py
                                _pprint.py
                                _random.cpython-313-darwin.so
                                _random.pxd
                                _random.pyx
                                _response.py
                                _seq_dataset.cpython-313-darwin.so
                                _seq_dataset.pxd.tp
                                _seq_dataset.pyx.tp
                                _set_output.py
                                _show_versions.py
                                _sorting.cpython-313-darwin.so
                                _sorting.pxd
                                _sorting.pyx
                                _tags.py
                                _testing.py
                                _typedefs.cpython-313-darwin.so
                                _typedefs.pxd
                                _typedefs.pyx
                                _unique.py
                                _user_interface.py
                                _vector_sentinel.cpython-313-darwin.so
                                _vector_sentinel.pxd
                                _vector_sentinel.pyx
                                _weight_vector.cpython-313-darwin.so
                                _weight_vector.pxd.tp
                                _weight_vector.pyx.tp
                                arrayfuncs.cpython-313-darwin.so
                                arrayfuncs.pyx
                                class_weight.py
                                deprecation.py
                                discovery.py
                                estimator_checks.py
                                extmath.py
                                fixes.py
                                graph.py
                                meson.build
                                metadata_routing.py
                                metaestimators.py
                                multiclass.py
                                murmurhash.cpython-313-darwin.so
                                murmurhash.pxd
                                murmurhash.pyx
                                optimize.py
                                parallel.py
                                random.py
                                sparsefuncs.py
                                sparsefuncs_fast.cpython-313-darwin.so
                                sparsefuncs_fast.pyx
                                stats.py
                                validation.py
                            __init__.py
                            _built_with_meson.py
                            _config.py
                            _cyutility.cpython-313-darwin.so
                            _distributor_init.py
                            _isotonic.cpython-313-darwin.so
                            _isotonic.pyx
                            _min_dependencies.py
                            base.py
                            calibration.py
                            conftest.py
                            discriminant_analysis.py
                            dummy.py
                            exceptions.py
                            isotonic.py
                            kernel_approximation.py
                            kernel_ridge.py
                            meson.build
                            multiclass.py
                            multioutput.py
                            naive_bayes.py
                            pipeline.py
                            random_projection.py
                        sniffio/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _impl.cpython-313.pyc
                                _version.cpython-313.pyc
                            _tests/
                                __init__.py
                                test_sniffio.py
                            __init__.py
                            _impl.py
                            _version.py
                            py.typed
                        sniffio-1.3.1.dist-info/
                            INSTALLER
                            LICENSE
                            LICENSE.APACHE2
                            LICENSE.MIT
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        sortedcontainers/
                            __pycache__/
                                __init__.cpython-313.pyc
                                sorteddict.cpython-313.pyc
                                sortedlist.cpython-313.pyc
                                sortedset.cpython-313.pyc
                            __init__.py
                            sorteddict.py
                            sortedlist.py
                            sortedset.py
                        sortedcontainers-2.4.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        soupsieve/
                            __init__.py
                            __meta__.py
                            css_match.py
                            css_parser.py
                            css_types.py
                            pretty.py
                            py.typed
                            util.py
                        soupsieve-2.7.dist-info/
                            licenses/
                                LICENSE.md
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        stack_data/
                            __pycache__/
                                __init__.cpython-313.pyc
                                core.cpython-313.pyc
                                formatting.cpython-313.pyc
                                serializing.cpython-313.pyc
                                utils.cpython-313.pyc
                                version.cpython-313.pyc
                            __init__.py
                            core.py
                            formatting.py
                            py.typed
                            serializing.py
                            utils.py
                            version.py
                        stack_data-0.6.3.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        tblib/
                            __pycache__/
                                __init__.cpython-313.pyc
                                pickling_support.cpython-313.pyc
                            __init__.py
                            decorators.py
                            pickling_support.py
                        tblib-3.1.0.dist-info/
                            licenses/
                                AUTHORS.rst
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        terminado/
                            _static/
                                terminado.js
                            __init__.py
                            _version.py
                            management.py
                            py.typed
                            uimod_embed.js
                            uimodule.py
                            websocket.py
                        terminado-0.18.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        texttable-1.7.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        threadpoolctl-3.6.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        tinycss2/
                            __init__.py
                            ast.py
                            bytes.py
                            color3.py
                            color4.py
                            nth.py
                            parser.py
                            serializer.py
                            tokenizer.py
                        tinycss2-1.4.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        tlz/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _build_tlz.cpython-313.pyc
                            __init__.py
                            _build_tlz.py
                        tomli/
                            __init__.cpython-313-darwin.so
                            __init__.py
                            _parser.cpython-313-darwin.so
                            _parser.py
                            _re.cpython-313-darwin.so
                            _re.py
                            _types.cpython-313-darwin.so
                            _types.py
                            py.typed
                        tomli-2.2.1.dist-info/
                            INSTALLER
                            LICENSE
                            LICENSE-HEADER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        tomlkit/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _compat.cpython-313.pyc
                                _types.cpython-313.pyc
                                _utils.cpython-313.pyc
                                api.cpython-313.pyc
                                container.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                items.cpython-313.pyc
                                parser.cpython-313.pyc
                                source.cpython-313.pyc
                                toml_char.cpython-313.pyc
                                toml_document.cpython-313.pyc
                            __init__.py
                            _compat.py
                            _types.py
                            _utils.py
                            api.py
                            container.py
                            exceptions.py
                            items.py
                            parser.py
                            py.typed
                            source.py
                            toml_char.py
                            toml_document.py
                            toml_file.py
                        tomlkit-0.13.3.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        toolz/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _signatures.cpython-313.pyc
                                _version.cpython-313.pyc
                                dicttoolz.cpython-313.pyc
                                functoolz.cpython-313.pyc
                                itertoolz.cpython-313.pyc
                                recipes.cpython-313.pyc
                                utils.cpython-313.pyc
                            curried/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    exceptions.cpython-313.pyc
                                    operator.cpython-313.pyc
                                __init__.py
                                exceptions.py
                                operator.py
                            sandbox/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    core.cpython-313.pyc
                                    parallel.cpython-313.pyc
                                __init__.py
                                core.py
                                parallel.py
                            tests/
                                test_compatibility.py
                                test_curried.py
                                test_curried_doctests.py
                                test_dicttoolz.py
                                test_functoolz.py
                                test_inspect_args.py
                                test_itertoolz.py
                                test_recipes.py
                                test_serialization.py
                                test_signatures.py
                                test_tlz.py
                                test_utils.py
                            __init__.py
                            _signatures.py
                            _version.py
                            compatibility.py
                            dicttoolz.py
                            functoolz.py
                            itertoolz.py
                            recipes.py
                            utils.py
                        toolz-1.0.0.dist-info/
                            AUTHORS.md
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        tornado/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _locale_data.cpython-313.pyc
                                concurrent.cpython-313.pyc
                                escape.cpython-313.pyc
                                gen.cpython-313.pyc
                                http1connection.cpython-313.pyc
                                httpclient.cpython-313.pyc
                                httpserver.cpython-313.pyc
                                httputil.cpython-313.pyc
                                ioloop.cpython-313.pyc
                                iostream.cpython-313.pyc
                                locale.cpython-313.pyc
                                locks.cpython-313.pyc
                                log.cpython-313.pyc
                                netutil.cpython-313.pyc
                                process.cpython-313.pyc
                                queues.cpython-313.pyc
                                routing.cpython-313.pyc
                                simple_httpclient.cpython-313.pyc
                                tcpclient.cpython-313.pyc
                                tcpserver.cpython-313.pyc
                                template.cpython-313.pyc
                                util.cpython-313.pyc
                                web.cpython-313.pyc
                                websocket.cpython-313.pyc
                            platform/
                                __init__.py
                                asyncio.py
                                caresresolver.py
                                twisted.py
                            test/
                                csv_translations/
                                    fr_FR.csv
                                gettext_translations/
                                    fr_FR/
                                        LC_MESSAGES/
                                            tornado_test.mo
                                            tornado_test.po
                                static/
                                    dir/
                                        index.html
                                    robots.txt
                                    sample.xml
                                    sample.xml.bz2
                                    sample.xml.gz
                                templates/
                                    utf8.html
                                __init__.py
                                __main__.py
                                asyncio_test.py
                                auth_test.py
                                autoreload_test.py
                                circlerefs_test.py
                                concurrent_test.py
                                curl_httpclient_test.py
                                escape_test.py
                                gen_test.py
                                http1connection_test.py
                                httpclient_test.py
                                httpserver_test.py
                                httputil_test.py
                                import_test.py
                                ioloop_test.py
                                iostream_test.py
                                locale_test.py
                                locks_test.py
                                log_test.py
                                netutil_test.py
                                options_test.cfg
                                options_test.py
                                options_test_types.cfg
                                options_test_types_str.cfg
                                process_test.py
                                queues_test.py
                                resolve_test_helper.py
                                routing_test.py
                                runtests.py
                                simple_httpclient_test.py
                                static_foo.txt
                                tcpclient_test.py
                                tcpserver_test.py
                                template_test.py
                                test.crt
                                test.key
                                testing_test.py
                                twisted_test.py
                                util.py
                                util_test.py
                                web_test.py
                                websocket_test.py
                                wsgi_test.py
                            __init__.py
                            __init__.pyi
                            _locale_data.py
                            auth.py
                            autoreload.py
                            concurrent.py
                            curl_httpclient.py
                            escape.py
                            gen.py
                            http1connection.py
                            httpclient.py
                            httpserver.py
                            httputil.py
                            ioloop.py
                            iostream.py
                            locale.py
                            locks.py
                            log.py
                            netutil.py
                            options.py
                            process.py
                            py.typed
                            queues.py
                            routing.py
                            simple_httpclient.py
                            speedups.abi3.so
                            speedups.pyi
                            tcpclient.py
                            tcpserver.py
                            template.py
                            testing.py
                            util.py
                            web.py
                            websocket.py
                            wsgi.py
                        tornado-6.5.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        traitlets/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _version.cpython-313.pyc
                                traitlets.cpython-313.pyc
                            config/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    application.cpython-313.pyc
                                    configurable.cpython-313.pyc
                                    loader.cpython-313.pyc
                                __init__.py
                                application.py
                                argcomplete_config.py
                                configurable.py
                                loader.py
                                manager.py
                                sphinxdoc.py
                            tests/
                                __init__.py
                                test_traitlets.py
                                utils.py
                            utils/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    bunch.cpython-313.pyc
                                    decorators.cpython-313.pyc
                                    descriptions.cpython-313.pyc
                                    getargspec.cpython-313.pyc
                                    importstring.cpython-313.pyc
                                    nested_update.cpython-313.pyc
                                    sentinel.cpython-313.pyc
                                    text.cpython-313.pyc
                                    warnings.cpython-313.pyc
                                __init__.py
                                bunch.py
                                decorators.py
                                descriptions.py
                                getargspec.py
                                importstring.py
                                nested_update.py
                                sentinel.py
                                text.py
                                warnings.py
                            __init__.py
                            _version.py
                            log.py
                            py.typed
                            traitlets.py
                        traitlets-5.14.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        types_python_dateutil-2.9.0.20250708.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        typing_extensions-4.14.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        typing_inspection/
                            __pycache__/
                                __init__.cpython-313.pyc
                                introspection.cpython-313.pyc
                                typing_objects.cpython-313.pyc
                            __init__.py
                            introspection.py
                            py.typed
                            typing_objects.py
                            typing_objects.pyi
                        typing_inspection-0.4.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        tzdata/
                            zoneinfo/
                                Africa/
                                    __init__.py
                                    Abidjan
                                    Accra
                                    Addis_Ababa
                                    Algiers
                                    Asmara
                                    Asmera
                                    Bamako
                                    Bangui
                                    Banjul
                                    Bissau
                                    Blantyre
                                    Brazzaville
                                    Bujumbura
                                    Cairo
                                    Casablanca
                                    Ceuta
                                    Conakry
                                    Dakar
                                    Dar_es_Salaam
                                    Djibouti
                                    Douala
                                    El_Aaiun
                                    Freetown
                                    Gaborone
                                    Harare
                                    Johannesburg
                                    Juba
                                    Kampala
                                    Khartoum
                                    Kigali
                                    Kinshasa
                                    Lagos
                                    Libreville
                                    Lome
                                    Luanda
                                    Lubumbashi
                                    Lusaka
                                    Malabo
                                    Maputo
                                    Maseru
                                    Mbabane
                                    Mogadishu
                                    Monrovia
                                    Nairobi
                                    Ndjamena
                                    Niamey
                                    Nouakchott
                                    Ouagadougou
                                    Porto-Novo
                                    Sao_Tome
                                    Timbuktu
                                    Tripoli
                                    Tunis
                                    Windhoek
                                America/
                                    Argentina/
                                        __init__.py
                                        Buenos_Aires
                                        Catamarca
                                        ComodRivadavia
                                        Cordoba
                                        Jujuy
                                        La_Rioja
                                        Mendoza
                                        Rio_Gallegos
                                        Salta
                                        San_Juan
                                        San_Luis
                                        Tucuman
                                        Ushuaia
                                    Indiana/
                                        __init__.py
                                        Indianapolis
                                        Knox
                                        Marengo
                                        Petersburg
                                        Tell_City
                                        Vevay
                                        Vincennes
                                        Winamac
                                    Kentucky/
                                        __init__.py
                                        Louisville
                                        Monticello
                                    North_Dakota/
                                        __init__.py
                                        Beulah
                                        Center
                                        New_Salem
                                    __init__.py
                                    Adak
                                    Anchorage
                                    Anguilla
                                    Antigua
                                    Araguaina
                                    Aruba
                                    Asuncion
                                    Atikokan
                                    Atka
                                    Bahia
                                    Bahia_Banderas
                                    Barbados
                                    Belem
                                    Belize
                                    Blanc-Sablon
                                    Boa_Vista
                                    Bogota
                                    Boise
                                    Buenos_Aires
                                    Cambridge_Bay
                                    Campo_Grande
                                    Cancun
                                    Caracas
                                    Catamarca
                                    Cayenne
                                    Cayman
                                    Chicago
                                    Chihuahua
                                    Ciudad_Juarez
                                    Coral_Harbour
                                    Cordoba
                                    Costa_Rica
                                    Coyhaique
                                    Creston
                                    Cuiaba
                                    Curacao
                                    Danmarkshavn
                                    Dawson
                                    Dawson_Creek
                                    Denver
                                    Detroit
                                    Dominica
                                    Edmonton
                                    Eirunepe
                                    El_Salvador
                                    Ensenada
                                    Fort_Nelson
                                    Fort_Wayne
                                    Fortaleza
                                    Glace_Bay
                                    Godthab
                                    Goose_Bay
                                    Grand_Turk
                                    Grenada
                                    Guadeloupe
                                    Guatemala
                                    Guayaquil
                                    Guyana
                                    Halifax
                                    Havana
                                    Hermosillo
                                    Indianapolis
                                    Inuvik
                                    Iqaluit
                                    Jamaica
                                    Jujuy
                                    Juneau
                                    Knox_IN
                                    Kralendijk
                                    La_Paz
                                    Lima
                                    Los_Angeles
                                    Louisville
                                    Lower_Princes
                                    Maceio
                                    Managua
                                    Manaus
                                    Marigot
                                    Martinique
                                    Matamoros
                                    Mazatlan
                                    Mendoza
                                    Menominee
                                    Merida
                                    Metlakatla
                                    Mexico_City
                                    Miquelon
                                    Moncton
                                    Monterrey
                                    Montevideo
                                    Montreal
                                    Montserrat
                                    Nassau
                                    New_York
                                    Nipigon
                                    Nome
                                    Noronha
                                    Nuuk
                                    Ojinaga
                                    Panama
                                    Pangnirtung
                                    Paramaribo
                                    Phoenix
                                    Port-au-Prince
                                    Port_of_Spain
                                    Porto_Acre
                                    Porto_Velho
                                    Puerto_Rico
                                    Punta_Arenas
                                    Rainy_River
                                    Rankin_Inlet
                                    Recife
                                    Regina
                                    Resolute
                                    Rio_Branco
                                    Rosario
                                    Santa_Isabel
                                    Santarem
                                    Santiago
                                    Santo_Domingo
                                    Sao_Paulo
                                    Scoresbysund
                                    Shiprock
                                    Sitka
                                    St_Barthelemy
                                    St_Johns
                                    St_Kitts
                                    St_Lucia
                                    St_Thomas
                                    St_Vincent
                                    Swift_Current
                                    Tegucigalpa
                                    Thule
                                    Thunder_Bay
                                    Tijuana
                                    Toronto
                                    Tortola
                                    Vancouver
                                    Virgin
                                    Whitehorse
                                    Winnipeg
                                    Yakutat
                                    Yellowknife
                                Antarctica/
                                    __init__.py
                                    Casey
                                    Davis
                                    DumontDUrville
                                    Macquarie
                                    Mawson
                                    McMurdo
                                    Palmer
                                    Rothera
                                    South_Pole
                                    Syowa
                                    Troll
                                    Vostok
                                Arctic/
                                    __init__.py
                                    Longyearbyen
                                Asia/
                                    __init__.py
                                    Aden
                                    Almaty
                                    Amman
                                    Anadyr
                                    Aqtau
                                    Aqtobe
                                    Ashgabat
                                    Ashkhabad
                                    Atyrau
                                    Baghdad
                                    Bahrain
                                    Baku
                                    Bangkok
                                    Barnaul
                                    Beirut
                                    Bishkek
                                    Brunei
                                    Calcutta
                                    Chita
                                    Choibalsan
                                    Chongqing
                                    Chungking
                                    Colombo
                                    Dacca
                                    Damascus
                                    Dhaka
                                    Dili
                                    Dubai
                                    Dushanbe
                                    Famagusta
                                    Gaza
                                    Harbin
                                    Hebron
                                    Ho_Chi_Minh
                                    Hong_Kong
                                    Hovd
                                    Irkutsk
                                    Istanbul
                                    Jakarta
                                    Jayapura
                                    Jerusalem
                                    Kabul
                                    Kamchatka
                                    Karachi
                                    Kashgar
                                    Kathmandu
                                    Katmandu
                                    Khandyga
                                    Kolkata
                                    Krasnoyarsk
                                    Kuala_Lumpur
                                    Kuching
                                    Kuwait
                                    Macao
                                    Macau
                                    Magadan
                                    Makassar
                                    Manila
                                    Muscat
                                    Nicosia
                                    Novokuznetsk
                                    Novosibirsk
                                    Omsk
                                    Oral
                                    Phnom_Penh
                                    Pontianak
                                    Pyongyang
                                    Qatar
                                    Qostanay
                                    Qyzylorda
                                    Rangoon
                                    Riyadh
                                    Saigon
                                    Sakhalin
                                    Samarkand
                                    Seoul
                                    Shanghai
                                    Singapore
                                    Srednekolymsk
                                    Taipei
                                    Tashkent
                                    Tbilisi
                                    Tehran
                                    Tel_Aviv
                                    Thimbu
                                    Thimphu
                                    Tokyo
                                    Tomsk
                                    Ujung_Pandang
                                    Ulaanbaatar
                                    Ulan_Bator
                                    Urumqi
                                    Ust-Nera
                                    Vientiane
                                    Vladivostok
                                    Yakutsk
                                    Yangon
                                    Yekaterinburg
                                    Yerevan
                                Atlantic/
                                    __init__.py
                                    Azores
                                    Bermuda
                                    Canary
                                    Cape_Verde
                                    Faeroe
                                    Faroe
                                    Jan_Mayen
                                    Madeira
                                    Reykjavik
                                    South_Georgia
                                    St_Helena
                                    Stanley
                                Australia/
                                    __init__.py
                                    ACT
                                    Adelaide
                                    Brisbane
                                    Broken_Hill
                                    Canberra
                                    Currie
                                    Darwin
                                    Eucla
                                    Hobart
                                    LHI
                                    Lindeman
                                    Lord_Howe
                                    Melbourne
                                    North
                                    NSW
                                    Perth
                                    Queensland
                                    South
                                    Sydney
                                    Tasmania
                                    Victoria
                                    West
                                    Yancowinna
                                Brazil/
                                    __init__.py
                                    Acre
                                    DeNoronha
                                    East
                                    West
                                Canada/
                                    __init__.py
                                    Atlantic
                                    Central
                                    Eastern
                                    Mountain
                                    Newfoundland
                                    Pacific
                                    Saskatchewan
                                    Yukon
                                Chile/
                                    __init__.py
                                    Continental
                                    EasterIsland
                                Etc/
                                    __init__.py
                                    GMT
                                    GMT+0
                                    GMT+1
                                    GMT+10
                                    GMT+11
                                    GMT+12
                                    GMT+2
                                    GMT+3
                                    GMT+4
                                    GMT+5
                                    GMT+6
                                    GMT+7
                                    GMT+8
                                    GMT+9
                                    GMT-0
                                    GMT-1
                                    GMT-10
                                    GMT-11
                                    GMT-12
                                    GMT-13
                                    GMT-14
                                    GMT-2
                                    GMT-3
                                    GMT-4
                                    GMT-5
                                    GMT-6
                                    GMT-7
                                    GMT-8
                                    GMT-9
                                    GMT0
                                    Greenwich
                                    UCT
                                    Universal
                                    UTC
                                    Zulu
                                Europe/
                                    __init__.py
                                    Amsterdam
                                    Andorra
                                    Astrakhan
                                    Athens
                                    Belfast
                                    Belgrade
                                    Berlin
                                    Bratislava
                                    Brussels
                                    Bucharest
                                    Budapest
                                    Busingen
                                    Chisinau
                                    Copenhagen
                                    Dublin
                                    Gibraltar
                                    Guernsey
                                    Helsinki
                                    Isle_of_Man
                                    Istanbul
                                    Jersey
                                    Kaliningrad
                                    Kiev
                                    Kirov
                                    Kyiv
                                    Lisbon
                                    Ljubljana
                                    London
                                    Luxembourg
                                    Madrid
                                    Malta
                                    Mariehamn
                                    Minsk
                                    Monaco
                                    Moscow
                                    Nicosia
                                    Oslo
                                    Paris
                                    Podgorica
                                    Prague
                                    Riga
                                    Rome
                                    Samara
                                    San_Marino
                                    Sarajevo
                                    Saratov
                                    Simferopol
                                    Skopje
                                    Sofia
                                    Stockholm
                                    Tallinn
                                    Tirane
                                    Tiraspol
                                    Ulyanovsk
                                    Uzhgorod
                                    Vaduz
                                    Vatican
                                    Vienna
                                    Vilnius
                                    Volgograd
                                    Warsaw
                                    Zagreb
                                    Zaporozhye
                                    Zurich
                                Indian/
                                    __init__.py
                                    Antananarivo
                                    Chagos
                                    Christmas
                                    Cocos
                                    Comoro
                                    Kerguelen
                                    Mahe
                                    Maldives
                                    Mauritius
                                    Mayotte
                                    Reunion
                                Mexico/
                                    __init__.py
                                    BajaNorte
                                    BajaSur
                                    General
                                Pacific/
                                    __init__.py
                                    Apia
                                    Auckland
                                    Bougainville
                                    Chatham
                                    Chuuk
                                    Easter
                                    Efate
                                    Enderbury
                                    Fakaofo
                                    Fiji
                                    Funafuti
                                    Galapagos
                                    Gambier
                                    Guadalcanal
                                    Guam
                                    Honolulu
                                    Johnston
                                    Kanton
                                    Kiritimati
                                    Kosrae
                                    Kwajalein
                                    Majuro
                                    Marquesas
                                    Midway
                                    Nauru
                                    Niue
                                    Norfolk
                                    Noumea
                                    Pago_Pago
                                    Palau
                                    Pitcairn
                                    Pohnpei
                                    Ponape
                                    Port_Moresby
                                    Rarotonga
                                    Saipan
                                    Samoa
                                    Tahiti
                                    Tarawa
                                    Tongatapu
                                    Truk
                                    Wake
                                    Wallis
                                    Yap
                                US/
                                    __init__.py
                                    Alaska
                                    Aleutian
                                    Arizona
                                    Central
                                    East-Indiana
                                    Eastern
                                    Hawaii
                                    Indiana-Starke
                                    Michigan
                                    Mountain
                                    Pacific
                                    Samoa
                                __init__.py
                                CET
                                CST6CDT
                                Cuba
                                EET
                                Egypt
                                Eire
                                EST
                                EST5EDT
                                Factory
                                GB
                                GB-Eire
                                GMT
                                GMT+0
                                GMT-0
                                GMT0
                                Greenwich
                                Hongkong
                                HST
                                Iceland
                                Iran
                                iso3166.tab
                                Israel
                                Jamaica
                                Japan
                                Kwajalein
                                leapseconds
                                Libya
                                MET
                                MST
                                MST7MDT
                                Navajo
                                NZ
                                NZ-CHAT
                                Poland
                                Portugal
                                PRC
                                PST8PDT
                                ROC
                                ROK
                                Singapore
                                Turkey
                                tzdata.zi
                                UCT
                                Universal
                                UTC
                                W-SU
                                WET
                                zone.tab
                                zone1970.tab
                                zonenow.tab
                                Zulu
                            __init__.py
                            zones
                        tzdata-2025.2.dist-info/
                            licenses/
                                licenses/
                                    LICENSE_APACHE
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        uri_template/
                            __init__.py
                            charset.py
                            expansions.py
                            py.typed
                            uritemplate.py
                            variable.py
                        uri_template-1.3.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        url_normalize/
                            __init__.py
                            cli.py
                            generic_url_cleanup.py
                            normalize_fragment.py
                            normalize_host.py
                            normalize_path.py
                            normalize_port.py
                            normalize_query.py
                            normalize_scheme.py
                            normalize_userinfo.py
                            param_allowlist.py
                            provide_url_domain.py
                            provide_url_scheme.py
                            py.typed
                            tools.py
                            url_normalize.py
                        url_normalize-2.2.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        urllib3/
                            contrib/
                                emscripten/
                                    __init__.py
                                    connection.py
                                    emscripten_fetch_worker.js
                                    fetch.py
                                    request.py
                                    response.py
                                __init__.py
                                pyopenssl.py
                                socks.py
                            http2/
                                __init__.py
                                connection.py
                                probe.py
                            util/
                                __init__.py
                                connection.py
                                proxy.py
                                request.py
                                response.py
                                retry.py
                                ssl_.py
                                ssl_match_hostname.py
                                ssltransport.py
                                timeout.py
                                url.py
                                util.py
                                wait.py
                            __init__.py
                            _base_connection.py
                            _collections.py
                            _request_methods.py
                            _version.py
                            connection.py
                            connectionpool.py
                            exceptions.py
                            fields.py
                            filepost.py
                            poolmanager.py
                            py.typed
                            response.py
                        urllib3-2.5.0.dist-info/
                            licenses/
                                LICENSE.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        uv/
                            __init__.py
                            __main__.py
                            _find_uv.py
                            py.typed
                        uv-0.8.5.dist-info/
                            licenses/
                                LICENSE-APACHE
                                LICENSE-MIT
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        wcwidth/
                            __pycache__/
                                __init__.cpython-313.pyc
                                table_vs16.cpython-313.pyc
                                table_wide.cpython-313.pyc
                                table_zero.cpython-313.pyc
                                unicode_versions.cpython-313.pyc
                                wcwidth.cpython-313.pyc
                            __init__.py
                            table_vs16.py
                            table_wide.py
                            table_zero.py
                            unicode_versions.py
                            wcwidth.py
                        wcwidth-0.2.13.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        webcolors/
                            __init__.py
                            _conversion.py
                            _definitions.py
                            _html5.py
                            _normalization.py
                            _types.py
                        webcolors-24.11.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        webencodings/
                            __init__.py
                            labels.py
                            mklabels.py
                            tests.py
                            x_user_defined.py
                        webencodings-0.5.1.dist-info/
                            DESCRIPTION.rst
                            INSTALLER
                            METADATA
                            metadata.json
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        websocket/
                            tests/
                                data/
                                    header01.txt
                                    header02.txt
                                    header03.txt
                                __init__.py
                                echo-server.py
                                test_abnf.py
                                test_app.py
                                test_cookiejar.py
                                test_http.py
                                test_url.py
                                test_websocket.py
                            __init__.py
                            _abnf.py
                            _app.py
                            _cookiejar.py
                            _core.py
                            _exceptions.py
                            _handshake.py
                            _http.py
                            _logging.py
                            _socket.py
                            _ssl_compat.py
                            _url.py
                            _utils.py
                            _wsdump.py
                            py.typed
                        websocket_client-1.8.0.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        wheel/
                            __pycache__/
                                __init__.cpython-313.pyc
                                util.cpython-313.pyc
                                wheelfile.cpython-313.pyc
                            cli/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                                convert.py
                                pack.py
                                tags.py
                                unpack.py
                            vendored/
                                packaging/
                                    __init__.py
                                    _elffile.py
                                    _manylinux.py
                                    _musllinux.py
                                    _parser.py
                                    _structures.py
                                    _tokenizer.py
                                    LICENSE
                                    LICENSE.APACHE
                                    LICENSE.BSD
                                    markers.py
                                    requirements.py
                                    specifiers.py
                                    tags.py
                                    utils.py
                                    version.py
                                __init__.py
                                vendor.txt
                            __init__.py
                            __main__.py
                            _bdist_wheel.py
                            _setuptools_logging.py
                            bdist_wheel.py
                            macosx_libfile.py
                            metadata.py
                            util.py
                            wheelfile.py
                        wheel-0.45.1.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        widgetsnbextension/
                            static/
                                extension.js
                                extension.js.LICENSE.txt
                                extension.js.map
                            __init__.py
                            _version.py
                        widgetsnbextension-4.0.14.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        yaml/
                            __pycache__/
                                __init__.cpython-313.pyc
                                composer.cpython-313.pyc
                                constructor.cpython-313.pyc
                                cyaml.cpython-313.pyc
                                dumper.cpython-313.pyc
                                emitter.cpython-313.pyc
                                error.cpython-313.pyc
                                events.cpython-313.pyc
                                loader.cpython-313.pyc
                                nodes.cpython-313.pyc
                                parser.cpython-313.pyc
                                reader.cpython-313.pyc
                                representer.cpython-313.pyc
                                resolver.cpython-313.pyc
                                scanner.cpython-313.pyc
                                serializer.cpython-313.pyc
                                tokens.cpython-313.pyc
                            __init__.py
                            _yaml.cpython-313-darwin.so
                            composer.py
                            constructor.py
                            cyaml.py
                            dumper.py
                            emitter.py
                            error.py
                            events.py
                            loader.py
                            nodes.py
                            parser.py
                            reader.py
                            representer.py
                            resolver.py
                            scanner.py
                            serializer.py
                            tokens.py
                        zict/
                            __pycache__/
                                __init__.cpython-313.pyc
                                async_buffer.cpython-313.pyc
                                buffer.cpython-313.pyc
                                cache.cpython-313.pyc
                                common.cpython-313.pyc
                                file.cpython-313.pyc
                                func.cpython-313.pyc
                                lmdb.cpython-313.pyc
                                lru.cpython-313.pyc
                                sieve.cpython-313.pyc
                                utils.cpython-313.pyc
                                zip.cpython-313.pyc
                            tests/
                                __init__.py
                                conftest.py
                                test_async_buffer.py
                                test_buffer.py
                                test_cache.py
                                test_common.py
                                test_file.py
                                test_func.py
                                test_lmdb.py
                                test_lru.py
                                test_sieve.py
                                test_utils.py
                                test_zip.py
                                utils_test.py
                            __init__.py
                            async_buffer.py
                            buffer.py
                            cache.py
                            common.py
                            file.py
                            func.py
                            lmdb.py
                            lru.py
                            py.typed
                            sieve.py
                            utils.py
                            zip.py
                        zict-3.0.0.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        zmq/
                            .dylibs/
                                libsodium.26.dylib
                                libzmq.5.dylib
                            auth/
                                __init__.py
                                asyncio.py
                                base.py
                                certs.py
                                ioloop.py
                                thread.py
                            backend/
                                cffi/
                                    __init__.py
                                    _cdefs.h
                                    _cffi_src.c
                                    _poll.py
                                    context.py
                                    devices.py
                                    error.py
                                    message.py
                                    README.md
                                    socket.py
                                    utils.py
                                cython/
                                    __init__.pxd
                                    __init__.py
                                    _externs.pxd
                                    _zmq.abi3.so
                                    _zmq.pxd
                                    _zmq.py
                                    constant_enums.pxi
                                    libzmq.pxd
                                __init__.py
                                __init__.pyi
                                select.py
                            devices/
                                __init__.py
                                basedevice.py
                                monitoredqueue.py
                                monitoredqueuedevice.py
                                proxydevice.py
                                proxysteerabledevice.py
                            eventloop/
                                __init__.py
                                _deprecated.py
                                future.py
                                ioloop.py
                                zmqstream.py
                            green/
                                eventloop/
                                    __init__.py
                                    ioloop.py
                                    zmqstream.py
                                __init__.py
                                core.py
                                device.py
                                poll.py
                            log/
                                __init__.py
                                __main__.py
                                handlers.py
                            ssh/
                                __init__.py
                                forward.py
                                tunnel.py
                            sugar/
                                __init__.py
                                __init__.pyi
                                attrsettr.py
                                context.py
                                frame.py
                                poll.py
                                socket.py
                                stopwatch.py
                                tracker.py
                                version.py
                            tests/
                                __init__.py
                            utils/
                                __init__.py
                                garbage.py
                                getpid_compat.h
                                interop.py
                                ipcmaxlen.h
                                jsonapi.py
                                monitor.py
                                mutex.h
                                pyversion_compat.h
                                strtypes.py
                                win32.py
                                z85.py
                                zmq_compat.h
                            __init__.pxd
                            __init__.py
                            __init__.pyi
                            _future.py
                            _future.pyi
                            _typing.py
                            asyncio.py
                            constants.py
                            decorators.py
                            error.py
                            py.typed
                        30fcd23745efe32ce681__mypyc.cpython-313-darwin.so
                        __editable__.agi_cluster-0.4.1.pth
                        __editable__.agi_env-0.4.1.pth
                        __editable__.agi_node-0.4.1.pth
                        __editable__.mycode_project-0.4.1.pth
                        _black_version.py
                        _brotli.cpython-313-darwin.so
                        _cffi_backend.cpython-313-darwin.so
                        _virtualenv.pth
                        _virtualenv.py
                        appdirs.py
                        brotli.py
                        cython.py
                        ddc459050edb75a05942__mypyc.cpython-313-darwin.so
                        decorator.py
                        distutils-precedence.pth
                        edfc647aaf02b20aa651__mypyc.cpython-313-darwin.so
                        ipykernel_launcher.py
                        ipython_pygments_lexers.py
                        jsonpointer.py
                        jupyter.py
                        mypy_extensions.py
                        nest_asyncio.py
                        pandocfilters.py
                        py.py
                        pytest-cov.pth
                        rfc3339_validator.py
                        rfc3986_validator.py
                        scp.py
                        six.py
                        texttable.py
                        threadpoolctl.py
                        typing_extensions.py
            share/
                applications/
                    jupyter-notebook.desktop
                    jupyterlab.desktop
                icons/
                    hicolor/
                        scalable/
                            apps/
                                jupyterlab.svg
                                notebook.svg
                jupyter/
                    kernels/
                        python3/
                            kernel.json
                            logo-32x32.png
                            logo-64x64.png
                            logo-svg.svg
                    lab/
                        schemas/
                            @jupyter-notebook/
                                application-extension/
                                    menus.json
                                    package.json.orig
                                    pages.json
                                    shell.json
                                    title.json
                                    top.json
                                    zen.json
                                documentsearch-extension/
                                    package.json.orig
                                help-extension/
                                    open.json
                                    package.json.orig
                                notebook-extension/
                                    checkpoints.json
                                    edit-notebook-metadata.json
                                    full-width-notebook.json
                                    kernel-logo.json
                                    package.json.orig
                                    scroll-output.json
                                tree-extension/
                                    file-actions.json
                                    package.json.orig
                                    widget.json
                            @jupyterlab/
                                application-extension/
                                    commands.json
                                    context-menu.json
                                    package.json.orig
                                    property-inspector.json
                                    shell.json
                                    top-bar.json
                                apputils-extension/
                                    kernels-settings.json
                                    notification.json
                                    package.json.orig
                                    palette.json
                                    print.json
                                    sanitizer.json
                                    sessionDialogs.json
                                    themes.json
                                    utilityCommands.json
                                cell-toolbar-extension/
                                    package.json.orig
                                    plugin.json
                                celltags-extension/
                                    package.json.orig
                                    plugin.json
                                codemirror-extension/
                                    package.json.orig
                                    plugin.json
                                completer-extension/
                                    inline-completer.json
                                    manager.json
                                    package.json.orig
                                console-extension/
                                    completer.json
                                    foreign.json
                                    package.json.orig
                                    tracker.json
                                csvviewer-extension/
                                    csv.json
                                    package.json.orig
                                    tsv.json
                                debugger-extension/
                                    main.json
                                    package.json.orig
                                docmanager-extension/
                                    download.json
                                    package.json.orig
                                    plugin.json
                                documentsearch-extension/
                                    package.json.orig
                                    plugin.json
                                extensionmanager-extension/
                                    package.json.orig
                                    plugin.json
                                filebrowser-extension/
                                    browser.json
                                    download.json
                                    open-browser-tab.json
                                    open-with.json
                                    package.json.orig
                                    widget.json
                                fileeditor-extension/
                                    completer.json
                                    package.json.orig
                                    plugin.json
                                help-extension/
                                    about.json
                                    jupyter-forum.json
                                    launch-classic.json
                                    package.json.orig
                                htmlviewer-extension/
                                    package.json.orig
                                    plugin.json
                                hub-extension/
                                    menu.json
                                    package.json.orig
                                imageviewer-extension/
                                    package.json.orig
                                    plugin.json
                                inspector-extension/
                                    consoles.json
                                    inspector.json
                                    notebooks.json
                                    package.json.orig
                                launcher-extension/
                                    package.json.orig
                                    plugin.json
                                logconsole-extension/
                                    package.json.orig
                                    plugin.json
                                lsp-extension/
                                    package.json.orig
                                    plugin.json
                                mainmenu-extension/
                                    package.json.orig
                                    plugin.json
                                markdownviewer-extension/
                                    package.json.orig
                                    plugin.json
                                mathjax-extension/
                                    package.json.orig
                                    plugin.json
                                metadataform-extension/
                                    metadataforms.json
                                    package.json.orig
                                notebook-extension/
                                    completer.json
                                    export.json
                                    package.json.orig
                                    panel.json
                                    tools.json
                                    tracker.json
                                running-extension/
                                    package.json.orig
                                    plugin.json
                                settingeditor-extension/
                                    form-ui.json
                                    package.json.orig
                                    plugin.json
                                shortcuts-extension/
                                    package.json.orig
                                    shortcuts.json
                                statusbar-extension/
                                    package.json.orig
                                    plugin.json
                                terminal-extension/
                                    package.json.orig
                                    plugin.json
                                toc-extension/
                                    package.json.orig
                                    registry.json
                                tooltip-extension/
                                    consoles.json
                                    files.json
                                    notebooks.json
                                    package.json.orig
                                translation-extension/
                                    package.json.orig
                                    plugin.json
                                workspaces-extension/
                                    indicator.json
                                    menu.json
                                    package.json.orig
                                    sidebar.json
                        static/
                            100.1d14ca44a3cc8849349f.js
                            1039.3fe94e87219c0ed159d3.js
                            1096.dd4c563e0483cbbeb9c9.js
                            1189.c1482e88f0e949753db6.js
                            1208.4b9ab7b231d39ebdbc3f.js
                            1219.b5630aa3a46050fddc27.js
                            1268.e75d8a6dd557ac8957ca.js
                            1359.d5f23f0e2a6f67b69751.js
                            1423.4bcf4453e1c1d12d872f.js
                            1436.2c11d9dee0ad6f49e968.js
                            1445.a0e099c27d073217031a.js
                            1449.7026e8748d2a77e15d5b.js
                            1462.57e39f487257f25263d4.js
                            1491.010c623dd546db976e95.js
                            1495.13603dd823bbf5eb08b3.js
                            1518.3e4807844734ff34efd0.js
                            1673.b0ee25168543434bdbca.js
                            1737.a5fc97075f693ec36fe6.js
                            1832.b1ede2fe899bdec88938.js
                            1834.7445ad0c82371ac40737.js
                            1838.839690ff17ec3c532f0a.js
                            1887.56f83f163a18c61efb16.js
                            1909.7487a09fefbe7f9eabb6.js
                            1909.7487a09fefbe7f9eabb6.js.LICENSE.txt
                            1912.f16dddc294d66c3c81e9.js
                            1954.f1c519cb1415c7da3e8c.js
                            1960.f8d8ef8a91360e60f0b9.js
                            1962.6a7da74e809b70d5200d.js
                            1969.86e3168e52802569d650.js
                            1986.26029e99ef54a5652df8.js
                            1991.84fc123d7cfe8ae2948e.js
                            1cb1c39ea642f26a4dfe.woff
                            2023.59b30086fbeff6d17e3b.js
                            2211.04a176892c4c3071836c.js
                            227.6bd3154334bb91c5ca1c.js
                            227.6bd3154334bb91c5ca1c.js.LICENSE.txt
                            2280.6614699f54522fffbc00.js
                            232.5419cbec68e3fd0cf431.js
                            232.5419cbec68e3fd0cf431.js.LICENSE.txt
                            2353.ab70488f07a7c0a7a3fd.js
                            246.326a6482593e8a7bcd58.js
                            2467.4227742ac4b60289f222.js
                            247.84259ab142dd8c151fc2.js
                            2491.c169ecbc5fde2bcdb1b3.js
                            2550.75fcaa650ffac405c0dc.js
                            2574.327dadfe49120269ff31.js
                            2576.b98b7b23adeec4cb6932.js
                            2590.99e505d19b964439aa31.js
                            2601.2429d5a03c8465ae6290.js
                            2633.ea053b40991eb5adbc69.js
                            2641.e77441e7a3e0d12834c5.js
                            265.6f9e37c0b72db64203b1.js
                            2658.d1cae1b08b068d864368.js
                            26683bf201fb258a2237.woff
                            2681.a47f40e38ecd31ccd687.js
                            2707.61050e600b0aa9624127.js
                            2729.cafaf0caf2c0c83ac9fe.js
                            2794.05495c139ed000b57598.js
                            2823.0b6015b5e03c08281f41.js
                            2880.8483d51b11998bfe8e4b.js
                            2957.bc5eb9549a0b15c44916.js
                            2959.b24c9f67d639376f5ead.js
                            3048.59e6166a886a78f4f698.js
                            30e889b58cbc51adfbb0.woff
                            3111.33574d9124842f355bce.js
                            3112.0757b31e24c5334fda73.js
                            3122.fed5688acdcf6ff6aa6b.js
                            321.0fb994fd384a54491584.js
                            3257.30af681f0c294efb65f7.js
                            3257.30af681f0c294efb65f7.js.LICENSE.txt
                            32792104b5ef69eded90.woff
                            3282.22e78350d54fcaf3c6c8.js
                            3293.375c6685d72662fc062f.js
                            3303.b5596c0715d2d58332fb.js
                            3358.7ba73a6804155b619b44.js
                            3372.8eeafd96de9a7a205f40.js
                            339.380593b40d8d41150a4e.js
                            355254db9ca10a09a3b5.woff
                            3616.a4271ffcf2ac3b4c2338.js
                            36e0d72d8a7afc696a3e.woff
                            3709.e33bc30c83272aa85628.js
                            373c04fd2418f5c77eea.eot
                            3763.56191df5d72d2ffa5aa6.js
                            3780.c9294dc98ae926717741.js
                            3799.eaa0438bc5c41bad0516.js
                            3824.5e23be1e37fce5b7c6b3.js
                            3832.c6026c483bb46cc8e599.js
                            3974.79f68bca9a02c92dab5e.js
                            3991.678edf189fe92a216c70.js
                            3bc6ecaae7ecf6f8d7f8.woff
                            3de784d07b9fa8f104c1.woff
                            3f6d3488cf65374f6f67.woff
                            4001.80ab3ef5300d7ce2d1fe.js
                            4010.7ccc4c383efb7272d781.js
                            4053.4945facc348478fd59f4.js
                            4068.9cc41f46f729f2c4369b.js
                            4076.b4d803d8bf1bd6c97854.js
                            4090.eec44f90a54aa383426c.js
                            4266.155b468271987c81d948.js
                            4296.721da424585874d0789e.js
                            4311.b44e8bc4829e0b1226d2.js
                            4323.b2bd8a329a81d30ed039.js
                            4350.8c8a0e7a3ffe036494e1.js
                            4353.8572f6845cfde92dc152.js
                            4364.b9b49d8d836882f44e62.js
                            4372.645626a2452c190dbb22.js
                            4372.645626a2452c190dbb22.js.LICENSE.txt
                            4408.f24dd0edf35e08548967.js
                            4462.c3c6de84bc9399e0290d.js
                            4484.e1d2565d1a3daa5fe5f1.js
                            4486.8d2f41ae787607b7bf31.js
                            4528.43328125d98d6cfdfa99.js
                            4611.bd2b768223b0cd570834.js
                            4616.04cfbd55593c51921cc7.js
                            4728.56c0b9d87316b2fa012e.js
                            4728.56c0b9d87316b2fa012e.js.LICENSE.txt
                            4735.7731d551ca68bcb58e9f.js
                            4797.3740ef47b224a11a7fab.js
                            481e39042508ae313a60.woff
                            4838.8db4c61349bfba200547.js
                            4855.29e8dc6982ba4873487d.js
                            4878.f7557c5c99a54b40c49b.js
                            492.5f186062d2dcdf79c86c.js
                            4928.6cb408e4def87534970d.js
                            4981.eed4ddb90566e90e3df4.js
                            4982.c609185756485c6e3344.js
                            5085.a38923f36b551620798a.js
                            5090.404be96d8a6eae1e719a.js
                            5090.404be96d8a6eae1e719a.js.LICENSE.txt
                            5135.7f204de2153e4d85406d.js
                            5211.83e78dadcef89cae04bf.js
                            5224.8a6bbc774d20be66fdfb.js
                            5244.eefac84704ad30f00af3.js
                            5317.f4bba2e3d0f4fdd088f7.js
                            5318.d5df5c275e925c22d780.js
                            5338.38c32bdfb0695f9b501f.js
                            5489.7fab44eac7538297b164.js
                            5492.44728a640c37a4b4aa0c.js
                            5521.0337f193af4e5eee6057.js
                            5566.c76ea61eb723ee84e2cf.js
                            5606.e03dfa10c124a03f36ba.js
                            580.4ea1e6182e0b35ff091a.js
                            5829.0e46d479b4ade4783661.js
                            5847.930208c25e45ecf30657.js
                            5862.be1ec453e8db6844c62d.js
                            5877.72ab5a29e95ce21981e4.js
                            5929.d561797f8259994ecdd8.js
                            5942.05cbcd55c5f45ff7db43.js
                            5987.7e967df5417044d337a4.js
                            5cda41563a095bd70c78.woff
                            6003.94cdab770c801f3c46f7.js
                            6060.52dca011e9f2f279fc5e.js
                            6095.6e79e3bad86e054aa8c8.js
                            6145.c422868290460078c013.js
                            6166.2bc9ac8e2156c0701a52.js
                            6170.65d899f43342f1e34bf1.js
                            6180.edc40db2566e62650403.js
                            6208.feaef264d58c31fc4201.js
                            6214.617de47747c5a9b19ef7.js
                            6275.e99f9312900c481b467d.js
                            6294.b3cb5e16527b9d09b4a2.js
                            6364.c592f3101de349ba3904.js
                            6372.edc0712a4be855493530.js
                            6412.ebdf8da40f1ba8272df9.js
                            6439.1723c0b3882bf535486e.js
                            6460.d9aaa1e48da295c6035d.js
                            649.4081045b1737e4213282.js
                            6492.804d51a693edf6978ef4.js
                            6540.51c00e890179a4832552.js
                            6540.51c00e890179a4832552.js.LICENSE.txt
                            6733.bf3398ba9bb890f0fb67.js
                            6733.bf3398ba9bb890f0fb67.js.LICENSE.txt
                            6767.4b82d96c237ca7e31bc6.js
                            6779.051cfbcb0700a96839b2.js
                            6831.1df8fa4cabb5b1c19803.js
                            6843.dabcc3c9658bc6ded6d1.js
                            6874.bb2f7fbc6ce56eecc800.js
                            6896.af1d649e0efae70b7b1a.js
                            6941.465bebbd3d8a024f5f15.js
                            6974.b5b353b8af28fbc91291.js
                            6986.a89a5aba790481992875.js
                            6993.c93f5a810fcf441cbb6f.js
                            7136.b312751fbb25b73f5e71.js
                            721921bab0d001ebff02.woff
                            7250.b88d0a5e237ff5ff1aad.js
                            7260.b47dcaccbe7991104e8a.js
                            7269.962f078e97afc4f68e79.js
                            72bc573386dd1d48c5bb.woff
                            731.82a7b980b5b7f4b7a14f.js
                            7318.7cc6b4b0b3151b205ecb.js
                            7371.63b12ce793df713ab95b.js
                            7425.f1c25f6c8aaec77e8635.js
                            7445.7c793c8e1720f8ec4f85.js
                            7575.2e3e32236d5667bba43f.js
                            7587.3112240b6b82407b0f16.js
                            7694.1cbff84dccb512476b7c.js
                            7741.2ad1372a5862c4522be3.js
                            7756.93d0ab41829355a147ab.js
                            7769.d39df7673ee2660a9ac4.js
                            7803.0c8929610218552319bf.js
                            7856.dd9523e57bed80f1f694.js
                            7879.5c485d200dc01b6f43ff.js
                            7881.c5a234ce171f347c94e2.js
                            7990.01eaa552261b6e12a74a.js
                            7990.01eaa552261b6e12a74a.js.LICENSE.txt
                            79d088064beb3826054f.eot
                            8038.aea19fb961abd87d6255.js
                            805.2a0b8ac50aa8e6ab096f.js
                            8103.ed2b21471519b58a3d73.js
                            8217.801fbb0b549a74238760.js
                            8232.e31d5021e77a9b5215d6.js
                            8313.aac706f5036a7209b3a8.js
                            8326.9dda93079a9e4f1b9be6.js
                            8354.94077232b086a13541cc.js
                            8368.c75a4b32ae45ec88465d.js
                            8391.e5fb2e35cced405eb819.js
                            84.fe0a55d7756c37585fb4.js
                            8418.42e29778d4b49fb54e8e.js
                            8493.3b6106e45d5661438d8e.js
                            8537.21b8b9ae0d81ae264499.js
                            8606.bc1b0136e61d173913cd.js
                            867.e814bf26fbfc77fc4f16.js
                            870673df72e70f87c91a.woff
                            874.fbd3ae653c7337f3425b.js
                            8753.56da17175b663d61f9d3.js
                            8778.a3883f9acac5a903d6be.js
                            8779.6eebdb56785e3d38a457.js
                            8786.a2bc3dfc1ea13c04ba94.js
                            8786.a2bc3dfc1ea13c04ba94.js.LICENSE.txt
                            8816.d7ec52fb31e9c6749593.js
                            8830.d5bb102ed8737ffe38cb.js
                            8855.b17b9969fce42d0398e4.js
                            88b98cad3688915e50da.woff
                            89.933673451ca4a51053cb.js
                            8915.ab253990b1581460b255.js
                            898.ed04189e15f0a3781fb1.js
                            8ea8791754915a898a31.woff2
                            8ea8dbb1b02e6f730f55.woff
                            9023.2ff687d7ff50df3719fc.js
                            9046.2a28e08629ab71d9ebb1.js
                            9085.5a959b5878e7afd8a878.js
                            9085.5a959b5878e7afd8a878.js.LICENSE.txt
                            9123.501219cd782693d6539f.js
                            9136.8f4cc6ecadcf250fd8ac.js
                            9296.c82d1f1a8d9204ca6ed7.js
                            9311.ad0012965aa52db7a3e3.js
                            9329.1683d45b6478b7c81a24.js
                            9359.34d1b961b733676193cb.js
                            9400.90fd1d2212781c80b587.js
                            9474.01b4e1d1e3376f4a5919.js
                            9517.7056cafdf1da3a136d45.js
                            9572.f91bbaa33e932d524f8f.js
                            961.29c067b15a524e556eed.js
                            961.29c067b15a524e556eed.js.LICENSE.txt
                            9652.a8d2e5854bcae4d40041.js
                            9674eb1bd55047179038.svg
                            9746.c7e86b432363dfd28caa.js
                            9834b82ad26e2a37583d.woff2
                            9881.37d189ff085cb3468683.js
                            9890.75ea8024e2c1c49c89a3.js
                            9892.1c3a710069391fd93b5d.js
                            9892.1c3a710069391fd93b5d.js.LICENSE.txt
                            a009bea404f7a500ded4.woff
                            a3b9817780214caf01e8.svg
                            af04542b29eaac04550a.woff
                            af6397503fcefbd61397.ttf
                            af96f67d7accf5fd2a4a.woff
                            b418136e3b384baaadec.woff
                            be0a084962d8066884f7.svg
                            bootstrap.js
                            build_log.json
                            c49810b53ecc0d87d802.woff
                            c56da8d69f1a0208b8e0.woff
                            cb9e9e693192413cde2b.woff
                            cda59d6efffa685830fd.ttf
                            e4299464e7b012968eed.eot
                            e42a88444448ac3d6054.woff2
                            e8711bbb871afd8e9dea.ttf
                            f9217f66874b0c01cd8c.woff
                            fc6ddf5df402b263cfb1.woff
                            index.html
                            index.out.js
                            jlab_core.39ffbf5b9a750816e020.js
                            main.2155fa5c4dce2b7a12e6.js
                            package.json
                            style.js
                            third-party-licenses.json
                        themes/
                            @jupyterlab/
                                theme-dark-extension/
                                    index.css
                                    index.js
                                theme-dark-high-contrast-extension/
                                    index.css
                                    index.js
                                theme-light-extension/
                                    index.css
                                    index.js
                    labextensions/
                        @jupyter-notebook/
                            lab-extension/
                                schemas/
                                    @jupyter-notebook/
                                        lab-extension/
                                            interface-switcher.json
                                            launch-tree.json
                                            package.json.orig
                                static/
                                    261.ed6f8abd5781e8d11deb.js
                                    568.5e057f374374b68b6acf.js
                                    928.fb1e84fb9063ca0568af.js
                                    93.c48a681bb3e8043bbbd7.js
                                    remoteEntry.7e3d7768845089ad5f5f.js
                                    style.js
                                    third-party-licenses.json
                                package.json
                        @jupyter-widgets/
                            jupyterlab-manager/
                                schemas/
                                    @jupyter-widgets/
                                        jupyterlab-manager/
                                            package.json.orig
                                            plugin.json
                                static/
                                    327.d242f1a99504b2d5b629.js
                                    420.23ab95819c045f6c36bc.js
                                    439.b350310d057b43cdd50f.js
                                    439.b350310d057b43cdd50f.js.LICENSE.txt
                                    446.f8696ce72124c78273da.js
                                    586.085510630436c2e4273f.js
                                    647.8458d9c331000024a14a.js
                                    651.fe40a967a60b543cf15c.js
                                    651.fe40a967a60b543cf15c.js.LICENSE.txt
                                    701.043aefe0b66133629348.js
                                    722.53e4a64671c3c48de007.js
                                    727.b26a6f3871012a0fd66a.js
                                    898.db11fb1a7e18acb58b5b.js
                                    remoteEntry.35b6c65bd99dab37b910.js
                                    style.js
                                    third-party-licenses.json
                                install.json
                                package.json
                        jupyterlab_pygments/
                            static/
                                568.1e2faa2ba0bbe59c4780.js
                                747.67662283a5707eeb4d4c.js
                                remoteEntry.5cbb9d2323598fbda535.js
                                style.js
                                third-party-licenses.json
                            install.json
                            package.json
                    nbconvert/
                        templates/
                            asciidoc/
                                conf.json
                                index.asciidoc.j2
                            base/
                                cell_id_anchor.j2
                                celltags.j2
                                display_priority.j2
                                jupyter_widgets.html.j2
                                mathjax.html.j2
                                null.j2
                            basic/
                                conf.json
                                index.html.j2
                            classic/
                                static/
                                    style.css
                                base.html.j2
                                conf.json
                                index.html.j2
                            compatibility/
                                display_priority.tpl
                                full.tpl
                            lab/
                                static/
                                    index.css
                                    theme-dark.css
                                    theme-light.css
                                base.html.j2
                                conf.json
                                index.html.j2
                                mermaidjs.html.j2
                            latex/
                                base.tex.j2
                                conf.json
                                display_priority.j2
                                document_contents.tex.j2
                                index.tex.j2
                                null.j2
                                report.tex.j2
                                style_bw_ipython.tex.j2
                                style_bw_python.tex.j2
                                style_ipython.tex.j2
                                style_jupyter.tex.j2
                                style_python.tex.j2
                            markdown/
                                conf.json
                                index.md.j2
                            python/
                                conf.json
                                index.py.j2
                            reveal/
                                static/
                                    custom_reveal.css
                                base.html.j2
                                cellslidedata.j2
                                conf.json
                                index.html.j2
                            rst/
                                conf.json
                                index.rst.j2
                            script/
                                conf.json
                                script.j2
                            webpdf/
                                conf.json
                                index.pdf.j2
                    nbextensions/
                        jupyter-js-widgets/
                            extension.js
                            extension.js.LICENSE.txt
                            extension.js.map
                man/
                    man1/
                        ipython.1
            .gitignore
            .lock
            CACHEDIR.TAG
            pyvenv.cfg
        build/
            bdist.macosx-11.0-arm64/
            lib/
                agi_dispatcher/
                    __pycache__/
                        __init__.cpython-313.pyc
                        agi_dispatcher.cpython-313.pyc
                    __init__.py
                    agi_dispatcher.py
                    build.py
                dag_worker/
                    __pycache__/
                        __init__.cpython-313.pyc
                        dag_worker.cpython-313.pyc
                    __init__.py
                    dag_worker.py
                mycode/
                    __pycache__/
                        __init__.cpython-313.pyc
                        mycode.cpython-313.pyc
                    __init__.py
                    mycode.py
                mycode_worker/
                    __pycache__/
                        __init__.cpython-313.pyc
                        mycode_worker.cpython-313.pyc
                    __init__.py
                    mycode_worker.c
                    mycode_worker.py
                    mycode_worker.pyx
                    post_install.py
                    pre_install.py
                    pyproject.toml
                    run-all-test.py
            temp.macosx-11.0-arm64-cpython-313/
                src/
                    mycode_worker/
                        mycode_worker.o
        src/
            mycode/
                __pycache__/
                    __init__.cpython-313.pyc
                    mycode.cpython-313.pyc
                __init__.py
                mycode.py
            mycode_project.egg-info/
                dependency_links.txt
                not-zip-safe
                PKG-INFO
                requires.txt
                SOURCES.txt
                top_level.txt
            mycode_worker/
                __pycache__/
                    __init__.cpython-313.pyc
                    mycode_worker.cpython-313.pyc
                __init__.py
                mycode_worker.c
                mycode_worker.py
                mycode_worker.pyx
                post_install.py
                pre_install.py
                pyproject.toml
                run-all-test.py
            app_settings.toml
            args_ui_snippet.py
            pre_prompt.json
        test/
            __pycache__/
                __init__.cpython-313.pyc
                test_mycode_manager.cpython-313-pytest-8.4.1.pyc
                test_mycode_worker.cpython-313-pytest-8.4.1.pyc
            __init__.py
            _test_mycode_manager.py
            _test_mycode_worker.py
            output.json
            test_mycode_manager.py
            test_mycode_worker.py
        .coverage
        .gitignore
        build.py
        coverage.xml
        install.py
        MANIFEST.in
        output.json
        pyproject.toml
        README.md
        run-all-test.py
        uv.lock
        uv_config.toml
    pandas_app_template/
        src/
            pandas_app/
                __init__.py
                pandas_app.py
            pandas_app_worker/
                __init__.py
                pandas_app_worker.py
                post_install.py
                pre_install.py
                pyproject.toml
            app_settings.toml
            args_ui_snippet.py
            pre_prompt.json
        .gitignore
        MANIFEST.in
        pyproject.toml
        README.md
        uv_config.toml
    polars_app_template/
        src/
            polars_app/
                __init__.py
                polars_app.py
            polars_app_worker/
                __init__.py
                polars_app_worker.py
                post_install.py
                pre_install.py
                pyproject.toml
            app_settings.toml
            args_ui_snippet.py
            pre_prompt.json
        .gitignore
        MANIFEST.in
        pyproject.toml
        README.md
        uv_config.toml
    .gitignore
    __init__.py
    install.ps1
    install.py
    install.sh
    patch_workspace.py
    README.md
core/
    .idea/
        inspectionProfiles/
            profiles_settings.xml
            Project_Default.xml
        core.iml
        modules.xml
        workspace.xml
    .pytest_cache/
        v/
            cache/
                nodeids
        .gitignore
        CACHEDIR.TAG
        README.md
    agi-cluster/
        .idea/
            inspectionProfiles/
                profiles_settings.xml
                Project_Default.xml
            agi-cluster.iml
            misc.xml
            modules.xml
            vcs.xml
        .venv/
            bin/
                activate
                activate.bat
                activate.csh
                activate.fish
                activate.nu
                activate.ps1
                activate_this.py
                black
                blackd
                coverage
                coverage-3.13
                coverage3
                cygdb
                cython
                cythonize
                dask
                dask-scheduler
                dask-ssh
                dask-worker
                deactivate.bat
                debugpy
                debugpy-adapter
                dmypy
                dotenv
                f2py
                httpx
                inv
                invoke
                ipython
                ipython3
                jlpm
                jsonpointer
                jsonschema
                jupyter
                jupyter-console
                jupyter-dejavu
                jupyter-events
                jupyter-execute
                jupyter-kernel
                jupyter-kernelspec
                jupyter-lab
                jupyter-labextension
                jupyter-labhub
                jupyter-migrate
                jupyter-nbconvert
                jupyter-notebook
                jupyter-run
                jupyter-server
                jupyter-troubleshoot
                jupyter-trust
                licensecheck
                markdown-it
                markdown_py
                mypy
                mypyc
                normalizer
                numba
                numpy-config
                pip3
                pip3.13
                py.test
                py7zr
                pybabel
                pydoc.bat
                pygmentize
                pyjson5
                pytest
                python
                python3
                python3.13
                send2trash
                stubgen
                stubtest
                url-normalize
                uv
                uvx
                wheel
                wsdump
            etc/
                jupyter/
                    jupyter_notebook_config.d/
                        jupyterlab.json
                    jupyter_server_config.d/
                        jupyter-lsp-jupyter-server.json
                        jupyter_server_terminals.json
                        jupyterlab.json
                        notebook.json
                        notebook_shim.json
                    nbconfig/
                        notebook.d/
                            widgetsnbextension.json
            lib/
                python3.13/
                    site-packages/
                        __pycache__/
                            _virtualenv.cpython-313.pyc
                            brotli.cpython-313.pyc
                            cython.cpython-313.pyc
                            decorator.cpython-313.pyc
                            py.cpython-313.pyc
                            six.cpython-313.pyc
                            threadpoolctl.cpython-313.pyc
                            typing_extensions.cpython-313.pyc
                        _argon2_cffi_bindings/
                            __init__.py
                            _ffi.abi3.so
                            _ffi_build.py
                        _distutils_hack/
                            __pycache__/
                                __init__.cpython-313.pyc
                                override.cpython-313.pyc
                            __init__.py
                            override.py
                        _pytest/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _argcomplete.cpython-313.pyc
                                _version.cpython-313.pyc
                                cacheprovider.cpython-313.pyc
                                capture.cpython-313.pyc
                                compat.cpython-313.pyc
                                debugging.cpython-313.pyc
                                deprecated.cpython-313.pyc
                                doctest.cpython-313.pyc
                                faulthandler.cpython-313.pyc
                                fixtures.cpython-313.pyc
                                freeze_support.cpython-313.pyc
                                helpconfig.cpython-313.pyc
                                hookspec.cpython-313.pyc
                                junitxml.cpython-313.pyc
                                legacypath.cpython-313.pyc
                                logging.cpython-313.pyc
                                main.cpython-313.pyc
                                monkeypatch.cpython-313.pyc
                                nodes.cpython-313.pyc
                                outcomes.cpython-313.pyc
                                pastebin.cpython-313.pyc
                                pathlib.cpython-313.pyc
                                pytester.cpython-313.pyc
                                python.cpython-313.pyc
                                python_api.cpython-313.pyc
                                raises.cpython-313.pyc
                                recwarn.cpython-313.pyc
                                reports.cpython-313.pyc
                                runner.cpython-313.pyc
                                scope.cpython-313.pyc
                                setuponly.cpython-313.pyc
                                setupplan.cpython-313.pyc
                                skipping.cpython-313.pyc
                                stash.cpython-313.pyc
                                stepwise.cpython-313.pyc
                                terminal.cpython-313.pyc
                                threadexception.cpython-313.pyc
                                timing.cpython-313.pyc
                                tmpdir.cpython-313.pyc
                                tracemalloc.cpython-313.pyc
                                unittest.cpython-313.pyc
                                unraisableexception.cpython-313.pyc
                                warning_types.cpython-313.pyc
                                warnings.cpython-313.pyc
                            _code/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    code.cpython-313.pyc
                                    source.cpython-313.pyc
                                __init__.py
                                code.py
                                source.py
                            _io/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    pprint.cpython-313.pyc
                                    saferepr.cpython-313.pyc
                                    terminalwriter.cpython-313.pyc
                                    wcwidth.cpython-313.pyc
                                __init__.py
                                pprint.py
                                saferepr.py
                                terminalwriter.py
                                wcwidth.py
                            _py/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    error.cpython-313.pyc
                                    path.cpython-313.pyc
                                __init__.py
                                error.py
                                path.py
                            assertion/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    rewrite.cpython-313.pyc
                                    truncate.cpython-313.pyc
                                    util.cpython-313.pyc
                                __init__.py
                                rewrite.py
                                truncate.py
                                util.py
                            config/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    argparsing.cpython-313.pyc
                                    compat.cpython-313.pyc
                                    exceptions.cpython-313.pyc
                                    findpaths.cpython-313.pyc
                                __init__.py
                                argparsing.py
                                compat.py
                                exceptions.py
                                findpaths.py
                            mark/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    expression.cpython-313.pyc
                                    structures.cpython-313.pyc
                                __init__.py
                                expression.py
                                structures.py
                            __init__.py
                            _argcomplete.py
                            _version.py
                            cacheprovider.py
                            capture.py
                            compat.py
                            debugging.py
                            deprecated.py
                            doctest.py
                            faulthandler.py
                            fixtures.py
                            freeze_support.py
                            helpconfig.py
                            hookspec.py
                            junitxml.py
                            legacypath.py
                            logging.py
                            main.py
                            monkeypatch.py
                            nodes.py
                            outcomes.py
                            pastebin.py
                            pathlib.py
                            py.typed
                            pytester.py
                            pytester_assertions.py
                            python.py
                            python_api.py
                            raises.py
                            recwarn.py
                            reports.py
                            runner.py
                            scope.py
                            setuponly.py
                            setupplan.py
                            skipping.py
                            stash.py
                            stepwise.py
                            terminal.py
                            threadexception.py
                            timing.py
                            tmpdir.py
                            tracemalloc.py
                            unittest.py
                            unraisableexception.py
                            warning_types.py
                            warnings.py
                        _yaml/
                            __init__.py
                        agi_cluster-0.4.1.dist-info/
                            direct_url.json
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            uv_cache.json
                            WHEEL
                        agi_env-0.4.1.dist-info/
                            direct_url.json
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            uv_cache.json
                            WHEEL
                        agi_node-0.4.1.dist-info/
                            direct_url.json
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            uv_cache.json
                            WHEEL
                        annotated_types/
                            __pycache__/
                                __init__.cpython-313.pyc
                            __init__.py
                            py.typed
                            test_cases.py
                        annotated_types-0.7.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        anyio/
                            __pycache__/
                                __init__.cpython-313-pytest-8.4.1.pyc
                                from_thread.cpython-313-pytest-8.4.1.pyc
                                lowlevel.cpython-313-pytest-8.4.1.pyc
                                pytest_plugin.cpython-313-pytest-8.4.1.pyc
                                to_thread.cpython-313-pytest-8.4.1.pyc
                            _backends/
                                __init__.py
                                _asyncio.py
                                _trio.py
                            _core/
                                __pycache__/
                                    __init__.cpython-313-pytest-8.4.1.pyc
                                    _contextmanagers.cpython-313-pytest-8.4.1.pyc
                                    _eventloop.cpython-313-pytest-8.4.1.pyc
                                    _exceptions.cpython-313-pytest-8.4.1.pyc
                                    _fileio.cpython-313-pytest-8.4.1.pyc
                                    _resources.cpython-313-pytest-8.4.1.pyc
                                    _signals.cpython-313-pytest-8.4.1.pyc
                                    _sockets.cpython-313-pytest-8.4.1.pyc
                                    _streams.cpython-313-pytest-8.4.1.pyc
                                    _subprocesses.cpython-313-pytest-8.4.1.pyc
                                    _synchronization.cpython-313-pytest-8.4.1.pyc
                                    _tasks.cpython-313-pytest-8.4.1.pyc
                                    _tempfile.cpython-313-pytest-8.4.1.pyc
                                    _testing.cpython-313-pytest-8.4.1.pyc
                                    _typedattr.cpython-313-pytest-8.4.1.pyc
                                __init__.py
                                _asyncio_selector_thread.py
                                _contextmanagers.py
                                _eventloop.py
                                _exceptions.py
                                _fileio.py
                                _resources.py
                                _signals.py
                                _sockets.py
                                _streams.py
                                _subprocesses.py
                                _synchronization.py
                                _tasks.py
                                _tempfile.py
                                _testing.py
                                _typedattr.py
                            abc/
                                __pycache__/
                                    __init__.cpython-313-pytest-8.4.1.pyc
                                    _eventloop.cpython-313-pytest-8.4.1.pyc
                                    _resources.cpython-313-pytest-8.4.1.pyc
                                    _sockets.cpython-313-pytest-8.4.1.pyc
                                    _streams.cpython-313-pytest-8.4.1.pyc
                                    _subprocesses.cpython-313-pytest-8.4.1.pyc
                                    _tasks.cpython-313-pytest-8.4.1.pyc
                                    _testing.cpython-313-pytest-8.4.1.pyc
                                __init__.py
                                _eventloop.py
                                _resources.py
                                _sockets.py
                                _streams.py
                                _subprocesses.py
                                _tasks.py
                                _testing.py
                            streams/
                                __pycache__/
                                    __init__.cpython-313-pytest-8.4.1.pyc
                                    memory.cpython-313-pytest-8.4.1.pyc
                                    stapled.cpython-313-pytest-8.4.1.pyc
                                    tls.cpython-313-pytest-8.4.1.pyc
                                __init__.py
                                buffered.py
                                file.py
                                memory.py
                                stapled.py
                                text.py
                                tls.py
                            __init__.py
                            from_thread.py
                            lowlevel.py
                            py.typed
                            pytest_plugin.py
                            to_interpreter.py
                            to_process.py
                            to_thread.py
                        anyio-4.10.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        appdirs-1.4.4.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        appnope/
                            __init__.py
                            _dummy.py
                            _nope.py
                        appnope-0.1.4.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        argon2/
                            __init__.py
                            __main__.py
                            _legacy.py
                            _password_hasher.py
                            _utils.py
                            exceptions.py
                            low_level.py
                            profiles.py
                            py.typed
                        argon2_cffi-25.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        argon2_cffi_bindings-25.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        arrow/
                            __init__.py
                            _version.py
                            api.py
                            arrow.py
                            constants.py
                            factory.py
                            formatter.py
                            locales.py
                            parser.py
                            py.typed
                            util.py
                        arrow-1.3.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        astor/
                            __pycache__/
                                __init__.cpython-313.pyc
                                code_gen.cpython-313.pyc
                                file_util.cpython-313.pyc
                                node_util.cpython-313.pyc
                                op_util.cpython-313.pyc
                                source_repr.cpython-313.pyc
                                string_repr.cpython-313.pyc
                                tree_walk.cpython-313.pyc
                            __init__.py
                            code_gen.py
                            codegen.py
                            file_util.py
                            node_util.py
                            op_util.py
                            rtrip.py
                            source_repr.py
                            string_repr.py
                            tree_walk.py
                            VERSION
                        astor-0.8.1.dist-info/
                            AUTHORS
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        asttokens/
                            __pycache__/
                                __init__.cpython-313.pyc
                                asttokens.cpython-313.pyc
                                line_numbers.cpython-313.pyc
                                util.cpython-313.pyc
                            __init__.py
                            astroid_compat.py
                            asttokens.py
                            line_numbers.py
                            mark_tokens.py
                            py.typed
                            util.py
                            version.py
                        asttokens-3.0.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        async_lru/
                            __init__.py
                            py.typed
                        async_lru-2.0.5.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        asyncssh/
                            __pycache__/
                                __init__.cpython-313.pyc
                                agent.cpython-313.pyc
                                agent_unix.cpython-313.pyc
                                asn1.cpython-313.pyc
                                auth.cpython-313.pyc
                                auth_keys.cpython-313.pyc
                                channel.cpython-313.pyc
                                client.cpython-313.pyc
                                compression.cpython-313.pyc
                                config.cpython-313.pyc
                                connection.cpython-313.pyc
                                constants.cpython-313.pyc
                                dsa.cpython-313.pyc
                                ecdsa.cpython-313.pyc
                                eddsa.cpython-313.pyc
                                editor.cpython-313.pyc
                                encryption.cpython-313.pyc
                                forward.cpython-313.pyc
                                gss.cpython-313.pyc
                                gss_unix.cpython-313.pyc
                                kex.cpython-313.pyc
                                kex_dh.cpython-313.pyc
                                kex_rsa.cpython-313.pyc
                                keysign.cpython-313.pyc
                                known_hosts.cpython-313.pyc
                                listener.cpython-313.pyc
                                logging.cpython-313.pyc
                                mac.cpython-313.pyc
                                misc.cpython-313.pyc
                                packet.cpython-313.pyc
                                pattern.cpython-313.pyc
                                pbe.cpython-313.pyc
                                pkcs11.cpython-313.pyc
                                process.cpython-313.pyc
                                public_key.cpython-313.pyc
                                rsa.cpython-313.pyc
                                saslprep.cpython-313.pyc
                                scp.cpython-313.pyc
                                server.cpython-313.pyc
                                session.cpython-313.pyc
                                sftp.cpython-313.pyc
                                sk.cpython-313.pyc
                                sk_ecdsa.cpython-313.pyc
                                sk_eddsa.cpython-313.pyc
                                socks.cpython-313.pyc
                                stream.cpython-313.pyc
                                subprocess.cpython-313.pyc
                                tuntap.cpython-313.pyc
                                version.cpython-313.pyc
                                x11.cpython-313.pyc
                            crypto/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    chacha.cpython-313.pyc
                                    cipher.cpython-313.pyc
                                    dh.cpython-313.pyc
                                    dsa.cpython-313.pyc
                                    ec.cpython-313.pyc
                                    ec_params.cpython-313.pyc
                                    ed.cpython-313.pyc
                                    kdf.cpython-313.pyc
                                    misc.cpython-313.pyc
                                    pq.cpython-313.pyc
                                    rsa.cpython-313.pyc
                                    umac.cpython-313.pyc
                                    x509.cpython-313.pyc
                                __init__.py
                                chacha.py
                                cipher.py
                                dh.py
                                dsa.py
                                ec.py
                                ec_params.py
                                ed.py
                                kdf.py
                                misc.py
                                pq.py
                                rsa.py
                                umac.py
                                x509.py
                            __init__.py
                            agent.py
                            agent_unix.py
                            agent_win32.py
                            asn1.py
                            auth.py
                            auth_keys.py
                            channel.py
                            client.py
                            compression.py
                            config.py
                            connection.py
                            constants.py
                            dsa.py
                            ecdsa.py
                            eddsa.py
                            editor.py
                            encryption.py
                            forward.py
                            gss.py
                            gss_unix.py
                            gss_win32.py
                            kex.py
                            kex_dh.py
                            kex_rsa.py
                            keysign.py
                            known_hosts.py
                            listener.py
                            logging.py
                            mac.py
                            misc.py
                            packet.py
                            pattern.py
                            pbe.py
                            pkcs11.py
                            process.py
                            public_key.py
                            py.typed
                            rsa.py
                            saslprep.py
                            scp.py
                            server.py
                            session.py
                            sftp.py
                            sk.py
                            sk_ecdsa.py
                            sk_eddsa.py
                            socks.py
                            stream.py
                            subprocess.py
                            tuntap.py
                            version.py
                            x11.py
                        asyncssh-2.21.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        attr/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _cmp.cpython-313.pyc
                                _compat.cpython-313.pyc
                                _config.cpython-313.pyc
                                _funcs.cpython-313.pyc
                                _make.cpython-313.pyc
                                _next_gen.cpython-313.pyc
                                _version_info.cpython-313.pyc
                                converters.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                filters.cpython-313.pyc
                                setters.cpython-313.pyc
                                validators.cpython-313.pyc
                            __init__.py
                            __init__.pyi
                            _cmp.py
                            _cmp.pyi
                            _compat.py
                            _config.py
                            _funcs.py
                            _make.py
                            _next_gen.py
                            _typing_compat.pyi
                            _version_info.py
                            _version_info.pyi
                            converters.py
                            converters.pyi
                            exceptions.py
                            exceptions.pyi
                            filters.py
                            filters.pyi
                            py.typed
                            setters.py
                            setters.pyi
                            validators.py
                            validators.pyi
                        attrs/
                            __init__.py
                            __init__.pyi
                            converters.py
                            exceptions.py
                            filters.py
                            py.typed
                            setters.py
                            validators.py
                        attrs-23.2.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        babel/
                            locale-data/
                                aa.dat
                                aa_DJ.dat
                                aa_ER.dat
                                aa_ET.dat
                                ab.dat
                                ab_GE.dat
                                af.dat
                                af_NA.dat
                                af_ZA.dat
                                agq.dat
                                agq_CM.dat
                                ak.dat
                                ak_GH.dat
                                am.dat
                                am_ET.dat
                                an.dat
                                an_ES.dat
                                ann.dat
                                ann_NG.dat
                                apc.dat
                                apc_SY.dat
                                ar.dat
                                ar_001.dat
                                ar_AE.dat
                                ar_BH.dat
                                ar_DJ.dat
                                ar_DZ.dat
                                ar_EG.dat
                                ar_EH.dat
                                ar_ER.dat
                                ar_IL.dat
                                ar_IQ.dat
                                ar_JO.dat
                                ar_KM.dat
                                ar_KW.dat
                                ar_LB.dat
                                ar_LY.dat
                                ar_MA.dat
                                ar_MR.dat
                                ar_OM.dat
                                ar_PS.dat
                                ar_QA.dat
                                ar_SA.dat
                                ar_SD.dat
                                ar_SO.dat
                                ar_SS.dat
                                ar_SY.dat
                                ar_TD.dat
                                ar_TN.dat
                                ar_YE.dat
                                arn.dat
                                arn_CL.dat
                                as.dat
                                as_IN.dat
                                asa.dat
                                asa_TZ.dat
                                ast.dat
                                ast_ES.dat
                                az.dat
                                az_Arab.dat
                                az_Arab_IQ.dat
                                az_Arab_IR.dat
                                az_Arab_TR.dat
                                az_Cyrl.dat
                                az_Cyrl_AZ.dat
                                az_Latn.dat
                                az_Latn_AZ.dat
                                ba.dat
                                ba_RU.dat
                                bal.dat
                                bal_Arab.dat
                                bal_Arab_PK.dat
                                bal_Latn.dat
                                bal_Latn_PK.dat
                                bas.dat
                                bas_CM.dat
                                be.dat
                                be_BY.dat
                                be_TARASK.dat
                                bem.dat
                                bem_ZM.dat
                                bew.dat
                                bew_ID.dat
                                bez.dat
                                bez_TZ.dat
                                bg.dat
                                bg_BG.dat
                                bgc.dat
                                bgc_IN.dat
                                bgn.dat
                                bgn_AE.dat
                                bgn_AF.dat
                                bgn_IR.dat
                                bgn_OM.dat
                                bgn_PK.dat
                                bho.dat
                                bho_IN.dat
                                blo.dat
                                blo_BJ.dat
                                blt.dat
                                blt_VN.dat
                                bm.dat
                                bm_ML.dat
                                bm_Nkoo.dat
                                bm_Nkoo_ML.dat
                                bn.dat
                                bn_BD.dat
                                bn_IN.dat
                                bo.dat
                                bo_CN.dat
                                bo_IN.dat
                                br.dat
                                br_FR.dat
                                brx.dat
                                brx_IN.dat
                                bs.dat
                                bs_Cyrl.dat
                                bs_Cyrl_BA.dat
                                bs_Latn.dat
                                bs_Latn_BA.dat
                                bss.dat
                                bss_CM.dat
                                byn.dat
                                byn_ER.dat
                                ca.dat
                                ca_AD.dat
                                ca_ES.dat
                                ca_ES_VALENCIA.dat
                                ca_FR.dat
                                ca_IT.dat
                                cad.dat
                                cad_US.dat
                                cch.dat
                                cch_NG.dat
                                ccp.dat
                                ccp_BD.dat
                                ccp_IN.dat
                                ce.dat
                                ce_RU.dat
                                ceb.dat
                                ceb_PH.dat
                                cgg.dat
                                cgg_UG.dat
                                cho.dat
                                cho_US.dat
                                chr.dat
                                chr_US.dat
                                cic.dat
                                cic_US.dat
                                ckb.dat
                                ckb_IQ.dat
                                ckb_IR.dat
                                co.dat
                                co_FR.dat
                                cs.dat
                                cs_CZ.dat
                                csw.dat
                                csw_CA.dat
                                cu.dat
                                cu_RU.dat
                                cv.dat
                                cv_RU.dat
                                cy.dat
                                cy_GB.dat
                                da.dat
                                da_DK.dat
                                da_GL.dat
                                dav.dat
                                dav_KE.dat
                                de.dat
                                de_AT.dat
                                de_BE.dat
                                de_CH.dat
                                de_DE.dat
                                de_IT.dat
                                de_LI.dat
                                de_LU.dat
                                dje.dat
                                dje_NE.dat
                                doi.dat
                                doi_IN.dat
                                dsb.dat
                                dsb_DE.dat
                                dua.dat
                                dua_CM.dat
                                dv.dat
                                dv_MV.dat
                                dyo.dat
                                dyo_SN.dat
                                dz.dat
                                dz_BT.dat
                                ebu.dat
                                ebu_KE.dat
                                ee.dat
                                ee_GH.dat
                                ee_TG.dat
                                el.dat
                                el_CY.dat
                                el_GR.dat
                                el_POLYTON.dat
                                en.dat
                                en_001.dat
                                en_150.dat
                                en_AE.dat
                                en_AG.dat
                                en_AI.dat
                                en_AS.dat
                                en_AT.dat
                                en_AU.dat
                                en_BB.dat
                                en_BE.dat
                                en_BI.dat
                                en_BM.dat
                                en_BS.dat
                                en_BW.dat
                                en_BZ.dat
                                en_CA.dat
                                en_CC.dat
                                en_CH.dat
                                en_CK.dat
                                en_CM.dat
                                en_CX.dat
                                en_CY.dat
                                en_DE.dat
                                en_DG.dat
                                en_DK.dat
                                en_DM.dat
                                en_Dsrt.dat
                                en_Dsrt_US.dat
                                en_ER.dat
                                en_FI.dat
                                en_FJ.dat
                                en_FK.dat
                                en_FM.dat
                                en_GB.dat
                                en_GD.dat
                                en_GG.dat
                                en_GH.dat
                                en_GI.dat
                                en_GM.dat
                                en_GU.dat
                                en_GY.dat
                                en_HK.dat
                                en_ID.dat
                                en_IE.dat
                                en_IL.dat
                                en_IM.dat
                                en_IN.dat
                                en_IO.dat
                                en_JE.dat
                                en_JM.dat
                                en_KE.dat
                                en_KI.dat
                                en_KN.dat
                                en_KY.dat
                                en_LC.dat
                                en_LR.dat
                                en_LS.dat
                                en_MG.dat
                                en_MH.dat
                                en_MO.dat
                                en_MP.dat
                                en_MS.dat
                                en_MT.dat
                                en_MU.dat
                                en_MV.dat
                                en_MW.dat
                                en_MY.dat
                                en_NA.dat
                                en_NF.dat
                                en_NG.dat
                                en_NL.dat
                                en_NR.dat
                                en_NU.dat
                                en_NZ.dat
                                en_PG.dat
                                en_PH.dat
                                en_PK.dat
                                en_PN.dat
                                en_PR.dat
                                en_PW.dat
                                en_RW.dat
                                en_SB.dat
                                en_SC.dat
                                en_SD.dat
                                en_SE.dat
                                en_SG.dat
                                en_SH.dat
                                en_Shaw.dat
                                en_Shaw_GB.dat
                                en_SI.dat
                                en_SL.dat
                                en_SS.dat
                                en_SX.dat
                                en_SZ.dat
                                en_TC.dat
                                en_TK.dat
                                en_TO.dat
                                en_TT.dat
                                en_TV.dat
                                en_TZ.dat
                                en_UG.dat
                                en_UM.dat
                                en_US.dat
                                en_US_POSIX.dat
                                en_VC.dat
                                en_VG.dat
                                en_VI.dat
                                en_VU.dat
                                en_WS.dat
                                en_ZA.dat
                                en_ZM.dat
                                en_ZW.dat
                                eo.dat
                                eo_001.dat
                                es.dat
                                es_419.dat
                                es_AR.dat
                                es_BO.dat
                                es_BR.dat
                                es_BZ.dat
                                es_CL.dat
                                es_CO.dat
                                es_CR.dat
                                es_CU.dat
                                es_DO.dat
                                es_EA.dat
                                es_EC.dat
                                es_ES.dat
                                es_GQ.dat
                                es_GT.dat
                                es_HN.dat
                                es_IC.dat
                                es_MX.dat
                                es_NI.dat
                                es_PA.dat
                                es_PE.dat
                                es_PH.dat
                                es_PR.dat
                                es_PY.dat
                                es_SV.dat
                                es_US.dat
                                es_UY.dat
                                es_VE.dat
                                et.dat
                                et_EE.dat
                                eu.dat
                                eu_ES.dat
                                ewo.dat
                                ewo_CM.dat
                                fa.dat
                                fa_AF.dat
                                fa_IR.dat
                                ff.dat
                                ff_Adlm.dat
                                ff_Adlm_BF.dat
                                ff_Adlm_CM.dat
                                ff_Adlm_GH.dat
                                ff_Adlm_GM.dat
                                ff_Adlm_GN.dat
                                ff_Adlm_GW.dat
                                ff_Adlm_LR.dat
                                ff_Adlm_MR.dat
                                ff_Adlm_NE.dat
                                ff_Adlm_NG.dat
                                ff_Adlm_SL.dat
                                ff_Adlm_SN.dat
                                ff_Latn.dat
                                ff_Latn_BF.dat
                                ff_Latn_CM.dat
                                ff_Latn_GH.dat
                                ff_Latn_GM.dat
                                ff_Latn_GN.dat
                                ff_Latn_GW.dat
                                ff_Latn_LR.dat
                                ff_Latn_MR.dat
                                ff_Latn_NE.dat
                                ff_Latn_NG.dat
                                ff_Latn_SL.dat
                                ff_Latn_SN.dat
                                fi.dat
                                fi_FI.dat
                                fil.dat
                                fil_PH.dat
                                fo.dat
                                fo_DK.dat
                                fo_FO.dat
                                fr.dat
                                fr_BE.dat
                                fr_BF.dat
                                fr_BI.dat
                                fr_BJ.dat
                                fr_BL.dat
                                fr_CA.dat
                                fr_CD.dat
                                fr_CF.dat
                                fr_CG.dat
                                fr_CH.dat
                                fr_CI.dat
                                fr_CM.dat
                                fr_DJ.dat
                                fr_DZ.dat
                                fr_FR.dat
                                fr_GA.dat
                                fr_GF.dat
                                fr_GN.dat
                                fr_GP.dat
                                fr_GQ.dat
                                fr_HT.dat
                                fr_KM.dat
                                fr_LU.dat
                                fr_MA.dat
                                fr_MC.dat
                                fr_MF.dat
                                fr_MG.dat
                                fr_ML.dat
                                fr_MQ.dat
                                fr_MR.dat
                                fr_MU.dat
                                fr_NC.dat
                                fr_NE.dat
                                fr_PF.dat
                                fr_PM.dat
                                fr_RE.dat
                                fr_RW.dat
                                fr_SC.dat
                                fr_SN.dat
                                fr_SY.dat
                                fr_TD.dat
                                fr_TG.dat
                                fr_TN.dat
                                fr_VU.dat
                                fr_WF.dat
                                fr_YT.dat
                                frr.dat
                                frr_DE.dat
                                fur.dat
                                fur_IT.dat
                                fy.dat
                                fy_NL.dat
                                ga.dat
                                ga_GB.dat
                                ga_IE.dat
                                gaa.dat
                                gaa_GH.dat
                                gd.dat
                                gd_GB.dat
                                gez.dat
                                gez_ER.dat
                                gez_ET.dat
                                gl.dat
                                gl_ES.dat
                                gn.dat
                                gn_PY.dat
                                gsw.dat
                                gsw_CH.dat
                                gsw_FR.dat
                                gsw_LI.dat
                                gu.dat
                                gu_IN.dat
                                guz.dat
                                guz_KE.dat
                                gv.dat
                                gv_IM.dat
                                ha.dat
                                ha_Arab.dat
                                ha_Arab_NG.dat
                                ha_Arab_SD.dat
                                ha_GH.dat
                                ha_NE.dat
                                ha_NG.dat
                                haw.dat
                                haw_US.dat
                                he.dat
                                he_IL.dat
                                hi.dat
                                hi_IN.dat
                                hi_Latn.dat
                                hi_Latn_IN.dat
                                hnj.dat
                                hnj_Hmnp.dat
                                hnj_Hmnp_US.dat
                                hr.dat
                                hr_BA.dat
                                hr_HR.dat
                                hsb.dat
                                hsb_DE.dat
                                hu.dat
                                hu_HU.dat
                                hy.dat
                                hy_AM.dat
                                ia.dat
                                ia_001.dat
                                id.dat
                                id_ID.dat
                                ie.dat
                                ie_EE.dat
                                ig.dat
                                ig_NG.dat
                                ii.dat
                                ii_CN.dat
                                io.dat
                                io_001.dat
                                is.dat
                                is_IS.dat
                                it.dat
                                it_CH.dat
                                it_IT.dat
                                it_SM.dat
                                it_VA.dat
                                iu.dat
                                iu_CA.dat
                                iu_Latn.dat
                                iu_Latn_CA.dat
                                ja.dat
                                ja_JP.dat
                                jbo.dat
                                jbo_001.dat
                                jgo.dat
                                jgo_CM.dat
                                jmc.dat
                                jmc_TZ.dat
                                jv.dat
                                jv_ID.dat
                                ka.dat
                                ka_GE.dat
                                kaa.dat
                                kaa_Cyrl.dat
                                kaa_Cyrl_UZ.dat
                                kaa_Latn.dat
                                kaa_Latn_UZ.dat
                                kab.dat
                                kab_DZ.dat
                                kaj.dat
                                kaj_NG.dat
                                kam.dat
                                kam_KE.dat
                                kcg.dat
                                kcg_NG.dat
                                kde.dat
                                kde_TZ.dat
                                kea.dat
                                kea_CV.dat
                                ken.dat
                                ken_CM.dat
                                kgp.dat
                                kgp_BR.dat
                                khq.dat
                                khq_ML.dat
                                ki.dat
                                ki_KE.dat
                                kk.dat
                                kk_Arab.dat
                                kk_Arab_CN.dat
                                kk_Cyrl.dat
                                kk_Cyrl_KZ.dat
                                kk_KZ.dat
                                kkj.dat
                                kkj_CM.dat
                                kl.dat
                                kl_GL.dat
                                kln.dat
                                kln_KE.dat
                                km.dat
                                km_KH.dat
                                kn.dat
                                kn_IN.dat
                                ko.dat
                                ko_CN.dat
                                ko_KP.dat
                                ko_KR.dat
                                kok.dat
                                kok_Deva.dat
                                kok_Deva_IN.dat
                                kok_Latn.dat
                                kok_Latn_IN.dat
                                kpe.dat
                                kpe_GN.dat
                                kpe_LR.dat
                                ks.dat
                                ks_Arab.dat
                                ks_Arab_IN.dat
                                ks_Deva.dat
                                ks_Deva_IN.dat
                                ksb.dat
                                ksb_TZ.dat
                                ksf.dat
                                ksf_CM.dat
                                ksh.dat
                                ksh_DE.dat
                                ku.dat
                                ku_TR.dat
                                kw.dat
                                kw_GB.dat
                                kxv.dat
                                kxv_Deva.dat
                                kxv_Deva_IN.dat
                                kxv_Latn.dat
                                kxv_Latn_IN.dat
                                kxv_Orya.dat
                                kxv_Orya_IN.dat
                                kxv_Telu.dat
                                kxv_Telu_IN.dat
                                ky.dat
                                ky_KG.dat
                                la.dat
                                la_VA.dat
                                lag.dat
                                lag_TZ.dat
                                lb.dat
                                lb_LU.dat
                                lg.dat
                                lg_UG.dat
                                LICENSE.unicode
                                lij.dat
                                lij_IT.dat
                                lkt.dat
                                lkt_US.dat
                                lld.dat
                                lld_IT.dat
                                lmo.dat
                                lmo_IT.dat
                                ln.dat
                                ln_AO.dat
                                ln_CD.dat
                                ln_CF.dat
                                ln_CG.dat
                                lo.dat
                                lo_LA.dat
                                lrc.dat
                                lrc_IQ.dat
                                lrc_IR.dat
                                lt.dat
                                lt_LT.dat
                                ltg.dat
                                ltg_LV.dat
                                lu.dat
                                lu_CD.dat
                                luo.dat
                                luo_KE.dat
                                luy.dat
                                luy_KE.dat
                                lv.dat
                                lv_LV.dat
                                mai.dat
                                mai_IN.dat
                                mas.dat
                                mas_KE.dat
                                mas_TZ.dat
                                mdf.dat
                                mdf_RU.dat
                                mer.dat
                                mer_KE.dat
                                mfe.dat
                                mfe_MU.dat
                                mg.dat
                                mg_MG.dat
                                mgh.dat
                                mgh_MZ.dat
                                mgo.dat
                                mgo_CM.dat
                                mhn.dat
                                mhn_IT.dat
                                mi.dat
                                mi_NZ.dat
                                mic.dat
                                mic_CA.dat
                                mk.dat
                                mk_MK.dat
                                ml.dat
                                ml_IN.dat
                                mn.dat
                                mn_MN.dat
                                mn_Mong.dat
                                mn_Mong_CN.dat
                                mn_Mong_MN.dat
                                mni.dat
                                mni_Beng.dat
                                mni_Beng_IN.dat
                                mni_Mtei.dat
                                mni_Mtei_IN.dat
                                moh.dat
                                moh_CA.dat
                                mr.dat
                                mr_IN.dat
                                ms.dat
                                ms_Arab.dat
                                ms_Arab_BN.dat
                                ms_Arab_MY.dat
                                ms_BN.dat
                                ms_ID.dat
                                ms_MY.dat
                                ms_SG.dat
                                mt.dat
                                mt_MT.dat
                                mua.dat
                                mua_CM.dat
                                mus.dat
                                mus_US.dat
                                my.dat
                                my_MM.dat
                                myv.dat
                                myv_RU.dat
                                mzn.dat
                                mzn_IR.dat
                                naq.dat
                                naq_NA.dat
                                nb.dat
                                nb_NO.dat
                                nb_SJ.dat
                                nd.dat
                                nd_ZW.dat
                                nds.dat
                                nds_DE.dat
                                nds_NL.dat
                                ne.dat
                                ne_IN.dat
                                ne_NP.dat
                                nl.dat
                                nl_AW.dat
                                nl_BE.dat
                                nl_BQ.dat
                                nl_CW.dat
                                nl_NL.dat
                                nl_SR.dat
                                nl_SX.dat
                                nmg.dat
                                nmg_CM.dat
                                nn.dat
                                nn_NO.dat
                                nnh.dat
                                nnh_CM.dat
                                no.dat
                                nqo.dat
                                nqo_GN.dat
                                nr.dat
                                nr_ZA.dat
                                nso.dat
                                nso_ZA.dat
                                nus.dat
                                nus_SS.dat
                                nv.dat
                                nv_US.dat
                                ny.dat
                                ny_MW.dat
                                nyn.dat
                                nyn_UG.dat
                                oc.dat
                                oc_ES.dat
                                oc_FR.dat
                                om.dat
                                om_ET.dat
                                om_KE.dat
                                or.dat
                                or_IN.dat
                                os.dat
                                os_GE.dat
                                os_RU.dat
                                osa.dat
                                osa_US.dat
                                pa.dat
                                pa_Arab.dat
                                pa_Arab_PK.dat
                                pa_Guru.dat
                                pa_Guru_IN.dat
                                pap.dat
                                pap_AW.dat
                                pap_CW.dat
                                pcm.dat
                                pcm_NG.dat
                                pis.dat
                                pis_SB.dat
                                pl.dat
                                pl_PL.dat
                                prg.dat
                                prg_PL.dat
                                ps.dat
                                ps_AF.dat
                                ps_PK.dat
                                pt.dat
                                pt_AO.dat
                                pt_BR.dat
                                pt_CH.dat
                                pt_CV.dat
                                pt_GQ.dat
                                pt_GW.dat
                                pt_LU.dat
                                pt_MO.dat
                                pt_MZ.dat
                                pt_PT.dat
                                pt_ST.dat
                                pt_TL.dat
                                qu.dat
                                qu_BO.dat
                                qu_EC.dat
                                qu_PE.dat
                                quc.dat
                                quc_GT.dat
                                raj.dat
                                raj_IN.dat
                                rhg.dat
                                rhg_Rohg.dat
                                rhg_Rohg_BD.dat
                                rhg_Rohg_MM.dat
                                rif.dat
                                rif_MA.dat
                                rm.dat
                                rm_CH.dat
                                rn.dat
                                rn_BI.dat
                                ro.dat
                                ro_MD.dat
                                ro_RO.dat
                                rof.dat
                                rof_TZ.dat
                                root.dat
                                ru.dat
                                ru_BY.dat
                                ru_KG.dat
                                ru_KZ.dat
                                ru_MD.dat
                                ru_RU.dat
                                ru_UA.dat
                                rw.dat
                                rw_RW.dat
                                rwk.dat
                                rwk_TZ.dat
                                sa.dat
                                sa_IN.dat
                                sah.dat
                                sah_RU.dat
                                saq.dat
                                saq_KE.dat
                                sat.dat
                                sat_Deva.dat
                                sat_Deva_IN.dat
                                sat_Olck.dat
                                sat_Olck_IN.dat
                                sbp.dat
                                sbp_TZ.dat
                                sc.dat
                                sc_IT.dat
                                scn.dat
                                scn_IT.dat
                                sd.dat
                                sd_Arab.dat
                                sd_Arab_PK.dat
                                sd_Deva.dat
                                sd_Deva_IN.dat
                                sdh.dat
                                sdh_IQ.dat
                                sdh_IR.dat
                                se.dat
                                se_FI.dat
                                se_NO.dat
                                se_SE.dat
                                seh.dat
                                seh_MZ.dat
                                ses.dat
                                ses_ML.dat
                                sg.dat
                                sg_CF.dat
                                shi.dat
                                shi_Latn.dat
                                shi_Latn_MA.dat
                                shi_Tfng.dat
                                shi_Tfng_MA.dat
                                shn.dat
                                shn_MM.dat
                                shn_TH.dat
                                si.dat
                                si_LK.dat
                                sid.dat
                                sid_ET.dat
                                sk.dat
                                sk_SK.dat
                                skr.dat
                                skr_PK.dat
                                sl.dat
                                sl_SI.dat
                                sma.dat
                                sma_NO.dat
                                sma_SE.dat
                                smj.dat
                                smj_NO.dat
                                smj_SE.dat
                                smn.dat
                                smn_FI.dat
                                sms.dat
                                sms_FI.dat
                                sn.dat
                                sn_ZW.dat
                                so.dat
                                so_DJ.dat
                                so_ET.dat
                                so_KE.dat
                                so_SO.dat
                                sq.dat
                                sq_AL.dat
                                sq_MK.dat
                                sq_XK.dat
                                sr.dat
                                sr_Cyrl.dat
                                sr_Cyrl_BA.dat
                                sr_Cyrl_ME.dat
                                sr_Cyrl_RS.dat
                                sr_Cyrl_XK.dat
                                sr_Latn.dat
                                sr_Latn_BA.dat
                                sr_Latn_ME.dat
                                sr_Latn_RS.dat
                                sr_Latn_XK.dat
                                ss.dat
                                ss_SZ.dat
                                ss_ZA.dat
                                ssy.dat
                                ssy_ER.dat
                                st.dat
                                st_LS.dat
                                st_ZA.dat
                                su.dat
                                su_Latn.dat
                                su_Latn_ID.dat
                                sv.dat
                                sv_AX.dat
                                sv_FI.dat
                                sv_SE.dat
                                sw.dat
                                sw_CD.dat
                                sw_KE.dat
                                sw_TZ.dat
                                sw_UG.dat
                                syr.dat
                                syr_IQ.dat
                                syr_SY.dat
                                szl.dat
                                szl_PL.dat
                                ta.dat
                                ta_IN.dat
                                ta_LK.dat
                                ta_MY.dat
                                ta_SG.dat
                                te.dat
                                te_IN.dat
                                teo.dat
                                teo_KE.dat
                                teo_UG.dat
                                tg.dat
                                tg_TJ.dat
                                th.dat
                                th_TH.dat
                                ti.dat
                                ti_ER.dat
                                ti_ET.dat
                                tig.dat
                                tig_ER.dat
                                tk.dat
                                tk_TM.dat
                                tn.dat
                                tn_BW.dat
                                tn_ZA.dat
                                to.dat
                                to_TO.dat
                                tok.dat
                                tok_001.dat
                                tpi.dat
                                tpi_PG.dat
                                tr.dat
                                tr_CY.dat
                                tr_TR.dat
                                trv.dat
                                trv_TW.dat
                                trw.dat
                                trw_PK.dat
                                ts.dat
                                ts_ZA.dat
                                tt.dat
                                tt_RU.dat
                                twq.dat
                                twq_NE.dat
                                tyv.dat
                                tyv_RU.dat
                                tzm.dat
                                tzm_MA.dat
                                ug.dat
                                ug_CN.dat
                                uk.dat
                                uk_UA.dat
                                ur.dat
                                ur_IN.dat
                                ur_PK.dat
                                uz.dat
                                uz_Arab.dat
                                uz_Arab_AF.dat
                                uz_Cyrl.dat
                                uz_Cyrl_UZ.dat
                                uz_Latn.dat
                                uz_Latn_UZ.dat
                                vai.dat
                                vai_Latn.dat
                                vai_Latn_LR.dat
                                vai_Vaii.dat
                                vai_Vaii_LR.dat
                                ve.dat
                                ve_ZA.dat
                                vec.dat
                                vec_IT.dat
                                vi.dat
                                vi_VN.dat
                                vmw.dat
                                vmw_MZ.dat
                                vo.dat
                                vo_001.dat
                                vun.dat
                                vun_TZ.dat
                                wa.dat
                                wa_BE.dat
                                wae.dat
                                wae_CH.dat
                                wal.dat
                                wal_ET.dat
                                wbp.dat
                                wbp_AU.dat
                                wo.dat
                                wo_SN.dat
                                xh.dat
                                xh_ZA.dat
                                xnr.dat
                                xnr_IN.dat
                                xog.dat
                                xog_UG.dat
                                yav.dat
                                yav_CM.dat
                                yi.dat
                                yi_UA.dat
                                yo.dat
                                yo_BJ.dat
                                yo_NG.dat
                                yrl.dat
                                yrl_BR.dat
                                yrl_CO.dat
                                yrl_VE.dat
                                yue.dat
                                yue_Hans.dat
                                yue_Hans_CN.dat
                                yue_Hant.dat
                                yue_Hant_CN.dat
                                yue_Hant_HK.dat
                                za.dat
                                za_CN.dat
                                zgh.dat
                                zgh_MA.dat
                                zh.dat
                                zh_Hans.dat
                                zh_Hans_CN.dat
                                zh_Hans_HK.dat
                                zh_Hans_MO.dat
                                zh_Hans_MY.dat
                                zh_Hans_SG.dat
                                zh_Hant.dat
                                zh_Hant_HK.dat
                                zh_Hant_MO.dat
                                zh_Hant_MY.dat
                                zh_Hant_TW.dat
                                zh_Latn.dat
                                zh_Latn_CN.dat
                                zu.dat
                                zu_ZA.dat
                            localtime/
                                __init__.py
                                _fallback.py
                                _helpers.py
                                _unix.py
                                _win32.py
                            messages/
                                __init__.py
                                _compat.py
                                catalog.py
                                checkers.py
                                extract.py
                                frontend.py
                                jslexer.py
                                mofile.py
                                plurals.py
                                pofile.py
                                setuptools_frontend.py
                            __init__.py
                            core.py
                            dates.py
                            global.dat
                            languages.py
                            lists.py
                            localedata.py
                            numbers.py
                            plural.py
                            py.typed
                            support.py
                            units.py
                            util.py
                        babel-2.17.0.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        bcj/
                            __pycache__/
                                __init__.cpython-313.pyc
                            __init__.py
                            _bcj.cpython-313-darwin.so
                            _bcjfilter.py
                            py.typed
                        bcrypt/
                            __pycache__/
                                __init__.cpython-313.pyc
                            __init__.py
                            __init__.pyi
                            _bcrypt.abi3.so
                            py.typed
                        bcrypt-4.3.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        beautifulsoup4-4.13.4.dist-info/
                            licenses/
                                AUTHORS
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        black/
                            resources/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                black.schema.json
                            __init__.cpython-313-darwin.so
                            __init__.py
                            __main__.py
                            _width_table.cpython-313-darwin.so
                            _width_table.py
                            brackets.cpython-313-darwin.so
                            brackets.py
                            cache.cpython-313-darwin.so
                            cache.py
                            comments.cpython-313-darwin.so
                            comments.py
                            concurrency.py
                            const.cpython-313-darwin.so
                            const.py
                            debug.py
                            files.py
                            handle_ipynb_magics.cpython-313-darwin.so
                            handle_ipynb_magics.py
                            linegen.cpython-313-darwin.so
                            linegen.py
                            lines.cpython-313-darwin.so
                            lines.py
                            mode.cpython-313-darwin.so
                            mode.py
                            nodes.cpython-313-darwin.so
                            nodes.py
                            numerics.cpython-313-darwin.so
                            numerics.py
                            output.py
                            parsing.cpython-313-darwin.so
                            parsing.py
                            py.typed
                            ranges.cpython-313-darwin.so
                            ranges.py
                            report.py
                            rusty.cpython-313-darwin.so
                            rusty.py
                            schema.cpython-313-darwin.so
                            schema.py
                            strings.cpython-313-darwin.so
                            strings.py
                            trans.cpython-313-darwin.so
                            trans.py
                        black-25.1.0.dist-info/
                            licenses/
                                AUTHORS.md
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        blackd/
                            __init__.py
                            __main__.py
                            middlewares.py
                        bleach/
                            _vendor/
                                html5lib/
                                    _trie/
                                        __init__.py
                                        _base.py
                                        py.py
                                    filters/
                                        __init__.py
                                        alphabeticalattributes.py
                                        base.py
                                        inject_meta_charset.py
                                        lint.py
                                        optionaltags.py
                                        sanitizer.py
                                        whitespace.py
                                    treeadapters/
                                        __init__.py
                                        genshi.py
                                        sax.py
                                    treebuilders/
                                        __init__.py
                                        base.py
                                        dom.py
                                        etree.py
                                        etree_lxml.py
                                    treewalkers/
                                        __init__.py
                                        base.py
                                        dom.py
                                        etree.py
                                        etree_lxml.py
                                        genshi.py
                                    __init__.py
                                    _ihatexml.py
                                    _inputstream.py
                                    _tokenizer.py
                                    _utils.py
                                    constants.py
                                    html5parser.py
                                    serializer.py
                                html5lib-1.1.dist-info/
                                    AUTHORS.rst
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                __init__.py
                                parse.py
                                parse.py.SHA256SUM
                                README.rst
                                vendor.txt
                                vendor_install.sh
                            __init__.py
                            callbacks.py
                            css_sanitizer.py
                            html5lib_shim.py
                            linkifier.py
                            parse_shim.py
                            sanitizer.py
                            six_shim.py
                        bleach-6.2.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        blib2to3/
                            pgen2/
                                __init__.py
                                conv.cpython-313-darwin.so
                                conv.py
                                driver.cpython-313-darwin.so
                                driver.py
                                grammar.cpython-313-darwin.so
                                grammar.py
                                literals.cpython-313-darwin.so
                                literals.py
                                parse.cpython-313-darwin.so
                                parse.py
                                pgen.cpython-313-darwin.so
                                pgen.py
                                token.cpython-313-darwin.so
                                token.py
                                tokenize.cpython-313-darwin.so
                                tokenize.py
                            __init__.py
                            Grammar.txt
                            LICENSE
                            PatternGrammar.txt
                            pygram.cpython-313-darwin.so
                            pygram.py
                            pytree.cpython-313-darwin.so
                            pytree.py
                            README
                        boolean/
                            __init__.py
                            boolean.py
                            test_boolean.py
                        boolean_py-5.0.dist-info/
                            licenses/
                                CHANGELOG.rst
                                LICENSE.txt
                                README.rst
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        Brotli-1.1.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        bs4/
                            builder/
                                __init__.py
                                _html5lib.py
                                _htmlparser.py
                                _lxml.py
                            tests/
                                fuzz/
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-4670634698080256.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-4818336571064320.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-4999465949331456.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5000587759190016.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5167584867909632.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5270998950477824.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5375146639360000.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5492400320282624.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5703933063462912.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5843991618256896.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5984173902397440.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-6124268085182464.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-6241471367348224.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-6306874195312640.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-6450958476902400.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-6600557255327744.testcase
                                    crash-0d306a50c8ed8bcd0785b67000fcd5dea1d33f08.testcase
                                    crash-ffbdfa8a2b26f13537b68d3794b0478a4090ee4a.testcase
                                __init__.py
                                test_builder.py
                                test_builder_registry.py
                                test_css.py
                                test_dammit.py
                                test_element.py
                                test_filter.py
                                test_formatter.py
                                test_fuzz.py
                                test_html5lib.py
                                test_htmlparser.py
                                test_lxml.py
                                test_navigablestring.py
                                test_pageelement.py
                                test_soup.py
                                test_tag.py
                                test_tree.py
                            __init__.py
                            _deprecation.py
                            _typing.py
                            _warnings.py
                            css.py
                            dammit.py
                            diagnose.py
                            element.py
                            exceptions.py
                            filter.py
                            formatter.py
                            py.typed
                        cattr/
                            preconf/
                                __init__.py
                                bson.py
                                json.py
                                msgpack.py
                                orjson.py
                                pyyaml.py
                                tomlkit.py
                                ujson.py
                            __init__.py
                            converters.py
                            disambiguators.py
                            dispatch.py
                            errors.py
                            gen.py
                            py.typed
                        cattrs/
                            gen/
                                __init__.py
                                _consts.py
                                _generics.py
                                _lc.py
                                _shared.py
                                typeddicts.py
                            preconf/
                                __init__.py
                                bson.py
                                cbor2.py
                                json.py
                                msgpack.py
                                msgspec.py
                                orjson.py
                                pyyaml.py
                                tomlkit.py
                                ujson.py
                            strategies/
                                __init__.py
                                _class_methods.py
                                _subclasses.py
                                _unions.py
                            __init__.py
                            _compat.py
                            _generics.py
                            cols.py
                            converters.py
                            disambiguators.py
                            dispatch.py
                            errors.py
                            fns.py
                            py.typed
                            v.py
                        cattrs-24.1.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        certifi/
                            __init__.py
                            __main__.py
                            cacert.pem
                            core.py
                            py.typed
                        certifi-2025.8.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        cffi/
                            __pycache__/
                                __init__.cpython-313.pyc
                                api.cpython-313.pyc
                                commontypes.cpython-313.pyc
                                cparser.cpython-313.pyc
                                error.cpython-313.pyc
                                lock.cpython-313.pyc
                                model.cpython-313.pyc
                            __init__.py
                            _cffi_errors.h
                            _cffi_include.h
                            _embedding.h
                            _imp_emulation.py
                            _shimmed_dist_utils.py
                            api.py
                            backend_ctypes.py
                            cffi_opcode.py
                            commontypes.py
                            cparser.py
                            error.py
                            ffiplatform.py
                            lock.py
                            model.py
                            parse_c_type.h
                            pkgconfig.py
                            recompiler.py
                            setuptools_ext.py
                            vengine_cpy.py
                            vengine_gen.py
                            verifier.py
                        cffi-1.17.1.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        charset_normalizer/
                            __pycache__/
                                __init__.cpython-313.pyc
                                api.cpython-313.pyc
                                cd.cpython-313.pyc
                                constant.cpython-313.pyc
                                legacy.cpython-313.pyc
                                models.cpython-313.pyc
                                utils.cpython-313.pyc
                                version.cpython-313.pyc
                            cli/
                                __init__.py
                                __main__.py
                            __init__.py
                            __main__.py
                            api.py
                            cd.py
                            constant.py
                            legacy.py
                            md.cpython-313-darwin.so
                            md.py
                            md__mypyc.cpython-313-darwin.so
                            models.py
                            py.typed
                            utils.py
                            version.py
                        charset_normalizer-3.4.2.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        click/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _compat.cpython-313.pyc
                                core.cpython-313.pyc
                                decorators.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                formatting.cpython-313.pyc
                                globals.cpython-313.pyc
                                parser.cpython-313.pyc
                                termui.cpython-313.pyc
                                types.cpython-313.pyc
                                utils.cpython-313.pyc
                            __init__.py
                            _compat.py
                            _termui_impl.py
                            _textwrap.py
                            _winconsole.py
                            core.py
                            decorators.py
                            exceptions.py
                            formatting.py
                            globals.py
                            parser.py
                            py.typed
                            shell_completion.py
                            termui.py
                            testing.py
                            types.py
                            utils.py
                        click-8.2.1.dist-info/
                            licenses/
                                LICENSE.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        cloudpickle/
                            __pycache__/
                                __init__.cpython-313.pyc
                                cloudpickle.cpython-313.pyc
                            __init__.py
                            cloudpickle.py
                            cloudpickle_fast.py
                        cloudpickle-3.1.1.dist-info/
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        comm/
                            __init__.py
                            base_comm.py
                            py.typed
                        comm-0.2.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        coverage/
                            __pycache__/
                                __init__.cpython-313.pyc
                                annotate.cpython-313.pyc
                                bytecode.cpython-313.pyc
                                collector.cpython-313.pyc
                                config.cpython-313.pyc
                                context.cpython-313.pyc
                                control.cpython-313.pyc
                                core.cpython-313.pyc
                                data.cpython-313.pyc
                                debug.cpython-313.pyc
                                disposition.cpython-313.pyc
                                env.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                files.cpython-313.pyc
                                html.cpython-313.pyc
                                inorout.cpython-313.pyc
                                jsonreport.cpython-313.pyc
                                lcovreport.cpython-313.pyc
                                misc.cpython-313.pyc
                                multiproc.cpython-313.pyc
                                numbits.cpython-313.pyc
                                parser.cpython-313.pyc
                                patch.cpython-313.pyc
                                phystokens.cpython-313.pyc
                                plugin.cpython-313.pyc
                                plugin_support.cpython-313.pyc
                                python.cpython-313.pyc
                                pytracer.cpython-313.pyc
                                regions.cpython-313.pyc
                                report.cpython-313.pyc
                                report_core.cpython-313.pyc
                                results.cpython-313.pyc
                                sqldata.cpython-313.pyc
                                sqlitedb.cpython-313.pyc
                                sysmon.cpython-313.pyc
                                templite.cpython-313.pyc
                                tomlconfig.cpython-313.pyc
                                types.cpython-313.pyc
                                version.cpython-313.pyc
                                xmlreport.cpython-313.pyc
                            htmlfiles/
                                coverage_html.js
                                favicon_32.png
                                index.html
                                keybd_closed.png
                                pyfile.html
                                style.css
                                style.scss
                            __init__.py
                            __main__.py
                            annotate.py
                            bytecode.py
                            cmdline.py
                            collector.py
                            config.py
                            context.py
                            control.py
                            core.py
                            data.py
                            debug.py
                            disposition.py
                            env.py
                            exceptions.py
                            execfile.py
                            files.py
                            html.py
                            inorout.py
                            jsonreport.py
                            lcovreport.py
                            misc.py
                            multiproc.py
                            numbits.py
                            parser.py
                            patch.py
                            phystokens.py
                            plugin.py
                            plugin_support.py
                            py.typed
                            python.py
                            pytracer.py
                            regions.py
                            report.py
                            report_core.py
                            results.py
                            sqldata.py
                            sqlitedb.py
                            sysmon.py
                            templite.py
                            tomlconfig.py
                            tracer.cpython-313-darwin.so
                            tracer.pyi
                            types.py
                            version.py
                            xmlreport.py
                        coverage-7.10.2.dist-info/
                            licenses/
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        cramjam/
                            __pycache__/
                                __init__.cpython-313.pyc
                            __init__.py
                            cramjam.cpython-313-darwin.so
                        cramjam-2.11.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        Cryptodome/
                            __pycache__/
                                __init__.cpython-313.pyc
                            Cipher/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    AES.cpython-313.pyc
                                __init__.py
                                __init__.pyi
                                _ARC4.abi3.so
                                _chacha20.abi3.so
                                _EKSBlowfish.py
                                _EKSBlowfish.pyi
                                _mode_cbc.py
                                _mode_cbc.pyi
                                _mode_ccm.py
                                _mode_ccm.pyi
                                _mode_cfb.py
                                _mode_cfb.pyi
                                _mode_ctr.py
                                _mode_ctr.pyi
                                _mode_eax.py
                                _mode_eax.pyi
                                _mode_ecb.py
                                _mode_ecb.pyi
                                _mode_gcm.py
                                _mode_gcm.pyi
                                _mode_kw.py
                                _mode_kwp.py
                                _mode_ocb.py
                                _mode_ocb.pyi
                                _mode_ofb.py
                                _mode_ofb.pyi
                                _mode_openpgp.py
                                _mode_openpgp.pyi
                                _mode_siv.py
                                _mode_siv.pyi
                                _pkcs1_decode.abi3.so
                                _pkcs1_oaep_decode.py
                                _raw_aes.abi3.so
                                _raw_arc2.abi3.so
                                _raw_blowfish.abi3.so
                                _raw_cast.abi3.so
                                _raw_cbc.abi3.so
                                _raw_cfb.abi3.so
                                _raw_ctr.abi3.so
                                _raw_des.abi3.so
                                _raw_des3.abi3.so
                                _raw_ecb.abi3.so
                                _raw_eksblowfish.abi3.so
                                _raw_ocb.abi3.so
                                _raw_ofb.abi3.so
                                _Salsa20.abi3.so
                                AES.py
                                AES.pyi
                                ARC2.py
                                ARC2.pyi
                                ARC4.py
                                ARC4.pyi
                                Blowfish.py
                                Blowfish.pyi
                                CAST.py
                                CAST.pyi
                                ChaCha20.py
                                ChaCha20.pyi
                                ChaCha20_Poly1305.py
                                ChaCha20_Poly1305.pyi
                                DES.py
                                DES.pyi
                                DES3.py
                                DES3.pyi
                                PKCS1_OAEP.py
                                PKCS1_OAEP.pyi
                                PKCS1_v1_5.py
                                PKCS1_v1_5.pyi
                                Salsa20.py
                                Salsa20.pyi
                            Hash/
                                __init__.py
                                __init__.pyi
                                _BLAKE2b.abi3.so
                                _BLAKE2s.abi3.so
                                _ghash_portable.abi3.so
                                _keccak.abi3.so
                                _MD2.abi3.so
                                _MD4.abi3.so
                                _MD5.abi3.so
                                _poly1305.abi3.so
                                _RIPEMD160.abi3.so
                                _SHA1.abi3.so
                                _SHA224.abi3.so
                                _SHA256.abi3.so
                                _SHA384.abi3.so
                                _SHA512.abi3.so
                                BLAKE2b.py
                                BLAKE2b.pyi
                                BLAKE2s.py
                                BLAKE2s.pyi
                                CMAC.py
                                CMAC.pyi
                                cSHAKE128.py
                                cSHAKE128.pyi
                                cSHAKE256.py
                                cSHAKE256.pyi
                                HMAC.py
                                HMAC.pyi
                                KangarooTwelve.py
                                KangarooTwelve.pyi
                                keccak.py
                                keccak.pyi
                                KMAC128.py
                                KMAC128.pyi
                                KMAC256.py
                                KMAC256.pyi
                                MD2.py
                                MD2.pyi
                                MD4.py
                                MD4.pyi
                                MD5.py
                                MD5.pyi
                                Poly1305.py
                                Poly1305.pyi
                                RIPEMD.py
                                RIPEMD.pyi
                                RIPEMD160.py
                                RIPEMD160.pyi
                                SHA.py
                                SHA.pyi
                                SHA1.py
                                SHA1.pyi
                                SHA224.py
                                SHA224.pyi
                                SHA256.py
                                SHA256.pyi
                                SHA384.py
                                SHA384.pyi
                                SHA3_224.py
                                SHA3_224.pyi
                                SHA3_256.py
                                SHA3_256.pyi
                                SHA3_384.py
                                SHA3_384.pyi
                                SHA3_512.py
                                SHA3_512.pyi
                                SHA512.py
                                SHA512.pyi
                                SHAKE128.py
                                SHAKE128.pyi
                                SHAKE256.py
                                SHAKE256.pyi
                                TupleHash128.py
                                TupleHash128.pyi
                                TupleHash256.py
                                TupleHash256.pyi
                                TurboSHAKE128.py
                                TurboSHAKE128.pyi
                                TurboSHAKE256.py
                                TurboSHAKE256.pyi
                            IO/
                                __init__.py
                                _PBES.py
                                _PBES.pyi
                                PEM.py
                                PEM.pyi
                                PKCS8.py
                                PKCS8.pyi
                            Math/
                                __init__.py
                                _IntegerBase.py
                                _IntegerBase.pyi
                                _IntegerCustom.py
                                _IntegerCustom.pyi
                                _IntegerGMP.py
                                _IntegerGMP.pyi
                                _IntegerNative.py
                                _IntegerNative.pyi
                                _modexp.abi3.so
                                Numbers.py
                                Numbers.pyi
                                Primality.py
                                Primality.pyi
                            Protocol/
                                __init__.py
                                __init__.pyi
                                _scrypt.abi3.so
                                DH.py
                                DH.pyi
                                HPKE.py
                                KDF.py
                                KDF.pyi
                                SecretSharing.py
                                SecretSharing.pyi
                            PublicKey/
                                __init__.py
                                __init__.pyi
                                _curve.py
                                _curve25519.abi3.so
                                _curve448.abi3.so
                                _ec_ws.abi3.so
                                _ed25519.abi3.so
                                _ed448.abi3.so
                                _edwards.py
                                _montgomery.py
                                _nist_ecc.py
                                _openssh.py
                                _openssh.pyi
                                _point.py
                                _point.pyi
                                DSA.py
                                DSA.pyi
                                ECC.py
                                ECC.pyi
                                ElGamal.py
                                ElGamal.pyi
                                RSA.py
                                RSA.pyi
                            Random/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                                __init__.pyi
                                random.py
                                random.pyi
                            SelfTest/
                                Cipher/
                                    __init__.py
                                    common.py
                                    test_AES.py
                                    test_ARC2.py
                                    test_ARC4.py
                                    test_Blowfish.py
                                    test_CAST.py
                                    test_CBC.py
                                    test_CCM.py
                                    test_CFB.py
                                    test_ChaCha20.py
                                    test_ChaCha20_Poly1305.py
                                    test_CTR.py
                                    test_DES.py
                                    test_DES3.py
                                    test_EAX.py
                                    test_GCM.py
                                    test_KW.py
                                    test_OCB.py
                                    test_OFB.py
                                    test_OpenPGP.py
                                    test_pkcs1_15.py
                                    test_pkcs1_oaep.py
                                    test_Salsa20.py
                                    test_SIV.py
                                Hash/
                                    __init__.py
                                    common.py
                                    test_BLAKE2.py
                                    test_CMAC.py
                                    test_cSHAKE.py
                                    test_HMAC.py
                                    test_KangarooTwelve.py
                                    test_keccak.py
                                    test_KMAC.py
                                    test_MD2.py
                                    test_MD4.py
                                    test_MD5.py
                                    test_Poly1305.py
                                    test_RIPEMD160.py
                                    test_SHA1.py
                                    test_SHA224.py
                                    test_SHA256.py
                                    test_SHA384.py
                                    test_SHA3_224.py
                                    test_SHA3_256.py
                                    test_SHA3_384.py
                                    test_SHA3_512.py
                                    test_SHA512.py
                                    test_SHAKE.py
                                    test_TupleHash.py
                                    test_TurboSHAKE.py
                                IO/
                                    __init__.py
                                    test_PBES.py
                                    test_PKCS8.py
                                Math/
                                    __init__.py
                                    test_modexp.py
                                    test_modmult.py
                                    test_Numbers.py
                                    test_Primality.py
                                Protocol/
                                    __init__.py
                                    test_ecdh.py
                                    test_HPKE.py
                                    test_KDF.py
                                    test_rfc1751.py
                                    test_SecretSharing.py
                                PublicKey/
                                    __init__.py
                                    test_DSA.py
                                    test_ECC_Curve25519.py
                                    test_ECC_Curve448.py
                                    test_ECC_Ed25519.py
                                    test_ECC_Ed448.py
                                    test_ECC_NIST.py
                                    test_ElGamal.py
                                    test_import_Curve25519.py
                                    test_import_Curve448.py
                                    test_import_DSA.py
                                    test_import_ECC.py
                                    test_import_RSA.py
                                    test_RSA.py
                                Random/
                                    __init__.py
                                    test_random.py
                                Signature/
                                    __init__.py
                                    test_dss.py
                                    test_eddsa.py
                                    test_pkcs1_15.py
                                    test_pss.py
                                Util/
                                    __init__.py
                                    test_asn1.py
                                    test_Counter.py
                                    test_number.py
                                    test_Padding.py
                                    test_rfc1751.py
                                    test_strxor.py
                                __init__.py
                                __main__.py
                                loader.py
                                st_common.py
                            Signature/
                                __init__.py
                                DSS.py
                                DSS.pyi
                                eddsa.py
                                eddsa.pyi
                                pkcs1_15.py
                                pkcs1_15.pyi
                                PKCS1_PSS.py
                                PKCS1_PSS.pyi
                                PKCS1_v1_5.py
                                PKCS1_v1_5.pyi
                                pss.py
                                pss.pyi
                            Util/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _cpu_features.cpython-313.pyc
                                    _file_system.cpython-313.pyc
                                    _raw_api.cpython-313.pyc
                                    py3compat.cpython-313.pyc
                                __init__.py
                                _cpu_features.py
                                _cpu_features.pyi
                                _cpuid_c.abi3.so
                                _file_system.py
                                _file_system.pyi
                                _raw_api.py
                                _raw_api.pyi
                                _strxor.abi3.so
                                asn1.py
                                asn1.pyi
                                Counter.py
                                Counter.pyi
                                number.py
                                number.pyi
                                Padding.py
                                Padding.pyi
                                py3compat.py
                                py3compat.pyi
                                RFC1751.py
                                RFC1751.pyi
                                strxor.py
                                strxor.pyi
                            __init__.py
                            __init__.pyi
                            py.typed
                        cryptography/
                            __pycache__/
                                __about__.cpython-313.pyc
                                __init__.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                utils.cpython-313.pyc
                            hazmat/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _oid.cpython-313.pyc
                                backends/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                    openssl/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            backend.cpython-313.pyc
                                        __init__.py
                                        backend.py
                                    __init__.py
                                bindings/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                    _rust/
                                        openssl/
                                            __init__.pyi
                                            aead.pyi
                                            ciphers.pyi
                                            cmac.pyi
                                            dh.pyi
                                            dsa.pyi
                                            ec.pyi
                                            ed25519.pyi
                                            ed448.pyi
                                            hashes.pyi
                                            hmac.pyi
                                            kdf.pyi
                                            keys.pyi
                                            poly1305.pyi
                                            rsa.pyi
                                            x25519.pyi
                                            x448.pyi
                                        __init__.pyi
                                        _openssl.pyi
                                        asn1.pyi
                                        exceptions.pyi
                                        ocsp.pyi
                                        pkcs12.pyi
                                        pkcs7.pyi
                                        test_support.pyi
                                        x509.pyi
                                    openssl/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _conditional.cpython-313.pyc
                                            binding.cpython-313.pyc
                                        __init__.py
                                        _conditional.py
                                        binding.py
                                    __init__.py
                                    _rust.abi3.so
                                decrepit/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                    ciphers/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            algorithms.cpython-313.pyc
                                        __init__.py
                                        algorithms.py
                                    __init__.py
                                primitives/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _asymmetric.cpython-313.pyc
                                        _cipheralgorithm.cpython-313.pyc
                                        _serialization.cpython-313.pyc
                                        constant_time.cpython-313.pyc
                                        hashes.cpython-313.pyc
                                        poly1305.cpython-313.pyc
                                    asymmetric/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            dh.cpython-313.pyc
                                            dsa.cpython-313.pyc
                                            ec.cpython-313.pyc
                                            ed25519.cpython-313.pyc
                                            ed448.cpython-313.pyc
                                            padding.cpython-313.pyc
                                            rsa.cpython-313.pyc
                                            types.cpython-313.pyc
                                            utils.cpython-313.pyc
                                            x25519.cpython-313.pyc
                                            x448.cpython-313.pyc
                                        __init__.py
                                        dh.py
                                        dsa.py
                                        ec.py
                                        ed25519.py
                                        ed448.py
                                        padding.py
                                        rsa.py
                                        types.py
                                        utils.py
                                        x25519.py
                                        x448.py
                                    ciphers/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            aead.cpython-313.pyc
                                            algorithms.cpython-313.pyc
                                            base.cpython-313.pyc
                                            modes.cpython-313.pyc
                                        __init__.py
                                        aead.py
                                        algorithms.py
                                        base.py
                                        modes.py
                                    kdf/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            pbkdf2.cpython-313.pyc
                                        __init__.py
                                        argon2.py
                                        concatkdf.py
                                        hkdf.py
                                        kbkdf.py
                                        pbkdf2.py
                                        scrypt.py
                                        x963kdf.py
                                    serialization/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            base.cpython-313.pyc
                                            ssh.cpython-313.pyc
                                        __init__.py
                                        base.py
                                        pkcs12.py
                                        pkcs7.py
                                        ssh.py
                                    twofactor/
                                        __init__.py
                                        hotp.py
                                        totp.py
                                    __init__.py
                                    _asymmetric.py
                                    _cipheralgorithm.py
                                    _serialization.py
                                    cmac.py
                                    constant_time.py
                                    hashes.py
                                    hmac.py
                                    keywrap.py
                                    padding.py
                                    poly1305.py
                                __init__.py
                                _oid.py
                            x509/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    base.cpython-313.pyc
                                    certificate_transparency.cpython-313.pyc
                                    extensions.cpython-313.pyc
                                    general_name.cpython-313.pyc
                                    name.cpython-313.pyc
                                    oid.cpython-313.pyc
                                    verification.cpython-313.pyc
                                __init__.py
                                base.py
                                certificate_transparency.py
                                extensions.py
                                general_name.py
                                name.py
                                ocsp.py
                                oid.py
                                verification.py
                            __about__.py
                            __init__.py
                            exceptions.py
                            fernet.py
                            py.typed
                            utils.py
                        cryptography-45.0.6.dist-info/
                            licenses/
                                LICENSE
                                LICENSE.APACHE
                                LICENSE.BSD
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        Cython/
                            __pycache__/
                                __init__.cpython-313.pyc
                                Shadow.cpython-313.pyc
                            Build/
                                Tests/
                                    __init__.py
                                    TestCyCache.py
                                    TestCythonizeArgsParser.py
                                    TestDependencies.py
                                    TestInline.py
                                    TestIpythonMagic.py
                                    TestRecythonize.py
                                    TestStripLiterals.py
                                __init__.py
                                BuildExecutable.py
                                Cache.py
                                Cythonize.py
                                Dependencies.py
                                Distutils.py
                                Inline.py
                                IpythonMagic.py
                                SharedModule.py
                            Compiler/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    Version.cpython-313.pyc
                                Tests/
                                    __init__.py
                                    TestBuffer.py
                                    TestBuiltin.py
                                    TestCmdLine.py
                                    TestCode.py
                                    TestFlowControl.py
                                    TestGrammar.py
                                    TestMemView.py
                                    TestParseTreeTransforms.py
                                    TestScanning.py
                                    TestSignatureMatching.py
                                    TestStringEncoding.py
                                    TestTreeFragment.py
                                    TestTreePath.py
                                    TestTypes.py
                                    TestUtilityLoad.py
                                    TestVisitor.py
                                    Utils.py
                                __init__.py
                                AnalysedTreeTransforms.py
                                Annotate.py
                                AutoDocTransforms.py
                                Buffer.py
                                Builtin.py
                                CmdLine.py
                                Code.cpython-313-darwin.so
                                Code.pxd
                                Code.py
                                CodeGeneration.py
                                CythonScope.py
                                Dataclass.py
                                DebugFlags.py
                                Errors.py
                                ExprNodes.py
                                FlowControl.cpython-313-darwin.so
                                FlowControl.pxd
                                FlowControl.py
                                FusedNode.cpython-313-darwin.so
                                FusedNode.py
                                Future.py
                                Interpreter.py
                                Lexicon.py
                                LineTable.cpython-313-darwin.so
                                LineTable.py
                                Main.py
                                MatchCaseNodes.py
                                MemoryView.py
                                ModuleNode.py
                                Naming.py
                                Nodes.py
                                Optimize.py
                                Options.py
                                ParseTreeTransforms.pxd
                                ParseTreeTransforms.py
                                Parsing.cpython-313-darwin.so
                                Parsing.pxd
                                Parsing.py
                                Pipeline.py
                                PyrexTypes.py
                                Pythran.py
                                Scanning.cpython-313-darwin.so
                                Scanning.pxd
                                Scanning.py
                                StringEncoding.py
                                Symtab.py
                                TreeFragment.py
                                TreePath.py
                                TypeInference.py
                                TypeSlots.py
                                UFuncs.py
                                UtilityCode.py
                                UtilNodes.py
                                Version.py
                                Visitor.cpython-313-darwin.so
                                Visitor.pxd
                                Visitor.py
                            Debugger/
                                Tests/
                                    __init__.py
                                    cfuncs.c
                                    codefile
                                    test_libcython_in_gdb.py
                                    test_libpython_in_gdb.py
                                    TestLibCython.py
                                __init__.py
                                Cygdb.py
                                DebugWriter.py
                                libcython.py
                                libpython.py
                            Distutils/
                                __init__.py
                                build_ext.py
                                extension.py
                                old_build_ext.py
                            Includes/
                                cpython/
                                    __init__.pxd
                                    array.pxd
                                    bool.pxd
                                    buffer.pxd
                                    bytearray.pxd
                                    bytes.pxd
                                    cellobject.pxd
                                    ceval.pxd
                                    codecs.pxd
                                    complex.pxd
                                    contextvars.pxd
                                    conversion.pxd
                                    datetime.pxd
                                    descr.pxd
                                    dict.pxd
                                    exc.pxd
                                    fileobject.pxd
                                    float.pxd
                                    function.pxd
                                    genobject.pxd
                                    getargs.pxd
                                    instance.pxd
                                    iterator.pxd
                                    iterobject.pxd
                                    list.pxd
                                    long.pxd
                                    longintrepr.pxd
                                    mapping.pxd
                                    marshal.pxd
                                    mem.pxd
                                    memoryview.pxd
                                    method.pxd
                                    module.pxd
                                    number.pxd
                                    object.pxd
                                    pycapsule.pxd
                                    pylifecycle.pxd
                                    pyport.pxd
                                    pystate.pxd
                                    pythread.pxd
                                    ref.pxd
                                    sequence.pxd
                                    set.pxd
                                    slice.pxd
                                    time.pxd
                                    tuple.pxd
                                    type.pxd
                                    unicode.pxd
                                    version.pxd
                                    weakref.pxd
                                libc/
                                    __init__.pxd
                                    complex.pxd
                                    errno.pxd
                                    float.pxd
                                    limits.pxd
                                    locale.pxd
                                    math.pxd
                                    setjmp.pxd
                                    signal.pxd
                                    stddef.pxd
                                    stdint.pxd
                                    stdio.pxd
                                    stdlib.pxd
                                    string.pxd
                                    threads.pxd
                                    time.pxd
                                libcpp/
                                    __init__.pxd
                                    algorithm.pxd
                                    any.pxd
                                    atomic.pxd
                                    barrier.pxd
                                    bit.pxd
                                    cast.pxd
                                    cmath.pxd
                                    complex.pxd
                                    deque.pxd
                                    exception.pxd
                                    execution.pxd
                                    forward_list.pxd
                                    functional.pxd
                                    future.pxd
                                    iterator.pxd
                                    latch.pxd
                                    limits.pxd
                                    list.pxd
                                    map.pxd
                                    memory.pxd
                                    mutex.pxd
                                    numbers.pxd
                                    numeric.pxd
                                    optional.pxd
                                    pair.pxd
                                    queue.pxd
                                    random.pxd
                                    semaphore.pxd
                                    set.pxd
                                    shared_mutex.pxd
                                    span.pxd
                                    stack.pxd
                                    stop_token.pxd
                                    string.pxd
                                    string_view.pxd
                                    typeindex.pxd
                                    typeinfo.pxd
                                    unordered_map.pxd
                                    unordered_set.pxd
                                    utility.pxd
                                    vector.pxd
                                numpy/
                                    math.pxd
                                posix/
                                    __init__.pxd
                                    dlfcn.pxd
                                    fcntl.pxd
                                    ioctl.pxd
                                    mman.pxd
                                    resource.pxd
                                    select.pxd
                                    signal.pxd
                                    stat.pxd
                                    stdio.pxd
                                    stdlib.pxd
                                    strings.pxd
                                    time.pxd
                                    types.pxd
                                    uio.pxd
                                    unistd.pxd
                                    wait.pxd
                                openmp.pxd
                            Plex/
                                __init__.py
                                Actions.cpython-313-darwin.so
                                Actions.pxd
                                Actions.py
                                DFA.cpython-313-darwin.so
                                DFA.pxd
                                DFA.py
                                Errors.py
                                Lexicons.py
                                Machines.cpython-313-darwin.so
                                Machines.pxd
                                Machines.py
                                Regexps.py
                                Scanners.cpython-313-darwin.so
                                Scanners.pxd
                                Scanners.py
                                Transitions.cpython-313-darwin.so
                                Transitions.pxd
                                Transitions.py
                            Runtime/
                                __init__.py
                                refnanny.cpython-313-darwin.so
                                refnanny.pyx
                            Tempita/
                                __init__.py
                                _looper.py
                                _tempita.cpython-313-darwin.so
                                _tempita.py
                            Tests/
                                __init__.py
                                TestCodeWriter.py
                                TestCythonUtils.py
                                TestJediTyper.py
                                TestShadow.py
                                TestStringIOTree.py
                                TestTestUtils.py
                                xmlrunner.py
                            Utility/
                                __init__.py
                                arrayarray.h
                                AsyncGen.c
                                Buffer.c
                                BufferFormatFromTypeInfo.pxd
                                Builtins.c
                                CConvert.pyx
                                CMath.c
                                CommonStructures.c
                                Complex.c
                                Coroutine.c
                                CpdefEnums.pyx
                                CppConvert.pyx
                                CppSupport.cpp
                                CythonFunction.c
                                Dataclasses.c
                                Dataclasses.py
                                Embed.c
                                Exceptions.c
                                ExtensionTypes.c
                                FunctionArguments.c
                                ImportExport.c
                                Lock.c
                                MemoryView.pxd
                                MemoryView.pyx
                                MemoryView_C.c
                                ModuleSetupCode.c
                                NumpyImportArray.c
                                ObjectHandling.c
                                Optimize.c
                                Overflow.c
                                Printing.c
                                Profile.c
                                StringTools.c
                                TestCythonScope.pyx
                                TestCyUtilityLoader.pyx
                                TestUtilityLoader.c
                                TypeConversion.c
                                UFuncs.pyx
                                UFuncs_C.c
                            __init__.py
                            __init__.pyi
                            CodeWriter.py
                            Coverage.py
                            Debugging.py
                            py.typed
                            Shadow.py
                            Shadow.pyi
                            StringIOTree.cpython-313-darwin.so
                            StringIOTree.py
                            TestUtils.py
                            Utils.cpython-313-darwin.so
                            Utils.py
                        cython-3.1.2.dist-info/
                            licenses/
                                COPYING.txt
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        dask/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _compatibility.cpython-313.pyc
                                _expr.cpython-313.pyc
                                _task_spec.cpython-313.pyc
                                _version.cpython-313.pyc
                                base.cpython-313.pyc
                                blockwise.cpython-313.pyc
                                callbacks.cpython-313.pyc
                                config.cpython-313.pyc
                                context.cpython-313.pyc
                                core.cpython-313.pyc
                                datasets.cpython-313.pyc
                                delayed.cpython-313.pyc
                                distributed.cpython-313.pyc
                                hashing.cpython-313.pyc
                                highlevelgraph.cpython-313.pyc
                                layers.cpython-313.pyc
                                local.cpython-313.pyc
                                multiprocessing.cpython-313.pyc
                                optimization.cpython-313.pyc
                                order.cpython-313.pyc
                                sizeof.cpython-313.pyc
                                system.cpython-313.pyc
                                threaded.cpython-313.pyc
                                tokenize.cpython-313.pyc
                                typing.cpython-313.pyc
                                utils.cpython-313.pyc
                            array/
                                _array_expr/
                                    tests/
                                        __init__.py
                                        test_collection.py
                                    __init__.py
                                    _backends.py
                                    _blockwise.py
                                    _collection.py
                                    _creation.py
                                    _expr.py
                                    _gufunc.py
                                    _io.py
                                    _map_blocks.py
                                    _overlap.py
                                    _rechunk.py
                                    _reductions.py
                                    _shuffle.py
                                    _slicing.py
                                    _ufunc.py
                                    _utils.py
                                    random.py
                                lib/
                                    __init__.py
                                    stride_tricks.py
                                tests/
                                    __init__.py
                                    test_api.py
                                    test_array_core.py
                                    test_array_expr_incompatible.py
                                    test_array_function.py
                                    test_array_utils.py
                                    test_atop.py
                                    test_chunk.py
                                    test_creation.py
                                    test_cupy_core.py
                                    test_cupy_creation.py
                                    test_cupy_gufunc.py
                                    test_cupy_linalg.py
                                    test_cupy_overlap.py
                                    test_cupy_percentile.py
                                    test_cupy_random.py
                                    test_cupy_reductions.py
                                    test_cupy_routines.py
                                    test_cupy_slicing.py
                                    test_cupy_sparse.py
                                    test_dispatch.py
                                    test_fft.py
                                    test_gufunc.py
                                    test_image.py
                                    test_linalg.py
                                    test_map_blocks.py
                                    test_masked.py
                                    test_numpy_compat.py
                                    test_optimization.py
                                    test_overlap.py
                                    test_percentiles.py
                                    test_random.py
                                    test_rechunk.py
                                    test_reductions.py
                                    test_reshape.py
                                    test_routines.py
                                    test_shuffle.py
                                    test_slicing.py
                                    test_sparse.py
                                    test_stats.py
                                    test_svg.py
                                    test_testing.py
                                    test_ufunc.py
                                    test_wrap.py
                                    test_xarray.py
                                __init__.py
                                _reductions_generic.py
                                _shuffle.py
                                api.py
                                backends.py
                                blockwise.py
                                chunk.py
                                chunk_types.py
                                core.py
                                creation.py
                                cupy_entry_point.py
                                dispatch.py
                                einsumfuncs.py
                                fft.py
                                gufunc.py
                                image.py
                                linalg.py
                                ma.py
                                numpy_compat.py
                                NUMPY_LICENSE.txt
                                optimization.py
                                overlap.py
                                percentile.py
                                random.py
                                rechunk.py
                                reductions.py
                                reshape.py
                                routines.py
                                slicing.py
                                stats.py
                                svg.py
                                tiledb_io.py
                                ufunc.py
                                utils.py
                                wrap.py
                            bag/
                                tests/
                                    __init__.py
                                    test_avro.py
                                    test_bag.py
                                    test_random.py
                                    test_text.py
                                __init__.py
                                avro.py
                                chunk.py
                                core.py
                                random.py
                                text.py
                                utils.py
                            bytes/
                                tests/
                                    __init__.py
                                    test_bytes_utils.py
                                    test_compression.py
                                    test_http.py
                                    test_local.py
                                    test_s3.py
                                __init__.py
                                core.py
                                utils.py
                            dataframe/
                                dask_expr/
                                    diagnostics/
                                        __init__.py
                                        _analyze.py
                                        _analyze_plugin.py
                                        _explain.py
                                    io/
                                        tests/
                                            __init__.py
                                            test_delayed.py
                                            test_distributed.py
                                            test_from_pandas.py
                                            test_io.py
                                            test_parquet.py
                                            test_sql.py
                                        __init__.py
                                        _delayed.py
                                        bag.py
                                        io.py
                                        parquet.py
                                        records.py
                                    tests/
                                        __init__.py
                                        _util.py
                                        test_align_partitions.py
                                        test_categorical.py
                                        test_collection.py
                                        test_concat.py
                                        test_core.py
                                        test_cumulative.py
                                        test_datasets.py
                                        test_datetime.py
                                        test_describe.py
                                        test_diagnostics.py
                                        test_distributed.py
                                        test_dummies.py
                                        test_format.py
                                        test_fusion.py
                                        test_groupby.py
                                        test_indexing.py
                                        test_interchange.py
                                        test_map_partitions_overlap.py
                                        test_merge.py
                                        test_merge_asof.py
                                        test_partitioning_knowledge.py
                                        test_predicate_pushdown.py
                                        test_quantiles.py
                                        test_reductions.py
                                        test_repartition.py
                                        test_reshape.py
                                        test_rolling.py
                                        test_shuffle.py
                                        test_string_accessor.py
                                        test_ufunc.py
                                    __init__.py
                                    _accessor.py
                                    _backends.py
                                    _categorical.py
                                    _collection.py
                                    _concat.py
                                    _cumulative.py
                                    _datetime.py
                                    _describe.py
                                    _dummies.py
                                    _expr.py
                                    _groupby.py
                                    _indexing.py
                                    _interchange.py
                                    _merge.py
                                    _merge_asof.py
                                    _quantile.py
                                    _quantiles.py
                                    _reductions.py
                                    _repartition.py
                                    _rolling.py
                                    _shuffle.py
                                    _str_accessor.py
                                    _util.py
                                    _version.py
                                    datasets.py
                                io/
                                    orc/
                                        __init__.py
                                        arrow.py
                                        core.py
                                        utils.py
                                    parquet/
                                        __init__.py
                                        arrow.py
                                        core.py
                                        utils.py
                                    tests/
                                        __init__.py
                                        test_csv.py
                                        test_demo.py
                                        test_hdf.py
                                        test_io.py
                                        test_json.py
                                        test_orc.py
                                        test_parquet.py
                                        test_sql.py
                                    __init__.py
                                    csv.py
                                    demo.py
                                    hdf.py
                                    io.py
                                    json.py
                                    sql.py
                                    utils.py
                                tests/
                                    __init__.py
                                    test_accessors.py
                                    test_api.py
                                    test_arithmetics_reduction.py
                                    test_boolean.py
                                    test_categorical.py
                                    test_dataframe.py
                                    test_extensions.py
                                    test_groupby.py
                                    test_hashing.py
                                    test_hyperloglog.py
                                    test_indexing.py
                                    test_merge_column_and_index.py
                                    test_methods.py
                                    test_multi.py
                                    test_numeric.py
                                    test_pyarrow.py
                                    test_pyarrow_compat.py
                                    test_reshape.py
                                    test_rolling.py
                                    test_shuffle.py
                                    test_ufunc.py
                                    test_utils_dataframe.py
                                tseries/
                                    tests/
                                        __init__.py
                                        test_resample.py
                                        test_resample_expr.py
                                    __init__.py
                                    resample.py
                                __init__.py
                                _compat.py
                                _dtypes.py
                                _pyarrow.py
                                _pyarrow_compat.py
                                accessor.py
                                api.py
                                backends.py
                                categorical.py
                                core.py
                                dispatch.py
                                extensions.py
                                groupby.py
                                hyperloglog.py
                                indexing.py
                                methods.py
                                multi.py
                                partitionquantiles.py
                                rolling.py
                                shuffle.py
                                utils.py
                            diagnostics/
                                tests/
                                    __init__.py
                                    test_profiler.py
                                    test_progress.py
                                __init__.py
                                profile.py
                                profile_visualize.py
                                progress.py
                            tests/
                                __init__.py
                                test_backends.py
                                test_base.py
                                test_cache.py
                                test_callbacks.py
                                test_ci.py
                                test_cli.py
                                test_compatibility.py
                                test_config.py
                                test_context.py
                                test_core.py
                                test_datasets.py
                                test_delayed.py
                                test_distributed.py
                                test_docs.py
                                test_dot.py
                                test_expr.py
                                test_graph_manipulation.py
                                test_hashing.py
                                test_highgraph.py
                                test_hlgexpr.py
                                test_imports.py
                                test_layers.py
                                test_local.py
                                test_ml.py
                                test_multiprocessing.py
                                test_optimization.py
                                test_order.py
                                test_rewrite.py
                                test_sizeof.py
                                test_spark_compat.py
                                test_system.py
                                test_task_spec.py
                                test_threaded.py
                                test_tokenize.py
                                test_traceback.py
                                test_typing.py
                                test_utils.py
                                test_utils_test.py
                                warning_aliases.py
                            widgets/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    widgets.cpython-313.pyc
                                templates/
                                    array.html.j2
                                    dataframe.html.j2
                                    highlevelgraph.html.j2
                                    highlevelgraph_layer.html.j2
                                tests/
                                    templates/
                                        bytes.html.j2
                                        custom_filter.html.j2
                                        example.html.j2
                                    test_widgets.py
                                __init__.py
                                widgets.py
                            __init__.py
                            __main__.py
                            _collections.py
                            _compatibility.py
                            _dispatch.py
                            _expr.py
                            _task_spec.py
                            _version.py
                            backends.py
                            base.py
                            blockwise.py
                            cache.py
                            callbacks.py
                            cli.py
                            config.py
                            conftest.py
                            context.py
                            core.py
                            dask-schema.yaml
                            dask.yaml
                            datasets.py
                            delayed.py
                            distributed.py
                            dot.py
                            graph_manipulation.py
                            hashing.py
                            highlevelgraph.py
                            layers.py
                            local.py
                            ml.py
                            multiprocessing.py
                            optimization.py
                            order.py
                            py.typed
                            rewrite.py
                            sizeof.py
                            system.py
                            task_spec.py
                            threaded.py
                            tokenize.py
                            typing.py
                            utils.py
                            utils_test.py
                        dask-2025.7.0.dist-info/
                            licenses/
                                dask/
                                    array/
                                        NUMPY_LICENSE.txt
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        dateutil/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _common.cpython-313.pyc
                                _version.cpython-313.pyc
                                relativedelta.cpython-313.pyc
                            parser/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _parser.cpython-313.pyc
                                    isoparser.cpython-313.pyc
                                __init__.py
                                _parser.py
                                isoparser.py
                            tz/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _common.cpython-313.pyc
                                    _factories.cpython-313.pyc
                                    tz.cpython-313.pyc
                                    win.cpython-313.pyc
                                __init__.py
                                _common.py
                                _factories.py
                                tz.py
                                win.py
                            zoneinfo/
                                __init__.py
                                dateutil-zoneinfo.tar.gz
                                rebuild.py
                            __init__.py
                            _common.py
                            _version.py
                            easter.py
                            relativedelta.py
                            rrule.py
                            tzwin.py
                            utils.py
                        dateutil-stubs/
                            parser/
                                __init__.pyi
                                _parser.pyi
                                isoparser.pyi
                            tz/
                                __init__.pyi
                                _common.pyi
                                tz.pyi
                                win.pyi
                            zoneinfo/
                                __init__.pyi
                                rebuild.pyi
                            __init__.pyi
                            _common.pyi
                            _version.pyi
                            easter.pyi
                            METADATA.toml
                            py.typed
                            relativedelta.pyi
                            rrule.pyi
                            tzwin.pyi
                            utils.pyi
                        debugpy/
                            _vendored/
                                pydevd/
                                    _pydev_bundle/
                                        fsnotify/
                                            __init__.py
                                        __init__.py
                                        _pydev_calltip_util.py
                                        _pydev_completer.py
                                        _pydev_execfile.py
                                        _pydev_filesystem_encoding.py
                                        _pydev_getopt.py
                                        _pydev_imports_tipper.py
                                        _pydev_jy_imports_tipper.py
                                        _pydev_log.py
                                        _pydev_saved_modules.py
                                        _pydev_sys_patch.py
                                        _pydev_tipper_common.py
                                        pydev_console_utils.py
                                        pydev_import_hook.py
                                        pydev_imports.py
                                        pydev_ipython_console.py
                                        pydev_ipython_console_011.py
                                        pydev_is_thread_alive.py
                                        pydev_localhost.py
                                        pydev_log.py
                                        pydev_monkey.py
                                        pydev_monkey_qt.py
                                        pydev_override.py
                                        pydev_umd.py
                                        pydev_versioncheck.py
                                    _pydev_runfiles/
                                        __init__.py
                                        pydev_runfiles.py
                                        pydev_runfiles_coverage.py
                                        pydev_runfiles_nose.py
                                        pydev_runfiles_parallel.py
                                        pydev_runfiles_parallel_client.py
                                        pydev_runfiles_pytest2.py
                                        pydev_runfiles_unittest.py
                                        pydev_runfiles_xml_rpc.py
                                    _pydevd_bundle/
                                        _debug_adapter/
                                            __init__.py
                                            __main__pydevd_gen_debug_adapter_protocol.py
                                            debugProtocol.json
                                            debugProtocolCustom.json
                                            pydevd_base_schema.py
                                            pydevd_schema.py
                                            pydevd_schema_log.py
                                        pydevd_concurrency_analyser/
                                            __init__.py
                                            pydevd_concurrency_logger.py
                                            pydevd_thread_wrappers.py
                                        __init__.py
                                        pydevconsole_code.py
                                        pydevd_additional_thread_info.py
                                        pydevd_additional_thread_info_regular.py
                                        pydevd_api.py
                                        pydevd_breakpoints.py
                                        pydevd_bytecode_utils.py
                                        pydevd_bytecode_utils_py311.py
                                        pydevd_code_to_source.py
                                        pydevd_collect_bytecode_info.py
                                        pydevd_comm.py
                                        pydevd_comm_constants.py
                                        pydevd_command_line_handling.py
                                        pydevd_console.py
                                        pydevd_constants.py
                                        pydevd_custom_frames.py
                                        pydevd_cython.c
                                        pydevd_cython.cpython-313-darwin.so
                                        pydevd_cython.pxd
                                        pydevd_cython.pyx
                                        pydevd_cython_wrapper.py
                                        pydevd_daemon_thread.py
                                        pydevd_defaults.py
                                        pydevd_dont_trace.py
                                        pydevd_dont_trace_files.py
                                        pydevd_exec2.py
                                        pydevd_extension_api.py
                                        pydevd_extension_utils.py
                                        pydevd_filtering.py
                                        pydevd_frame.py
                                        pydevd_frame_utils.py
                                        pydevd_gevent_integration.py
                                        pydevd_import_class.py
                                        pydevd_io.py
                                        pydevd_json_debug_options.py
                                        pydevd_net_command.py
                                        pydevd_net_command_factory_json.py
                                        pydevd_net_command_factory_xml.py
                                        pydevd_plugin_utils.py
                                        pydevd_process_net_command.py
                                        pydevd_process_net_command_json.py
                                        pydevd_referrers.py
                                        pydevd_reload.py
                                        pydevd_resolver.py
                                        pydevd_runpy.py
                                        pydevd_safe_repr.py
                                        pydevd_save_locals.py
                                        pydevd_signature.py
                                        pydevd_source_mapping.py
                                        pydevd_stackless.py
                                        pydevd_suspended_frames.py
                                        pydevd_thread_lifecycle.py
                                        pydevd_timeout.py
                                        pydevd_trace_dispatch.py
                                        pydevd_trace_dispatch_regular.py
                                        pydevd_traceproperty.py
                                        pydevd_utils.py
                                        pydevd_vars.py
                                        pydevd_vm_type.py
                                        pydevd_xml.py
                                    _pydevd_frame_eval/
                                        vendored/
                                            bytecode/
                                                tests/
                                                    __init__.py
                                                    test_bytecode.py
                                                    test_cfg.py
                                                    test_code.py
                                                    test_concrete.py
                                                    test_flags.py
                                                    test_instr.py
                                                    test_misc.py
                                                    test_peephole_opt.py
                                                    util_annotation.py
                                                __init__.py
                                                bytecode.py
                                                cfg.py
                                                concrete.py
                                                flags.py
                                                instr.py
                                                peephole_opt.py
                                            __init__.py
                                            pydevd_fix_code.py
                                            README.txt
                                        .gitignore
                                        __init__.py
                                        pydevd_frame_eval_cython_wrapper.py
                                        pydevd_frame_eval_main.py
                                        pydevd_frame_evaluator.c
                                        pydevd_frame_evaluator.pxd
                                        pydevd_frame_evaluator.template.pyx
                                        pydevd_frame_tracing.py
                                        pydevd_modify_bytecode.py
                                        release_mem.h
                                    _pydevd_sys_monitoring/
                                        _pydevd_sys_monitoring.py
                                        _pydevd_sys_monitoring_cython.c
                                        _pydevd_sys_monitoring_cython.cpython-313-darwin.so
                                        _pydevd_sys_monitoring_cython.pxd
                                        _pydevd_sys_monitoring_cython.pyx
                                        pydevd_sys_monitoring.py
                                    pydev_ipython/
                                        __init__.py
                                        inputhook.py
                                        inputhookglut.py
                                        inputhookgtk.py
                                        inputhookgtk3.py
                                        inputhookpyglet.py
                                        inputhookqt4.py
                                        inputhookqt5.py
                                        inputhookqt6.py
                                        inputhooktk.py
                                        inputhookwx.py
                                        matplotlibtools.py
                                        qt.py
                                        qt_for_kernel.py
                                        qt_loaders.py
                                        README
                                        version.py
                                    pydev_sitecustomize/
                                        __not_in_default_pythonpath.txt
                                        sitecustomize.py
                                    pydevd_attach_to_process/
                                        common/
                                            py_custom_pyeval_settrace.hpp
                                            py_custom_pyeval_settrace_310.hpp
                                            py_custom_pyeval_settrace_311.hpp
                                            py_custom_pyeval_settrace_common.hpp
                                            py_settrace.hpp
                                            py_utils.hpp
                                            py_version.hpp
                                            python.h
                                            ref_utils.hpp
                                        linux_and_mac/
                                            .gitignore
                                            attach.cpp
                                            compile_linux.sh
                                            compile_mac.sh
                                            compile_manylinux.cmd
                                            lldb_prepare.py
                                        winappdbg/
                                            win32/
                                                __init__.py
                                                advapi32.py
                                                context_amd64.py
                                                context_i386.py
                                                dbghelp.py
                                                defines.py
                                                gdi32.py
                                                kernel32.py
                                                ntdll.py
                                                peb_teb.py
                                                psapi.py
                                                shell32.py
                                                shlwapi.py
                                                user32.py
                                                version.py
                                                wtsapi32.py
                                            __init__.py
                                            breakpoint.py
                                            compat.py
                                            crash.py
                                            debug.py
                                            disasm.py
                                            event.py
                                            interactive.py
                                            module.py
                                            process.py
                                            registry.py
                                            search.py
                                            sql.py
                                            system.py
                                            textio.py
                                            thread.py
                                            util.py
                                            window.py
                                        windows/
                                            attach.cpp
                                            attach.h
                                            compile_windows.bat
                                            inject_dll.cpp
                                            py_win_helpers.hpp
                                            run_code_in_memory.hpp
                                            run_code_on_dllmain.cpp
                                            stdafx.cpp
                                            stdafx.h
                                            targetver.h
                                        _always_live_program.py
                                        _check.py
                                        _test_attach_to_process.py
                                        _test_attach_to_process_linux.py
                                        add_code_to_python_process.py
                                        attach.dylib
                                        attach_pydevd.py
                                        attach_script.py
                                        README.txt
                                    pydevd_plugins/
                                        extensions/
                                            types/
                                                __init__.py
                                                pydevd_helpers.py
                                                pydevd_plugin_numpy_types.py
                                                pydevd_plugin_pandas_types.py
                                                pydevd_plugins_django_form_str.py
                                            __init__.py
                                            README.md
                                        __init__.py
                                        django_debug.py
                                        jinja2_debug.py
                                        pydevd_line_validation.py
                                    pydev_app_engine_debug_startup.py
                                    pydev_coverage.py
                                    pydev_pysrc.py
                                    pydev_run_in_console.py
                                    pydevconsole.py
                                    pydevd.py
                                    pydevd_file_utils.py
                                    pydevd_tracing.py
                                    setup_pydevd_cython.py
                                __init__.py
                                _pydevd_packaging.py
                                _util.py
                                force_pydevd.py
                            adapter/
                                __init__.py
                                __main__.py
                                clients.py
                                components.py
                                launchers.py
                                servers.py
                                sessions.py
                            common/
                                __init__.py
                                json.py
                                log.py
                                messaging.py
                                singleton.py
                                sockets.py
                                stacks.py
                                timestamp.py
                                util.py
                            launcher/
                                __init__.py
                                __main__.py
                                debuggee.py
                                handlers.py
                                output.py
                                winapi.py
                            server/
                                __init__.py
                                api.py
                                attach_pid_injected.py
                                cli.py
                            __init__.py
                            __main__.py
                            _version.py
                            public_api.py
                            ThirdPartyNotices.txt
                        debugpy-1.8.15.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        decorator-5.2.1.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            pbr.json
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        defusedxml/
                            __init__.py
                            cElementTree.py
                            common.py
                            ElementTree.py
                            expatbuilder.py
                            expatreader.py
                            lxml.py
                            minidom.py
                            pulldom.py
                            sax.py
                            xmlrpc.py
                        defusedxml-0.7.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        distributed/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _async_taskgroup.cpython-313.pyc
                                _asyncio.cpython-313.pyc
                                _concurrent_futures_thread.cpython-313.pyc
                                _stories.cpython-313.pyc
                                _version.cpython-313.pyc
                                active_memory_manager.cpython-313.pyc
                                actor.cpython-313.pyc
                                batched.cpython-313.pyc
                                broker.cpython-313.pyc
                                cfexecutor.cpython-313.pyc
                                client.cpython-313.pyc
                                cluster_dump.cpython-313.pyc
                                collections.cpython-313.pyc
                                compatibility.cpython-313.pyc
                                config.cpython-313.pyc
                                core.cpython-313.pyc
                                counter.cpython-313.pyc
                                diskutils.cpython-313.pyc
                                event.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                gc.cpython-313.pyc
                                itertools.cpython-313.pyc
                                lock.cpython-313.pyc
                                metrics.cpython-313.pyc
                                multi_lock.cpython-313.pyc
                                nanny.cpython-313.pyc
                                node.cpython-313.pyc
                                objects.cpython-313.pyc
                                preloading.cpython-313.pyc
                                process.cpython-313.pyc
                                proctitle.cpython-313.pyc
                                profile.cpython-313.pyc
                                publish.cpython-313.pyc
                                queues.cpython-313.pyc
                                recreate_tasks.cpython-313.pyc
                                scheduler.cpython-313.pyc
                                security.cpython-313.pyc
                                semaphore.cpython-313.pyc
                                sizeof.cpython-313.pyc
                                spans.cpython-313.pyc
                                spill.cpython-313.pyc
                                stealing.cpython-313.pyc
                                system.cpython-313.pyc
                                system_monitor.cpython-313.pyc
                                threadpoolexecutor.cpython-313.pyc
                                utils.cpython-313.pyc
                                utils_comm.cpython-313.pyc
                                variable.cpython-313.pyc
                                versions.cpython-313.pyc
                                worker.cpython-313.pyc
                                worker_client.cpython-313.pyc
                                worker_memory.cpython-313.pyc
                                worker_state_machine.cpython-313.pyc
                            cli/
                                __init__.py
                                dask_scheduler.py
                                dask_spec.py
                                dask_ssh.py
                                dask_worker.py
                                utils.py
                            comm/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    addressing.cpython-313.pyc
                                    core.cpython-313.pyc
                                    inproc.cpython-313.pyc
                                    registry.cpython-313.pyc
                                    tcp.cpython-313.pyc
                                    ucx.cpython-313.pyc
                                    utils.cpython-313.pyc
                                    ws.cpython-313.pyc
                                __init__.py
                                addressing.py
                                core.py
                                inproc.py
                                registry.py
                                tcp.py
                                ucx.py
                                utils.py
                                ws.py
                            dashboard/
                                components/
                                    __init__.py
                                    nvml.py
                                    rmm.py
                                    scheduler.py
                                    shared.py
                                    worker.py
                                templates/
                                    __init__.py
                                    performance_report.html
                                __init__.py
                                core.py
                                export_tool.js
                                export_tool.py
                                scheduler.py
                                theme.yaml
                                utils.py
                                worker.py
                            deploy/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    adaptive.cpython-313.pyc
                                    adaptive_core.cpython-313.pyc
                                    cluster.cpython-313.pyc
                                    local.cpython-313.pyc
                                    spec.cpython-313.pyc
                                    ssh.cpython-313.pyc
                                    subprocess.cpython-313.pyc
                                    utils.cpython-313.pyc
                                __init__.py
                                adaptive.py
                                adaptive_core.py
                                cluster.py
                                local.py
                                old_ssh.py
                                spec.py
                                ssh.py
                                subprocess.py
                                utils.py
                            diagnostics/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    graph_layout.cpython-313.pyc
                                    memory_sampler.cpython-313.pyc
                                    nvml.cpython-313.pyc
                                    plugin.cpython-313.pyc
                                    progress.cpython-313.pyc
                                    progressbar.cpython-313.pyc
                                    rmm.cpython-313.pyc
                                __init__.py
                                cluster_dump.py
                                cudf.py
                                eventstream.py
                                graph_layout.py
                                memory_sampler.py
                                memray.py
                                nvml.py
                                plugin.py
                                progress.py
                                progress_stream.py
                                progressbar.py
                                rmm.py
                                task_stream.py
                                websocket.py
                            http/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    routing.cpython-313.pyc
                                    utils.cpython-313.pyc
                                scheduler/
                                    prometheus/
                                        __init__.py
                                        core.py
                                        semaphore.py
                                        stealing.py
                                    __init__.py
                                    api.py
                                    info.py
                                    json.py
                                    missing_bokeh.py
                                static/
                                    css/
                                        __init__.py
                                        base.css
                                        gpu.css
                                        individual-cluster-map.css
                                        sortable.min.css
                                        status.css
                                    images/
                                        __init__.py
                                        dask-logo.svg
                                        fa-bars.svg
                                        favicon.ico
                                        jupyter.svg
                                        numpy.png
                                        pandas.png
                                        python.png
                                    js/
                                        __init__.py
                                        anime.min.js
                                        individual-cluster-map.js
                                        reconnecting-websocket.min.js
                                        sortable.min.js
                                    __init__.py
                                    individual-cluster-map.html
                                templates/
                                    __init__.py
                                    base.html
                                    call-stack.html
                                    exceptions.html
                                    gpu.html
                                    json-index.html
                                    logs.html
                                    main.html
                                    simple.html
                                    status.html
                                    task.html
                                    worker-table.html
                                    worker.html
                                    workers.html
                                worker/
                                    prometheus/
                                        __init__.py
                                        core.py
                                    __init__.py
                                __init__.py
                                health.py
                                prometheus.py
                                proxy.py
                                routing.py
                                statics.py
                                utils.py
                            protocol/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    compression.cpython-313.pyc
                                    core.cpython-313.pyc
                                    cuda.cpython-313.pyc
                                    pickle.cpython-313.pyc
                                    serialize.cpython-313.pyc
                                    utils.cpython-313.pyc
                                __init__.py
                                arrow.py
                                compression.py
                                core.py
                                cuda.py
                                cupy.py
                                h5py.py
                                keras.py
                                netcdf4.py
                                numba.py
                                numpy.py
                                pickle.py
                                rmm.py
                                scipy.py
                                serialize.py
                                sparse.py
                                torch.py
                                utils.py
                                utils_test.py
                            shuffle/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _arrow.cpython-313.pyc
                                    _buffer.cpython-313.pyc
                                    _comms.cpython-313.pyc
                                    _core.cpython-313.pyc
                                    _disk.cpython-313.pyc
                                    _exceptions.cpython-313.pyc
                                    _limiter.cpython-313.pyc
                                    _memory.cpython-313.pyc
                                    _pickle.cpython-313.pyc
                                    _rechunk.cpython-313.pyc
                                    _scheduler_plugin.cpython-313.pyc
                                    _worker_plugin.cpython-313.pyc
                                __init__.py
                                _arrow.py
                                _buffer.py
                                _comms.py
                                _core.py
                                _disk.py
                                _exceptions.py
                                _limiter.py
                                _memory.py
                                _merge.py
                                _pickle.py
                                _rechunk.py
                                _scheduler_plugin.py
                                _shuffle.py
                                _worker_plugin.py
                            widgets/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                templates/
                                    __init__.py
                                    client.html.j2
                                    cluster.html.j2
                                    computation.html.j2
                                    future.html.j2
                                    has_what.html.j2
                                    local_cluster.html.j2
                                    log.html.j2
                                    logs.html.j2
                                    process_interface.html.j2
                                    scheduler.html.j2
                                    scheduler_info.html.j2
                                    security.html.j2
                                    task_state.html.j2
                                    who_has.html.j2
                                    worker_state.html.j2
                                __init__.py
                            __init__.py
                            _async_taskgroup.py
                            _asyncio.py
                            _concurrent_futures_thread.py
                            _signals.py
                            _stories.py
                            _version.py
                            active_memory_manager.py
                            actor.py
                            batched.py
                            bokeh.py
                            broker.py
                            cfexecutor.py
                            chaos.py
                            client.py
                            cluster_dump.py
                            collections.py
                            compatibility.py
                            config.py
                            core.py
                            counter.py
                            diskutils.py
                            distributed-schema.yaml
                            distributed.yaml
                            event.py
                            exceptions.py
                            gc.py
                            itertools.py
                            lock.py
                            metrics.py
                            multi_lock.py
                            nanny.py
                            node.py
                            objects.py
                            preloading.py
                            process.py
                            proctitle.py
                            profile.py
                            publish.py
                            py.typed
                            queues.py
                            recreate_tasks.py
                            scheduler.py
                            security.py
                            semaphore.py
                            sizeof.py
                            spans.py
                            spill.py
                            stealing.py
                            system.py
                            system_monitor.py
                            threadpoolexecutor.py
                            utils.py
                            utils_comm.py
                            utils_test.py
                            variable.py
                            versions.py
                            worker.py
                            worker_client.py
                            worker_memory.py
                            worker_state_machine.py
                        distributed-2025.7.0.dist-info/
                            licenses/
                                AUTHORS.md
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        dotenv/
                            __pycache__/
                                __init__.cpython-313.pyc
                                main.cpython-313.pyc
                                parser.cpython-313.pyc
                                variables.cpython-313.pyc
                            __init__.py
                            __main__.py
                            cli.py
                            ipython.py
                            main.py
                            parser.py
                            py.typed
                            variables.py
                            version.py
                        executing/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _exceptions.cpython-313.pyc
                                _position_node_finder.cpython-313.pyc
                                _pytest_utils.cpython-313.pyc
                                executing.cpython-313.pyc
                                version.cpython-313.pyc
                            __init__.py
                            _exceptions.py
                            _position_node_finder.py
                            _pytest_utils.py
                            executing.py
                            py.typed
                            version.py
                        executing-2.2.0.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        fastjsonschema/
                            __init__.py
                            __main__.py
                            draft04.py
                            draft06.py
                            draft07.py
                            exceptions.py
                            generator.py
                            indent.py
                            ref_resolver.py
                            version.py
                        fastjsonschema-2.21.1.dist-info/
                            AUTHORS
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        fastparquet/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _version.cpython-313.pyc
                                api.cpython-313.pyc
                                compression.cpython-313.pyc
                                converted_types.cpython-313.pyc
                                core.cpython-313.pyc
                                dataframe.cpython-313.pyc
                                encoding.cpython-313.pyc
                                json.cpython-313.pyc
                                schema.cpython-313.pyc
                                util.cpython-313.pyc
                                writer.cpython-313.pyc
                            parquet_thrift/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                parquet/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        ttypes.cpython-313.pyc
                                    __init__.py
                                    ttypes.py
                                __init__.py
                            __init__.py
                            _version.py
                            api.py
                            cencoding.c
                            cencoding.cpython-313-darwin.so
                            cencoding.pyx
                            compression.py
                            converted_types.py
                            core.py
                            dataframe.py
                            encoding.py
                            evolve.py
                            json.py
                            parquet.thrift
                            schema.py
                            speedups.c
                            speedups.cpython-313-darwin.so
                            speedups.pyx
                            thrift_structures.py
                            util.py
                            writer.py
                        fastparquet-2024.11.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        fhconfparser/
                            __init__.py
                            fhconfparser.py
                            simpleconf.py
                        fhconfparser-2024.1.dist-info/
                            INSTALLER
                            LICENSE.md
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        fqdn/
                            __init__.py
                            _compat.py
                        fqdn-1.5.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        fsspec/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _version.cpython-313.pyc
                                caching.cpython-313.pyc
                                callbacks.cpython-313.pyc
                                compression.cpython-313.pyc
                                config.cpython-313.pyc
                                core.cpython-313.pyc
                                dircache.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                mapping.cpython-313.pyc
                                registry.cpython-313.pyc
                                spec.cpython-313.pyc
                                transaction.cpython-313.pyc
                                utils.cpython-313.pyc
                            implementations/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    local.cpython-313.pyc
                                __init__.py
                                arrow.py
                                asyn_wrapper.py
                                cache_mapper.py
                                cache_metadata.py
                                cached.py
                                dask.py
                                data.py
                                dbfs.py
                                dirfs.py
                                ftp.py
                                gist.py
                                git.py
                                github.py
                                http.py
                                http_sync.py
                                jupyter.py
                                libarchive.py
                                local.py
                                memory.py
                                reference.py
                                sftp.py
                                smb.py
                                tar.py
                                webhdfs.py
                                zip.py
                            tests/
                                abstract/
                                    __init__.py
                                    common.py
                                    copy.py
                                    get.py
                                    mv.py
                                    open.py
                                    pipe.py
                                    put.py
                            __init__.py
                            _version.py
                            archive.py
                            asyn.py
                            caching.py
                            callbacks.py
                            compression.py
                            config.py
                            conftest.py
                            core.py
                            dircache.py
                            exceptions.py
                            fuse.py
                            generic.py
                            gui.py
                            json.py
                            mapping.py
                            parquet.py
                            registry.py
                            spec.py
                            transaction.py
                            utils.py
                        fsspec-2025.7.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        h11/
                            __init__.py
                            _abnf.py
                            _connection.py
                            _events.py
                            _headers.py
                            _readers.py
                            _receivebuffer.py
                            _state.py
                            _util.py
                            _version.py
                            _writers.py
                            py.typed
                        h11-0.16.0.dist-info/
                            licenses/
                                LICENSE.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        httpcore/
                            _async/
                                __init__.py
                                connection.py
                                connection_pool.py
                                http11.py
                                http2.py
                                http_proxy.py
                                interfaces.py
                                socks_proxy.py
                            _backends/
                                __init__.py
                                anyio.py
                                auto.py
                                base.py
                                mock.py
                                sync.py
                                trio.py
                            _sync/
                                __init__.py
                                connection.py
                                connection_pool.py
                                http11.py
                                http2.py
                                http_proxy.py
                                interfaces.py
                                socks_proxy.py
                            __init__.py
                            _api.py
                            _exceptions.py
                            _models.py
                            _ssl.py
                            _synchronization.py
                            _trace.py
                            _utils.py
                            py.typed
                        httpcore-1.0.9.dist-info/
                            licenses/
                                LICENSE.md
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        httpx/
                            _transports/
                                __init__.py
                                asgi.py
                                base.py
                                default.py
                                mock.py
                                wsgi.py
                            __init__.py
                            __version__.py
                            _api.py
                            _auth.py
                            _client.py
                            _config.py
                            _content.py
                            _decoders.py
                            _exceptions.py
                            _main.py
                            _models.py
                            _multipart.py
                            _status_codes.py
                            _types.py
                            _urlparse.py
                            _urls.py
                            _utils.py
                            py.typed
                        httpx-0.28.1.dist-info/
                            licenses/
                                LICENSE.md
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        humanize/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _version.cpython-313.pyc
                                filesize.cpython-313.pyc
                                i18n.cpython-313.pyc
                                lists.cpython-313.pyc
                                number.cpython-313.pyc
                                time.cpython-313.pyc
                            locale/
                                ar/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                bn_BD/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ca_ES/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                da_DK/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                de_DE/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                el_GR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                eo/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                es_ES/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                eu/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                fa_IR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                fi_FI/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                fr_FR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                he_IL/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                hu_HU/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                id_ID/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                it_IT/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ja_JP/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ko_KR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                nb/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                nl_NL/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                pl_PL/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                pt_BR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                pt_PT/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ru_RU/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                sk_SK/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                sl_SI/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                sv_SE/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                tlh/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                tr_TR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                uk_UA/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                vi_VN/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                zh_CN/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                zh_HK/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                            __init__.py
                            _version.py
                            filesize.py
                            i18n.py
                            lists.py
                            number.py
                            py.typed
                            time.py
                        humanize-4.12.3.dist-info/
                            licenses/
                                LICENCE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        idna/
                            __init__.py
                            codec.py
                            compat.py
                            core.py
                            idnadata.py
                            intranges.py
                            package_data.py
                            py.typed
                            uts46data.py
                        idna-3.10.dist-info/
                            INSTALLER
                            LICENSE.md
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        inflate64/
                            __pycache__/
                                __init__.cpython-313.pyc
                            __init__.py
                            _inflate64.cpython-313-darwin.so
                            py.typed
                        inflate64-1.0.3.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        iniconfig/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _parse.cpython-313.pyc
                                exceptions.cpython-313.pyc
                            __init__.py
                            _parse.py
                            _version.py
                            exceptions.py
                            py.typed
                        iniconfig-2.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        invoke/
                            completion/
                                __init__.py
                                bash.completion
                                complete.py
                                fish.completion
                                zsh.completion
                            parser/
                                __init__.py
                                argument.py
                                context.py
                                parser.py
                            vendor/
                                fluidity/
                                    __init__.py
                                    backwardscompat.py
                                    machine.py
                                lexicon/
                                    __init__.py
                                    _version.py
                                    alias_dict.py
                                    attribute_dict.py
                                yaml/
                                    __init__.py
                                    composer.py
                                    constructor.py
                                    cyaml.py
                                    dumper.py
                                    emitter.py
                                    error.py
                                    events.py
                                    loader.py
                                    nodes.py
                                    parser.py
                                    reader.py
                                    representer.py
                                    resolver.py
                                    scanner.py
                                    serializer.py
                                    tokens.py
                                __init__.py
                            __init__.py
                            __main__.py
                            _version.py
                            collection.py
                            config.py
                            context.py
                            env.py
                            exceptions.py
                            executor.py
                            loader.py
                            main.py
                            program.py
                            py.typed
                            runners.py
                            tasks.py
                            terminals.py
                            util.py
                            watchers.py
                        invoke-2.2.0.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        ipykernel/
                            comm/
                                __init__.py
                                comm.py
                                manager.py
                            gui/
                                __init__.py
                                gtk3embed.py
                                gtkembed.py
                            inprocess/
                                __init__.py
                                blocking.py
                                channels.py
                                client.py
                                constants.py
                                ipkernel.py
                                manager.py
                                socket.py
                            pylab/
                                __init__.py
                                backend_inline.py
                                config.py
                            resources/
                                logo-32x32.png
                                logo-64x64.png
                                logo-svg.svg
                            __init__.py
                            __main__.py
                            _eventloop_macos.py
                            _version.py
                            compiler.py
                            connect.py
                            control.py
                            datapub.py
                            debugger.py
                            displayhook.py
                            embed.py
                            eventloops.py
                            heartbeat.py
                            iostream.py
                            ipkernel.py
                            jsonutil.py
                            kernelapp.py
                            kernelbase.py
                            kernelspec.py
                            log.py
                            parentpoller.py
                            pickleutil.py
                            py.typed
                            serialize.py
                            trio_runner.py
                            zmqshell.py
                        ipykernel-6.30.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        IPython/
                            __pycache__/
                                __init__.cpython-313.pyc
                                display.cpython-313.pyc
                                paths.cpython-313.pyc
                            core/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    alias.cpython-313.pyc
                                    application.cpython-313.pyc
                                    async_helpers.cpython-313.pyc
                                    autocall.cpython-313.pyc
                                    builtin_trap.cpython-313.pyc
                                    compilerop.cpython-313.pyc
                                    completer.cpython-313.pyc
                                    completerlib.cpython-313.pyc
                                    crashhandler.cpython-313.pyc
                                    debugger.cpython-313.pyc
                                    debugger_backport.cpython-313.pyc
                                    display.cpython-313.pyc
                                    display_functions.cpython-313.pyc
                                    display_trap.cpython-313.pyc
                                    displayhook.cpython-313.pyc
                                    displaypub.cpython-313.pyc
                                    doctb.cpython-313.pyc
                                    error.cpython-313.pyc
                                    events.cpython-313.pyc
                                    extensions.cpython-313.pyc
                                    formatters.cpython-313.pyc
                                    getipython.cpython-313.pyc
                                    guarded_eval.cpython-313.pyc
                                    history.cpython-313.pyc
                                    hooks.cpython-313.pyc
                                    inputtransformer2.cpython-313.pyc
                                    interactiveshell.cpython-313.pyc
                                    latex_symbols.cpython-313.pyc
                                    logger.cpython-313.pyc
                                    macro.cpython-313.pyc
                                    magic.cpython-313.pyc
                                    magic_arguments.cpython-313.pyc
                                    oinspect.cpython-313.pyc
                                    page.cpython-313.pyc
                                    payload.cpython-313.pyc
                                    prefilter.cpython-313.pyc
                                    profiledir.cpython-313.pyc
                                    release.cpython-313.pyc
                                    shellapp.cpython-313.pyc
                                    splitinput.cpython-313.pyc
                                    tbtools.cpython-313.pyc
                                    tips.cpython-313.pyc
                                    ultratb.cpython-313.pyc
                                    usage.cpython-313.pyc
                                magics/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        ast_mod.cpython-313.pyc
                                        auto.cpython-313.pyc
                                        basic.cpython-313.pyc
                                        code.cpython-313.pyc
                                        config.cpython-313.pyc
                                        display.cpython-313.pyc
                                        execution.cpython-313.pyc
                                        extension.cpython-313.pyc
                                        history.cpython-313.pyc
                                        logging.cpython-313.pyc
                                        namespace.cpython-313.pyc
                                        osm.cpython-313.pyc
                                        packaging.cpython-313.pyc
                                        pylab.cpython-313.pyc
                                        script.cpython-313.pyc
                                    __init__.py
                                    ast_mod.py
                                    auto.py
                                    basic.py
                                    code.py
                                    config.py
                                    display.py
                                    execution.py
                                    extension.py
                                    history.py
                                    logging.py
                                    namespace.py
                                    osm.py
                                    packaging.py
                                    pylab.py
                                    script.py
                                profile/
                                    README_STARTUP
                                __init__.py
                                alias.py
                                application.py
                                async_helpers.py
                                autocall.py
                                builtin_trap.py
                                compilerop.py
                                completer.py
                                completerlib.py
                                crashhandler.py
                                debugger.py
                                debugger_backport.py
                                display.py
                                display_functions.py
                                display_trap.py
                                displayhook.py
                                displaypub.py
                                doctb.py
                                error.py
                                events.py
                                extensions.py
                                formatters.py
                                getipython.py
                                guarded_eval.py
                                history.py
                                historyapp.py
                                hooks.py
                                inputtransformer2.py
                                interactiveshell.py
                                latex_symbols.py
                                logger.py
                                macro.py
                                magic.py
                                magic_arguments.py
                                oinspect.py
                                page.py
                                payload.py
                                payloadpage.py
                                prefilter.py
                                profileapp.py
                                profiledir.py
                                pylabtools.py
                                release.py
                                shellapp.py
                                splitinput.py
                                tbtools.py
                                tips.py
                                ultratb.py
                                usage.py
                            extensions/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    storemagic.cpython-313.pyc
                                deduperreload/
                                    __init__.py
                                    deduperreload.py
                                    deduperreload_patching.py
                                __init__.py
                                autoreload.py
                                storemagic.py
                            external/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    pickleshare.cpython-313.pyc
                                __init__.py
                                pickleshare.py
                                qt_for_kernel.py
                                qt_loaders.py
                            lib/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    backgroundjobs.cpython-313.pyc
                                    clipboard.cpython-313.pyc
                                    display.cpython-313.pyc
                                    pretty.cpython-313.pyc
                                __init__.py
                                backgroundjobs.py
                                clipboard.py
                                deepreload.py
                                demo.py
                                display.py
                                editorhooks.py
                                guisupport.py
                                latextools.py
                                lexers.py
                                pretty.py
                            sphinxext/
                                __init__.py
                                custom_doctests.py
                                ipython_console_highlighting.py
                                ipython_directive.py
                            terminal/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    debugger.cpython-313.pyc
                                    embed.cpython-313.pyc
                                    interactiveshell.cpython-313.pyc
                                    ipapp.cpython-313.pyc
                                    magics.cpython-313.pyc
                                    prompts.cpython-313.pyc
                                    ptutils.cpython-313.pyc
                                pt_inputhooks/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                    __init__.py
                                    asyncio.py
                                    glut.py
                                    gtk.py
                                    gtk3.py
                                    gtk4.py
                                    osx.py
                                    pyglet.py
                                    qt.py
                                    tk.py
                                    wx.py
                                shortcuts/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        auto_match.cpython-313.pyc
                                        auto_suggest.cpython-313.pyc
                                        filters.cpython-313.pyc
                                    __init__.py
                                    auto_match.py
                                    auto_suggest.py
                                    filters.py
                                __init__.py
                                debugger.py
                                embed.py
                                interactiveshell.py
                                ipapp.py
                                magics.py
                                prompts.py
                                ptutils.py
                            testing/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    skipdoctest.cpython-313.pyc
                                plugin/
                                    __init__.py
                                    dtexample.py
                                    ipdoctest.py
                                    pytest_ipdoctest.py
                                    setup.py
                                    simple.py
                                    simplevars.py
                                    test_combo.txt
                                    test_example.txt
                                    test_exampleip.txt
                                    test_ipdoctest.py
                                    test_refs.py
                                __init__.py
                                decorators.py
                                globalipapp.py
                                ipunittest.py
                                skipdoctest.py
                                tools.py
                            utils/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _process_common.cpython-313.pyc
                                    _process_posix.cpython-313.pyc
                                    _sysinfo.cpython-313.pyc
                                    capture.cpython-313.pyc
                                    contexts.cpython-313.pyc
                                    data.cpython-313.pyc
                                    decorators.cpython-313.pyc
                                    dir2.cpython-313.pyc
                                    docs.cpython-313.pyc
                                    encoding.cpython-313.pyc
                                    frame.cpython-313.pyc
                                    generics.cpython-313.pyc
                                    importstring.cpython-313.pyc
                                    io.cpython-313.pyc
                                    ipstruct.cpython-313.pyc
                                    module_paths.cpython-313.pyc
                                    openpy.cpython-313.pyc
                                    path.cpython-313.pyc
                                    process.cpython-313.pyc
                                    py3compat.cpython-313.pyc
                                    PyColorize.cpython-313.pyc
                                    sentinel.cpython-313.pyc
                                    strdispatch.cpython-313.pyc
                                    sysinfo.cpython-313.pyc
                                    syspathcontext.cpython-313.pyc
                                    terminal.cpython-313.pyc
                                    text.cpython-313.pyc
                                    timing.cpython-313.pyc
                                    tokenutil.cpython-313.pyc
                                    wildcard.cpython-313.pyc
                                __init__.py
                                _process_cli.py
                                _process_common.py
                                _process_emscripten.py
                                _process_posix.py
                                _process_win32.py
                                _process_win32_controller.py
                                _sysinfo.py
                                capture.py
                                coloransi.py
                                contexts.py
                                data.py
                                decorators.py
                                dir2.py
                                docs.py
                                encoding.py
                                eventful.py
                                frame.py
                                generics.py
                                importstring.py
                                io.py
                                ipstruct.py
                                jsonutil.py
                                log.py
                                module_paths.py
                                openpy.py
                                path.py
                                process.py
                                py3compat.py
                                PyColorize.py
                                sentinel.py
                                strdispatch.py
                                sysinfo.py
                                syspathcontext.py
                                tempdir.py
                                terminal.py
                                text.py
                                timing.py
                                tokenutil.py
                                wildcard.py
                            __init__.py
                            __main__.py
                            display.py
                            paths.py
                            py.typed
                        ipython-9.4.0.dist-info/
                            licenses/
                                COPYING.rst
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        ipython_pygments_lexers-1.1.1.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        ipywidgets/
                            tests/
                                __init__.py
                                test_embed.py
                            widgets/
                                tests/
                                    data/
                                        jupyter-logo-transparent.png
                                    __init__.py
                                    test_datetime_serializers.py
                                    test_docutils.py
                                    test_interaction.py
                                    test_link.py
                                    test_selectioncontainer.py
                                    test_send_state.py
                                    test_set_state.py
                                    test_traits.py
                                    test_utils.py
                                    test_widget.py
                                    test_widget_box.py
                                    test_widget_button.py
                                    test_widget_datetime.py
                                    test_widget_float.py
                                    test_widget_image.py
                                    test_widget_naive_datetime.py
                                    test_widget_output.py
                                    test_widget_selection.py
                                    test_widget_string.py
                                    test_widget_templates.py
                                    test_widget_time.py
                                    test_widget_upload.py
                                    utils.py
                                __init__.py
                                docutils.py
                                domwidget.py
                                interaction.py
                                trait_types.py
                                utils.py
                                valuewidget.py
                                widget.py
                                widget_bool.py
                                widget_box.py
                                widget_button.py
                                widget_color.py
                                widget_controller.py
                                widget_core.py
                                widget_date.py
                                widget_datetime.py
                                widget_description.py
                                widget_float.py
                                widget_int.py
                                widget_layout.py
                                widget_link.py
                                widget_media.py
                                widget_output.py
                                widget_selection.py
                                widget_selectioncontainer.py
                                widget_string.py
                                widget_style.py
                                widget_tagsinput.py
                                widget_templates.py
                                widget_time.py
                                widget_upload.py
                            __init__.py
                            _version.py
                            comm.py
                            embed.py
                            state.schema.json
                            view.schema.json
                        ipywidgets-8.1.7.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        isoduration/
                            formatter/
                                __init__.py
                                checking.py
                                exceptions.py
                                formatting.py
                            operations/
                                __init__.py
                                util.py
                            parser/
                                __init__.py
                                exceptions.py
                                parsing.py
                                util.py
                            __init__.py
                            constants.py
                            types.py
                        isoduration-20.11.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jedi/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _compatibility.cpython-313.pyc
                                cache.cpython-313.pyc
                                common.cpython-313.pyc
                                debug.cpython-313.pyc
                                file_io.cpython-313.pyc
                                parser_utils.cpython-313.pyc
                                settings.cpython-313.pyc
                            api/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    classes.cpython-313.pyc
                                    completion.cpython-313.pyc
                                    completion_cache.cpython-313.pyc
                                    environment.cpython-313.pyc
                                    errors.cpython-313.pyc
                                    exceptions.cpython-313.pyc
                                    file_name.cpython-313.pyc
                                    helpers.cpython-313.pyc
                                    interpreter.cpython-313.pyc
                                    keywords.cpython-313.pyc
                                    project.cpython-313.pyc
                                    strings.cpython-313.pyc
                                refactoring/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        extract.cpython-313.pyc
                                    __init__.py
                                    extract.py
                                __init__.py
                                classes.py
                                completion.py
                                completion_cache.py
                                environment.py
                                errors.py
                                exceptions.py
                                file_name.py
                                helpers.py
                                interpreter.py
                                keywords.py
                                project.py
                                replstartup.py
                                strings.py
                            inference/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    analysis.cpython-313.pyc
                                    arguments.cpython-313.pyc
                                    base_value.cpython-313.pyc
                                    cache.cpython-313.pyc
                                    context.cpython-313.pyc
                                    docstring_utils.cpython-313.pyc
                                    docstrings.cpython-313.pyc
                                    filters.cpython-313.pyc
                                    flow_analysis.cpython-313.pyc
                                    helpers.cpython-313.pyc
                                    imports.cpython-313.pyc
                                    lazy_value.cpython-313.pyc
                                    names.cpython-313.pyc
                                    param.cpython-313.pyc
                                    parser_cache.cpython-313.pyc
                                    recursion.cpython-313.pyc
                                    references.cpython-313.pyc
                                    signature.cpython-313.pyc
                                    syntax_tree.cpython-313.pyc
                                    sys_path.cpython-313.pyc
                                    utils.cpython-313.pyc
                                compiled/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        access.cpython-313.pyc
                                        getattr_static.cpython-313.pyc
                                        mixed.cpython-313.pyc
                                        value.cpython-313.pyc
                                    subprocess/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            functions.cpython-313.pyc
                                        __init__.py
                                        __main__.py
                                        functions.py
                                    __init__.py
                                    access.py
                                    getattr_static.py
                                    mixed.py
                                    value.py
                                gradual/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        annotation.cpython-313.pyc
                                        base.cpython-313.pyc
                                        conversion.cpython-313.pyc
                                        generics.cpython-313.pyc
                                        stub_value.cpython-313.pyc
                                        type_var.cpython-313.pyc
                                        typeshed.cpython-313.pyc
                                        typing.cpython-313.pyc
                                        utils.cpython-313.pyc
                                    __init__.py
                                    annotation.py
                                    base.py
                                    conversion.py
                                    generics.py
                                    stub_value.py
                                    type_var.py
                                    typeshed.py
                                    typing.py
                                    utils.py
                                value/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        decorator.cpython-313.pyc
                                        dynamic_arrays.cpython-313.pyc
                                        function.cpython-313.pyc
                                        instance.cpython-313.pyc
                                        iterable.cpython-313.pyc
                                        klass.cpython-313.pyc
                                        module.cpython-313.pyc
                                        namespace.cpython-313.pyc
                                    __init__.py
                                    decorator.py
                                    dynamic_arrays.py
                                    function.py
                                    instance.py
                                    iterable.py
                                    klass.py
                                    module.py
                                    namespace.py
                                __init__.py
                                analysis.py
                                arguments.py
                                base_value.py
                                cache.py
                                context.py
                                docstring_utils.py
                                docstrings.py
                                dynamic_params.py
                                filters.py
                                finder.py
                                flow_analysis.py
                                helpers.py
                                imports.py
                                lazy_value.py
                                names.py
                                param.py
                                parser_cache.py
                                recursion.py
                                references.py
                                signature.py
                                star_args.py
                                syntax_tree.py
                                sys_path.py
                                utils.py
                            plugins/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    django.cpython-313.pyc
                                    flask.cpython-313.pyc
                                    pytest.cpython-313.pyc
                                    registry.cpython-313.pyc
                                    stdlib.cpython-313.pyc
                                __init__.py
                                django.py
                                flask.py
                                pytest.py
                                registry.py
                                stdlib.py
                            third_party/
                                django-stubs/
                                    django-stubs/
                                        apps/
                                            __init__.pyi
                                            config.pyi
                                            registry.pyi
                                        conf/
                                            locale/
                                                __init__.pyi
                                            urls/
                                                __init__.pyi
                                                i18n.pyi
                                                static.pyi
                                            __init__.pyi
                                            global_settings.pyi
                                        contrib/
                                            admin/
                                                templatetags/
                                                    __init__.pyi
                                                    admin_list.pyi
                                                    admin_modify.pyi
                                                    admin_static.pyi
                                                    admin_urls.pyi
                                                    base.pyi
                                                    log.pyi
                                                views/
                                                    __init__.pyi
                                                    autocomplete.pyi
                                                    decorators.pyi
                                                    main.pyi
                                                __init__.pyi
                                                actions.pyi
                                                apps.pyi
                                                checks.pyi
                                                decorators.pyi
                                                filters.pyi
                                                forms.pyi
                                                helpers.pyi
                                                models.pyi
                                                options.pyi
                                                sites.pyi
                                                tests.pyi
                                                utils.pyi
                                                widgets.pyi
                                            admindocs/
                                                __init__.pyi
                                                middleware.pyi
                                                urls.pyi
                                                utils.pyi
                                                views.pyi
                                            auth/
                                                handlers/
                                                    __init__.pyi
                                                    modwsgi.pyi
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        changepassword.pyi
                                                        createsuperuser.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                admin.pyi
                                                apps.pyi
                                                backends.pyi
                                                base_user.pyi
                                                checks.pyi
                                                context_processors.pyi
                                                decorators.pyi
                                                forms.pyi
                                                hashers.pyi
                                                middleware.pyi
                                                mixins.pyi
                                                models.pyi
                                                password_validation.pyi
                                                signals.pyi
                                                tokens.pyi
                                                urls.pyi
                                                validators.pyi
                                                views.pyi
                                            contenttypes/
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        remove_stale_contenttypes.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                admin.pyi
                                                apps.pyi
                                                checks.pyi
                                                fields.pyi
                                                forms.pyi
                                                models.pyi
                                                views.pyi
                                            flatpages/
                                                templatetags/
                                                    __init__.pyi
                                                    flatpages.pyi
                                                __init__.pyi
                                                forms.pyi
                                                middleware.pyi
                                                models.pyi
                                                sitemaps.pyi
                                                urls.pyi
                                                views.pyi
                                            gis/
                                                db/
                                                    models/
                                                        __init__.pyi
                                                        fields.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                            humanize/
                                                templatetags/
                                                    __init__.pyi
                                                    humanize.pyi
                                                __init__.pyi
                                            messages/
                                                storage/
                                                    __init__.pyi
                                                    base.pyi
                                                    cookie.pyi
                                                    fallback.pyi
                                                    session.pyi
                                                __init__.pyi
                                                api.pyi
                                                constants.pyi
                                                context_processors.pyi
                                                middleware.pyi
                                                utils.pyi
                                                views.pyi
                                            postgres/
                                                aggregates/
                                                    __init__.pyi
                                                    general.pyi
                                                    mixins.pyi
                                                    statistics.pyi
                                                fields/
                                                    __init__.pyi
                                                    array.pyi
                                                    citext.pyi
                                                    hstore.pyi
                                                    jsonb.pyi
                                                    mixins.pyi
                                                    ranges.pyi
                                                __init__.pyi
                                                constraints.pyi
                                                functions.pyi
                                                indexes.pyi
                                                lookups.pyi
                                                operations.pyi
                                                search.pyi
                                                signals.pyi
                                                validators.pyi
                                            redirects/
                                                __init__.pyi
                                                middleware.pyi
                                                models.pyi
                                            sessions/
                                                backends/
                                                    __init__.pyi
                                                    base.pyi
                                                    cache.pyi
                                                    cached_db.pyi
                                                    db.pyi
                                                    file.pyi
                                                    signed_cookies.pyi
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        clearsessions.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                base_session.pyi
                                                exceptions.pyi
                                                middleware.pyi
                                                models.pyi
                                                serializers.pyi
                                            sitemaps/
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        ping_google.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                views.pyi
                                            sites/
                                                __init__.pyi
                                                apps.pyi
                                                management.pyi
                                                managers.pyi
                                                middleware.pyi
                                                models.pyi
                                                requests.pyi
                                                shortcuts.pyi
                                            staticfiles/
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        collectstatic.pyi
                                                        findstatic.pyi
                                                        runserver.pyi
                                                    __init__.pyi
                                                templatetags/
                                                    __init__.pyi
                                                    staticfiles.pyi
                                                __init__.pyi
                                                apps.pyi
                                                checks.pyi
                                                finders.pyi
                                                handlers.pyi
                                                storage.pyi
                                                testing.pyi
                                                urls.pyi
                                                utils.pyi
                                                views.pyi
                                            syndication/
                                                __init__.pyi
                                                views.pyi
                                            __init__.pyi
                                        core/
                                            cache/
                                                backends/
                                                    __init__.pyi
                                                    base.pyi
                                                    db.pyi
                                                    dummy.pyi
                                                    filebased.pyi
                                                    locmem.pyi
                                                    memcached.pyi
                                                __init__.pyi
                                                utils.pyi
                                            checks/
                                                security/
                                                    __init__.pyi
                                                    base.pyi
                                                    csrf.pyi
                                                    sessions.pyi
                                                __init__.pyi
                                                caches.pyi
                                                database.pyi
                                                messages.pyi
                                                model_checks.pyi
                                                registry.pyi
                                                templates.pyi
                                                translation.pyi
                                                urls.pyi
                                            files/
                                                __init__.pyi
                                                base.pyi
                                                images.pyi
                                                locks.pyi
                                                move.pyi
                                                storage.pyi
                                                temp.pyi
                                                uploadedfile.pyi
                                                uploadhandler.pyi
                                                utils.pyi
                                            handlers/
                                                __init__.pyi
                                                base.pyi
                                                exception.pyi
                                                wsgi.pyi
                                            mail/
                                                backends/
                                                    __init__.pyi
                                                    base.pyi
                                                    console.pyi
                                                    dummy.pyi
                                                    filebased.pyi
                                                    locmem.pyi
                                                    smtp.pyi
                                                __init__.pyi
                                                message.pyi
                                                utils.pyi
                                            management/
                                                commands/
                                                    __init__.pyi
                                                    dumpdata.pyi
                                                    loaddata.pyi
                                                    makemessages.pyi
                                                    runserver.pyi
                                                    testserver.pyi
                                                __init__.pyi
                                                base.pyi
                                                color.pyi
                                                sql.pyi
                                                templates.pyi
                                                utils.pyi
                                            serializers/
                                                __init__.pyi
                                                base.pyi
                                                json.pyi
                                                python.pyi
                                            servers/
                                                __init__.pyi
                                                basehttp.pyi
                                            __init__.pyi
                                            exceptions.pyi
                                            paginator.pyi
                                            signals.pyi
                                            signing.pyi
                                            validators.pyi
                                            wsgi.pyi
                                        db/
                                            backends/
                                                base/
                                                    __init__.pyi
                                                    base.pyi
                                                    client.pyi
                                                    creation.pyi
                                                    features.pyi
                                                    introspection.pyi
                                                    operations.pyi
                                                    schema.pyi
                                                    validation.pyi
                                                dummy/
                                                    __init__.pyi
                                                    base.pyi
                                                mysql/
                                                    __init__.pyi
                                                    client.pyi
                                                postgresql/
                                                    __init__.pyi
                                                    base.pyi
                                                    client.pyi
                                                    creation.pyi
                                                    operations.pyi
                                                sqlite3/
                                                    __init__.pyi
                                                    base.pyi
                                                    creation.pyi
                                                    features.pyi
                                                    introspection.pyi
                                                    operations.pyi
                                                    schema.pyi
                                                __init__.pyi
                                                ddl_references.pyi
                                                signals.pyi
                                                utils.pyi
                                            migrations/
                                                operations/
                                                    __init__.pyi
                                                    base.pyi
                                                    fields.pyi
                                                    models.pyi
                                                    special.pyi
                                                    utils.pyi
                                                __init__.pyi
                                                autodetector.pyi
                                                exceptions.pyi
                                                executor.pyi
                                                graph.pyi
                                                loader.pyi
                                                migration.pyi
                                                optimizer.pyi
                                                questioner.pyi
                                                recorder.pyi
                                                serializer.pyi
                                                state.pyi
                                                topological_sort.pyi
                                                utils.pyi
                                                writer.pyi
                                            models/
                                                fields/
                                                    __init__.pyi
                                                    files.pyi
                                                    mixins.pyi
                                                    proxy.pyi
                                                    related.pyi
                                                    related_descriptors.pyi
                                                    related_lookups.pyi
                                                    reverse_related.pyi
                                                functions/
                                                    __init__.pyi
                                                    comparison.pyi
                                                    datetime.pyi
                                                    math.pyi
                                                    mixins.pyi
                                                    text.pyi
                                                    window.pyi
                                                sql/
                                                    __init__.pyi
                                                    compiler.pyi
                                                    constants.pyi
                                                    datastructures.pyi
                                                    query.pyi
                                                    subqueries.pyi
                                                    where.pyi
                                                __init__.pyi
                                                aggregates.pyi
                                                base.pyi
                                                constraints.pyi
                                                deletion.pyi
                                                enums.pyi
                                                expressions.pyi
                                                indexes.pyi
                                                lookups.pyi
                                                manager.pyi
                                                options.pyi
                                                query.pyi
                                                query_utils.pyi
                                                signals.pyi
                                                utils.pyi
                                            __init__.pyi
                                            transaction.pyi
                                            utils.pyi
                                        dispatch/
                                            __init__.pyi
                                            dispatcher.pyi
                                        forms/
                                            __init__.pyi
                                            boundfield.pyi
                                            fields.pyi
                                            forms.pyi
                                            formsets.pyi
                                            models.pyi
                                            renderers.pyi
                                            utils.pyi
                                            widgets.pyi
                                        http/
                                            __init__.pyi
                                            cookie.pyi
                                            multipartparser.pyi
                                            request.pyi
                                            response.pyi
                                        middleware/
                                            __init__.pyi
                                            cache.pyi
                                            clickjacking.pyi
                                            common.pyi
                                            csrf.pyi
                                            gzip.pyi
                                            http.pyi
                                            locale.pyi
                                            security.pyi
                                        template/
                                            backends/
                                                __init__.pyi
                                                base.pyi
                                                django.pyi
                                                dummy.pyi
                                                jinja2.pyi
                                                utils.pyi
                                            loaders/
                                                __init__.pyi
                                                app_directories.pyi
                                                base.pyi
                                                cached.pyi
                                                filesystem.pyi
                                                locmem.pyi
                                            __init__.pyi
                                            base.pyi
                                            context.pyi
                                            context_processors.pyi
                                            defaultfilters.pyi
                                            defaulttags.pyi
                                            engine.pyi
                                            exceptions.pyi
                                            library.pyi
                                            loader.pyi
                                            loader_tags.pyi
                                            response.pyi
                                            smartif.pyi
                                            utils.pyi
                                        templatetags/
                                            __init__.pyi
                                            cache.pyi
                                            i18n.pyi
                                            l10n.pyi
                                            static.pyi
                                            tz.pyi
                                        test/
                                            __init__.pyi
                                            client.pyi
                                            html.pyi
                                            runner.pyi
                                            selenium.pyi
                                            signals.pyi
                                            testcases.pyi
                                            utils.pyi
                                        urls/
                                            __init__.pyi
                                            base.pyi
                                            conf.pyi
                                            converters.pyi
                                            exceptions.pyi
                                            resolvers.pyi
                                            utils.pyi
                                        utils/
                                            translation/
                                                __init__.pyi
                                                reloader.pyi
                                                template.pyi
                                                trans_null.pyi
                                                trans_real.pyi
                                            __init__.pyi
                                            _os.pyi
                                            archive.pyi
                                            autoreload.pyi
                                            baseconv.pyi
                                            cache.pyi
                                            crypto.pyi
                                            datastructures.pyi
                                            dateformat.pyi
                                            dateparse.pyi
                                            dates.pyi
                                            datetime_safe.pyi
                                            deconstruct.pyi
                                            decorators.pyi
                                            deprecation.pyi
                                            duration.pyi
                                            encoding.pyi
                                            feedgenerator.pyi
                                            formats.pyi
                                            functional.pyi
                                            hashable.pyi
                                            html.pyi
                                            http.pyi
                                            inspect.pyi
                                            ipv6.pyi
                                            itercompat.pyi
                                            jslex.pyi
                                            log.pyi
                                            lorem_ipsum.pyi
                                            module_loading.pyi
                                            numberformat.pyi
                                            regex_helper.pyi
                                            safestring.pyi
                                            six.pyi
                                            termcolors.pyi
                                            text.pyi
                                            timesince.pyi
                                            timezone.pyi
                                            topological_sort.pyi
                                            tree.pyi
                                            version.pyi
                                            xmlutils.pyi
                                        views/
                                            decorators/
                                                __init__.pyi
                                                cache.pyi
                                                clickjacking.pyi
                                                csrf.pyi
                                                debug.pyi
                                                gzip.pyi
                                                http.pyi
                                                vary.pyi
                                            generic/
                                                __init__.pyi
                                                base.pyi
                                                dates.pyi
                                                detail.pyi
                                                edit.pyi
                                                list.pyi
                                            __init__.pyi
                                            csrf.pyi
                                            debug.pyi
                                            defaults.pyi
                                            i18n.pyi
                                            static.pyi
                                        __init__.pyi
                                        shortcuts.pyi
                                    LICENSE.txt
                                typeshed/
                                    stdlib/
                                        2/
                                            distutils/
                                                command/
                                                    __init__.pyi
                                                    bdist.pyi
                                                    bdist_dumb.pyi
                                                    bdist_msi.pyi
                                                    bdist_packager.pyi
                                                    bdist_rpm.pyi
                                                    bdist_wininst.pyi
                                                    build.pyi
                                                    build_clib.pyi
                                                    build_ext.pyi
                                                    build_py.pyi
                                                    build_scripts.pyi
                                                    check.pyi
                                                    clean.pyi
                                                    config.pyi
                                                    install.pyi
                                                    install_data.pyi
                                                    install_egg_info.pyi
                                                    install_headers.pyi
                                                    install_lib.pyi
                                                    install_scripts.pyi
                                                    register.pyi
                                                    sdist.pyi
                                                    upload.pyi
                                                __init__.pyi
                                                archive_util.pyi
                                                bcppcompiler.pyi
                                                ccompiler.pyi
                                                cmd.pyi
                                                config.pyi
                                                core.pyi
                                                cygwinccompiler.pyi
                                                debug.pyi
                                                dep_util.pyi
                                                dir_util.pyi
                                                dist.pyi
                                                emxccompiler.pyi
                                                errors.pyi
                                                extension.pyi
                                                fancy_getopt.pyi
                                                file_util.pyi
                                                filelist.pyi
                                                log.pyi
                                                msvccompiler.pyi
                                                spawn.pyi
                                                sysconfig.pyi
                                                text_file.pyi
                                                unixccompiler.pyi
                                                util.pyi
                                                version.pyi
                                            email/
                                                mime/
                                                    __init__.pyi
                                                    application.pyi
                                                    audio.pyi
                                                    base.pyi
                                                    image.pyi
                                                    message.pyi
                                                    multipart.pyi
                                                    nonmultipart.pyi
                                                    text.pyi
                                                __init__.pyi
                                                _parseaddr.pyi
                                                base64mime.pyi
                                                charset.pyi
                                                encoders.pyi
                                                feedparser.pyi
                                                generator.pyi
                                                header.pyi
                                                iterators.pyi
                                                message.pyi
                                                MIMEText.pyi
                                                parser.pyi
                                                quoprimime.pyi
                                                utils.pyi
                                            encodings/
                                                __init__.pyi
                                                utf_8.pyi
                                            multiprocessing/
                                                dummy/
                                                    __init__.pyi
                                                    connection.pyi
                                                __init__.pyi
                                                pool.pyi
                                                process.pyi
                                                util.pyi
                                            os/
                                                __init__.pyi
                                                path.pyi
                                            __builtin__.pyi
                                            _ast.pyi
                                            _collections.pyi
                                            _functools.pyi
                                            _hotshot.pyi
                                            _io.pyi
                                            _json.pyi
                                            _md5.pyi
                                            _sha.pyi
                                            _sha256.pyi
                                            _sha512.pyi
                                            _socket.pyi
                                            _sre.pyi
                                            _struct.pyi
                                            _symtable.pyi
                                            _threading_local.pyi
                                            _winreg.pyi
                                            abc.pyi
                                            ast.pyi
                                            atexit.pyi
                                            BaseHTTPServer.pyi
                                            builtins.pyi
                                            CGIHTTPServer.pyi
                                            collections.pyi
                                            commands.pyi
                                            compileall.pyi
                                            ConfigParser.pyi
                                            Cookie.pyi
                                            cookielib.pyi
                                            copy_reg.pyi
                                            cPickle.pyi
                                            cStringIO.pyi
                                            dircache.pyi
                                            dummy_thread.pyi
                                            exceptions.pyi
                                            fcntl.pyi
                                            fnmatch.pyi
                                            functools.pyi
                                            future_builtins.pyi
                                            gc.pyi
                                            getopt.pyi
                                            getpass.pyi
                                            gettext.pyi
                                            glob.pyi
                                            gzip.pyi
                                            hashlib.pyi
                                            heapq.pyi
                                            htmlentitydefs.pyi
                                            HTMLParser.pyi
                                            httplib.pyi
                                            imp.pyi
                                            importlib.pyi
                                            inspect.pyi
                                            io.pyi
                                            itertools.pyi
                                            json.pyi
                                            markupbase.pyi
                                            md5.pyi
                                            mimetools.pyi
                                            mutex.pyi
                                            ntpath.pyi
                                            nturl2path.pyi
                                            os2emxpath.pyi
                                            pipes.pyi
                                            platform.pyi
                                            popen2.pyi
                                            posix.pyi
                                            posixpath.pyi
                                            Queue.pyi
                                            random.pyi
                                            re.pyi
                                            repr.pyi
                                            resource.pyi
                                            rfc822.pyi
                                            robotparser.pyi
                                            runpy.pyi
                                            sets.pyi
                                            sha.pyi
                                            shelve.pyi
                                            shlex.pyi
                                            signal.pyi
                                            SimpleHTTPServer.pyi
                                            smtplib.pyi
                                            SocketServer.pyi
                                            spwd.pyi
                                            sre_constants.pyi
                                            sre_parse.pyi
                                            stat.pyi
                                            string.pyi
                                            StringIO.pyi
                                            stringold.pyi
                                            strop.pyi
                                            subprocess.pyi
                                            symbol.pyi
                                            sys.pyi
                                            tempfile.pyi
                                            textwrap.pyi
                                            thread.pyi
                                            toaiff.pyi
                                            tokenize.pyi
                                            types.pyi
                                            typing.pyi
                                            unittest.pyi
                                            urllib.pyi
                                            urllib2.pyi
                                            urlparse.pyi
                                            user.pyi
                                            UserDict.pyi
                                            UserList.pyi
                                            UserString.pyi
                                            whichdb.pyi
                                            xmlrpclib.pyi
                                        2and3/
                                            _typeshed/
                                                __init__.pyi
                                                wsgi.pyi
                                                xml.pyi
                                            ctypes/
                                                __init__.pyi
                                                util.pyi
                                                wintypes.pyi
                                            curses/
                                                __init__.pyi
                                                ascii.pyi
                                                panel.pyi
                                                textpad.pyi
                                            ensurepip/
                                                __init__.pyi
                                            lib2to3/
                                                pgen2/
                                                    __init__.pyi
                                                    driver.pyi
                                                    grammar.pyi
                                                    literals.pyi
                                                    parse.pyi
                                                    pgen.pyi
                                                    token.pyi
                                                    tokenize.pyi
                                                __init__.pyi
                                                pygram.pyi
                                                pytree.pyi
                                            logging/
                                                __init__.pyi
                                                config.pyi
                                                handlers.pyi
                                            msilib/
                                                __init__.pyi
                                                schema.pyi
                                                sequence.pyi
                                                text.pyi
                                            pydoc_data/
                                                __init__.pyi
                                                topics.pyi
                                            pyexpat/
                                                __init__.pyi
                                                errors.pyi
                                                model.pyi
                                            sqlite3/
                                                __init__.pyi
                                                dbapi2.pyi
                                            wsgiref/
                                                __init__.pyi
                                                handlers.pyi
                                                headers.pyi
                                                simple_server.pyi
                                                types.pyi
                                                util.pyi
                                                validate.pyi
                                            xml/
                                                dom/
                                                    __init__.pyi
                                                    domreg.pyi
                                                    expatbuilder.pyi
                                                    minicompat.pyi
                                                    minidom.pyi
                                                    NodeFilter.pyi
                                                    pulldom.pyi
                                                    xmlbuilder.pyi
                                                etree/
                                                    __init__.pyi
                                                    cElementTree.pyi
                                                    ElementInclude.pyi
                                                    ElementPath.pyi
                                                    ElementTree.pyi
                                                parsers/
                                                    expat/
                                                        __init__.pyi
                                                        errors.pyi
                                                        model.pyi
                                                    __init__.pyi
                                                sax/
                                                    __init__.pyi
                                                    handler.pyi
                                                    saxutils.pyi
                                                    xmlreader.pyi
                                                __init__.pyi
                                            __future__.pyi
                                            _bisect.pyi
                                            _codecs.pyi
                                            _csv.pyi
                                            _curses.pyi
                                            _dummy_threading.pyi
                                            _heapq.pyi
                                            _msi.pyi
                                            _random.pyi
                                            _warnings.pyi
                                            _weakref.pyi
                                            _weakrefset.pyi
                                            aifc.pyi
                                            antigravity.pyi
                                            argparse.pyi
                                            array.pyi
                                            asynchat.pyi
                                            asyncore.pyi
                                            audioop.pyi
                                            base64.pyi
                                            bdb.pyi
                                            binascii.pyi
                                            binhex.pyi
                                            bisect.pyi
                                            bz2.pyi
                                            calendar.pyi
                                            cgi.pyi
                                            cgitb.pyi
                                            chunk.pyi
                                            cmath.pyi
                                            cmd.pyi
                                            code.pyi
                                            codecs.pyi
                                            codeop.pyi
                                            colorsys.pyi
                                            contextlib.pyi
                                            copy.pyi
                                            cProfile.pyi
                                            crypt.pyi
                                            csv.pyi
                                            datetime.pyi
                                            decimal.pyi
                                            difflib.pyi
                                            dis.pyi
                                            doctest.pyi
                                            dummy_threading.pyi
                                            errno.pyi
                                            filecmp.pyi
                                            fileinput.pyi
                                            formatter.pyi
                                            fractions.pyi
                                            ftplib.pyi
                                            genericpath.pyi
                                            grp.pyi
                                            hmac.pyi
                                            imaplib.pyi
                                            imghdr.pyi
                                            keyword.pyi
                                            linecache.pyi
                                            locale.pyi
                                            macpath.pyi
                                            mailbox.pyi
                                            mailcap.pyi
                                            marshal.pyi
                                            math.pyi
                                            mimetypes.pyi
                                            mmap.pyi
                                            modulefinder.pyi
                                            msvcrt.pyi
                                            netrc.pyi
                                            nis.pyi
                                            numbers.pyi
                                            opcode.pyi
                                            operator.pyi
                                            optparse.pyi
                                            parser.pyi
                                            pdb.pyi
                                            pickle.pyi
                                            pickletools.pyi
                                            pkgutil.pyi
                                            plistlib.pyi
                                            poplib.pyi
                                            pprint.pyi
                                            profile.pyi
                                            pstats.pyi
                                            pty.pyi
                                            pwd.pyi
                                            py_compile.pyi
                                            pyclbr.pyi
                                            pydoc.pyi
                                            quopri.pyi
                                            readline.pyi
                                            rlcompleter.pyi
                                            sched.pyi
                                            select.pyi
                                            shutil.pyi
                                            site.pyi
                                            smtpd.pyi
                                            sndhdr.pyi
                                            socket.pyi
                                            sre_compile.pyi
                                            ssl.pyi
                                            stringprep.pyi
                                            struct.pyi
                                            sunau.pyi
                                            symtable.pyi
                                            sysconfig.pyi
                                            syslog.pyi
                                            tabnanny.pyi
                                            tarfile.pyi
                                            telnetlib.pyi
                                            termios.pyi
                                            this.pyi
                                            threading.pyi
                                            time.pyi
                                            timeit.pyi
                                            token.pyi
                                            trace.pyi
                                            traceback.pyi
                                            tty.pyi
                                            turtle.pyi
                                            unicodedata.pyi
                                            uu.pyi
                                            uuid.pyi
                                            warnings.pyi
                                            wave.pyi
                                            weakref.pyi
                                            webbrowser.pyi
                                            winsound.pyi
                                            xdrlib.pyi
                                            zipfile.pyi
                                            zipimport.pyi
                                            zlib.pyi
                                        3/
                                            asyncio/
                                                __init__.pyi
                                                base_events.pyi
                                                base_futures.pyi
                                                base_subprocess.pyi
                                                base_tasks.pyi
                                                compat.pyi
                                                constants.pyi
                                                coroutines.pyi
                                                events.pyi
                                                exceptions.pyi
                                                format_helpers.pyi
                                                futures.pyi
                                                locks.pyi
                                                log.pyi
                                                proactor_events.pyi
                                                protocols.pyi
                                                queues.pyi
                                                runners.pyi
                                                selector_events.pyi
                                                sslproto.pyi
                                                staggered.pyi
                                                streams.pyi
                                                subprocess.pyi
                                                tasks.pyi
                                                threads.pyi
                                                transports.pyi
                                                trsock.pyi
                                                unix_events.pyi
                                                windows_events.pyi
                                                windows_utils.pyi
                                            collections/
                                                __init__.pyi
                                                abc.pyi
                                            concurrent/
                                                futures/
                                                    __init__.pyi
                                                    _base.pyi
                                                    process.pyi
                                                    thread.pyi
                                                __init__.pyi
                                            dbm/
                                                __init__.pyi
                                                dumb.pyi
                                                gnu.pyi
                                                ndbm.pyi
                                            distutils/
                                                command/
                                                    __init__.pyi
                                                    bdist.pyi
                                                    bdist_dumb.pyi
                                                    bdist_msi.pyi
                                                    bdist_packager.pyi
                                                    bdist_rpm.pyi
                                                    bdist_wininst.pyi
                                                    build.pyi
                                                    build_clib.pyi
                                                    build_ext.pyi
                                                    build_py.pyi
                                                    build_scripts.pyi
                                                    check.pyi
                                                    clean.pyi
                                                    config.pyi
                                                    install.pyi
                                                    install_data.pyi
                                                    install_egg_info.pyi
                                                    install_headers.pyi
                                                    install_lib.pyi
                                                    install_scripts.pyi
                                                    register.pyi
                                                    sdist.pyi
                                                    upload.pyi
                                                __init__.pyi
                                                archive_util.pyi
                                                bcppcompiler.pyi
                                                ccompiler.pyi
                                                cmd.pyi
                                                config.pyi
                                                core.pyi
                                                cygwinccompiler.pyi
                                                debug.pyi
                                                dep_util.pyi
                                                dir_util.pyi
                                                dist.pyi
                                                errors.pyi
                                                extension.pyi
                                                fancy_getopt.pyi
                                                file_util.pyi
                                                filelist.pyi
                                                log.pyi
                                                msvccompiler.pyi
                                                spawn.pyi
                                                sysconfig.pyi
                                                text_file.pyi
                                                unixccompiler.pyi
                                                util.pyi
                                                version.pyi
                                            email/
                                                mime/
                                                    __init__.pyi
                                                    application.pyi
                                                    audio.pyi
                                                    base.pyi
                                                    image.pyi
                                                    message.pyi
                                                    multipart.pyi
                                                    nonmultipart.pyi
                                                    text.pyi
                                                __init__.pyi
                                                charset.pyi
                                                contentmanager.pyi
                                                encoders.pyi
                                                errors.pyi
                                                feedparser.pyi
                                                generator.pyi
                                                header.pyi
                                                headerregistry.pyi
                                                iterators.pyi
                                                message.pyi
                                                parser.pyi
                                                policy.pyi
                                                utils.pyi
                                            encodings/
                                                __init__.pyi
                                                utf_8.pyi
                                            html/
                                                __init__.pyi
                                                entities.pyi
                                                parser.pyi
                                            http/
                                                __init__.pyi
                                                client.pyi
                                                cookiejar.pyi
                                                cookies.pyi
                                                server.pyi
                                            importlib/
                                                __init__.pyi
                                                abc.pyi
                                                machinery.pyi
                                                metadata.pyi
                                                resources.pyi
                                                util.pyi
                                            json/
                                                __init__.pyi
                                                decoder.pyi
                                                encoder.pyi
                                                tool.pyi
                                            multiprocessing/
                                                dummy/
                                                    __init__.pyi
                                                    connection.pyi
                                                __init__.pyi
                                                connection.pyi
                                                context.pyi
                                                managers.pyi
                                                pool.pyi
                                                process.pyi
                                                queues.pyi
                                                shared_memory.pyi
                                                sharedctypes.pyi
                                                spawn.pyi
                                                synchronize.pyi
                                            os/
                                                __init__.pyi
                                                path.pyi
                                            tkinter/
                                                __init__.pyi
                                                commondialog.pyi
                                                constants.pyi
                                                dialog.pyi
                                                filedialog.pyi
                                                font.pyi
                                                messagebox.pyi
                                                ttk.pyi
                                            unittest/
                                                __init__.pyi
                                                async_case.pyi
                                                case.pyi
                                                loader.pyi
                                                main.pyi
                                                mock.pyi
                                                result.pyi
                                                runner.pyi
                                                signals.pyi
                                                suite.pyi
                                                util.pyi
                                            urllib/
                                                __init__.pyi
                                                error.pyi
                                                parse.pyi
                                                request.pyi
                                                response.pyi
                                                robotparser.pyi
                                            venv/
                                                __init__.pyi
                                            xmlrpc/
                                                __init__.pyi
                                                client.pyi
                                                server.pyi
                                            _ast.pyi
                                            _bootlocale.pyi
                                            _compat_pickle.pyi
                                            _compression.pyi
                                            _decimal.pyi
                                            _dummy_thread.pyi
                                            _imp.pyi
                                            _importlib_modulespec.pyi
                                            _json.pyi
                                            _markupbase.pyi
                                            _operator.pyi
                                            _osx_support.pyi
                                            _posixsubprocess.pyi
                                            _pydecimal.pyi
                                            _sitebuiltins.pyi
                                            _stat.pyi
                                            _thread.pyi
                                            _threading_local.pyi
                                            _tkinter.pyi
                                            _tracemalloc.pyi
                                            _winapi.pyi
                                            abc.pyi
                                            ast.pyi
                                            atexit.pyi
                                            builtins.pyi
                                            compileall.pyi
                                            configparser.pyi
                                            copyreg.pyi
                                            enum.pyi
                                            faulthandler.pyi
                                            fcntl.pyi
                                            fnmatch.pyi
                                            functools.pyi
                                            gc.pyi
                                            getopt.pyi
                                            getpass.pyi
                                            gettext.pyi
                                            glob.pyi
                                            gzip.pyi
                                            hashlib.pyi
                                            heapq.pyi
                                            imp.pyi
                                            inspect.pyi
                                            io.pyi
                                            ipaddress.pyi
                                            itertools.pyi
                                            lzma.pyi
                                            macurl2path.pyi
                                            nntplib.pyi
                                            ntpath.pyi
                                            nturl2path.pyi
                                            pathlib.pyi
                                            pipes.pyi
                                            platform.pyi
                                            posix.pyi
                                            posixpath.pyi
                                            queue.pyi
                                            random.pyi
                                            re.pyi
                                            reprlib.pyi
                                            resource.pyi
                                            runpy.pyi
                                            secrets.pyi
                                            selectors.pyi
                                            shelve.pyi
                                            shlex.pyi
                                            signal.pyi
                                            smtplib.pyi
                                            socketserver.pyi
                                            spwd.pyi
                                            sre_constants.pyi
                                            sre_parse.pyi
                                            stat.pyi
                                            statistics.pyi
                                            string.pyi
                                            subprocess.pyi
                                            symbol.pyi
                                            sys.pyi
                                            tempfile.pyi
                                            textwrap.pyi
                                            tokenize.pyi
                                            tracemalloc.pyi
                                            types.pyi
                                            typing.pyi
                                            winreg.pyi
                                            xxlimited.pyi
                                            zipapp.pyi
                                        3.7/
                                            _py_abc.pyi
                                            contextvars.pyi
                                            dataclasses.pyi
                                        3.9/
                                            zoneinfo/
                                                __init__.pyi
                                            graphlib.pyi
                                    third_party/
                                        2/
                                            concurrent/
                                                futures/
                                                    __init__.pyi
                                                    _base.pyi
                                                    process.pyi
                                                    thread.pyi
                                                __init__.pyi
                                            fb303/
                                                __init__.pyi
                                                FacebookService.pyi
                                            kazoo/
                                                recipe/
                                                    __init__.pyi
                                                    watchers.pyi
                                                __init__.pyi
                                                client.pyi
                                                exceptions.pyi
                                            OpenSSL/
                                                __init__.pyi
                                                crypto.pyi
                                            routes/
                                                __init__.pyi
                                                mapper.pyi
                                                util.pyi
                                            scribe/
                                                __init__.pyi
                                                scribe.pyi
                                                ttypes.pyi
                                            six/
                                                moves/
                                                    urllib/
                                                        __init__.pyi
                                                        error.pyi
                                                        parse.pyi
                                                        request.pyi
                                                        response.pyi
                                                        robotparser.pyi
                                                    __init__.pyi
                                                    _dummy_thread.pyi
                                                    _thread.pyi
                                                    BaseHTTPServer.pyi
                                                    CGIHTTPServer.pyi
                                                    collections_abc.pyi
                                                    configparser.pyi
                                                    cPickle.pyi
                                                    email_mime_base.pyi
                                                    email_mime_multipart.pyi
                                                    email_mime_nonmultipart.pyi
                                                    email_mime_text.pyi
                                                    html_entities.pyi
                                                    html_parser.pyi
                                                    http_client.pyi
                                                    http_cookiejar.pyi
                                                    http_cookies.pyi
                                                    queue.pyi
                                                    reprlib.pyi
                                                    SimpleHTTPServer.pyi
                                                    socketserver.pyi
                                                    urllib_error.pyi
                                                    urllib_parse.pyi
                                                    urllib_request.pyi
                                                    urllib_response.pyi
                                                    urllib_robotparser.pyi
                                                    xmlrpc_client.pyi
                                                __init__.pyi
                                            tornado/
                                                __init__.pyi
                                                concurrent.pyi
                                                gen.pyi
                                                httpclient.pyi
                                                httpserver.pyi
                                                httputil.pyi
                                                ioloop.pyi
                                                locks.pyi
                                                netutil.pyi
                                                process.pyi
                                                tcpserver.pyi
                                                testing.pyi
                                                util.pyi
                                                web.pyi
                                            enum.pyi
                                            ipaddress.pyi
                                            pathlib2.pyi
                                            pymssql.pyi
                                        2and3/
                                            atomicwrites/
                                                __init__.pyi
                                            attr/
                                                __init__.pyi
                                                _version_info.pyi
                                                converters.pyi
                                                exceptions.pyi
                                                filters.pyi
                                                validators.pyi
                                            backports/
                                                __init__.pyi
                                                ssl_match_hostname.pyi
                                            bleach/
                                                __init__.pyi
                                                callbacks.pyi
                                                linkifier.pyi
                                                sanitizer.pyi
                                                utils.pyi
                                            boto/
                                                ec2/
                                                    __init__.pyi
                                                elb/
                                                    __init__.pyi
                                                kms/
                                                    __init__.pyi
                                                    exceptions.pyi
                                                    layer1.pyi
                                                s3/
                                                    __init__.pyi
                                                    acl.pyi
                                                    bucket.pyi
                                                    bucketlistresultset.pyi
                                                    bucketlogging.pyi
                                                    connection.pyi
                                                    cors.pyi
                                                    deletemarker.pyi
                                                    key.pyi
                                                    keyfile.pyi
                                                    lifecycle.pyi
                                                    multidelete.pyi
                                                    multipart.pyi
                                                    prefix.pyi
                                                    tagging.pyi
                                                    user.pyi
                                                    website.pyi
                                                __init__.pyi
                                                auth.pyi
                                                auth_handler.pyi
                                                compat.pyi
                                                connection.pyi
                                                exception.pyi
                                                plugin.pyi
                                                regioninfo.pyi
                                                utils.pyi
                                            cachetools/
                                                __init__.pyi
                                                abc.pyi
                                                cache.pyi
                                                decorators.pyi
                                                func.pyi
                                                lfu.pyi
                                                lru.pyi
                                                rr.pyi
                                                ttl.pyi
                                            characteristic/
                                                __init__.pyi
                                            chardet/
                                                __init__.pyi
                                                enums.pyi
                                                langbulgarianmodel.pyi
                                                langcyrillicmodel.pyi
                                                langgreekmodel.pyi
                                                langhebrewmodel.pyi
                                                langhungarianmodel.pyi
                                                langthaimodel.pyi
                                                langturkishmodel.pyi
                                                universaldetector.pyi
                                                version.pyi
                                            click/
                                                __init__.pyi
                                                _termui_impl.pyi
                                                core.pyi
                                                decorators.pyi
                                                exceptions.pyi
                                                formatting.pyi
                                                globals.pyi
                                                parser.pyi
                                                termui.pyi
                                                testing.pyi
                                                types.pyi
                                                utils.pyi
                                            cryptography/
                                                hazmat/
                                                    backends/
                                                        __init__.pyi
                                                        interfaces.pyi
                                                    bindings/
                                                        openssl/
                                                            __init__.pyi
                                                            binding.pyi
                                                        __init__.pyi
                                                    primitives/
                                                        asymmetric/
                                                            __init__.pyi
                                                            dh.pyi
                                                            dsa.pyi
                                                            ec.pyi
                                                            ed25519.pyi
                                                            ed448.pyi
                                                            padding.pyi
                                                            rsa.pyi
                                                            utils.pyi
                                                            x25519.pyi
                                                            x448.pyi
                                                        ciphers/
                                                            __init__.pyi
                                                            aead.pyi
                                                            algorithms.pyi
                                                            modes.pyi
                                                        kdf/
                                                            __init__.pyi
                                                            concatkdf.pyi
                                                            hkdf.pyi
                                                            kbkdf.pyi
                                                            pbkdf2.pyi
                                                            scrypt.pyi
                                                            x963kdf.pyi
                                                        serialization/
                                                            __init__.pyi
                                                            pkcs12.pyi
                                                        twofactor/
                                                            __init__.pyi
                                                            hotp.pyi
                                                            totp.pyi
                                                        __init__.pyi
                                                        cmac.pyi
                                                        constant_time.pyi
                                                        hashes.pyi
                                                        hmac.pyi
                                                        keywrap.pyi
                                                        padding.pyi
                                                        poly1305.pyi
                                                    __init__.pyi
                                                x509/
                                                    __init__.pyi
                                                    extensions.pyi
                                                    oid.pyi
                                                __init__.pyi
                                                exceptions.pyi
                                                fernet.pyi
                                            datetimerange/
                                                __init__.pyi
                                            dateutil/
                                                tz/
                                                    __init__.pyi
                                                    _common.pyi
                                                    tz.pyi
                                                __init__.pyi
                                                _common.pyi
                                                easter.pyi
                                                parser.pyi
                                                relativedelta.pyi
                                                rrule.pyi
                                                utils.pyi
                                            deprecated/
                                                __init__.pyi
                                                classic.pyi
                                                sphinx.pyi
                                            emoji/
                                                __init__.pyi
                                                core.pyi
                                                unicode_codes.pyi
                                            flask/
                                                json/
                                                    __init__.pyi
                                                    tag.pyi
                                                __init__.pyi
                                                app.pyi
                                                blueprints.pyi
                                                cli.pyi
                                                config.pyi
                                                ctx.pyi
                                                debughelpers.pyi
                                                globals.pyi
                                                helpers.pyi
                                                logging.pyi
                                                sessions.pyi
                                                signals.pyi
                                                templating.pyi
                                                testing.pyi
                                                views.pyi
                                                wrappers.pyi
                                            geoip2/
                                                __init__.pyi
                                                database.pyi
                                                errors.pyi
                                                mixins.pyi
                                                models.pyi
                                                records.pyi
                                            google/
                                                protobuf/
                                                    compiler/
                                                        __init__.pyi
                                                        plugin_pb2.pyi
                                                    internal/
                                                        __init__.pyi
                                                        containers.pyi
                                                        decoder.pyi
                                                        encoder.pyi
                                                        enum_type_wrapper.pyi
                                                        extension_dict.pyi
                                                        message_listener.pyi
                                                        python_message.pyi
                                                        well_known_types.pyi
                                                        wire_format.pyi
                                                    util/
                                                        __init__.pyi
                                                    __init__.pyi
                                                    any_pb2.pyi
                                                    api_pb2.pyi
                                                    descriptor.pyi
                                                    descriptor_pb2.pyi
                                                    descriptor_pool.pyi
                                                    duration_pb2.pyi
                                                    empty_pb2.pyi
                                                    field_mask_pb2.pyi
                                                    json_format.pyi
                                                    message.pyi
                                                    message_factory.pyi
                                                    reflection.pyi
                                                    service.pyi
                                                    source_context_pb2.pyi
                                                    struct_pb2.pyi
                                                    symbol_database.pyi
                                                    timestamp_pb2.pyi
                                                    type_pb2.pyi
                                                    wrappers_pb2.pyi
                                                __init__.pyi
                                            jinja2/
                                                __init__.pyi
                                                _compat.pyi
                                                _stringdefs.pyi
                                                bccache.pyi
                                                compiler.pyi
                                                constants.pyi
                                                debug.pyi
                                                defaults.pyi
                                                environment.pyi
                                                exceptions.pyi
                                                ext.pyi
                                                filters.pyi
                                                lexer.pyi
                                                loaders.pyi
                                                meta.pyi
                                                nodes.pyi
                                                optimizer.pyi
                                                parser.pyi
                                                runtime.pyi
                                                sandbox.pyi
                                                tests.pyi
                                                utils.pyi
                                                visitor.pyi
                                            markdown/
                                                extensions/
                                                    __init__.pyi
                                                    abbr.pyi
                                                    admonition.pyi
                                                    attr_list.pyi
                                                    codehilite.pyi
                                                    def_list.pyi
                                                    extra.pyi
                                                    fenced_code.pyi
                                                    footnotes.pyi
                                                    legacy_attrs.pyi
                                                    legacy_em.pyi
                                                    md_in_html.pyi
                                                    meta.pyi
                                                    nl2br.pyi
                                                    sane_lists.pyi
                                                    smarty.pyi
                                                    tables.pyi
                                                    toc.pyi
                                                    wikilinks.pyi
                                                __init__.pyi
                                                __meta__.pyi
                                                blockparser.pyi
                                                blockprocessors.pyi
                                                core.pyi
                                                inlinepatterns.pyi
                                                pep562.pyi
                                                postprocessors.pyi
                                                preprocessors.pyi
                                                serializers.pyi
                                                treeprocessors.pyi
                                                util.pyi
                                            markupsafe/
                                                __init__.pyi
                                                _compat.pyi
                                                _constants.pyi
                                                _native.pyi
                                                _speedups.pyi
                                            maxminddb/
                                                __init__.pyi
                                                compat.pyi
                                                const.pyi
                                                decoder.pyi
                                                errors.pyi
                                                extension.pyi
                                                reader.pyi
                                            nmap/
                                                __init__.pyi
                                                nmap.pyi
                                            paramiko/
                                                __init__.pyi
                                                _version.pyi
                                                _winapi.pyi
                                                agent.pyi
                                                auth_handler.pyi
                                                ber.pyi
                                                buffered_pipe.pyi
                                                channel.pyi
                                                client.pyi
                                                common.pyi
                                                compress.pyi
                                                config.pyi
                                                dsskey.pyi
                                                ecdsakey.pyi
                                                ed25519key.pyi
                                                file.pyi
                                                hostkeys.pyi
                                                kex_curve25519.pyi
                                                kex_ecdh_nist.pyi
                                                kex_gex.pyi
                                                kex_group1.pyi
                                                kex_group14.pyi
                                                kex_group16.pyi
                                                kex_gss.pyi
                                                message.pyi
                                                packet.pyi
                                                pipe.pyi
                                                pkey.pyi
                                                primes.pyi
                                                proxy.pyi
                                                py3compat.pyi
                                                rsakey.pyi
                                                server.pyi
                                                sftp.pyi
                                                sftp_attr.pyi
                                                sftp_client.pyi
                                                sftp_file.pyi
                                                sftp_handle.pyi
                                                sftp_server.pyi
                                                sftp_si.pyi
                                                ssh_exception.pyi
                                                ssh_gss.pyi
                                                transport.pyi
                                                util.pyi
                                                win_pageant.pyi
                                            pymysql/
                                                constants/
                                                    __init__.pyi
                                                    CLIENT.pyi
                                                    COMMAND.pyi
                                                    ER.pyi
                                                    FIELD_TYPE.pyi
                                                    FLAG.pyi
                                                    SERVER_STATUS.pyi
                                                __init__.pyi
                                                charset.pyi
                                                connections.pyi
                                                converters.pyi
                                                cursors.pyi
                                                err.pyi
                                                times.pyi
                                                util.pyi
                                            pynamodb/
                                                connection/
                                                    __init__.pyi
                                                    base.pyi
                                                    table.pyi
                                                    util.pyi
                                                __init__.pyi
                                                attributes.pyi
                                                constants.pyi
                                                exceptions.pyi
                                                indexes.pyi
                                                models.pyi
                                                settings.pyi
                                                throttle.pyi
                                                types.pyi
                                            pytz/
                                                __init__.pyi
                                            pyVmomi/
                                                vim/
                                                    __init__.pyi
                                                    event.pyi
                                                    fault.pyi
                                                    option.pyi
                                                    view.pyi
                                                vmodl/
                                                    __init__.pyi
                                                    fault.pyi
                                                    query.pyi
                                                __init__.pyi
                                            redis/
                                                __init__.pyi
                                                client.pyi
                                                connection.pyi
                                                exceptions.pyi
                                                utils.pyi
                                            requests/
                                                packages/
                                                    urllib3/
                                                        contrib/
                                                            __init__.pyi
                                                        packages/
                                                            ssl_match_hostname/
                                                                __init__.pyi
                                                                _implementation.pyi
                                                            __init__.pyi
                                                        util/
                                                            __init__.pyi
                                                            connection.pyi
                                                            request.pyi
                                                            response.pyi
                                                            retry.pyi
                                                            ssl_.pyi
                                                            timeout.pyi
                                                            url.pyi
                                                        __init__.pyi
                                                        _collections.pyi
                                                        connection.pyi
                                                        connectionpool.pyi
                                                        exceptions.pyi
                                                        fields.pyi
                                                        filepost.pyi
                                                        poolmanager.pyi
                                                        request.pyi
                                                        response.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                adapters.pyi
                                                api.pyi
                                                auth.pyi
                                                compat.pyi
                                                cookies.pyi
                                                exceptions.pyi
                                                hooks.pyi
                                                models.pyi
                                                sessions.pyi
                                                status_codes.pyi
                                                structures.pyi
                                                utils.pyi
                                            retry/
                                                __init__.pyi
                                                api.pyi
                                            simplejson/
                                                __init__.pyi
                                                decoder.pyi
                                                encoder.pyi
                                                scanner.pyi
                                            slugify/
                                                __init__.pyi
                                                slugify.pyi
                                                special.pyi
                                            tzlocal/
                                                __init__.pyi
                                            werkzeug/
                                                contrib/
                                                    __init__.pyi
                                                    atom.pyi
                                                    cache.pyi
                                                    fixers.pyi
                                                    iterio.pyi
                                                    jsrouting.pyi
                                                    limiter.pyi
                                                    lint.pyi
                                                    profiler.pyi
                                                    securecookie.pyi
                                                    sessions.pyi
                                                    testtools.pyi
                                                    wrappers.pyi
                                                debug/
                                                    __init__.pyi
                                                    console.pyi
                                                    repr.pyi
                                                    tbtools.pyi
                                                middleware/
                                                    __init__.pyi
                                                    dispatcher.pyi
                                                    http_proxy.pyi
                                                    lint.pyi
                                                    profiler.pyi
                                                    proxy_fix.pyi
                                                    shared_data.pyi
                                                __init__.pyi
                                                _compat.pyi
                                                _internal.pyi
                                                _reloader.pyi
                                                datastructures.pyi
                                                exceptions.pyi
                                                filesystem.pyi
                                                formparser.pyi
                                                http.pyi
                                                local.pyi
                                                posixemulation.pyi
                                                routing.pyi
                                                script.pyi
                                                security.pyi
                                                serving.pyi
                                                test.pyi
                                                testapp.pyi
                                                urls.pyi
                                                useragents.pyi
                                                utils.pyi
                                                wrappers.pyi
                                                wsgi.pyi
                                            yaml/
                                                __init__.pyi
                                                composer.pyi
                                                constructor.pyi
                                                cyaml.pyi
                                                dumper.pyi
                                                emitter.pyi
                                                error.pyi
                                                events.pyi
                                                loader.pyi
                                                nodes.pyi
                                                parser.pyi
                                                reader.pyi
                                                representer.pyi
                                                resolver.pyi
                                                scanner.pyi
                                                serializer.pyi
                                                tokens.pyi
                                            backports_abc.pyi
                                            certifi.pyi
                                            croniter.pyi
                                            dateparser.pyi
                                            decorator.pyi
                                            first.pyi
                                            gflags.pyi
                                            itsdangerous.pyi
                                            mock.pyi
                                            mypy_extensions.pyi
                                            polib.pyi
                                            pycurl.pyi
                                            pyre_extensions.pyi
                                            singledispatch.pyi
                                            tabulate.pyi
                                            termcolor.pyi
                                            toml.pyi
                                            typing_extensions.pyi
                                            ujson.pyi
                                        3/
                                            aiofiles/
                                                threadpool/
                                                    __init__.pyi
                                                    binary.pyi
                                                    text.pyi
                                                __init__.pyi
                                                base.pyi
                                                os.pyi
                                            docutils/
                                                parsers/
                                                    rst/
                                                        __init__.pyi
                                                        nodes.pyi
                                                        roles.pyi
                                                        states.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                examples.pyi
                                                nodes.pyi
                                            filelock/
                                                __init__.pyi
                                            freezegun/
                                                __init__.pyi
                                                api.pyi
                                            jwt/
                                                contrib/
                                                    algorithms/
                                                        __init__.pyi
                                                        py_ecdsa.pyi
                                                        pycrypto.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                algorithms.pyi
                                            pkg_resources/
                                                __init__.pyi
                                                py31compat.pyi
                                            pyrfc3339/
                                                __init__.pyi
                                                generator.pyi
                                                parser.pyi
                                                utils.pyi
                                            six/
                                                moves/
                                                    urllib/
                                                        __init__.pyi
                                                        error.pyi
                                                        parse.pyi
                                                        request.pyi
                                                        response.pyi
                                                        robotparser.pyi
                                                    __init__.pyi
                                                    _dummy_thread.pyi
                                                    _thread.pyi
                                                    BaseHTTPServer.pyi
                                                    builtins.pyi
                                                    CGIHTTPServer.pyi
                                                    collections_abc.pyi
                                                    configparser.pyi
                                                    cPickle.pyi
                                                    email_mime_base.pyi
                                                    email_mime_multipart.pyi
                                                    email_mime_nonmultipart.pyi
                                                    email_mime_text.pyi
                                                    html_entities.pyi
                                                    html_parser.pyi
                                                    http_client.pyi
                                                    http_cookiejar.pyi
                                                    http_cookies.pyi
                                                    queue.pyi
                                                    reprlib.pyi
                                                    SimpleHTTPServer.pyi
                                                    socketserver.pyi
                                                    tkinter.pyi
                                                    tkinter_commondialog.pyi
                                                    tkinter_constants.pyi
                                                    tkinter_dialog.pyi
                                                    tkinter_filedialog.pyi
                                                    tkinter_tkfiledialog.pyi
                                                    tkinter_ttk.pyi
                                                    urllib_error.pyi
                                                    urllib_parse.pyi
                                                    urllib_request.pyi
                                                    urllib_response.pyi
                                                    urllib_robotparser.pyi
                                                __init__.pyi
                                            typed_ast/
                                                __init__.pyi
                                                ast27.pyi
                                                ast3.pyi
                                                conversions.pyi
                                            waitress/
                                                __init__.pyi
                                                adjustments.pyi
                                                buffers.pyi
                                                channel.pyi
                                                compat.pyi
                                                parser.pyi
                                                proxy_headers.pyi
                                                receiver.pyi
                                                rfc7230.pyi
                                                runner.pyi
                                                server.pyi
                                                task.pyi
                                                trigger.pyi
                                                utilities.pyi
                                                wasyncore.pyi
                                            contextvars.pyi
                                            dataclasses.pyi
                                            frozendict.pyi
                                            orjson.pyi
                                    LICENSE
                            __init__.py
                            __main__.py
                            _compatibility.py
                            cache.py
                            common.py
                            debug.py
                            file_io.py
                            parser_utils.py
                            settings.py
                            utils.py
                        jedi-0.19.2.dist-info/
                            AUTHORS.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jinja2/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _identifier.cpython-313.pyc
                                async_utils.cpython-313.pyc
                                bccache.cpython-313.pyc
                                compiler.cpython-313.pyc
                                defaults.cpython-313.pyc
                                environment.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                filters.cpython-313.pyc
                                idtracking.cpython-313.pyc
                                lexer.cpython-313.pyc
                                loaders.cpython-313.pyc
                                nodes.cpython-313.pyc
                                optimizer.cpython-313.pyc
                                parser.cpython-313.pyc
                                runtime.cpython-313.pyc
                                tests.cpython-313.pyc
                                utils.cpython-313.pyc
                                visitor.cpython-313.pyc
                            __init__.py
                            _identifier.py
                            async_utils.py
                            bccache.py
                            compiler.py
                            constants.py
                            debug.py
                            defaults.py
                            environment.py
                            exceptions.py
                            ext.py
                            filters.py
                            idtracking.py
                            lexer.py
                            loaders.py
                            meta.py
                            nativetypes.py
                            nodes.py
                            optimizer.py
                            parser.py
                            py.typed
                            runtime.py
                            sandbox.py
                            tests.py
                            utils.py
                            visitor.py
                        jinja2-3.1.6.dist-info/
                            licenses/
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        joblib/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _cloudpickle_wrapper.cpython-313.pyc
                                _memmapping_reducer.cpython-313.pyc
                                _multiprocessing_helpers.cpython-313.pyc
                                _parallel_backends.cpython-313.pyc
                                _store_backends.cpython-313.pyc
                                _utils.cpython-313.pyc
                                backports.cpython-313.pyc
                                compressor.cpython-313.pyc
                                disk.cpython-313.pyc
                                executor.cpython-313.pyc
                                func_inspect.cpython-313.pyc
                                hashing.cpython-313.pyc
                                logger.cpython-313.pyc
                                memory.cpython-313.pyc
                                numpy_pickle.cpython-313.pyc
                                numpy_pickle_compat.cpython-313.pyc
                                numpy_pickle_utils.cpython-313.pyc
                                parallel.cpython-313.pyc
                                pool.cpython-313.pyc
                            externals/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                cloudpickle/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        cloudpickle.cpython-313.pyc
                                    __init__.py
                                    cloudpickle.py
                                    cloudpickle_fast.py
                                loky/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _base.cpython-313.pyc
                                        cloudpickle_wrapper.cpython-313.pyc
                                        initializers.cpython-313.pyc
                                        process_executor.cpython-313.pyc
                                        reusable_executor.cpython-313.pyc
                                    backend/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _posix_reduction.cpython-313.pyc
                                            context.cpython-313.pyc
                                            process.cpython-313.pyc
                                            queues.cpython-313.pyc
                                            reduction.cpython-313.pyc
                                            resource_tracker.cpython-313.pyc
                                            spawn.cpython-313.pyc
                                            utils.cpython-313.pyc
                                        __init__.py
                                        _posix_reduction.py
                                        _win_reduction.py
                                        context.py
                                        fork_exec.py
                                        popen_loky_posix.py
                                        popen_loky_win32.py
                                        process.py
                                        queues.py
                                        reduction.py
                                        resource_tracker.py
                                        spawn.py
                                        synchronize.py
                                        utils.py
                                    __init__.py
                                    _base.py
                                    cloudpickle_wrapper.py
                                    initializers.py
                                    process_executor.py
                                    reusable_executor.py
                                __init__.py
                            test/
                                data/
                                    __init__.py
                                    create_numpy_pickle.py
                                    joblib_0.10.0_compressed_pickle_py27_np16.gz
                                    joblib_0.10.0_compressed_pickle_py27_np17.gz
                                    joblib_0.10.0_compressed_pickle_py33_np18.gz
                                    joblib_0.10.0_compressed_pickle_py34_np19.gz
                                    joblib_0.10.0_compressed_pickle_py35_np19.gz
                                    joblib_0.10.0_pickle_py27_np17.pkl
                                    joblib_0.10.0_pickle_py27_np17.pkl.bz2
                                    joblib_0.10.0_pickle_py27_np17.pkl.gzip
                                    joblib_0.10.0_pickle_py27_np17.pkl.lzma
                                    joblib_0.10.0_pickle_py27_np17.pkl.xz
                                    joblib_0.10.0_pickle_py33_np18.pkl
                                    joblib_0.10.0_pickle_py33_np18.pkl.bz2
                                    joblib_0.10.0_pickle_py33_np18.pkl.gzip
                                    joblib_0.10.0_pickle_py33_np18.pkl.lzma
                                    joblib_0.10.0_pickle_py33_np18.pkl.xz
                                    joblib_0.10.0_pickle_py34_np19.pkl
                                    joblib_0.10.0_pickle_py34_np19.pkl.bz2
                                    joblib_0.10.0_pickle_py34_np19.pkl.gzip
                                    joblib_0.10.0_pickle_py34_np19.pkl.lzma
                                    joblib_0.10.0_pickle_py34_np19.pkl.xz
                                    joblib_0.10.0_pickle_py35_np19.pkl
                                    joblib_0.10.0_pickle_py35_np19.pkl.bz2
                                    joblib_0.10.0_pickle_py35_np19.pkl.gzip
                                    joblib_0.10.0_pickle_py35_np19.pkl.lzma
                                    joblib_0.10.0_pickle_py35_np19.pkl.xz
                                    joblib_0.11.0_compressed_pickle_py36_np111.gz
                                    joblib_0.11.0_pickle_py36_np111.pkl
                                    joblib_0.11.0_pickle_py36_np111.pkl.bz2
                                    joblib_0.11.0_pickle_py36_np111.pkl.gzip
                                    joblib_0.11.0_pickle_py36_np111.pkl.lzma
                                    joblib_0.11.0_pickle_py36_np111.pkl.xz
                                    joblib_0.8.4_compressed_pickle_py27_np17.gz
                                    joblib_0.9.2_compressed_pickle_py27_np16.gz
                                    joblib_0.9.2_compressed_pickle_py27_np17.gz
                                    joblib_0.9.2_compressed_pickle_py34_np19.gz
                                    joblib_0.9.2_compressed_pickle_py35_np19.gz
                                    joblib_0.9.2_pickle_py27_np16.pkl
                                    joblib_0.9.2_pickle_py27_np16.pkl_01.npy
                                    joblib_0.9.2_pickle_py27_np16.pkl_02.npy
                                    joblib_0.9.2_pickle_py27_np16.pkl_03.npy
                                    joblib_0.9.2_pickle_py27_np16.pkl_04.npy
                                    joblib_0.9.2_pickle_py27_np17.pkl
                                    joblib_0.9.2_pickle_py27_np17.pkl_01.npy
                                    joblib_0.9.2_pickle_py27_np17.pkl_02.npy
                                    joblib_0.9.2_pickle_py27_np17.pkl_03.npy
                                    joblib_0.9.2_pickle_py27_np17.pkl_04.npy
                                    joblib_0.9.2_pickle_py33_np18.pkl
                                    joblib_0.9.2_pickle_py33_np18.pkl_01.npy
                                    joblib_0.9.2_pickle_py33_np18.pkl_02.npy
                                    joblib_0.9.2_pickle_py33_np18.pkl_03.npy
                                    joblib_0.9.2_pickle_py33_np18.pkl_04.npy
                                    joblib_0.9.2_pickle_py34_np19.pkl
                                    joblib_0.9.2_pickle_py34_np19.pkl_01.npy
                                    joblib_0.9.2_pickle_py34_np19.pkl_02.npy
                                    joblib_0.9.2_pickle_py34_np19.pkl_03.npy
                                    joblib_0.9.2_pickle_py34_np19.pkl_04.npy
                                    joblib_0.9.2_pickle_py35_np19.pkl
                                    joblib_0.9.2_pickle_py35_np19.pkl_01.npy
                                    joblib_0.9.2_pickle_py35_np19.pkl_02.npy
                                    joblib_0.9.2_pickle_py35_np19.pkl_03.npy
                                    joblib_0.9.2_pickle_py35_np19.pkl_04.npy
                                    joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz
                                    joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_01.npy.z
                                    joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_02.npy.z
                                    joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_03.npy.z
                                __init__.py
                                common.py
                                test_backports.py
                                test_cloudpickle_wrapper.py
                                test_config.py
                                test_dask.py
                                test_disk.py
                                test_func_inspect.py
                                test_func_inspect_special_encoding.py
                                test_hashing.py
                                test_init.py
                                test_logger.py
                                test_memmapping.py
                                test_memory.py
                                test_memory_async.py
                                test_missing_multiprocessing.py
                                test_module.py
                                test_numpy_pickle.py
                                test_numpy_pickle_compat.py
                                test_numpy_pickle_utils.py
                                test_parallel.py
                                test_store_backends.py
                                test_testing.py
                                test_utils.py
                                testutils.py
                            __init__.py
                            _cloudpickle_wrapper.py
                            _dask.py
                            _memmapping_reducer.py
                            _multiprocessing_helpers.py
                            _parallel_backends.py
                            _store_backends.py
                            _utils.py
                            backports.py
                            compressor.py
                            disk.py
                            executor.py
                            func_inspect.py
                            hashing.py
                            logger.py
                            memory.py
                            numpy_pickle.py
                            numpy_pickle_compat.py
                            numpy_pickle_utils.py
                            parallel.py
                            pool.py
                            testing.py
                        joblib-1.5.1.dist-info/
                            licenses/
                                LICENSE.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        json5/
                            __init__.py
                            __main__.py
                            host.py
                            lib.py
                            parser.py
                            py.typed
                            tool.py
                            version.py
                        json5-0.12.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jsonpointer-3.0.0.dist-info/
                            AUTHORS
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jsonschema/
                            benchmarks/
                                issue232/
                                    issue.json
                                __init__.py
                                const_vs_enum.py
                                contains.py
                                issue232.py
                                json_schema_test_suite.py
                                nested_schemas.py
                                subcomponents.py
                                unused_registry.py
                                useless_applicator_schemas.py
                                useless_keywords.py
                                validator_creation.py
                            tests/
                                __init__.py
                                _suite.py
                                fuzz_validate.py
                                test_cli.py
                                test_deprecations.py
                                test_exceptions.py
                                test_format.py
                                test_jsonschema_test_suite.py
                                test_types.py
                                test_utils.py
                                test_validators.py
                            __init__.py
                            __main__.py
                            _format.py
                            _keywords.py
                            _legacy_keywords.py
                            _types.py
                            _typing.py
                            _utils.py
                            cli.py
                            exceptions.py
                            protocols.py
                            validators.py
                        jsonschema-4.25.0.dist-info/
                            licenses/
                                COPYING
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jsonschema_specifications/
                            schemas/
                                draft201909/
                                    vocabularies/
                                        applicator
                                        content
                                        core
                                        meta-data
                                        validation
                                    metaschema.json
                                draft202012/
                                    vocabularies/
                                        applicator
                                        content
                                        core
                                        format
                                        format-annotation
                                        format-assertion
                                        meta-data
                                        unevaluated
                                        validation
                                    metaschema.json
                                draft3/
                                    metaschema.json
                                draft4/
                                    metaschema.json
                                draft6/
                                    metaschema.json
                                draft7/
                                    metaschema.json
                            tests/
                                __init__.py
                                test_jsonschema_specifications.py
                            __init__.py
                            _core.py
                        jsonschema_specifications-2025.4.1.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter-1.1.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jupyter_client/
                            asynchronous/
                                __init__.py
                                client.py
                            blocking/
                                __init__.py
                                client.py
                            ioloop/
                                __init__.py
                                manager.py
                                restarter.py
                            provisioning/
                                __init__.py
                                factory.py
                                local_provisioner.py
                                provisioner_base.py
                            ssh/
                                __init__.py
                                forward.py
                                tunnel.py
                            __init__.py
                            _version.py
                            adapter.py
                            channels.py
                            channelsabc.py
                            client.py
                            clientabc.py
                            connect.py
                            consoleapp.py
                            jsonutil.py
                            kernelapp.py
                            kernelspec.py
                            kernelspecapp.py
                            launcher.py
                            localinterfaces.py
                            manager.py
                            managerabc.py
                            multikernelmanager.py
                            py.typed
                            restarter.py
                            runapp.py
                            session.py
                            threaded.py
                            utils.py
                            win_interrupt.py
                        jupyter_client-8.6.3.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter_console/
                            tests/
                                __init__.py
                                conftest.py
                                test_console.py
                                test_image_handler.py
                                writetofile.py
                            __init__.py
                            __main__.py
                            _version.py
                            app.py
                            completer.py
                            ptshell.py
                            utils.py
                            zmqhistory.py
                        jupyter_console-6.6.3.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter_core/
                            utils/
                                __init__.py
                            __init__.py
                            __main__.py
                            application.py
                            command.py
                            migrate.py
                            paths.py
                            py.typed
                            troubleshoot.py
                            version.py
                        jupyter_core-5.8.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter_events/
                            schemas/
                                event-core-schema.yml
                                event-metaschema.yml
                                property-metaschema.yml
                            __init__.py
                            _version.py
                            cli.py
                            logger.py
                            py.typed
                            pytest_plugin.py
                            schema.py
                            schema_registry.py
                            traits.py
                            utils.py
                            validators.py
                            yaml.py
                        jupyter_events-0.12.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter_lsp/
                            etc/
                                jupyter-lsp-jupyter-server.json
                            schema/
                                __init__.py
                                schema.json
                            specs/
                                config/
                                    __init__.py
                                    bash-language-server.schema.json
                                    dockerfile-language-server-nodejs.schema.json
                                    julia-language-server.schema.json
                                    pyls.schema.json
                                    pylsp.schema.json
                                    pyright.schema.json
                                    r-languageserver.schema.json
                                    sql-language-server.schema.json
                                    texlab.schema.json
                                    typescript-language-server.schema.json
                                    yaml-language-server.schema.json
                                __init__.py
                                bash_language_server.py
                                dockerfile_language_server_nodejs.py
                                javascript_typescript_langserver.py
                                jedi_language_server.py
                                julia_language_server.py
                                pyls.py
                                pyright.py
                                python_lsp_server.py
                                r_languageserver.py
                                sql_language_server.py
                                texlab.py
                                typescript_language_server.py
                                unified_language_server.py
                                utils.py
                                vscode_css_languageserver.py
                                vscode_html_languageserver.py
                                vscode_json_languageserver.py
                                yaml_language_server.py
                            tests/
                                __init__.py
                                conftest.py
                                listener.py
                                test_auth.py
                                test_bad_spec.py
                                test_conf_d.py
                                test_detect.py
                                test_extension.py
                                test_listener.py
                                test_paths.py
                                test_session.py
                                test_stdio.py
                                test_virtual_documents_shadow.py
                            __init__.py
                            _version.py
                            constants.py
                            handlers.py
                            manager.py
                            non_blocking.py
                            paths.py
                            serverextension.py
                            session.py
                            stdio.py
                            trait_types.py
                            types.py
                            virtual_documents_shadow.py
                        jupyter_lsp-2.2.6.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jupyter_server/
                            auth/
                                __init__.py
                                __main__.py
                                authorizer.py
                                decorator.py
                                identity.py
                                login.py
                                logout.py
                                security.py
                                utils.py
                            base/
                                __init__.py
                                call_context.py
                                handlers.py
                                websocket.py
                                zmqhandlers.py
                            event_schemas/
                                contents_service/
                                    v1.yaml
                                gateway_client/
                                    v1.yaml
                                kernel_actions/
                                    v1.yaml
                            extension/
                                __init__.py
                                application.py
                                config.py
                                handler.py
                                manager.py
                                serverextension.py
                                utils.py
                            files/
                                __init__.py
                                handlers.py
                            gateway/
                                __init__.py
                                connections.py
                                gateway_client.py
                                handlers.py
                                managers.py
                            i18n/
                                zh_CN/
                                    LC_MESSAGES/
                                        nbui.po
                                        notebook.po
                                __init__.py
                                babel_nbui.cfg
                                babel_notebook.cfg
                                nbjs.json
                                nbui.pot
                                notebook.pot
                                README.md
                            kernelspecs/
                                __init__.py
                                handlers.py
                            nbconvert/
                                __init__.py
                                handlers.py
                            prometheus/
                                __init__.py
                                log_functions.py
                                metrics.py
                            services/
                                api/
                                    __init__.py
                                    api.yaml
                                    handlers.py
                                config/
                                    __init__.py
                                    handlers.py
                                    manager.py
                                contents/
                                    __init__.py
                                    checkpoints.py
                                    filecheckpoints.py
                                    fileio.py
                                    filemanager.py
                                    handlers.py
                                    largefilemanager.py
                                    manager.py
                                events/
                                    __init__.py
                                    handlers.py
                                kernels/
                                    connection/
                                        __init__.py
                                        abc.py
                                        base.py
                                        channels.py
                                    __init__.py
                                    handlers.py
                                    kernelmanager.py
                                    websocket.py
                                kernelspecs/
                                    __init__.py
                                    handlers.py
                                nbconvert/
                                    __init__.py
                                    handlers.py
                                security/
                                    __init__.py
                                    handlers.py
                                sessions/
                                    __init__.py
                                    handlers.py
                                    sessionmanager.py
                                __init__.py
                                shutdown.py
                            static/
                                favicons/
                                    favicon-busy-1.ico
                                    favicon-busy-2.ico
                                    favicon-busy-3.ico
                                    favicon-file.ico
                                    favicon-notebook.ico
                                    favicon-terminal.ico
                                    favicon.ico
                                logo/
                                    logo.png
                                style/
                                    bootstrap-theme.min.css
                                    bootstrap-theme.min.css.map
                                    bootstrap.min.css
                                    bootstrap.min.css.map
                                    index.css
                                favicon.ico
                            templates/
                                404.html
                                browser-open.html
                                error.html
                                login.html
                                logout.html
                                main.html
                                page.html
                                view.html
                            terminal/
                                __init__.py
                                api_handlers.py
                                handlers.py
                                terminalmanager.py
                            view/
                                __init__.py
                                handlers.py
                            __init__.py
                            __main__.py
                            _sysinfo.py
                            _tz.py
                            _version.py
                            config_manager.py
                            log.py
                            py.typed
                            pytest_plugin.py
                            serverapp.py
                            traittypes.py
                            transutils.py
                            utils.py
                        jupyter_server-2.16.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter_server_terminals/
                            __init__.py
                            _version.py
                            api_handlers.py
                            app.py
                            base.py
                            handlers.py
                            py.typed
                            rest-api.yml
                            terminalmanager.py
                        jupyter_server_terminals-0.5.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyterlab/
                            extensions/
                                __init__.py
                                manager.py
                                pypi.py
                                readonly.py
                            galata/
                                @jupyterlab/
                                    galata-extension/
                                        static/
                                            lib_extension_index_js.59743b9da90d1b8bb0d5.js
                                            remoteEntry.2686f203677a9bf51626.js
                                            style.js
                                        build_log.json
                                        package.json
                                __init__.py
                            handlers/
                                __init__.py
                                announcements.py
                                build_handler.py
                                error_handler.py
                                extension_manager_handler.py
                                plugin_manager_handler.py
                            schemas/
                                @jupyterlab/
                                    application-extension/
                                        commands.json
                                        context-menu.json
                                        package.json.orig
                                        property-inspector.json
                                        shell.json
                                        top-bar.json
                                    apputils-extension/
                                        kernels-settings.json
                                        notification.json
                                        package.json.orig
                                        palette.json
                                        print.json
                                        sanitizer.json
                                        sessionDialogs.json
                                        themes.json
                                        utilityCommands.json
                                    cell-toolbar-extension/
                                        package.json.orig
                                        plugin.json
                                    celltags-extension/
                                        package.json.orig
                                        plugin.json
                                    codemirror-extension/
                                        package.json.orig
                                        plugin.json
                                    completer-extension/
                                        inline-completer.json
                                        manager.json
                                        package.json.orig
                                    console-extension/
                                        completer.json
                                        foreign.json
                                        package.json.orig
                                        tracker.json
                                    csvviewer-extension/
                                        csv.json
                                        package.json.orig
                                        tsv.json
                                    debugger-extension/
                                        main.json
                                        package.json.orig
                                    docmanager-extension/
                                        download.json
                                        package.json.orig
                                        plugin.json
                                    documentsearch-extension/
                                        package.json.orig
                                        plugin.json
                                    extensionmanager-extension/
                                        package.json.orig
                                        plugin.json
                                    filebrowser-extension/
                                        browser.json
                                        download.json
                                        open-browser-tab.json
                                        open-with.json
                                        package.json.orig
                                        widget.json
                                    fileeditor-extension/
                                        completer.json
                                        package.json.orig
                                        plugin.json
                                    help-extension/
                                        about.json
                                        jupyter-forum.json
                                        launch-classic.json
                                        package.json.orig
                                    htmlviewer-extension/
                                        package.json.orig
                                        plugin.json
                                    hub-extension/
                                        menu.json
                                        package.json.orig
                                    imageviewer-extension/
                                        package.json.orig
                                        plugin.json
                                    inspector-extension/
                                        consoles.json
                                        inspector.json
                                        notebooks.json
                                        package.json.orig
                                    launcher-extension/
                                        package.json.orig
                                        plugin.json
                                    logconsole-extension/
                                        package.json.orig
                                        plugin.json
                                    lsp-extension/
                                        package.json.orig
                                        plugin.json
                                    mainmenu-extension/
                                        package.json.orig
                                        plugin.json
                                    markdownviewer-extension/
                                        package.json.orig
                                        plugin.json
                                    mathjax-extension/
                                        package.json.orig
                                        plugin.json
                                    metadataform-extension/
                                        metadataforms.json
                                        package.json.orig
                                    notebook-extension/
                                        completer.json
                                        export.json
                                        package.json.orig
                                        panel.json
                                        tools.json
                                        tracker.json
                                    running-extension/
                                        package.json.orig
                                        plugin.json
                                    settingeditor-extension/
                                        form-ui.json
                                        package.json.orig
                                        plugin.json
                                    shortcuts-extension/
                                        package.json.orig
                                        shortcuts.json
                                    statusbar-extension/
                                        package.json.orig
                                        plugin.json
                                    terminal-extension/
                                        package.json.orig
                                        plugin.json
                                    toc-extension/
                                        package.json.orig
                                        registry.json
                                    tooltip-extension/
                                        consoles.json
                                        files.json
                                        notebooks.json
                                        package.json.orig
                                    translation-extension/
                                        package.json.orig
                                        plugin.json
                                    workspaces-extension/
                                        indicator.json
                                        menu.json
                                        package.json.orig
                                        sidebar.json
                            staging/
                                templates/
                                    403.html
                                    error.html
                                    partial.html
                                    template.html
                                .yarnrc.yml
                                bootstrap.js
                                index.js
                                package.json
                                publicpath.js
                                webpack.config.js
                                webpack.prod.config.js
                                webpack.prod.minimize.config.js
                                webpack.prod.release.config.js
                                yarn.js
                                yarn.lock
                            static/
                                100.1d14ca44a3cc8849349f.js
                                1039.3fe94e87219c0ed159d3.js
                                1096.dd4c563e0483cbbeb9c9.js
                                1189.c1482e88f0e949753db6.js
                                1208.4b9ab7b231d39ebdbc3f.js
                                1219.b5630aa3a46050fddc27.js
                                1268.e75d8a6dd557ac8957ca.js
                                1359.d5f23f0e2a6f67b69751.js
                                1423.4bcf4453e1c1d12d872f.js
                                1436.2c11d9dee0ad6f49e968.js
                                1445.a0e099c27d073217031a.js
                                1449.7026e8748d2a77e15d5b.js
                                1462.57e39f487257f25263d4.js
                                1491.010c623dd546db976e95.js
                                1495.13603dd823bbf5eb08b3.js
                                1518.3e4807844734ff34efd0.js
                                1673.b0ee25168543434bdbca.js
                                1737.a5fc97075f693ec36fe6.js
                                1832.b1ede2fe899bdec88938.js
                                1834.7445ad0c82371ac40737.js
                                1838.839690ff17ec3c532f0a.js
                                1887.56f83f163a18c61efb16.js
                                1909.7487a09fefbe7f9eabb6.js
                                1909.7487a09fefbe7f9eabb6.js.LICENSE.txt
                                1912.f16dddc294d66c3c81e9.js
                                1954.f1c519cb1415c7da3e8c.js
                                1960.f8d8ef8a91360e60f0b9.js
                                1962.6a7da74e809b70d5200d.js
                                1969.86e3168e52802569d650.js
                                1986.26029e99ef54a5652df8.js
                                1991.84fc123d7cfe8ae2948e.js
                                1cb1c39ea642f26a4dfe.woff
                                2023.59b30086fbeff6d17e3b.js
                                2211.04a176892c4c3071836c.js
                                227.6bd3154334bb91c5ca1c.js
                                227.6bd3154334bb91c5ca1c.js.LICENSE.txt
                                2280.6614699f54522fffbc00.js
                                232.5419cbec68e3fd0cf431.js
                                232.5419cbec68e3fd0cf431.js.LICENSE.txt
                                2353.ab70488f07a7c0a7a3fd.js
                                246.326a6482593e8a7bcd58.js
                                2467.4227742ac4b60289f222.js
                                247.84259ab142dd8c151fc2.js
                                2491.c169ecbc5fde2bcdb1b3.js
                                2550.75fcaa650ffac405c0dc.js
                                2574.327dadfe49120269ff31.js
                                2576.b98b7b23adeec4cb6932.js
                                2590.99e505d19b964439aa31.js
                                2601.2429d5a03c8465ae6290.js
                                2633.ea053b40991eb5adbc69.js
                                2641.e77441e7a3e0d12834c5.js
                                265.6f9e37c0b72db64203b1.js
                                2658.d1cae1b08b068d864368.js
                                26683bf201fb258a2237.woff
                                2681.a47f40e38ecd31ccd687.js
                                2707.61050e600b0aa9624127.js
                                2729.cafaf0caf2c0c83ac9fe.js
                                2794.05495c139ed000b57598.js
                                2823.0b6015b5e03c08281f41.js
                                2880.8483d51b11998bfe8e4b.js
                                2957.bc5eb9549a0b15c44916.js
                                2959.b24c9f67d639376f5ead.js
                                3048.59e6166a886a78f4f698.js
                                30e889b58cbc51adfbb0.woff
                                3111.33574d9124842f355bce.js
                                3112.0757b31e24c5334fda73.js
                                3122.fed5688acdcf6ff6aa6b.js
                                321.0fb994fd384a54491584.js
                                3257.30af681f0c294efb65f7.js
                                3257.30af681f0c294efb65f7.js.LICENSE.txt
                                32792104b5ef69eded90.woff
                                3282.22e78350d54fcaf3c6c8.js
                                3293.375c6685d72662fc062f.js
                                3303.b5596c0715d2d58332fb.js
                                3358.7ba73a6804155b619b44.js
                                3372.8eeafd96de9a7a205f40.js
                                339.380593b40d8d41150a4e.js
                                355254db9ca10a09a3b5.woff
                                3616.a4271ffcf2ac3b4c2338.js
                                36e0d72d8a7afc696a3e.woff
                                3709.e33bc30c83272aa85628.js
                                373c04fd2418f5c77eea.eot
                                3763.56191df5d72d2ffa5aa6.js
                                3780.c9294dc98ae926717741.js
                                3799.eaa0438bc5c41bad0516.js
                                3824.5e23be1e37fce5b7c6b3.js
                                3832.c6026c483bb46cc8e599.js
                                3974.79f68bca9a02c92dab5e.js
                                3991.678edf189fe92a216c70.js
                                3bc6ecaae7ecf6f8d7f8.woff
                                3de784d07b9fa8f104c1.woff
                                3f6d3488cf65374f6f67.woff
                                4001.80ab3ef5300d7ce2d1fe.js
                                4010.7ccc4c383efb7272d781.js
                                4053.4945facc348478fd59f4.js
                                4068.9cc41f46f729f2c4369b.js
                                4076.b4d803d8bf1bd6c97854.js
                                4090.eec44f90a54aa383426c.js
                                4266.155b468271987c81d948.js
                                4296.721da424585874d0789e.js
                                4311.b44e8bc4829e0b1226d2.js
                                4323.b2bd8a329a81d30ed039.js
                                4350.8c8a0e7a3ffe036494e1.js
                                4353.8572f6845cfde92dc152.js
                                4364.b9b49d8d836882f44e62.js
                                4372.645626a2452c190dbb22.js
                                4372.645626a2452c190dbb22.js.LICENSE.txt
                                4408.f24dd0edf35e08548967.js
                                4462.c3c6de84bc9399e0290d.js
                                4484.e1d2565d1a3daa5fe5f1.js
                                4486.8d2f41ae787607b7bf31.js
                                4528.43328125d98d6cfdfa99.js
                                4611.bd2b768223b0cd570834.js
                                4616.04cfbd55593c51921cc7.js
                                4728.56c0b9d87316b2fa012e.js
                                4728.56c0b9d87316b2fa012e.js.LICENSE.txt
                                4735.7731d551ca68bcb58e9f.js
                                4797.3740ef47b224a11a7fab.js
                                481e39042508ae313a60.woff
                                4838.8db4c61349bfba200547.js
                                4855.29e8dc6982ba4873487d.js
                                4878.f7557c5c99a54b40c49b.js
                                492.5f186062d2dcdf79c86c.js
                                4928.6cb408e4def87534970d.js
                                4981.eed4ddb90566e90e3df4.js
                                4982.c609185756485c6e3344.js
                                5085.a38923f36b551620798a.js
                                5090.404be96d8a6eae1e719a.js
                                5090.404be96d8a6eae1e719a.js.LICENSE.txt
                                5135.7f204de2153e4d85406d.js
                                5211.83e78dadcef89cae04bf.js
                                5224.8a6bbc774d20be66fdfb.js
                                5244.eefac84704ad30f00af3.js
                                5317.f4bba2e3d0f4fdd088f7.js
                                5318.d5df5c275e925c22d780.js
                                5338.38c32bdfb0695f9b501f.js
                                5489.7fab44eac7538297b164.js
                                5492.44728a640c37a4b4aa0c.js
                                5521.0337f193af4e5eee6057.js
                                5566.c76ea61eb723ee84e2cf.js
                                5606.e03dfa10c124a03f36ba.js
                                580.4ea1e6182e0b35ff091a.js
                                5829.0e46d479b4ade4783661.js
                                5847.930208c25e45ecf30657.js
                                5862.be1ec453e8db6844c62d.js
                                5877.72ab5a29e95ce21981e4.js
                                5929.d561797f8259994ecdd8.js
                                5942.05cbcd55c5f45ff7db43.js
                                5987.7e967df5417044d337a4.js
                                5cda41563a095bd70c78.woff
                                6003.94cdab770c801f3c46f7.js
                                6060.52dca011e9f2f279fc5e.js
                                6095.6e79e3bad86e054aa8c8.js
                                6145.c422868290460078c013.js
                                6166.2bc9ac8e2156c0701a52.js
                                6170.65d899f43342f1e34bf1.js
                                6180.edc40db2566e62650403.js
                                6208.feaef264d58c31fc4201.js
                                6214.617de47747c5a9b19ef7.js
                                6275.e99f9312900c481b467d.js
                                6294.b3cb5e16527b9d09b4a2.js
                                6364.c592f3101de349ba3904.js
                                6372.edc0712a4be855493530.js
                                6412.ebdf8da40f1ba8272df9.js
                                6439.1723c0b3882bf535486e.js
                                6460.d9aaa1e48da295c6035d.js
                                649.4081045b1737e4213282.js
                                6492.804d51a693edf6978ef4.js
                                6540.51c00e890179a4832552.js
                                6540.51c00e890179a4832552.js.LICENSE.txt
                                6733.bf3398ba9bb890f0fb67.js
                                6733.bf3398ba9bb890f0fb67.js.LICENSE.txt
                                6767.4b82d96c237ca7e31bc6.js
                                6779.051cfbcb0700a96839b2.js
                                6831.1df8fa4cabb5b1c19803.js
                                6843.dabcc3c9658bc6ded6d1.js
                                6874.bb2f7fbc6ce56eecc800.js
                                6896.af1d649e0efae70b7b1a.js
                                6941.465bebbd3d8a024f5f15.js
                                6974.b5b353b8af28fbc91291.js
                                6986.a89a5aba790481992875.js
                                6993.c93f5a810fcf441cbb6f.js
                                7136.b312751fbb25b73f5e71.js
                                721921bab0d001ebff02.woff
                                7250.b88d0a5e237ff5ff1aad.js
                                7260.b47dcaccbe7991104e8a.js
                                7269.962f078e97afc4f68e79.js
                                72bc573386dd1d48c5bb.woff
                                731.82a7b980b5b7f4b7a14f.js
                                7318.7cc6b4b0b3151b205ecb.js
                                7371.63b12ce793df713ab95b.js
                                7425.f1c25f6c8aaec77e8635.js
                                7445.7c793c8e1720f8ec4f85.js
                                7575.2e3e32236d5667bba43f.js
                                7587.3112240b6b82407b0f16.js
                                7694.1cbff84dccb512476b7c.js
                                7741.2ad1372a5862c4522be3.js
                                7756.93d0ab41829355a147ab.js
                                7769.d39df7673ee2660a9ac4.js
                                7803.0c8929610218552319bf.js
                                7856.dd9523e57bed80f1f694.js
                                7879.5c485d200dc01b6f43ff.js
                                7881.c5a234ce171f347c94e2.js
                                7990.01eaa552261b6e12a74a.js
                                7990.01eaa552261b6e12a74a.js.LICENSE.txt
                                79d088064beb3826054f.eot
                                8038.aea19fb961abd87d6255.js
                                805.2a0b8ac50aa8e6ab096f.js
                                8103.ed2b21471519b58a3d73.js
                                8217.801fbb0b549a74238760.js
                                8232.e31d5021e77a9b5215d6.js
                                8313.aac706f5036a7209b3a8.js
                                8326.9dda93079a9e4f1b9be6.js
                                8354.94077232b086a13541cc.js
                                8368.c75a4b32ae45ec88465d.js
                                8391.e5fb2e35cced405eb819.js
                                84.fe0a55d7756c37585fb4.js
                                8418.42e29778d4b49fb54e8e.js
                                8493.3b6106e45d5661438d8e.js
                                8537.21b8b9ae0d81ae264499.js
                                8606.bc1b0136e61d173913cd.js
                                867.e814bf26fbfc77fc4f16.js
                                870673df72e70f87c91a.woff
                                874.fbd3ae653c7337f3425b.js
                                8753.56da17175b663d61f9d3.js
                                8778.a3883f9acac5a903d6be.js
                                8779.6eebdb56785e3d38a457.js
                                8786.a2bc3dfc1ea13c04ba94.js
                                8786.a2bc3dfc1ea13c04ba94.js.LICENSE.txt
                                8816.d7ec52fb31e9c6749593.js
                                8830.d5bb102ed8737ffe38cb.js
                                8855.b17b9969fce42d0398e4.js
                                88b98cad3688915e50da.woff
                                89.933673451ca4a51053cb.js
                                8915.ab253990b1581460b255.js
                                898.ed04189e15f0a3781fb1.js
                                8ea8791754915a898a31.woff2
                                8ea8dbb1b02e6f730f55.woff
                                9023.2ff687d7ff50df3719fc.js
                                9046.2a28e08629ab71d9ebb1.js
                                9085.5a959b5878e7afd8a878.js
                                9085.5a959b5878e7afd8a878.js.LICENSE.txt
                                9123.501219cd782693d6539f.js
                                9136.8f4cc6ecadcf250fd8ac.js
                                9296.c82d1f1a8d9204ca6ed7.js
                                9311.ad0012965aa52db7a3e3.js
                                9329.1683d45b6478b7c81a24.js
                                9359.34d1b961b733676193cb.js
                                9400.90fd1d2212781c80b587.js
                                9474.01b4e1d1e3376f4a5919.js
                                9517.7056cafdf1da3a136d45.js
                                9572.f91bbaa33e932d524f8f.js
                                961.29c067b15a524e556eed.js
                                961.29c067b15a524e556eed.js.LICENSE.txt
                                9652.a8d2e5854bcae4d40041.js
                                9674eb1bd55047179038.svg
                                9746.c7e86b432363dfd28caa.js
                                9834b82ad26e2a37583d.woff2
                                9881.37d189ff085cb3468683.js
                                9890.75ea8024e2c1c49c89a3.js
                                9892.1c3a710069391fd93b5d.js
                                9892.1c3a710069391fd93b5d.js.LICENSE.txt
                                a009bea404f7a500ded4.woff
                                a3b9817780214caf01e8.svg
                                af04542b29eaac04550a.woff
                                af6397503fcefbd61397.ttf
                                af96f67d7accf5fd2a4a.woff
                                b418136e3b384baaadec.woff
                                be0a084962d8066884f7.svg
                                bootstrap.js
                                build_log.json
                                c49810b53ecc0d87d802.woff
                                c56da8d69f1a0208b8e0.woff
                                cb9e9e693192413cde2b.woff
                                cda59d6efffa685830fd.ttf
                                e4299464e7b012968eed.eot
                                e42a88444448ac3d6054.woff2
                                e8711bbb871afd8e9dea.ttf
                                f9217f66874b0c01cd8c.woff
                                fc6ddf5df402b263cfb1.woff
                                index.html
                                index.out.js
                                jlab_core.39ffbf5b9a750816e020.js
                                main.2155fa5c4dce2b7a12e6.js
                                package.json
                                style.js
                                third-party-licenses.json
                            tests/
                                mock_packages/
                                    extension/
                                        index.js
                                        mock_package.py
                                        package.json
                                        setup.py
                                        yarn.lock
                                    incompat/
                                        index.js
                                        package.json
                                    interop/
                                        consumer/
                                            index.js
                                            jlab_mock_consumer.py
                                            package.json
                                            setup.py
                                        provider/
                                            index.js
                                            jlab_mock_provider.py
                                            package.json
                                            setup.py
                                        token/
                                            index.js
                                            package.json
                                    mimeextension/
                                        index.js
                                        package.json
                                        yarn.lock
                                    package/
                                        index.js
                                        package.json
                                    service-manager-extension/
                                        index.js
                                        mock_service_manager_package.py
                                        package.json
                                        setup.py
                                    test-hyphens/
                                        test_hyphens/
                                            __init__.py
                                        index.js
                                        MANIFEST.in
                                        package.json
                                        pyproject.toml
                                        setup.py
                                        yarn.lock
                                    test-hyphens-underscore/
                                        test_hyphens_underscore/
                                            __init__.py
                                        index.js
                                        MANIFEST.in
                                        package.json
                                        pyproject.toml
                                        setup.py
                                        yarn.lock
                                    test_no_hyphens/
                                        test_no_hyphens/
                                            __init__.py
                                        index.js
                                        MANIFEST.in
                                        package.json
                                        pyproject.toml
                                        setup.py
                                        yarn.lock
                                    .yarnrc.yml
                                __init__.py
                                conftest.py
                                echo_kernel.py
                                test_announcements.py
                                test_app.py
                                test_build_api.py
                                test_custom_css_handler.py
                                test_extensions.py
                                test_jupyterlab.py
                                test_plugin_manager_handler.py
                                test_registry.py
                            themes/
                                @jupyterlab/
                                    theme-dark-extension/
                                        index.css
                                        index.js
                                    theme-dark-high-contrast-extension/
                                        index.css
                                        index.js
                                    theme-light-extension/
                                        index.css
                                        index.js
                            __init__.py
                            __main__.py
                            _version.py
                            browser-test.js
                            browser_check.py
                            commands.py
                            coreconfig.py
                            debuglog.py
                            federated_labextensions.py
                            jlpmapp.py
                            labapp.py
                            labextensions.py
                            labhubapp.py
                            node-version-check.js
                            pytest_plugin.py
                            semver.py
                            serverextension.py
                            style.js
                            upgrade_extension.py
                            utils.py
                        jupyterlab-4.4.5.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyterlab_pygments/
                            __init__.py
                            _version.py
                            style.py
                        jupyterlab_pygments-0.3.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyterlab_server/
                            templates/
                                403.html
                                error.html
                                index.html
                            test_data/
                                app-settings/
                                    overrides.json
                                schemas/
                                    @jupyterlab/
                                        apputils-extension/
                                            themes.json
                                        codemirror-extension/
                                            commands.json
                                        shortcuts-extension/
                                            package.json.orig
                                            plugin.json
                                        translation-extension/
                                            plugin.json
                                        unicode-extension/
                                            plugin.json
                                workspaces/
                                    foo-2c26.jupyterlab-workspace
                                    foo-92dd.jupyterlab-workspace
                            __init__.py
                            __main__.py
                            _version.py
                            app.py
                            config.py
                            handlers.py
                            licenses_app.py
                            licenses_handler.py
                            listings_handler.py
                            process.py
                            process_app.py
                            py.typed
                            pytest_plugin.py
                            rest-api.yml
                            server.py
                            settings_handler.py
                            settings_utils.py
                            spec.py
                            test_utils.py
                            themes_handler.py
                            translation_utils.py
                            translations_handler.py
                            workspaces_app.py
                            workspaces_handler.py
                        jupyterlab_server-2.27.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyterlab_widgets/
                            .gitignore
                            __init__.py
                            _version.py
                        jupyterlab_widgets-3.0.15.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        lark/
                            __pyinstaller/
                                __init__.py
                                hook-lark.py
                            grammars/
                                __init__.py
                                common.lark
                                lark.lark
                                python.lark
                                unicode.lark
                            parsers/
                                __init__.py
                                cyk.py
                                earley.py
                                earley_common.py
                                earley_forest.py
                                grammar_analysis.py
                                lalr_analysis.py
                                lalr_interactive_parser.py
                                lalr_parser.py
                                lalr_parser_state.py
                                xearley.py
                            tools/
                                __init__.py
                                nearley.py
                                serialize.py
                                standalone.py
                            __init__.py
                            ast_utils.py
                            common.py
                            exceptions.py
                            grammar.py
                            indenter.py
                            lark.py
                            lexer.py
                            load_grammar.py
                            parse_tree_builder.py
                            parser_frontends.py
                            py.typed
                            reconstruct.py
                            tree.py
                            tree_matcher.py
                            tree_templates.py
                            utils.py
                            visitors.py
                        lark-1.2.2.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        license_expression/
                            data/
                                cc-by-4.0.LICENSE
                                license_key_index.json.ABOUT
                                scancode-licensedb-index.json
                            __init__.py
                            _pyahocorasick.ABOUT
                            _pyahocorasick.py
                        license_expression-30.4.4.dist-info/
                            licenses/
                                apache-2.0.LICENSE
                                AUTHORS.rst
                                CHANGELOG.rst
                                CODE_OF_CONDUCT.rst
                                NOTICE
                                README.rst
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        licensecheck/
                            license_matrix/
                                __init__.py
                                matrix.csv
                            pypi_licenses/
                                osi_approved.txt
                                other.txt
                            resolvers/
                                __init__.py
                                native.py
                                uv.py
                            __init__.py
                            __main__.py
                            checker.py
                            cli.py
                            fmt.py
                            html.template
                            packageinfo.py
                            session.py
                            types.py
                        licensecheck-2025.1.0.dist-info/
                            licenses/
                                LICENSE.md
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        llvmlite/
                            binding/
                                __init__.py
                                analysis.py
                                common.py
                                context.py
                                dylib.py
                                executionengine.py
                                ffi.py
                                initfini.py
                                libllvmlite.dylib
                                linker.py
                                module.py
                                newpassmanagers.py
                                object_file.py
                                options.py
                                orcjit.py
                                passmanagers.py
                                targets.py
                                transforms.py
                                typeref.py
                                value.py
                            ir/
                                __init__.py
                                _utils.py
                                builder.py
                                context.py
                                instructions.py
                                module.py
                                transforms.py
                                types.py
                                values.py
                            tests/
                                __init__.py
                                __main__.py
                                customize.py
                                refprune_proto.py
                                test_binding.py
                                test_ir.py
                                test_refprune.py
                                test_valuerepr.py
                            __init__.py
                            _version.py
                            utils.py
                        llvmlite-0.44.0.dist-info/
                            INSTALLER
                            LICENSE
                            LICENSE.thirdparty
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        locket/
                            __pycache__/
                                __init__.cpython-313.pyc
                            __init__.py
                        locket-1.0.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        logging/
                            __init__.py
                            config.py
                            handlers.py
                        logging-0.4.9.6.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        loguru/
                            __init__.py
                            __init__.pyi
                            _asyncio_loop.py
                            _better_exceptions.py
                            _colorama.py
                            _colorizer.py
                            _contextvars.py
                            _ctime_functions.py
                            _datetime.py
                            _defaults.py
                            _error_interceptor.py
                            _file_sink.py
                            _filters.py
                            _get_frame.py
                            _handler.py
                            _locks_machinery.py
                            _logger.py
                            _recattrs.py
                            _simple_sinks.py
                            _string_parsers.py
                            py.typed
                        loguru-0.7.3.dist-info/
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        markdown/
                            extensions/
                                __init__.py
                                abbr.py
                                admonition.py
                                attr_list.py
                                codehilite.py
                                def_list.py
                                extra.py
                                fenced_code.py
                                footnotes.py
                                legacy_attrs.py
                                legacy_em.py
                                md_in_html.py
                                meta.py
                                nl2br.py
                                sane_lists.py
                                smarty.py
                                tables.py
                                toc.py
                                wikilinks.py
                            __init__.py
                            __main__.py
                            __meta__.py
                            blockparser.py
                            blockprocessors.py
                            core.py
                            htmlparser.py
                            inlinepatterns.py
                            postprocessors.py
                            preprocessors.py
                            serializers.py
                            test_tools.py
                            treeprocessors.py
                            util.py
                        markdown-3.8.2.dist-info/
                            licenses/
                                LICENSE.md
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        markdown_it/
                            cli/
                                __init__.py
                                parse.py
                            common/
                                __init__.py
                                entities.py
                                html_blocks.py
                                html_re.py
                                normalize_url.py
                                utils.py
                            helpers/
                                __init__.py
                                parse_link_destination.py
                                parse_link_label.py
                                parse_link_title.py
                            presets/
                                __init__.py
                                commonmark.py
                                default.py
                                zero.py
                            rules_block/
                                __init__.py
                                blockquote.py
                                code.py
                                fence.py
                                heading.py
                                hr.py
                                html_block.py
                                lheading.py
                                list.py
                                paragraph.py
                                reference.py
                                state_block.py
                                table.py
                            rules_core/
                                __init__.py
                                block.py
                                inline.py
                                linkify.py
                                normalize.py
                                replacements.py
                                smartquotes.py
                                state_core.py
                                text_join.py
                            rules_inline/
                                __init__.py
                                autolink.py
                                backticks.py
                                balance_pairs.py
                                emphasis.py
                                entity.py
                                escape.py
                                fragments_join.py
                                html_inline.py
                                image.py
                                link.py
                                linkify.py
                                newline.py
                                state_inline.py
                                strikethrough.py
                                text.py
                            __init__.py
                            _compat.py
                            _punycode.py
                            main.py
                            parser_block.py
                            parser_core.py
                            parser_inline.py
                            port.yaml
                            py.typed
                            renderer.py
                            ruler.py
                            token.py
                            tree.py
                            utils.py
                        markdown_it_py-3.0.0.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            LICENSE.markdown-it
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        markupsafe/
                            __pycache__/
                                __init__.cpython-313.pyc
                            __init__.py
                            _native.py
                            _speedups.c
                            _speedups.cpython-313-darwin.so
                            _speedups.pyi
                            py.typed
                        MarkupSafe-3.0.2.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        matplotlib_inline/
                            __init__.py
                            backend_inline.py
                            config.py
                        matplotlib_inline-0.1.7.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        mdurl/
                            __init__.py
                            _decode.py
                            _encode.py
                            _format.py
                            _parse.py
                            _url.py
                            py.typed
                        mdurl-0.1.2.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        mistune/
                            directives/
                                __init__.py
                                _base.py
                                _fenced.py
                                _rst.py
                                admonition.py
                                image.py
                                include.py
                                toc.py
                            plugins/
                                __init__.py
                                abbr.py
                                def_list.py
                                footnotes.py
                                formatting.py
                                math.py
                                ruby.py
                                speedup.py
                                spoiler.py
                                table.py
                                task_lists.py
                                url.py
                            renderers/
                                __init__.py
                                _list.py
                                html.py
                                markdown.py
                                rst.py
                            __init__.py
                            __main__.py
                            block_parser.py
                            core.py
                            helpers.py
                            inline_parser.py
                            list_parser.py
                            markdown.py
                            py.typed
                            toc.py
                            util.py
                        mistune-3.1.3.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        msgpack/
                            __pycache__/
                                __init__.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                ext.cpython-313.pyc
                            __init__.py
                            _cmsgpack.cpython-313-darwin.so
                            exceptions.py
                            ext.py
                            fallback.py
                        msgpack-1.1.1.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        multivolumefile/
                            __pycache__/
                                __init__.cpython-313.pyc
                                stat.cpython-313.pyc
                            __init__.py
                            __init__.pyi
                            py.typed
                            stat.py
                        multivolumefile-0.2.3.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        mypy/
                            dmypy/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                __main__.py
                                client.cpython-313-darwin.so
                                client.py
                            plugins/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                attrs.cpython-313-darwin.so
                                attrs.py
                                common.cpython-313-darwin.so
                                common.py
                                ctypes.cpython-313-darwin.so
                                ctypes.py
                                dataclasses.cpython-313-darwin.so
                                dataclasses.py
                                default.cpython-313-darwin.so
                                default.py
                                enums.cpython-313-darwin.so
                                enums.py
                                functools.cpython-313-darwin.so
                                functools.py
                                proper_plugin.cpython-313-darwin.so
                                proper_plugin.py
                                singledispatch.cpython-313-darwin.so
                                singledispatch.py
                            server/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                astdiff.cpython-313-darwin.so
                                astdiff.py
                                astmerge.cpython-313-darwin.so
                                astmerge.py
                                aststrip.cpython-313-darwin.so
                                aststrip.py
                                deps.cpython-313-darwin.so
                                deps.py
                                mergecheck.cpython-313-darwin.so
                                mergecheck.py
                                objgraph.cpython-313-darwin.so
                                objgraph.py
                                subexpr.cpython-313-darwin.so
                                subexpr.py
                                target.cpython-313-darwin.so
                                target.py
                                trigger.cpython-313-darwin.so
                                trigger.py
                                update.cpython-313-darwin.so
                                update.py
                            test/
                                meta/
                                    __init__.py
                                    _pytest.py
                                    test_diff_helper.py
                                    test_parse_data.py
                                    test_update_data.py
                                __init__.py
                                config.py
                                data.py
                                helpers.py
                                test_config_parser.py
                                test_find_sources.py
                                test_ref_info.py
                                testapi.py
                                testargs.py
                                testcheck.py
                                testcmdline.py
                                testconstraints.py
                                testdaemon.py
                                testdeps.py
                                testdiff.py
                                testerrorstream.py
                                testfinegrained.py
                                testfinegrainedcache.py
                                testformatter.py
                                testfscache.py
                                testgraph.py
                                testinfer.py
                                testipc.py
                                testmerge.py
                                testmodulefinder.py
                                testmypyc.py
                                testoutput.py
                                testparse.py
                                testpep561.py
                                testpythoneval.py
                                testreports.py
                                testsemanal.py
                                testsolve.py
                                teststubgen.py
                                teststubinfo.py
                                teststubtest.py
                                testsubtypes.py
                                testtransform.py
                                testtypegen.py
                                testtypes.py
                                testutil.py
                                typefixture.py
                                update_data.py
                                visitors.cpython-313-darwin.so
                                visitors.py
                            typeshed/
                                stdlib/
                                    _typeshed/
                                        __init__.pyi
                                        _type_checker_internals.pyi
                                        dbapi.pyi
                                        importlib.pyi
                                        wsgi.pyi
                                        xml.pyi
                                    asyncio/
                                        __init__.pyi
                                        base_events.pyi
                                        base_futures.pyi
                                        base_subprocess.pyi
                                        base_tasks.pyi
                                        constants.pyi
                                        coroutines.pyi
                                        events.pyi
                                        exceptions.pyi
                                        format_helpers.pyi
                                        futures.pyi
                                        graph.pyi
                                        locks.pyi
                                        log.pyi
                                        mixins.pyi
                                        proactor_events.pyi
                                        protocols.pyi
                                        queues.pyi
                                        runners.pyi
                                        selector_events.pyi
                                        sslproto.pyi
                                        staggered.pyi
                                        streams.pyi
                                        subprocess.pyi
                                        taskgroups.pyi
                                        tasks.pyi
                                        threads.pyi
                                        timeouts.pyi
                                        transports.pyi
                                        trsock.pyi
                                        unix_events.pyi
                                        windows_events.pyi
                                        windows_utils.pyi
                                    collections/
                                        __init__.pyi
                                        abc.pyi
                                    compression/
                                        _common/
                                            __init__.pyi
                                            _streams.pyi
                                        bz2/
                                            __init__.pyi
                                        gzip/
                                            __init__.pyi
                                        lzma/
                                            __init__.pyi
                                        zlib/
                                            __init__.pyi
                                        __init__.pyi
                                    concurrent/
                                        futures/
                                            __init__.pyi
                                            _base.pyi
                                            interpreter.pyi
                                            process.pyi
                                            thread.pyi
                                        __init__.pyi
                                    ctypes/
                                        macholib/
                                            __init__.pyi
                                            dyld.pyi
                                            dylib.pyi
                                            framework.pyi
                                        __init__.pyi
                                        _endian.pyi
                                        util.pyi
                                        wintypes.pyi
                                    curses/
                                        __init__.pyi
                                        ascii.pyi
                                        has_key.pyi
                                        panel.pyi
                                        textpad.pyi
                                    dbm/
                                        __init__.pyi
                                        dumb.pyi
                                        gnu.pyi
                                        ndbm.pyi
                                        sqlite3.pyi
                                    distutils/
                                        command/
                                            __init__.pyi
                                            bdist.pyi
                                            bdist_dumb.pyi
                                            bdist_msi.pyi
                                            bdist_packager.pyi
                                            bdist_rpm.pyi
                                            bdist_wininst.pyi
                                            build.pyi
                                            build_clib.pyi
                                            build_ext.pyi
                                            build_py.pyi
                                            build_scripts.pyi
                                            check.pyi
                                            clean.pyi
                                            config.pyi
                                            install.pyi
                                            install_data.pyi
                                            install_egg_info.pyi
                                            install_headers.pyi
                                            install_lib.pyi
                                            install_scripts.pyi
                                            register.pyi
                                            sdist.pyi
                                            upload.pyi
                                        __init__.pyi
                                        _msvccompiler.pyi
                                        archive_util.pyi
                                        bcppcompiler.pyi
                                        ccompiler.pyi
                                        cmd.pyi
                                        config.pyi
                                        core.pyi
                                        cygwinccompiler.pyi
                                        debug.pyi
                                        dep_util.pyi
                                        dir_util.pyi
                                        dist.pyi
                                        errors.pyi
                                        extension.pyi
                                        fancy_getopt.pyi
                                        file_util.pyi
                                        filelist.pyi
                                        log.pyi
                                        msvccompiler.pyi
                                        spawn.pyi
                                        sysconfig.pyi
                                        text_file.pyi
                                        unixccompiler.pyi
                                        util.pyi
                                        version.pyi
                                    email/
                                        mime/
                                            __init__.pyi
                                            application.pyi
                                            audio.pyi
                                            base.pyi
                                            image.pyi
                                            message.pyi
                                            multipart.pyi
                                            nonmultipart.pyi
                                            text.pyi
                                        __init__.pyi
                                        _header_value_parser.pyi
                                        _policybase.pyi
                                        base64mime.pyi
                                        charset.pyi
                                        contentmanager.pyi
                                        encoders.pyi
                                        errors.pyi
                                        feedparser.pyi
                                        generator.pyi
                                        header.pyi
                                        headerregistry.pyi
                                        iterators.pyi
                                        message.pyi
                                        parser.pyi
                                        policy.pyi
                                        quoprimime.pyi
                                        utils.pyi
                                    encodings/
                                        __init__.pyi
                                        aliases.pyi
                                        ascii.pyi
                                        base64_codec.pyi
                                        big5.pyi
                                        big5hkscs.pyi
                                        bz2_codec.pyi
                                        charmap.pyi
                                        cp037.pyi
                                        cp1006.pyi
                                        cp1026.pyi
                                        cp1125.pyi
                                        cp1140.pyi
                                        cp1250.pyi
                                        cp1251.pyi
                                        cp1252.pyi
                                        cp1253.pyi
                                        cp1254.pyi
                                        cp1255.pyi
                                        cp1256.pyi
                                        cp1257.pyi
                                        cp1258.pyi
                                        cp273.pyi
                                        cp424.pyi
                                        cp437.pyi
                                        cp500.pyi
                                        cp720.pyi
                                        cp737.pyi
                                        cp775.pyi
                                        cp850.pyi
                                        cp852.pyi
                                        cp855.pyi
                                        cp856.pyi
                                        cp857.pyi
                                        cp858.pyi
                                        cp860.pyi
                                        cp861.pyi
                                        cp862.pyi
                                        cp863.pyi
                                        cp864.pyi
                                        cp865.pyi
                                        cp866.pyi
                                        cp869.pyi
                                        cp874.pyi
                                        cp875.pyi
                                        cp932.pyi
                                        cp949.pyi
                                        cp950.pyi
                                        euc_jis_2004.pyi
                                        euc_jisx0213.pyi
                                        euc_jp.pyi
                                        euc_kr.pyi
                                        gb18030.pyi
                                        gb2312.pyi
                                        gbk.pyi
                                        hex_codec.pyi
                                        hp_roman8.pyi
                                        hz.pyi
                                        idna.pyi
                                        iso2022_jp.pyi
                                        iso2022_jp_1.pyi
                                        iso2022_jp_2.pyi
                                        iso2022_jp_2004.pyi
                                        iso2022_jp_3.pyi
                                        iso2022_jp_ext.pyi
                                        iso2022_kr.pyi
                                        iso8859_1.pyi
                                        iso8859_10.pyi
                                        iso8859_11.pyi
                                        iso8859_13.pyi
                                        iso8859_14.pyi
                                        iso8859_15.pyi
                                        iso8859_16.pyi
                                        iso8859_2.pyi
                                        iso8859_3.pyi
                                        iso8859_4.pyi
                                        iso8859_5.pyi
                                        iso8859_6.pyi
                                        iso8859_7.pyi
                                        iso8859_8.pyi
                                        iso8859_9.pyi
                                        johab.pyi
                                        koi8_r.pyi
                                        koi8_t.pyi
                                        koi8_u.pyi
                                        kz1048.pyi
                                        latin_1.pyi
                                        mac_arabic.pyi
                                        mac_croatian.pyi
                                        mac_cyrillic.pyi
                                        mac_farsi.pyi
                                        mac_greek.pyi
                                        mac_iceland.pyi
                                        mac_latin2.pyi
                                        mac_roman.pyi
                                        mac_romanian.pyi
                                        mac_turkish.pyi
                                        mbcs.pyi
                                        oem.pyi
                                        palmos.pyi
                                        ptcp154.pyi
                                        punycode.pyi
                                        quopri_codec.pyi
                                        raw_unicode_escape.pyi
                                        rot_13.pyi
                                        shift_jis.pyi
                                        shift_jis_2004.pyi
                                        shift_jisx0213.pyi
                                        tis_620.pyi
                                        undefined.pyi
                                        unicode_escape.pyi
                                        utf_16.pyi
                                        utf_16_be.pyi
                                        utf_16_le.pyi
                                        utf_32.pyi
                                        utf_32_be.pyi
                                        utf_32_le.pyi
                                        utf_7.pyi
                                        utf_8.pyi
                                        utf_8_sig.pyi
                                        uu_codec.pyi
                                        zlib_codec.pyi
                                    ensurepip/
                                        __init__.pyi
                                    html/
                                        __init__.pyi
                                        entities.pyi
                                        parser.pyi
                                    http/
                                        __init__.pyi
                                        client.pyi
                                        cookiejar.pyi
                                        cookies.pyi
                                        server.pyi
                                    importlib/
                                        metadata/
                                            __init__.pyi
                                            _meta.pyi
                                            diagnose.pyi
                                        resources/
                                            __init__.pyi
                                            _common.pyi
                                            _functional.pyi
                                            abc.pyi
                                            readers.pyi
                                            simple.pyi
                                        __init__.pyi
                                        _abc.pyi
                                        _bootstrap.pyi
                                        _bootstrap_external.pyi
                                        abc.pyi
                                        machinery.pyi
                                        readers.pyi
                                        simple.pyi
                                        util.pyi
                                    json/
                                        __init__.pyi
                                        decoder.pyi
                                        encoder.pyi
                                        scanner.pyi
                                        tool.pyi
                                    lib2to3/
                                        fixes/
                                            __init__.pyi
                                            fix_apply.pyi
                                            fix_asserts.pyi
                                            fix_basestring.pyi
                                            fix_buffer.pyi
                                            fix_dict.pyi
                                            fix_except.pyi
                                            fix_exec.pyi
                                            fix_execfile.pyi
                                            fix_exitfunc.pyi
                                            fix_filter.pyi
                                            fix_funcattrs.pyi
                                            fix_future.pyi
                                            fix_getcwdu.pyi
                                            fix_has_key.pyi
                                            fix_idioms.pyi
                                            fix_import.pyi
                                            fix_imports.pyi
                                            fix_imports2.pyi
                                            fix_input.pyi
                                            fix_intern.pyi
                                            fix_isinstance.pyi
                                            fix_itertools.pyi
                                            fix_itertools_imports.pyi
                                            fix_long.pyi
                                            fix_map.pyi
                                            fix_metaclass.pyi
                                            fix_methodattrs.pyi
                                            fix_ne.pyi
                                            fix_next.pyi
                                            fix_nonzero.pyi
                                            fix_numliterals.pyi
                                            fix_operator.pyi
                                            fix_paren.pyi
                                            fix_print.pyi
                                            fix_raise.pyi
                                            fix_raw_input.pyi
                                            fix_reduce.pyi
                                            fix_reload.pyi
                                            fix_renames.pyi
                                            fix_repr.pyi
                                            fix_set_literal.pyi
                                            fix_standarderror.pyi
                                            fix_sys_exc.pyi
                                            fix_throw.pyi
                                            fix_tuple_params.pyi
                                            fix_types.pyi
                                            fix_unicode.pyi
                                            fix_urllib.pyi
                                            fix_ws_comma.pyi
                                            fix_xrange.pyi
                                            fix_xreadlines.pyi
                                            fix_zip.pyi
                                        pgen2/
                                            __init__.pyi
                                            driver.pyi
                                            grammar.pyi
                                            literals.pyi
                                            parse.pyi
                                            pgen.pyi
                                            token.pyi
                                            tokenize.pyi
                                        __init__.pyi
                                        btm_matcher.pyi
                                        fixer_base.pyi
                                        main.pyi
                                        pygram.pyi
                                        pytree.pyi
                                        refactor.pyi
                                    logging/
                                        __init__.pyi
                                        config.pyi
                                        handlers.pyi
                                    msilib/
                                        __init__.pyi
                                        schema.pyi
                                        sequence.pyi
                                        text.pyi
                                    multiprocessing/
                                        dummy/
                                            __init__.pyi
                                            connection.pyi
                                        __init__.pyi
                                        connection.pyi
                                        context.pyi
                                        forkserver.pyi
                                        heap.pyi
                                        managers.pyi
                                        pool.pyi
                                        popen_fork.pyi
                                        popen_forkserver.pyi
                                        popen_spawn_posix.pyi
                                        popen_spawn_win32.pyi
                                        process.pyi
                                        queues.pyi
                                        reduction.pyi
                                        resource_sharer.pyi
                                        resource_tracker.pyi
                                        shared_memory.pyi
                                        sharedctypes.pyi
                                        spawn.pyi
                                        synchronize.pyi
                                        util.pyi
                                    os/
                                        __init__.pyi
                                        path.pyi
                                    pathlib/
                                        __init__.pyi
                                        types.pyi
                                    pydoc_data/
                                        __init__.pyi
                                        topics.pyi
                                    pyexpat/
                                        __init__.pyi
                                        errors.pyi
                                        model.pyi
                                    sqlite3/
                                        __init__.pyi
                                        dbapi2.pyi
                                        dump.pyi
                                    string/
                                        __init__.pyi
                                        templatelib.pyi
                                    sys/
                                        __init__.pyi
                                        _monitoring.pyi
                                    tkinter/
                                        __init__.pyi
                                        colorchooser.pyi
                                        commondialog.pyi
                                        constants.pyi
                                        dialog.pyi
                                        dnd.pyi
                                        filedialog.pyi
                                        font.pyi
                                        messagebox.pyi
                                        scrolledtext.pyi
                                        simpledialog.pyi
                                        tix.pyi
                                        ttk.pyi
                                    unittest/
                                        __init__.pyi
                                        _log.pyi
                                        async_case.pyi
                                        case.pyi
                                        loader.pyi
                                        main.pyi
                                        mock.pyi
                                        result.pyi
                                        runner.pyi
                                        signals.pyi
                                        suite.pyi
                                        util.pyi
                                    urllib/
                                        __init__.pyi
                                        error.pyi
                                        parse.pyi
                                        request.pyi
                                        response.pyi
                                        robotparser.pyi
                                    venv/
                                        __init__.pyi
                                    wsgiref/
                                        __init__.pyi
                                        handlers.pyi
                                        headers.pyi
                                        simple_server.pyi
                                        types.pyi
                                        util.pyi
                                        validate.pyi
                                    xml/
                                        dom/
                                            __init__.pyi
                                            domreg.pyi
                                            expatbuilder.pyi
                                            minicompat.pyi
                                            minidom.pyi
                                            NodeFilter.pyi
                                            pulldom.pyi
                                            xmlbuilder.pyi
                                        etree/
                                            __init__.pyi
                                            cElementTree.pyi
                                            ElementInclude.pyi
                                            ElementPath.pyi
                                            ElementTree.pyi
                                        parsers/
                                            expat/
                                                __init__.pyi
                                                errors.pyi
                                                model.pyi
                                            __init__.pyi
                                        sax/
                                            __init__.pyi
                                            _exceptions.pyi
                                            expatreader.pyi
                                            handler.pyi
                                            saxutils.pyi
                                            xmlreader.pyi
                                        __init__.pyi
                                    xmlrpc/
                                        __init__.pyi
                                        client.pyi
                                        server.pyi
                                    zipfile/
                                        _path/
                                            __init__.pyi
                                            glob.pyi
                                        __init__.pyi
                                    zoneinfo/
                                        __init__.pyi
                                        _common.pyi
                                        _tzpath.pyi
                                    __future__.pyi
                                    __main__.pyi
                                    _ast.pyi
                                    _asyncio.pyi
                                    _bisect.pyi
                                    _blake2.pyi
                                    _bootlocale.pyi
                                    _bz2.pyi
                                    _codecs.pyi
                                    _collections_abc.pyi
                                    _compat_pickle.pyi
                                    _compression.pyi
                                    _contextvars.pyi
                                    _csv.pyi
                                    _ctypes.pyi
                                    _curses.pyi
                                    _curses_panel.pyi
                                    _dbm.pyi
                                    _decimal.pyi
                                    _frozen_importlib.pyi
                                    _frozen_importlib_external.pyi
                                    _gdbm.pyi
                                    _hashlib.pyi
                                    _heapq.pyi
                                    _imp.pyi
                                    _interpchannels.pyi
                                    _interpqueues.pyi
                                    _interpreters.pyi
                                    _io.pyi
                                    _json.pyi
                                    _locale.pyi
                                    _lsprof.pyi
                                    _lzma.pyi
                                    _markupbase.pyi
                                    _msi.pyi
                                    _multibytecodec.pyi
                                    _operator.pyi
                                    _osx_support.pyi
                                    _pickle.pyi
                                    _posixsubprocess.pyi
                                    _py_abc.pyi
                                    _pydecimal.pyi
                                    _queue.pyi
                                    _random.pyi
                                    _sitebuiltins.pyi
                                    _socket.pyi
                                    _sqlite3.pyi
                                    _ssl.pyi
                                    _stat.pyi
                                    _struct.pyi
                                    _thread.pyi
                                    _threading_local.pyi
                                    _tkinter.pyi
                                    _tracemalloc.pyi
                                    _warnings.pyi
                                    _weakref.pyi
                                    _weakrefset.pyi
                                    _winapi.pyi
                                    abc.pyi
                                    aifc.pyi
                                    annotationlib.pyi
                                    antigravity.pyi
                                    argparse.pyi
                                    array.pyi
                                    ast.pyi
                                    asynchat.pyi
                                    asyncore.pyi
                                    atexit.pyi
                                    audioop.pyi
                                    base64.pyi
                                    bdb.pyi
                                    binascii.pyi
                                    binhex.pyi
                                    bisect.pyi
                                    builtins.pyi
                                    bz2.pyi
                                    calendar.pyi
                                    cgi.pyi
                                    cgitb.pyi
                                    chunk.pyi
                                    cmath.pyi
                                    cmd.pyi
                                    code.pyi
                                    codecs.pyi
                                    codeop.pyi
                                    colorsys.pyi
                                    compileall.pyi
                                    configparser.pyi
                                    contextlib.pyi
                                    contextvars.pyi
                                    copy.pyi
                                    copyreg.pyi
                                    cProfile.pyi
                                    crypt.pyi
                                    csv.pyi
                                    dataclasses.pyi
                                    datetime.pyi
                                    decimal.pyi
                                    difflib.pyi
                                    dis.pyi
                                    doctest.pyi
                                    enum.pyi
                                    errno.pyi
                                    faulthandler.pyi
                                    fcntl.pyi
                                    filecmp.pyi
                                    fileinput.pyi
                                    fnmatch.pyi
                                    formatter.pyi
                                    fractions.pyi
                                    ftplib.pyi
                                    functools.pyi
                                    gc.pyi
                                    genericpath.pyi
                                    getopt.pyi
                                    getpass.pyi
                                    gettext.pyi
                                    glob.pyi
                                    graphlib.pyi
                                    grp.pyi
                                    gzip.pyi
                                    hashlib.pyi
                                    heapq.pyi
                                    hmac.pyi
                                    imaplib.pyi
                                    imghdr.pyi
                                    imp.pyi
                                    inspect.pyi
                                    io.pyi
                                    ipaddress.pyi
                                    itertools.pyi
                                    keyword.pyi
                                    linecache.pyi
                                    locale.pyi
                                    lzma.pyi
                                    mailbox.pyi
                                    mailcap.pyi
                                    marshal.pyi
                                    math.pyi
                                    mimetypes.pyi
                                    mmap.pyi
                                    modulefinder.pyi
                                    msvcrt.pyi
                                    netrc.pyi
                                    nis.pyi
                                    nntplib.pyi
                                    nt.pyi
                                    ntpath.pyi
                                    nturl2path.pyi
                                    numbers.pyi
                                    opcode.pyi
                                    operator.pyi
                                    optparse.pyi
                                    ossaudiodev.pyi
                                    parser.pyi
                                    pdb.pyi
                                    pickle.pyi
                                    pickletools.pyi
                                    pipes.pyi
                                    pkgutil.pyi
                                    platform.pyi
                                    plistlib.pyi
                                    poplib.pyi
                                    posix.pyi
                                    posixpath.pyi
                                    pprint.pyi
                                    profile.pyi
                                    pstats.pyi
                                    pty.pyi
                                    pwd.pyi
                                    py_compile.pyi
                                    pyclbr.pyi
                                    pydoc.pyi
                                    queue.pyi
                                    quopri.pyi
                                    random.pyi
                                    re.pyi
                                    readline.pyi
                                    reprlib.pyi
                                    resource.pyi
                                    rlcompleter.pyi
                                    runpy.pyi
                                    sched.pyi
                                    secrets.pyi
                                    select.pyi
                                    selectors.pyi
                                    shelve.pyi
                                    shlex.pyi
                                    shutil.pyi
                                    signal.pyi
                                    site.pyi
                                    smtpd.pyi
                                    smtplib.pyi
                                    sndhdr.pyi
                                    socket.pyi
                                    socketserver.pyi
                                    spwd.pyi
                                    sre_compile.pyi
                                    sre_constants.pyi
                                    sre_parse.pyi
                                    ssl.pyi
                                    stat.pyi
                                    statistics.pyi
                                    stringprep.pyi
                                    struct.pyi
                                    subprocess.pyi
                                    sunau.pyi
                                    symbol.pyi
                                    symtable.pyi
                                    sysconfig.pyi
                                    syslog.pyi
                                    tabnanny.pyi
                                    tarfile.pyi
                                    telnetlib.pyi
                                    tempfile.pyi
                                    termios.pyi
                                    textwrap.pyi
                                    this.pyi
                                    threading.pyi
                                    time.pyi
                                    timeit.pyi
                                    token.pyi
                                    tokenize.pyi
                                    tomllib.pyi
                                    trace.pyi
                                    traceback.pyi
                                    tracemalloc.pyi
                                    tty.pyi
                                    turtle.pyi
                                    types.pyi
                                    typing.pyi
                                    typing_extensions.pyi
                                    unicodedata.pyi
                                    uu.pyi
                                    uuid.pyi
                                    VERSIONS
                                    warnings.pyi
                                    wave.pyi
                                    weakref.pyi
                                    webbrowser.pyi
                                    winreg.pyi
                                    winsound.pyi
                                    xdrlib.pyi
                                    xxlimited.pyi
                                    zipapp.pyi
                                    zipimport.pyi
                                    zlib.pyi
                                stubs/
                                    mypy-extensions/
                                        mypy_extensions.pyi
                                LICENSE
                            xml/
                                mypy-html.css
                                mypy-html.xslt
                                mypy-txt.xslt
                                mypy.xsd
                            __init__.cpython-313-darwin.so
                            __init__.py
                            __main__.py
                            api.cpython-313-darwin.so
                            api.py
                            applytype.cpython-313-darwin.so
                            applytype.py
                            argmap.cpython-313-darwin.so
                            argmap.py
                            binder.cpython-313-darwin.so
                            binder.py
                            bogus_type.py
                            build.cpython-313-darwin.so
                            build.py
                            checker.cpython-313-darwin.so
                            checker.py
                            checker_shared.cpython-313-darwin.so
                            checker_shared.py
                            checker_state.cpython-313-darwin.so
                            checker_state.py
                            checkexpr.cpython-313-darwin.so
                            checkexpr.py
                            checkmember.cpython-313-darwin.so
                            checkmember.py
                            checkpattern.cpython-313-darwin.so
                            checkpattern.py
                            checkstrformat.cpython-313-darwin.so
                            checkstrformat.py
                            config_parser.cpython-313-darwin.so
                            config_parser.py
                            constant_fold.cpython-313-darwin.so
                            constant_fold.py
                            constraints.cpython-313-darwin.so
                            constraints.py
                            copytype.cpython-313-darwin.so
                            copytype.py
                            defaults.cpython-313-darwin.so
                            defaults.py
                            dmypy_os.cpython-313-darwin.so
                            dmypy_os.py
                            dmypy_server.cpython-313-darwin.so
                            dmypy_server.py
                            dmypy_util.cpython-313-darwin.so
                            dmypy_util.py
                            erasetype.cpython-313-darwin.so
                            erasetype.py
                            error_formatter.cpython-313-darwin.so
                            error_formatter.py
                            errorcodes.cpython-313-darwin.so
                            errorcodes.py
                            errors.cpython-313-darwin.so
                            errors.py
                            evalexpr.cpython-313-darwin.so
                            evalexpr.py
                            expandtype.cpython-313-darwin.so
                            expandtype.py
                            exprtotype.cpython-313-darwin.so
                            exprtotype.py
                            fastparse.cpython-313-darwin.so
                            fastparse.py
                            find_sources.cpython-313-darwin.so
                            find_sources.py
                            fixup.cpython-313-darwin.so
                            fixup.py
                            freetree.cpython-313-darwin.so
                            freetree.py
                            fscache.cpython-313-darwin.so
                            fscache.py
                            fswatcher.cpython-313-darwin.so
                            fswatcher.py
                            gclogger.cpython-313-darwin.so
                            gclogger.py
                            git.cpython-313-darwin.so
                            git.py
                            graph_utils.cpython-313-darwin.so
                            graph_utils.py
                            indirection.cpython-313-darwin.so
                            indirection.py
                            infer.cpython-313-darwin.so
                            infer.py
                            inspections.cpython-313-darwin.so
                            inspections.py
                            ipc.cpython-313-darwin.so
                            ipc.py
                            join.cpython-313-darwin.so
                            join.py
                            literals.cpython-313-darwin.so
                            literals.py
                            lookup.cpython-313-darwin.so
                            lookup.py
                            main.cpython-313-darwin.so
                            main.py
                            maptype.cpython-313-darwin.so
                            maptype.py
                            meet.cpython-313-darwin.so
                            meet.py
                            memprofile.cpython-313-darwin.so
                            memprofile.py
                            message_registry.cpython-313-darwin.so
                            message_registry.py
                            messages.cpython-313-darwin.so
                            messages.py
                            metastore.cpython-313-darwin.so
                            metastore.py
                            mixedtraverser.cpython-313-darwin.so
                            mixedtraverser.py
                            modulefinder.cpython-313-darwin.so
                            modulefinder.py
                            moduleinspect.cpython-313-darwin.so
                            moduleinspect.py
                            mro.cpython-313-darwin.so
                            mro.py
                            nodes.cpython-313-darwin.so
                            nodes.py
                            operators.cpython-313-darwin.so
                            operators.py
                            options.cpython-313-darwin.so
                            options.py
                            parse.cpython-313-darwin.so
                            parse.py
                            partially_defined.cpython-313-darwin.so
                            partially_defined.py
                            patterns.cpython-313-darwin.so
                            patterns.py
                            plugin.cpython-313-darwin.so
                            plugin.py
                            py.typed
                            pyinfo.py
                            reachability.cpython-313-darwin.so
                            reachability.py
                            refinfo.cpython-313-darwin.so
                            refinfo.py
                            renaming.cpython-313-darwin.so
                            renaming.py
                            report.cpython-313-darwin.so
                            report.py
                            scope.cpython-313-darwin.so
                            scope.py
                            semanal.cpython-313-darwin.so
                            semanal.py
                            semanal_classprop.cpython-313-darwin.so
                            semanal_classprop.py
                            semanal_enum.cpython-313-darwin.so
                            semanal_enum.py
                            semanal_infer.cpython-313-darwin.so
                            semanal_infer.py
                            semanal_main.cpython-313-darwin.so
                            semanal_main.py
                            semanal_namedtuple.cpython-313-darwin.so
                            semanal_namedtuple.py
                            semanal_newtype.cpython-313-darwin.so
                            semanal_newtype.py
                            semanal_pass1.cpython-313-darwin.so
                            semanal_pass1.py
                            semanal_shared.cpython-313-darwin.so
                            semanal_shared.py
                            semanal_typeargs.cpython-313-darwin.so
                            semanal_typeargs.py
                            semanal_typeddict.cpython-313-darwin.so
                            semanal_typeddict.py
                            sharedparse.cpython-313-darwin.so
                            sharedparse.py
                            solve.cpython-313-darwin.so
                            solve.py
                            split_namespace.py
                            state.cpython-313-darwin.so
                            state.py
                            stats.cpython-313-darwin.so
                            stats.py
                            strconv.cpython-313-darwin.so
                            strconv.py
                            stubdoc.py
                            stubgen.cpython-313-darwin.so
                            stubgen.py
                            stubgenc.py
                            stubinfo.cpython-313-darwin.so
                            stubinfo.py
                            stubtest.py
                            stubutil.cpython-313-darwin.so
                            stubutil.py
                            subtypes.cpython-313-darwin.so
                            subtypes.py
                            suggestions.cpython-313-darwin.so
                            suggestions.py
                            traverser.cpython-313-darwin.so
                            traverser.py
                            treetransform.cpython-313-darwin.so
                            treetransform.py
                            tvar_scope.cpython-313-darwin.so
                            tvar_scope.py
                            type_visitor.cpython-313-darwin.so
                            type_visitor.py
                            typeanal.cpython-313-darwin.so
                            typeanal.py
                            typeops.cpython-313-darwin.so
                            typeops.py
                            types.cpython-313-darwin.so
                            types.py
                            types_utils.cpython-313-darwin.so
                            types_utils.py
                            typestate.cpython-313-darwin.so
                            typestate.py
                            typetraverser.cpython-313-darwin.so
                            typetraverser.py
                            typevars.cpython-313-darwin.so
                            typevars.py
                            typevartuples.cpython-313-darwin.so
                            typevartuples.py
                            util.cpython-313-darwin.so
                            util.py
                            version.py
                            visitor.cpython-313-darwin.so
                            visitor.py
                        mypy-1.17.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        mypy_extensions-1.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        mypyc/
                            analysis/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                attrdefined.cpython-313-darwin.so
                                attrdefined.py
                                blockfreq.cpython-313-darwin.so
                                blockfreq.py
                                dataflow.cpython-313-darwin.so
                                dataflow.py
                                ircheck.cpython-313-darwin.so
                                ircheck.py
                                selfleaks.cpython-313-darwin.so
                                selfleaks.py
                            codegen/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                cstring.cpython-313-darwin.so
                                cstring.py
                                emit.cpython-313-darwin.so
                                emit.py
                                emitclass.cpython-313-darwin.so
                                emitclass.py
                                emitfunc.cpython-313-darwin.so
                                emitfunc.py
                                emitmodule.cpython-313-darwin.so
                                emitmodule.py
                                emitwrapper.cpython-313-darwin.so
                                emitwrapper.py
                                literals.cpython-313-darwin.so
                                literals.py
                            ir/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                class_ir.cpython-313-darwin.so
                                class_ir.py
                                func_ir.cpython-313-darwin.so
                                func_ir.py
                                module_ir.cpython-313-darwin.so
                                module_ir.py
                                ops.cpython-313-darwin.so
                                ops.py
                                pprint.cpython-313-darwin.so
                                pprint.py
                                rtypes.cpython-313-darwin.so
                                rtypes.py
                            irbuild/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                ast_helpers.cpython-313-darwin.so
                                ast_helpers.py
                                builder.cpython-313-darwin.so
                                builder.py
                                callable_class.cpython-313-darwin.so
                                callable_class.py
                                classdef.cpython-313-darwin.so
                                classdef.py
                                constant_fold.cpython-313-darwin.so
                                constant_fold.py
                                context.cpython-313-darwin.so
                                context.py
                                env_class.cpython-313-darwin.so
                                env_class.py
                                expression.cpython-313-darwin.so
                                expression.py
                                for_helpers.cpython-313-darwin.so
                                for_helpers.py
                                format_str_tokenizer.cpython-313-darwin.so
                                format_str_tokenizer.py
                                function.cpython-313-darwin.so
                                function.py
                                generator.cpython-313-darwin.so
                                generator.py
                                ll_builder.cpython-313-darwin.so
                                ll_builder.py
                                main.cpython-313-darwin.so
                                main.py
                                mapper.cpython-313-darwin.so
                                mapper.py
                                match.cpython-313-darwin.so
                                match.py
                                missingtypevisitor.cpython-313-darwin.so
                                missingtypevisitor.py
                                nonlocalcontrol.cpython-313-darwin.so
                                nonlocalcontrol.py
                                prebuildvisitor.cpython-313-darwin.so
                                prebuildvisitor.py
                                prepare.cpython-313-darwin.so
                                prepare.py
                                specialize.cpython-313-darwin.so
                                specialize.py
                                statement.cpython-313-darwin.so
                                statement.py
                                targets.cpython-313-darwin.so
                                targets.py
                                util.cpython-313-darwin.so
                                util.py
                                visitor.cpython-313-darwin.so
                                visitor.py
                                vtable.cpython-313-darwin.so
                                vtable.py
                            lib-rt/
                                bytes_ops.c
                                CPy.h
                                dict_ops.c
                                exc_ops.c
                                float_ops.c
                                generic_ops.c
                                getargs.c
                                getargsfast.c
                                init.c
                                int_ops.c
                                list_ops.c
                                misc_ops.c
                                module_shim.tmpl
                                mypyc_util.h
                                pythoncapi_compat.h
                                pythonsupport.c
                                pythonsupport.h
                                set_ops.c
                                str_ops.c
                                tuple_ops.c
                            lower/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                int_ops.cpython-313-darwin.so
                                int_ops.py
                                list_ops.cpython-313-darwin.so
                                list_ops.py
                                misc_ops.cpython-313-darwin.so
                                misc_ops.py
                                registry.cpython-313-darwin.so
                                registry.py
                            primitives/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                bytes_ops.cpython-313-darwin.so
                                bytes_ops.py
                                dict_ops.cpython-313-darwin.so
                                dict_ops.py
                                exc_ops.cpython-313-darwin.so
                                exc_ops.py
                                float_ops.cpython-313-darwin.so
                                float_ops.py
                                generic_ops.cpython-313-darwin.so
                                generic_ops.py
                                int_ops.cpython-313-darwin.so
                                int_ops.py
                                list_ops.cpython-313-darwin.so
                                list_ops.py
                                misc_ops.cpython-313-darwin.so
                                misc_ops.py
                                registry.cpython-313-darwin.so
                                registry.py
                                set_ops.cpython-313-darwin.so
                                set_ops.py
                                str_ops.cpython-313-darwin.so
                                str_ops.py
                                tuple_ops.cpython-313-darwin.so
                                tuple_ops.py
                            test/
                                __init__.py
                                config.py
                                test_alwaysdefined.py
                                test_analysis.py
                                test_annotate.py
                                test_cheader.py
                                test_commandline.py
                                test_emit.py
                                test_emitclass.py
                                test_emitfunc.py
                                test_emitwrapper.py
                                test_exceptions.py
                                test_external.py
                                test_irbuild.py
                                test_ircheck.py
                                test_literals.py
                                test_lowering.py
                                test_misc.py
                                test_namegen.py
                                test_optimizations.py
                                test_pprint.py
                                test_rarray.py
                                test_refcount.py
                                test_run.py
                                test_serialization.py
                                test_struct.py
                                test_tuplename.py
                                test_typeops.py
                                testutil.py
                            transform/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                copy_propagation.cpython-313-darwin.so
                                copy_propagation.py
                                exceptions.cpython-313-darwin.so
                                exceptions.py
                                flag_elimination.cpython-313-darwin.so
                                flag_elimination.py
                                ir_transform.cpython-313-darwin.so
                                ir_transform.py
                                lower.cpython-313-darwin.so
                                lower.py
                                refcount.cpython-313-darwin.so
                                refcount.py
                                spill.cpython-313-darwin.so
                                spill.py
                                uninit.cpython-313-darwin.so
                                uninit.py
                            __init__.cpython-313-darwin.so
                            __init__.py
                            __main__.py
                            annotate.cpython-313-darwin.so
                            annotate.py
                            build.cpython-313-darwin.so
                            build.py
                            common.cpython-313-darwin.so
                            common.py
                            crash.cpython-313-darwin.so
                            crash.py
                            errors.cpython-313-darwin.so
                            errors.py
                            namegen.cpython-313-darwin.so
                            namegen.py
                            options.cpython-313-darwin.so
                            options.py
                            py.typed
                            rt_subtype.cpython-313-darwin.so
                            rt_subtype.py
                            sametype.cpython-313-darwin.so
                            sametype.py
                            subtype.cpython-313-darwin.so
                            subtype.py
                        nacl/
                            bindings/
                                __init__.py
                                crypto_aead.py
                                crypto_box.py
                                crypto_core.py
                                crypto_generichash.py
                                crypto_hash.py
                                crypto_kx.py
                                crypto_pwhash.py
                                crypto_scalarmult.py
                                crypto_secretbox.py
                                crypto_secretstream.py
                                crypto_shorthash.py
                                crypto_sign.py
                                randombytes.py
                                sodium_core.py
                                utils.py
                            pwhash/
                                __init__.py
                                _argon2.py
                                argon2i.py
                                argon2id.py
                                scrypt.py
                            __init__.py
                            _sodium.abi3.so
                            encoding.py
                            exceptions.py
                            hash.py
                            hashlib.py
                            public.py
                            py.typed
                            secret.py
                            signing.py
                            utils.py
                        nbclient/
                            __init__.py
                            _version.py
                            cli.py
                            client.py
                            exceptions.py
                            jsonutil.py
                            output_widget.py
                            py.typed
                            util.py
                        nbclient-0.10.2.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        nbconvert/
                            exporters/
                                __init__.py
                                asciidoc.py
                                base.py
                                exporter.py
                                html.py
                                latex.py
                                markdown.py
                                notebook.py
                                pdf.py
                                python.py
                                qt_exporter.py
                                qt_screenshot.py
                                qtpdf.py
                                qtpng.py
                                rst.py
                                script.py
                                slides.py
                                templateexporter.py
                                webpdf.py
                            filters/
                                __init__.py
                                ansi.py
                                citation.py
                                datatypefilter.py
                                filter_links.py
                                highlight.py
                                latex.py
                                markdown.py
                                markdown_mistune.py
                                metadata.py
                                pandoc.py
                                strings.py
                                widgetsdatatypefilter.py
                            postprocessors/
                                __init__.py
                                base.py
                                serve.py
                            preprocessors/
                                __init__.py
                                base.py
                                clearmetadata.py
                                clearoutput.py
                                coalescestreams.py
                                convertfigures.py
                                csshtmlheader.py
                                execute.py
                                extractattachments.py
                                extractoutput.py
                                highlightmagics.py
                                latex.py
                                regexremove.py
                                sanitize.py
                                svg2pdf.py
                                tagremove.py
                            resources/
                                __init__.py
                            templates/
                                skeleton/
                                    Makefile
                                    README.md
                                README.md
                            utils/
                                __init__.py
                                _contextlib_chdir.py
                                base.py
                                exceptions.py
                                io.py
                                iso639_1.py
                                lexers.py
                                pandoc.py
                                text.py
                                version.py
                            writers/
                                __init__.py
                                base.py
                                debug.py
                                files.py
                                stdout.py
                            __init__.py
                            __main__.py
                            _version.py
                            conftest.py
                            nbconvertapp.py
                            py.typed
                        nbconvert-7.16.6.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        nbformat/
                            corpus/
                                tests/
                                    __init__.py
                                    test_words.py
                                __init__.py
                                words.py
                            v1/
                                __init__.py
                                convert.py
                                nbbase.py
                                nbjson.py
                                rwbase.py
                            v2/
                                __init__.py
                                convert.py
                                nbbase.py
                                nbjson.py
                                nbpy.py
                                nbxml.py
                                rwbase.py
                            v3/
                                __init__.py
                                convert.py
                                nbbase.py
                                nbformat.v3.schema.json
                                nbjson.py
                                nbpy.py
                                rwbase.py
                            v4/
                                __init__.py
                                convert.py
                                nbbase.py
                                nbformat.v4.0.schema.json
                                nbformat.v4.1.schema.json
                                nbformat.v4.2.schema.json
                                nbformat.v4.3.schema.json
                                nbformat.v4.4.schema.json
                                nbformat.v4.5.schema.json
                                nbformat.v4.schema.json
                                nbjson.py
                                rwbase.py
                            __init__.py
                            _imports.py
                            _struct.py
                            _version.py
                            converter.py
                            current.py
                            json_compat.py
                            notebooknode.py
                            py.typed
                            reader.py
                            sentinel.py
                            sign.py
                            validator.py
                            warnings.py
                        nbformat-5.10.4.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        nest_asyncio-1.6.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        notebook/
                            custom/
                                custom.css
                            static/
                                100.cbc26eb447514f5af591.js
                                100.cbc26eb447514f5af591.js.map
                                1053.92d524d23b6ffd97d9de.js
                                1053.92d524d23b6ffd97d9de.js.map
                                1088.47e247a20947f628f48f.js
                                1088.47e247a20947f628f48f.js.map
                                1091.f006368c55525d627dc3.js
                                1091.f006368c55525d627dc3.js.map
                                1122.16363dcd990a9685123e.js
                                1122.16363dcd990a9685123e.js.map
                                114.3735fbb3fc442d926d2b.js
                                114.3735fbb3fc442d926d2b.js.map
                                1169.f64c3773007d9d09487e.js
                                131.729c28b8323daf822cbe.js
                                131.729c28b8323daf822cbe.js.map
                                132.bbe0fd1e86fe078554cf.js
                                132.bbe0fd1e86fe078554cf.js.map
                                1418.5913bb08784c217a1f0b.js
                                1418.5913bb08784c217a1f0b.js.map
                                145.2fd139f1721cfaedfccf.js
                                145.2fd139f1721cfaedfccf.js.map
                                1542.8f0b79431f7af2f43f1e.js
                                1542.8f0b79431f7af2f43f1e.js.map
                                1558.d1ebe7cb088451b0d7de.js
                                1558.d1ebe7cb088451b0d7de.js.map
                                1584.5e136a9d8643093bc7e9.js
                                1584.5e136a9d8643093bc7e9.js.map
                                1601.4154c4f9ed460feae33b.js
                                1601.4154c4f9ed460feae33b.js.map
                                1618.da67fb30732c49b969ba.js
                                1618.da67fb30732c49b969ba.js.map
                                1650.43e49e4c78755f921679.js
                                1650.43e49e4c78755f921679.js.map
                                1684.72557761abcc7d3f021b.js
                                1684.72557761abcc7d3f021b.js.map
                                1715.eb47d8a8fb23246d8368.js
                                1715.eb47d8a8fb23246d8368.js.map
                                1837.6bbfd9967be58e1325f1.js
                                1837.6bbfd9967be58e1325f1.js.map
                                1869.48ca2e23bddad3adfc1a.js
                                1869.48ca2e23bddad3adfc1a.js.map
                                1871.c375ee093b7e51966390.js
                                1871.c375ee093b7e51966390.js.map
                                1911.cfe3314fd3a9b879389c.js
                                1911.cfe3314fd3a9b879389c.js.map
                                1939.e620a31e5ee7d4ccc1bc.js
                                1939.e620a31e5ee7d4ccc1bc.js.map
                                1941.b15cc60637b0a879bea6.js
                                1941.b15cc60637b0a879bea6.js.map
                                1950.a590659714a301a94f31.js
                                1950.a590659714a301a94f31.js.map
                                1cb1c39ea642f26a4dfe.woff
                                2019.a0afb11aac931fb43c5c.js
                                2019.a0afb11aac931fb43c5c.js.map
                                2065.e9b5d8d0a8bec3304454.js
                                2065.e9b5d8d0a8bec3304454.js.map
                                2188.8a4dbc0baaccf031e5c4.js
                                2188.8a4dbc0baaccf031e5c4.js.map
                                221.21b91ccc95eefd849fa5.js
                                221.21b91ccc95eefd849fa5.js.map
                                2228.5897a4ab53c9c224da5d.js
                                2228.5897a4ab53c9c224da5d.js.map
                                2343.81357d860d7aa9156d23.js
                                2343.81357d860d7aa9156d23.js.map
                                2386.4a6f7defebb9a3696820.js
                                2386.4a6f7defebb9a3696820.js.map
                                2409.6091282e2ebffe2ab089.js
                                2409.6091282e2ebffe2ab089.js.map
                                2425.6472013fa9798ece0dc9.js
                                2425.6472013fa9798ece0dc9.js.map
                                2453.ebdb135eb902bf82e103.js
                                2453.ebdb135eb902bf82e103.js.map
                                2552.e56002ba65105afb9b18.js
                                2552.e56002ba65105afb9b18.js.map
                                2581.f9bb29600b7e080b2b84.js
                                2581.f9bb29600b7e080b2b84.js.map
                                2666.39e11f71d749eca59f8e.js
                                2666.39e11f71d749eca59f8e.js.map
                                26683bf201fb258a2237.woff
                                2682.69beaaa72effdd61afbe.js
                                2682.69beaaa72effdd61afbe.js.map
                                270.dced80a7f5cbf1705712.js
                                270.dced80a7f5cbf1705712.js.map
                                2702.bc49dbd258cca77aeea4.js
                                2702.bc49dbd258cca77aeea4.js.map
                                28.b5145a84e3a511427e72.js
                                28.b5145a84e3a511427e72.js.map
                                2816.03541f3103bf4c09e591.js
                                2816.03541f3103bf4c09e591.js.map
                                2871.46ec88c6997ef947f39f.js
                                2871.46ec88c6997ef947f39f.js.map
                                2913.274b19d8f201991f4a69.js
                                2913.274b19d8f201991f4a69.js.map
                                2955.199d6b7c6b5d8531cad7.js
                                2955.199d6b7c6b5d8531cad7.js.map
                                306.dd9ffcf982b0c863872b.js
                                306.dd9ffcf982b0c863872b.js.map
                                3076.433a08e00b3f195539d0.js
                                3076.433a08e00b3f195539d0.js.map
                                3079.63bdfdb9a8c6c94b4c9a.js
                                3079.63bdfdb9a8c6c94b4c9a.js.map
                                30e889b58cbc51adfbb0.woff
                                310.857f702af7a4a486c75e.js
                                310.857f702af7a4a486c75e.js.map
                                311.d6a177e2f8f1b1690911.js
                                311.d6a177e2f8f1b1690911.js.map
                                3111.bdf4a0f672df2a6cdd74.js
                                3111.bdf4a0f672df2a6cdd74.js.map
                                3146.f98fbe7d5b55224f0160.js
                                3146.f98fbe7d5b55224f0160.js.map
                                3197.132cf892d4ef38649b32.js
                                3197.132cf892d4ef38649b32.js.map
                                3207.10d3ef96eccf1096e1c3.js
                                3207.10d3ef96eccf1096e1c3.js.map
                                3211.2e93fd406e5c4e53774f.js
                                3211.2e93fd406e5c4e53774f.js.map
                                3230.29b02fdb14e1bdf52d07.js
                                3230.29b02fdb14e1bdf52d07.js.map
                                32792104b5ef69eded90.woff
                                3322.e8348cc2a800190d4f49.js
                                3322.e8348cc2a800190d4f49.js.map
                                3336.1430b8576b899f650fb9.js
                                3336.1430b8576b899f650fb9.js.map
                                3370.aa66c4f8e4c91fc5628a.js
                                3370.aa66c4f8e4c91fc5628a.js.map
                                339.ca73209c818e0defdea2.js
                                339.ca73209c818e0defdea2.js.map
                                3420.693f6432957cbf2699c5.js
                                3420.693f6432957cbf2699c5.js.map
                                3449.53ec937d932f8f73a39b.js
                                3449.53ec937d932f8f73a39b.js.map
                                3462.0383dfd16602627036bd.js
                                3462.0383dfd16602627036bd.js.map
                                35.a486baf38b12aec5500f.js
                                35.a486baf38b12aec5500f.js.map
                                3501.c1c56527cb2f94c27dcf.js
                                3501.c1c56527cb2f94c27dcf.js.map
                                355254db9ca10a09a3b5.woff
                                3562.3b759e4fdd798f9dca94.js
                                3562.3b759e4fdd798f9dca94.js.map
                                3619.2e4bf80097f9890aef49.js
                                3619.2e4bf80097f9890aef49.js.map
                                36e0d72d8a7afc696a3e.woff
                                3700.b937e669a5feb21ccb06.js
                                3700.b937e669a5feb21ccb06.js.map
                                373c04fd2418f5c77eea.eot
                                3752.f222858bad091688a0c5.js
                                3752.f222858bad091688a0c5.js.map
                                3768.0b6995cb2c93a75f2359.js
                                3768.0b6995cb2c93a75f2359.js.map
                                3782.b5169726474369258b8f.js
                                3782.b5169726474369258b8f.js.map
                                3797.ad30e7a4bf8dc994e5be.js
                                3797.ad30e7a4bf8dc994e5be.js.map
                                383.086fc5ebac8a08e85b7c.js
                                383.086fc5ebac8a08e85b7c.js.map
                                3bc6ecaae7ecf6f8d7f8.woff
                                3de784d07b9fa8f104c1.woff
                                3f6d3488cf65374f6f67.woff
                                4002.7d2089cf976c84095255.js
                                4002.7d2089cf976c84095255.js.map
                                403.270ca5cf44874182bd4d.js
                                403.270ca5cf44874182bd4d.js.map
                                4030.5a53f3aacfd5bc109b79.js
                                4030.5a53f3aacfd5bc109b79.js.map
                                4038.edb04f3d9d68204491ba.js
                                4038.edb04f3d9d68204491ba.js.map
                                4039.dcbb5e4f3949b6eff7e9.js
                                4039.dcbb5e4f3949b6eff7e9.js.map
                                4105.5144c29f0bbce103fec4.js
                                4105.5144c29f0bbce103fec4.js.map
                                4148.410616c0288bc98e224f.js
                                4148.410616c0288bc98e224f.js.map
                                417.29f636ec8be265b7e480.js
                                417.29f636ec8be265b7e480.js.map
                                4276.2edc46f98f304de431b0.js
                                4276.2edc46f98f304de431b0.js.map
                                431.4a876e95bf0e93ffd46f.js
                                431.4a876e95bf0e93ffd46f.js.map
                                4324.fa653693694bd924557b.js
                                4324.fa653693694bd924557b.js.map
                                4382.c317254086f1ae2d605a.js
                                4382.c317254086f1ae2d605a.js.map
                                4387.a7f58bf45dd9275aee44.js
                                4387.a7f58bf45dd9275aee44.js.map
                                4406.c435ee1d9e07c37b46e4.js
                                4406.c435ee1d9e07c37b46e4.js.map
                                4430.879d60462da8c4629a70.js
                                4430.879d60462da8c4629a70.js.map
                                4498.4d8665e22c39c0b3f329.js
                                4498.4d8665e22c39c0b3f329.js.map
                                4521.c728470feb41d3f877d1.js
                                4521.c728470feb41d3f877d1.js.map
                                4588.46b592131684aa708905.js
                                4588.46b592131684aa708905.js.map
                                4645.9017711a4d52533bd2ae.js
                                4645.9017711a4d52533bd2ae.js.map
                                4667.288ec271d366f6d03bf4.js
                                4667.288ec271d366f6d03bf4.js.map
                                4670.3fc6925b39a00569037e.js
                                4670.3fc6925b39a00569037e.js.map
                                4708.ea8fa57a2460a633deb4.js
                                4708.ea8fa57a2460a633deb4.js.map
                                4810.f422cb69c3eca42dd212.js
                                4810.f422cb69c3eca42dd212.js.map
                                481e39042508ae313a60.woff
                                4825.d47a910536278ab25419.js
                                4825.d47a910536278ab25419.js.map
                                4828.57b2977d0c98f8416cc4.js
                                4828.57b2977d0c98f8416cc4.js.map
                                4837.2a30feab2693717d3d43.js
                                4837.2a30feab2693717d3d43.js.map
                                4843.7eed3c5267c10f3eb786.js
                                4843.7eed3c5267c10f3eb786.js.map
                                4886.6084c97eb0f7628908ee.js
                                4886.6084c97eb0f7628908ee.js.map
                                4926.7f42350f683b70d59456.js
                                4926.7f42350f683b70d59456.js.map
                                4965.591924d7805c15261494.js
                                4965.591924d7805c15261494.js.map
                                4971.e850b0a1dcb6d3fce7a4.js
                                4971.e850b0a1dcb6d3fce7a4.js.map
                                5019.48f595eb3007a3ca0f91.js
                                5019.48f595eb3007a3ca0f91.js.map
                                5061.aede931a61d7ce87ee23.js
                                5061.aede931a61d7ce87ee23.js.map
                                5095.cacabf11fc06b3d7f4ad.js
                                5095.cacabf11fc06b3d7f4ad.js.map
                                5115.722cf90a473016a17ba7.js
                                5115.722cf90a473016a17ba7.js.map
                                5135.1cde65c1d79a0adc262d.js
                                5135.1cde65c1d79a0adc262d.js.map
                                5249.47203d8dad661b809e38.js
                                5249.47203d8dad661b809e38.js.map
                                5299.a014c52ba3f8492bad0f.js
                                5299.a014c52ba3f8492bad0f.js.map
                                5425.2e42adccd47405a6a6a3.js
                                5425.2e42adccd47405a6a6a3.js.map
                                5448.a9016133a2b9389ac102.js
                                5448.a9016133a2b9389ac102.js.map
                                5494.391c359bd3d5f45fb30b.js
                                5494.391c359bd3d5f45fb30b.js.map
                                5573.38e0610ea3d6d9b005b5.js
                                5573.38e0610ea3d6d9b005b5.js.map
                                5601.ffda77b468bc8b17a221.js
                                5601.ffda77b468bc8b17a221.js.map
                                563.0a7566a6f2b684579011.js
                                563.0a7566a6f2b684579011.js.map
                                5698.3347ece7b9654a7783ce.js
                                5698.3347ece7b9654a7783ce.js.map
                                5748.5dca396b965fb74427ff.js
                                5748.5dca396b965fb74427ff.js.map
                                5765.f588990a6e3cb69dcefe.js
                                5765.f588990a6e3cb69dcefe.js.map
                                5777.c601d5372b8b7c9b6ff0.js
                                5777.c601d5372b8b7c9b6ff0.js.map
                                5822.6dcbc72eeab5ed4295aa.js
                                5822.6dcbc72eeab5ed4295aa.js.map
                                5828.66806b64a5e5ffda935f.js
                                5828.66806b64a5e5ffda935f.js.map
                                5834.aca2b773e8f9ffc9639e.js
                                5834.aca2b773e8f9ffc9639e.js.map
                                5850.30a4d9a000a79095dcff.js
                                5850.30a4d9a000a79095dcff.js.map
                                5872.9d35ff1e9109987247b6.js
                                5872.9d35ff1e9109987247b6.js.map
                                5972.456ddfa373f527f850fb.js
                                5972.456ddfa373f527f850fb.js.map
                                5996.9dd601211e357e9bf641.js
                                5996.9dd601211e357e9bf641.js.map
                                5cda41563a095bd70c78.woff
                                6139.9b4118bd8223a51fa897.js
                                6139.9b4118bd8223a51fa897.js.map
                                6271.809bc8c9941039275a30.js
                                6271.809bc8c9941039275a30.js.map
                                6301.c02f41d998293ace8bac.js
                                6301.c02f41d998293ace8bac.js.map
                                632.c59cde46a58f6dac3b70.js
                                632.c59cde46a58f6dac3b70.js.map
                                6345.348b6265ddf3713ab5d6.js
                                6345.348b6265ddf3713ab5d6.js.map
                                6428.e4e53b40817c3dd248ca.js
                                6428.e4e53b40817c3dd248ca.js.map
                                647.3a6deb0e090650f1c3e2.js
                                647.3a6deb0e090650f1c3e2.js.map
                                6491.4ec5e8e76fbff7d9698a.js
                                6491.4ec5e8e76fbff7d9698a.js.map
                                6521.95f93bd416d53955c700.js
                                6521.95f93bd416d53955c700.js.map
                                6561.ebddc37c2afcedcddd21.js
                                6561.ebddc37c2afcedcddd21.js.map
                                661.bfd67818fb0b29d1fcb4.js
                                661.bfd67818fb0b29d1fcb4.js.map
                                6653.6525abafd19e7997f79c.js
                                6653.6525abafd19e7997f79c.js.map
                                67.9cbc679ecb920dd7951b.js
                                67.9cbc679ecb920dd7951b.js.map
                                6739.b86fe9f9325e098414af.js
                                6739.b86fe9f9325e098414af.js.map
                                677.bedd668f19a13f2743c4.js
                                677.bedd668f19a13f2743c4.js.map
                                6788.c9f5f85294a5ed5f86ec.js
                                6788.c9f5f85294a5ed5f86ec.js.map
                                6800.35cead61fb9b37904873.js
                                6800.35cead61fb9b37904873.js.map
                                6873.d5b12730d4556b6f37bf.js
                                6873.d5b12730d4556b6f37bf.js.map
                                69.aa2a725012bd95ceceba.js
                                69.aa2a725012bd95ceceba.js.map
                                6942.073187fa00ada10fcd06.js
                                6942.073187fa00ada10fcd06.js.map
                                6972.3bd59944fc1dc3e59150.js
                                6972.3bd59944fc1dc3e59150.js.map
                                7005.9f299a4f2a4e116a7369.js
                                7005.9f299a4f2a4e116a7369.js.map
                                7022.ada0a27a1f0d61d90ee8.js
                                7022.ada0a27a1f0d61d90ee8.js.map
                                7054.093d48fae797c6c33872.js
                                7054.093d48fae797c6c33872.js.map
                                7061.ada76efa0840f101be5b.js
                                7061.ada76efa0840f101be5b.js.map
                                7154.1ab03d07151bbd0aad06.js
                                7154.1ab03d07151bbd0aad06.js.map
                                7159.41e52038b70d27a3b442.js
                                7159.41e52038b70d27a3b442.js.map
                                7170.aef383eb04df84d63d6a.js
                                7170.aef383eb04df84d63d6a.js.map
                                7179.a27cb1e09e47e519cbfa.js
                                7179.a27cb1e09e47e519cbfa.js.map
                                721921bab0d001ebff02.woff
                                7264.56c0f8b7752822724b0f.js
                                7264.56c0f8b7752822724b0f.js.map
                                72bc573386dd1d48c5bb.woff
                                7302.3f668970091842fbc9ca.js
                                7302.3f668970091842fbc9ca.js.map
                                7360.b3741cc7257cecd9efe9.js
                                7360.b3741cc7257cecd9efe9.js.map
                                7369.a065dc2ed2f56a44cb0f.js
                                7369.a065dc2ed2f56a44cb0f.js.map
                                7378.df12091e8f42a5da0429.js
                                7378.df12091e8f42a5da0429.js.map
                                745.30bb604aa86c8167d1a4.js
                                745.30bb604aa86c8167d1a4.js.map
                                7450.beacefc07c8e386709fa.js
                                7450.beacefc07c8e386709fa.js.map
                                7471.27c6037e2917dcd9958a.js
                                7471.27c6037e2917dcd9958a.js.map
                                7488.4d8124f72a0f10256f44.js
                                7488.4d8124f72a0f10256f44.js.map
                                7534.e6ec4e7bd41255482e3e.js
                                7534.e6ec4e7bd41255482e3e.js.map
                                755.3d6eb3b7f81d035f52f4.js
                                755.3d6eb3b7f81d035f52f4.js.map
                                7561.ab0621a9e054b91897f7.js
                                7561.ab0621a9e054b91897f7.js.map
                                757.86f80ac05f38c4f4be68.js
                                757.86f80ac05f38c4f4be68.js.map
                                7582.5611b71499b0becf7b6a.js
                                7582.5611b71499b0becf7b6a.js.map
                                7634.ad26bf6396390c53768a.js
                                7634.ad26bf6396390c53768a.js.map
                                7674.80774120971faccbb256.js
                                7674.80774120971faccbb256.js.map
                                777.de863ae105caa5756453.js
                                777.de863ae105caa5756453.js.map
                                7803.0c44e7b8d148353eed87.js
                                7803.0c44e7b8d148353eed87.js.map
                                7811.fa11577c84ea92d4102c.js
                                7811.fa11577c84ea92d4102c.js.map
                                7817.74b742c39300a07a9efa.js
                                7817.74b742c39300a07a9efa.js.map
                                7866.b73df9c77816d05d6784.js
                                7866.b73df9c77816d05d6784.js.map
                                7884.07a3d44e10261bae9b1f.js
                                7884.07a3d44e10261bae9b1f.js.map
                                7906.c3e50e3c279ee95b5b0c.js
                                7906.c3e50e3c279ee95b5b0c.js.map
                                792.050c0efb8da8e633f900.js
                                792.050c0efb8da8e633f900.js.map
                                7957.d903973498b192f6210c.js
                                7957.d903973498b192f6210c.js.map
                                7969.0080840fce265b81a360.js
                                7969.0080840fce265b81a360.js.map
                                7995.8f35600b7ffffa34c89b.js
                                7995.8f35600b7ffffa34c89b.js.map
                                7997.1469ff294f8b64fd26ec.js
                                7997.1469ff294f8b64fd26ec.js.map
                                79d088064beb3826054f.eot
                                8010.0c4fde830729471df121.js
                                8010.0c4fde830729471df121.js.map
                                8218.983a3a002f016180aaab.js
                                8218.983a3a002f016180aaab.js.map
                                8285.8bade38c361d9af60b43.js
                                8285.8bade38c361d9af60b43.js.map
                                8313.45ac616d61cf717bff16.js
                                8313.45ac616d61cf717bff16.js.map
                                8378.c1a78f0d6f0124d37fa9.js
                                8378.c1a78f0d6f0124d37fa9.js.map
                                8381.0291906ada65d4e5df4e.js
                                8381.0291906ada65d4e5df4e.js.map
                                841.e2a344f8bed0447367be.js
                                841.e2a344f8bed0447367be.js.map
                                8433.ed9247b868845dc191b2.js
                                8433.ed9247b868845dc191b2.js.map
                                8446.66c7f866128c07ec4265.js
                                8446.66c7f866128c07ec4265.js.map
                                8479.1807152edb3d746c4d0b.js
                                8479.1807152edb3d746c4d0b.js.map
                                85.f5f11db2bc819f9ae970.js
                                85.f5f11db2bc819f9ae970.js.map
                                850.4ff5be1ac6f4d6958c7a.js
                                850.4ff5be1ac6f4d6958c7a.js.map
                                8579.973518a0960b2b927064.js
                                8579.973518a0960b2b927064.js.map
                                866.8574f33a07edc3fc33b5.js
                                866.8574f33a07edc3fc33b5.js.map
                                8678.9d28c7fae2ee6c13d2eb.js
                                8678.9d28c7fae2ee6c13d2eb.js.map
                                8701.7be1d7a9c41099ea4b6f.js
                                8701.7be1d7a9c41099ea4b6f.js.map
                                870673df72e70f87c91a.woff
                                874.9e1bcef8ee789652f606.js
                                874.9e1bcef8ee789652f606.js.map
                                8781.3f87f07359077c3a8a85.js
                                8781.3f87f07359077c3a8a85.js.map
                                883.df3c548d474bbe7fc62c.js
                                883.df3c548d474bbe7fc62c.js.map
                                8845.ac1c5acb78cea4acee08.js
                                8845.ac1c5acb78cea4acee08.js.map
                                8875.0604966d624b3656aa1c.js
                                8875.0604966d624b3656aa1c.js.map
                                88b98cad3688915e50da.woff
                                8929.f522b600b8907f9241c6.js
                                8929.f522b600b8907f9241c6.js.map
                                8937.4892770eb5cc44a5f24d.js
                                8937.4892770eb5cc44a5f24d.js.map
                                8979.cafa00ee6b2e82b39a17.js
                                8979.cafa00ee6b2e82b39a17.js.map
                                8983.56458cb92e3e2efe6d33.js
                                8983.56458cb92e3e2efe6d33.js.map
                                899.5a5d6e7bd36baebe76af.js
                                899.5a5d6e7bd36baebe76af.js.map
                                8ea8791754915a898a31.woff2
                                8ea8dbb1b02e6f730f55.woff
                                9022.16842ed509ced9c32e9c.js
                                9022.16842ed509ced9c32e9c.js.map
                                9037.663c64b842834ea1989d.js
                                9037.663c64b842834ea1989d.js.map
                                906.da3adda3c4b703a102d7.js
                                906.da3adda3c4b703a102d7.js.map
                                9060.d564b58af7791af334db.js
                                9060.d564b58af7791af334db.js.map
                                9068.d8c4c8fa34c89c710d15.js
                                9068.d8c4c8fa34c89c710d15.js.map
                                9116.3fe5c69fba4a31452403.js
                                9116.3fe5c69fba4a31452403.js.map
                                9233.916f96402862a0190f46.js
                                9233.916f96402862a0190f46.js.map
                                9234.ec504d9c9a30598a995c.js
                                9234.ec504d9c9a30598a995c.js.map
                                9239.8802747dd58982052b99.js
                                9239.8802747dd58982052b99.js.map
                                9250.a4dfe77db702bf7a316c.js
                                9250.a4dfe77db702bf7a316c.js.map
                                9310.dce9f915c210d4c8802c.js
                                9310.dce9f915c210d4c8802c.js.map
                                9322.02659b877f7881740557.js
                                9322.02659b877f7881740557.js.map
                                9331.5850506ebb1d3f304481.js
                                9331.5850506ebb1d3f304481.js.map
                                9380.b2ee26fa1e359ebe5fb8.js
                                9380.b2ee26fa1e359ebe5fb8.js.map
                                9425.46a85c9a33b839e23d9f.js
                                9425.46a85c9a33b839e23d9f.js.map
                                9442.e301e4179b7c69c125d7.js
                                9442.e301e4179b7c69c125d7.js.map
                                9531.0772cd1f4cfe0c65a5a7.js
                                9531.0772cd1f4cfe0c65a5a7.js.map
                                9558.255ac6fa674e07653e39.js
                                9558.255ac6fa674e07653e39.js.map
                                9604.f29b5b0d3160e238fdf7.js
                                9604.f29b5b0d3160e238fdf7.js.map
                                9619.72d0af35a1e6e3c624d7.js
                                9619.72d0af35a1e6e3c624d7.js.map
                                9674eb1bd55047179038.svg
                                9676.0476942dc748eb1854c5.js
                                9676.0476942dc748eb1854c5.js.map
                                9799.f8f37b03cc4afc27f8f0.js
                                9799.f8f37b03cc4afc27f8f0.js.map
                                9834b82ad26e2a37583d.woff2
                                a009bea404f7a500ded4.woff
                                a3b9817780214caf01e8.svg
                                af04542b29eaac04550a.woff
                                af6397503fcefbd61397.ttf
                                af96f67d7accf5fd2a4a.woff
                                b418136e3b384baaadec.woff
                                be0a084962d8066884f7.svg
                                c49810b53ecc0d87d802.woff
                                c56da8d69f1a0208b8e0.woff
                                cb9e9e693192413cde2b.woff
                                cda59d6efffa685830fd.ttf
                                e4299464e7b012968eed.eot
                                e42a88444448ac3d6054.woff2
                                e8711bbb871afd8e9dea.ttf
                                f9217f66874b0c01cd8c.woff
                                fc6ddf5df402b263cfb1.woff
                                main.e99dd4f880b24bc94403.js
                                main.e99dd4f880b24bc94403.js.map
                                notebook_core.e0fcfe0884f9e1166813.js
                                notebook_core.e0fcfe0884f9e1166813.js.map
                                third-party-licenses.json
                            templates/
                                consoles.html
                                edit.html
                                error.html
                                notebooks.html
                                terminals.html
                                tree.html
                            __init__.py
                            __main__.py
                            _version.py
                            app.py
                        notebook-7.4.5.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        notebook_shim/
                            tests/
                                confs/
                                    jupyter_my_ext_config.py
                                    jupyter_notebook_config.py
                                    jupyter_server_config.py
                                __init__.py
                                mockextension.py
                                test_extension.py
                            __init__.py
                            _version.py
                            nbserver.py
                            shim.py
                            traits.py
                        notebook_shim-0.2.4.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        numba/
                            cext/
                                __init__.py
                                cext.h
                                dictobject.c
                                dictobject.h
                                listobject.c
                                listobject.h
                                utils.c
                            cloudpickle/
                                __init__.py
                                cloudpickle.py
                                cloudpickle_fast.py
                            core/
                                annotations/
                                    __init__.py
                                    pretty_annotate.py
                                    template.html
                                    type_annotations.py
                                datamodel/
                                    __init__.py
                                    manager.py
                                    models.py
                                    new_models.py
                                    old_models.py
                                    packer.py
                                    registry.py
                                    testing.py
                                rewrites/
                                    __init__.py
                                    ir_print.py
                                    registry.py
                                    static_binop.py
                                    static_getitem.py
                                    static_raise.py
                                runtime/
                                    __init__.py
                                    _nrt_python.c
                                    _nrt_python.cpython-313-darwin.so
                                    _nrt_pythonmod.c
                                    context.py
                                    nrt.cpp
                                    nrt.h
                                    nrt.py
                                    nrt_external.h
                                    nrtdynmod.py
                                    nrtopt.py
                                typeconv/
                                    __init__.py
                                    _typeconv.cpython-313-darwin.so
                                    castgraph.py
                                    rules.py
                                    typeconv.py
                                types/
                                    new_scalars/
                                        __init__.py
                                        machine_types.py
                                        numpy_types.py
                                        python_types.py
                                        scalars.py
                                    __init__.py
                                    __init__.pyi
                                    abstract.py
                                    common.py
                                    containers.py
                                    function_type.py
                                    functions.py
                                    iterators.py
                                    misc.py
                                    npytypes.py
                                    old_scalars.py
                                    scalars.py
                                typing/
                                    __init__.py
                                    arraydecl.py
                                    asnumbatype.py
                                    bufproto.py
                                    builtins.py
                                    cffi_utils.py
                                    cmathdecl.py
                                    collections.py
                                    context.py
                                    ctypes_utils.py
                                    dictdecl.py
                                    enumdecl.py
                                    listdecl.py
                                    mathdecl.py
                                    new_builtins.py
                                    new_cmathdecl.py
                                    new_mathdecl.py
                                    npdatetime.py
                                    npydecl.py
                                    old_builtins.py
                                    old_cmathdecl.py
                                    old_mathdecl.py
                                    setdecl.py
                                    templates.py
                                    typeof.py
                                unsafe/
                                    __init__.py
                                    bytes.py
                                    eh.py
                                    nrt.py
                                    refcount.py
                                __init__.py
                                analysis.py
                                base.py
                                boxing.py
                                bytecode.py
                                byteflow.py
                                caching.py
                                callconv.py
                                callwrapper.py
                                ccallback.py
                                cgutils.py
                                codegen.py
                                compiler.py
                                compiler_lock.py
                                compiler_machinery.py
                                config.py
                                consts.py
                                controlflow.py
                                cpu.py
                                cpu_options.py
                                debuginfo.py
                                decorators.py
                                descriptors.py
                                dispatcher.py
                                entrypoints.py
                                environment.py
                                errors.py
                                event.py
                                extending.py
                                externals.py
                                fastmathpass.py
                                funcdesc.py
                                generators.py
                                imputils.py
                                inline_closurecall.py
                                interpreter.py
                                intrinsics.py
                                ir.py
                                ir_utils.py
                                itanium_mangler.py
                                llvm_bindings.py
                                lowering.py
                                new_boxing.py
                                object_mode_passes.py
                                old_boxing.py
                                optional.py
                                options.py
                                postproc.py
                                pylowering.py
                                pythonapi.py
                                registry.py
                                removerefctpass.py
                                serialize.py
                                sigutils.py
                                ssa.py
                                target_extension.py
                                targetconfig.py
                                tracing.py
                                transforms.py
                                typed_passes.py
                                typeinfer.py
                                untyped_passes.py
                                utils.py
                                withcontexts.py
                            cpython/
                                unsafe/
                                    __init__.py
                                    numbers.py
                                    tuple.py
                                __init__.py
                                builtins.py
                                charseq.py
                                cmathimpl.py
                                enumimpl.py
                                hashing.py
                                heapq.py
                                iterators.py
                                listobj.py
                                mathimpl.py
                                new_builtins.py
                                new_hashing.py
                                new_mathimpl.py
                                new_numbers.py
                                new_tupleobj.py
                                numbers.py
                                old_builtins.py
                                old_hashing.py
                                old_mathimpl.py
                                old_numbers.py
                                old_tupleobj.py
                                printimpl.py
                                randomimpl.py
                                rangeobj.py
                                setobj.py
                                slicing.py
                                tupleobj.py
                                unicode.py
                                unicode_support.py
                            cuda/
                                cudadrv/
                                    __init__.py
                                    _extras.cpython-313-darwin.so
                                    devicearray.py
                                    devices.py
                                    driver.py
                                    drvapi.py
                                    dummyarray.py
                                    enums.py
                                    error.py
                                    libs.py
                                    ndarray.py
                                    nvrtc.py
                                    nvvm.py
                                    rtapi.py
                                    runtime.py
                                kernels/
                                    __init__.py
                                    reduction.py
                                    transpose.py
                                simulator/
                                    cudadrv/
                                        __init__.py
                                        devicearray.py
                                        devices.py
                                        driver.py
                                        drvapi.py
                                        dummyarray.py
                                        error.py
                                        libs.py
                                        nvvm.py
                                        runtime.py
                                    __init__.py
                                    api.py
                                    compiler.py
                                    kernel.py
                                    kernelapi.py
                                    reduction.py
                                    vector_types.py
                                tests/
                                    cudadrv/
                                        __init__.py
                                        test_array_attr.py
                                        test_context_stack.py
                                        test_cuda_array_slicing.py
                                        test_cuda_auto_context.py
                                        test_cuda_devicerecord.py
                                        test_cuda_driver.py
                                        test_cuda_libraries.py
                                        test_cuda_memory.py
                                        test_cuda_ndarray.py
                                        test_deallocations.py
                                        test_detect.py
                                        test_emm_plugins.py
                                        test_events.py
                                        test_host_alloc.py
                                        test_init.py
                                        test_inline_ptx.py
                                        test_is_fp16.py
                                        test_linker.py
                                        test_managed_alloc.py
                                        test_mvc.py
                                        test_nvvm_driver.py
                                        test_pinned.py
                                        test_profiler.py
                                        test_ptds.py
                                        test_reset_device.py
                                        test_runtime.py
                                        test_select_device.py
                                        test_streams.py
                                    cudapy/
                                        __init__.py
                                        cache_usecases.py
                                        cache_with_cpu_usecases.py
                                        extensions_usecases.py
                                        recursion_usecases.py
                                        test_alignment.py
                                        test_array.py
                                        test_array_args.py
                                        test_array_methods.py
                                        test_atomics.py
                                        test_blackscholes.py
                                        test_boolean.py
                                        test_caching.py
                                        test_casting.py
                                        test_cffi.py
                                        test_compiler.py
                                        test_complex.py
                                        test_complex_kernel.py
                                        test_const_string.py
                                        test_constmem.py
                                        test_cooperative_groups.py
                                        test_cuda_array_interface.py
                                        test_cuda_jit_no_types.py
                                        test_datetime.py
                                        test_debug.py
                                        test_debuginfo.py
                                        test_device_func.py
                                        test_dispatcher.py
                                        test_enums.py
                                        test_errors.py
                                        test_exception.py
                                        test_extending.py
                                        test_fastmath.py
                                        test_forall.py
                                        test_freevar.py
                                        test_frexp_ldexp.py
                                        test_globals.py
                                        test_gufunc.py
                                        test_gufunc_scalar.py
                                        test_gufunc_scheduling.py
                                        test_idiv.py
                                        test_inspect.py
                                        test_intrinsics.py
                                        test_ipc.py
                                        test_iterators.py
                                        test_lang.py
                                        test_laplace.py
                                        test_libdevice.py
                                        test_lineinfo.py
                                        test_localmem.py
                                        test_mandel.py
                                        test_math.py
                                        test_matmul.py
                                        test_minmax.py
                                        test_montecarlo.py
                                        test_multigpu.py
                                        test_multiprocessing.py
                                        test_multithreads.py
                                        test_nondet.py
                                        test_operator.py
                                        test_optimization.py
                                        test_overload.py
                                        test_powi.py
                                        test_print.py
                                        test_py2_div_issue.py
                                        test_random.py
                                        test_record_dtype.py
                                        test_recursion.py
                                        test_reduction.py
                                        test_retrieve_autoconverted_arrays.py
                                        test_serialize.py
                                        test_slicing.py
                                        test_sm.py
                                        test_sm_creation.py
                                        test_sync.py
                                        test_transpose.py
                                        test_ufuncs.py
                                        test_userexc.py
                                        test_vector_type.py
                                        test_vectorize.py
                                        test_vectorize_complex.py
                                        test_vectorize_decor.py
                                        test_vectorize_device.py
                                        test_vectorize_scalar_arg.py
                                        test_warning.py
                                        test_warp_ops.py
                                    cudasim/
                                        __init__.py
                                        support.py
                                        test_cudasim_issues.py
                                    data/
                                        __init__.py
                                        cuda_include.cu
                                        error.cu
                                        jitlink.cu
                                        jitlink.ptx
                                        warn.cu
                                    doc_examples/
                                        ffi/
                                            __init__.py
                                            functions.cu
                                        __init__.py
                                        test_cg.py
                                        test_cpu_gpu_compat.py
                                        test_ffi.py
                                        test_laplace.py
                                        test_matmul.py
                                        test_montecarlo.py
                                        test_random.py
                                        test_reduction.py
                                        test_sessionize.py
                                        test_ufunc.py
                                        test_vecadd.py
                                    nocuda/
                                        __init__.py
                                        test_dummyarray.py
                                        test_function_resolution.py
                                        test_import.py
                                        test_library_lookup.py
                                        test_nvvm.py
                                    __init__.py
                                __init__.py
                                api.py
                                api_util.py
                                args.py
                                cg.py
                                codegen.py
                                compiler.py
                                cpp_function_wrappers.cu
                                cuda_fp16.h
                                cuda_fp16.hpp
                                cuda_paths.py
                                cudadecl.py
                                cudaimpl.py
                                cudamath.py
                                decorators.py
                                descriptor.py
                                device_init.py
                                deviceufunc.py
                                dispatcher.py
                                errors.py
                                extending.py
                                initialize.py
                                intrinsic_wrapper.py
                                intrinsics.py
                                libdevice.py
                                libdevicedecl.py
                                libdevicefuncs.py
                                libdeviceimpl.py
                                mathimpl.py
                                models.py
                                nvvmutils.py
                                printimpl.py
                                random.py
                                simulator_init.py
                                stubs.py
                                target.py
                                testing.py
                                types.py
                                ufuncs.py
                                vector_types.py
                                vectorizers.py
                            experimental/
                                jitclass/
                                    __init__.py
                                    _box.cpython-313-darwin.so
                                    base.py
                                    boxing.py
                                    decorators.py
                                    overloads.py
                                __init__.py
                                function_type.py
                                structref.py
                            misc/
                                help/
                                    __init__.py
                                    inspector.py
                                __init__.py
                                appdirs.py
                                cffiimpl.py
                                cmdlang.gdb
                                coverage_support.py
                                dump_style.py
                                findlib.py
                                firstlinefinder.py
                                gdb_hook.py
                                gdb_print_extension.py
                                init_utils.py
                                inspection.py
                                literal.py
                                llvm_pass_timings.py
                                mergesort.py
                                numba_entry.py
                                numba_gdbinfo.py
                                numba_sysinfo.py
                                POST.py
                                quicksort.py
                                special.py
                                timsort.py
                            np/
                                math/
                                    __init__.py
                                    cmathimpl.py
                                    mathimpl.py
                                    numbers.py
                                polynomial/
                                    __init__.py
                                    polynomial_core.py
                                    polynomial_functions.py
                                random/
                                    __init__.py
                                    _constants.py
                                    distributions.py
                                    generator_core.py
                                    generator_methods.py
                                    new_distributions.py
                                    new_random_methods.py
                                    old_distributions.py
                                    old_random_methods.py
                                    random_methods.py
                                ufunc/
                                    __init__.py
                                    _internal.cpython-313-darwin.so
                                    _num_threads.cpython-313-darwin.so
                                    array_exprs.py
                                    decorators.py
                                    dufunc.py
                                    gufunc.py
                                    omppool.cpython-313-darwin.so
                                    parallel.py
                                    sigparse.py
                                    ufunc_base.py
                                    ufuncbuilder.py
                                    workqueue.cpython-313-darwin.so
                                    wrappers.py
                                unsafe/
                                    __init__.py
                                    ndarray.py
                                __init__.py
                                arraymath.py
                                arrayobj.py
                                extensions.py
                                linalg.py
                                new_arraymath.py
                                npdatetime.py
                                npdatetime_helpers.py
                                npyfuncs.py
                                npyimpl.py
                                numpy_support.py
                                old_arraymath.py
                                ufunc_db.py
                            parfors/
                                __init__.py
                                array_analysis.py
                                parfor.py
                                parfor_lowering.py
                                parfor_lowering_utils.py
                            pycc/
                                __init__.py
                                cc.py
                                compiler.py
                                decorators.py
                                llvm_types.py
                                modulemixin.c
                                platform.py
                            scripts/
                                __init__.py
                                generate_lower_listing.py
                            stencils/
                                __init__.py
                                stencil.py
                                stencilparfor.py
                            testing/
                                __init__.py
                                __main__.py
                                _runtests.py
                                loader.py
                                main.py
                                notebook.py
                            tests/
                                doc_examples/
                                    __init__.py
                                    test_examples.py
                                    test_interval_example.py
                                    test_jitclass.py
                                    test_literal_container_usage.py
                                    test_literally_usage.py
                                    test_llvm_pass_timings.py
                                    test_numpy_generators.py
                                    test_parallel_chunksize.py
                                    test_rec_array.py
                                    test_structref_usage.py
                                    test_typed_dict_usage.py
                                    test_typed_list_usage.py
                                gdb/
                                    __init__.py
                                    test_array_arg.py
                                    test_basic.py
                                    test_break_on_symbol.py
                                    test_break_on_symbol_version.py
                                    test_conditional_breakpoint.py
                                    test_pretty_print.py
                                npyufunc/
                                    __init__.py
                                    cache_usecases.py
                                    test_caching.py
                                    test_dufunc.py
                                    test_errors.py
                                    test_gufunc.py
                                    test_parallel_env_variable.py
                                    test_parallel_low_work.py
                                    test_parallel_ufunc_issues.py
                                    test_ufunc.py
                                    test_ufuncbuilding.py
                                    test_update_inplace.py
                                    test_vectorize_decor.py
                                    ufuncbuilding_usecases.py
                                pycc_distutils_usecase/
                                    nested/
                                        __init__.py
                                        source_module.py
                                    __init__.py
                                    setup_distutils.py
                                    setup_distutils_nested.py
                                    setup_setuptools.py
                                    setup_setuptools_nested.py
                                    source_module.py
                                __init__.py
                                annotation_usecases.py
                                cache_usecases.py
                                cffi_usecases.py
                                cfunc_cache_usecases.py
                                chained_assign_usecases.py
                                cloudpickle_main_class.py
                                compile_with_pycc.py
                                complex_usecases.py
                                ctypes_usecases.py
                                doctest_usecase.py
                                dummy_module.py
                                enum_usecases.py
                                error_usecases.py
                                errorhandling_usecases.py
                                gdb_support.py
                                inlining_usecases.py
                                matmul_usecase.py
                                orphaned_semaphore_usecase.py
                                overload_usecases.py
                                parfor_iss9490_usecase.py
                                parfors_cache_usecases.py
                                pdlike_usecase.py
                                recursion_usecases.py
                                serialize_usecases.py
                                support.py
                                test_alignment.py
                                test_analysis.py
                                test_annotations.py
                                test_api.py
                                test_array_analysis.py
                                test_array_attr.py
                                test_array_constants.py
                                test_array_exprs.py
                                test_array_iterators.py
                                test_array_manipulation.py
                                test_array_methods.py
                                test_array_reductions.py
                                test_array_return.py
                                test_asnumbatype.py
                                test_auto_constants.py
                                test_blackscholes.py
                                test_boundscheck.py
                                test_buffer_protocol.py
                                test_builtins.py
                                test_byteflow.py
                                test_caching.py
                                test_casting.py
                                test_cffi.py
                                test_cfunc.py
                                test_cgutils.py
                                test_chained_assign.py
                                test_chrome_trace.py
                                test_cli.py
                                test_closure.py
                                test_codegen.py
                                test_compile_cache.py
                                test_compiler_flags.py
                                test_compiler_lock.py
                                test_complex.py
                                test_comprehension.py
                                test_conditions_as_predicates.py
                                test_config.py
                                test_conversion.py
                                test_copy_propagate.py
                                test_ctypes.py
                                test_dataflow.py
                                test_datamodel.py
                                test_debug.py
                                test_debuginfo.py
                                test_deprecations.py
                                test_dictimpl.py
                                test_dictobject.py
                                test_dicts.py
                                test_dispatcher.py
                                test_doctest.py
                                test_dyn_array.py
                                test_dyn_func.py
                                test_entrypoints.py
                                test_enums.py
                                test_errorhandling.py
                                test_errormodels.py
                                test_event.py
                                test_exceptions.py
                                test_extended_arg.py
                                test_extending.py
                                test_extending_types.py
                                test_fancy_indexing.py
                                test_fastmath.py
                                test_findlib.py
                                test_firstlinefinder.py
                                test_flow_control.py
                                test_func_interface.py
                                test_func_lifetime.py
                                test_funcdesc.py
                                test_function_type.py
                                test_gdb_bindings.py
                                test_gdb_dwarf.py
                                test_generators.py
                                test_getitem_on_types.py
                                test_gil.py
                                test_globals.py
                                test_hashing.py
                                test_heapq.py
                                test_help.py
                                test_import.py
                                test_indexing.py
                                test_init_utils.py
                                test_inlining.py
                                test_interpreter.py
                                test_interproc.py
                                test_intwidth.py
                                test_ir.py
                                test_ir_inlining.py
                                test_ir_utils.py
                                test_itanium_mangler.py
                                test_iteration.py
                                test_jit_module.py
                                test_jitclasses.py
                                test_jitmethod.py
                                test_linalg.py
                                test_listimpl.py
                                test_listobject.py
                                test_lists.py
                                test_literal_dispatch.py
                                test_llvm_pass_timings.py
                                test_llvm_version_check.py
                                test_locals.py
                                test_looplifting.py
                                test_make_function_to_jit_function.py
                                test_mandelbrot.py
                                test_mangling.py
                                test_map_filter_reduce.py
                                test_mathlib.py
                                test_maxmin.py
                                test_misc_coverage_support.py
                                test_mixed_tuple_unroller.py
                                test_moved_modules.py
                                test_multi3.py
                                test_nan.py
                                test_ndarray_subclasses.py
                                test_nested_calls.py
                                test_new_type_system.py
                                test_np_functions.py
                                test_np_randomgen.py
                                test_npdatetime.py
                                test_nrt.py
                                test_nrt_refct.py
                                test_num_threads.py
                                test_numberctor.py
                                test_numbers.py
                                test_numconv.py
                                test_numpy_support.py
                                test_numpyadapt.py
                                test_obj_lifetime.py
                                test_object_mode.py
                                test_objects.py
                                test_operators.py
                                test_optimisation_pipelines.py
                                test_optional.py
                                test_overlap.py
                                test_parallel_backend.py
                                test_parfors.py
                                test_parfors_caching.py
                                test_parfors_passes.py
                                test_pipeline.py
                                test_polynomial.py
                                test_practical_lowering_issues.py
                                test_print.py
                                test_profiler.py
                                test_pycc.py
                                test_python_int.py
                                test_pythonapi.py
                                test_random.py
                                test_range.py
                                test_recarray_usecases.py
                                test_record_dtype.py
                                test_recursion.py
                                test_refop_pruning.py
                                test_remove_dead.py
                                test_repr.py
                                test_return_values.py
                                test_runtests.py
                                test_serialize.py
                                test_sets.py
                                test_slices.py
                                test_sort.py
                                test_ssa.py
                                test_stencils.py
                                test_storeslice.py
                                test_struct_ref.py
                                test_support.py
                                test_svml.py
                                test_sys_monitoring.py
                                test_sys_stdin_assignment.py
                                test_sysinfo.py
                                test_target_extension.py
                                test_target_overloadselector.py
                                test_threadsafety.py
                                test_tracing.py
                                test_try_except.py
                                test_tuples.py
                                test_typeconv.py
                                test_typedlist.py
                                test_typedobjectutils.py
                                test_typeguard.py
                                test_typeinfer.py
                                test_typenames.py
                                test_typeof.py
                                test_types.py
                                test_typingerror.py
                                test_ufuncs.py
                                test_unicode.py
                                test_unicode_array.py
                                test_unicode_names.py
                                test_unpack_sequence.py
                                test_unpickle_without_module.py
                                test_unsafe_intrinsics.py
                                test_usecases.py
                                test_vectorization.py
                                test_vectorization_type_inference.py
                                test_warnings.py
                                test_withlifting.py
                                threading_backend_usecases.py
                                typedlist_usecases.py
                                usecases.py
                            typed/
                                __init__.py
                                dictimpl.py
                                dictobject.py
                                listobject.py
                                py.typed
                                typeddict.py
                                typedlist.py
                                typedobjectutils.py
                            types/
                                __init__.py
                            __init__.py
                            __main__.py
                            _arraystruct.h
                            _devicearray.cpython-313-darwin.so
                            _devicearray.h
                            _dispatcher.cpython-313-darwin.so
                            _dynfunc.c
                            _dynfunc.cpython-313-darwin.so
                            _dynfuncmod.c
                            _hashtable.h
                            _helperlib.c
                            _helperlib.cpython-313-darwin.so
                            _helpermod.c
                            _lapack.c
                            _numba_common.h
                            _pymodule.h
                            _random.c
                            _typeof.h
                            _unicodetype_db.h
                            _version.py
                            capsulethunk.h
                            extending.py
                            mathnames.h
                            mviewbuf.c
                            mviewbuf.cpython-313-darwin.so
                            pythoncapi_compat.h
                            runtests.py
                        numba-0.61.2.dist-info/
                            INSTALLER
                            LICENSE
                            LICENSES.third-party
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        numpy/
                            __pycache__/
                                __config__.cpython-313.pyc
                                __init__.cpython-313.pyc
                                _array_api_info.cpython-313.pyc
                                _distributor_init.cpython-313.pyc
                                _expired_attrs_2_0.cpython-313.pyc
                                _globals.cpython-313.pyc
                                _pytesttester.cpython-313.pyc
                                ctypeslib.cpython-313.pyc
                                dtypes.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                version.cpython-313.pyc
                            _core/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _add_newdocs.cpython-313.pyc
                                    _add_newdocs_scalars.cpython-313.pyc
                                    _asarray.cpython-313.pyc
                                    _dtype.cpython-313.pyc
                                    _dtype_ctypes.cpython-313.pyc
                                    _exceptions.cpython-313.pyc
                                    _internal.cpython-313.pyc
                                    _machar.cpython-313.pyc
                                    _methods.cpython-313.pyc
                                    _string_helpers.cpython-313.pyc
                                    _type_aliases.cpython-313.pyc
                                    _ufunc_config.cpython-313.pyc
                                    arrayprint.cpython-313.pyc
                                    defchararray.cpython-313.pyc
                                    einsumfunc.cpython-313.pyc
                                    fromnumeric.cpython-313.pyc
                                    function_base.cpython-313.pyc
                                    getlimits.cpython-313.pyc
                                    memmap.cpython-313.pyc
                                    multiarray.cpython-313.pyc
                                    numeric.cpython-313.pyc
                                    numerictypes.cpython-313.pyc
                                    overrides.cpython-313.pyc
                                    printoptions.cpython-313.pyc
                                    records.cpython-313.pyc
                                    shape_base.cpython-313.pyc
                                    strings.cpython-313.pyc
                                    umath.cpython-313.pyc
                                include/
                                    numpy/
                                        random/
                                            bitgen.h
                                            distributions.h
                                            libdivide.h
                                            LICENSE.txt
                                        __multiarray_api.c
                                        __multiarray_api.h
                                        __ufunc_api.c
                                        __ufunc_api.h
                                        _neighborhood_iterator_imp.h
                                        _numpyconfig.h
                                        _public_dtype_api_table.h
                                        arrayobject.h
                                        arrayscalars.h
                                        dtype_api.h
                                        halffloat.h
                                        ndarrayobject.h
                                        ndarraytypes.h
                                        npy_1_7_deprecated_api.h
                                        npy_2_compat.h
                                        npy_2_complexcompat.h
                                        npy_3kcompat.h
                                        npy_common.h
                                        npy_cpu.h
                                        npy_endian.h
                                        npy_math.h
                                        npy_no_deprecated_api.h
                                        npy_os.h
                                        numpyconfig.h
                                        ufuncobject.h
                                        utils.h
                                lib/
                                    npy-pkg-config/
                                        mlib.ini
                                        npymath.ini
                                    pkgconfig/
                                        numpy.pc
                                    libnpymath.a
                                tests/
                                    __pycache__/
                                        _natype.cpython-313.pyc
                                    data/
                                        astype_copy.pkl
                                        generate_umath_validation_data.cpp
                                        recarray_from_file.fits
                                        umath-validation-set-arccos.csv
                                        umath-validation-set-arccosh.csv
                                        umath-validation-set-arcsin.csv
                                        umath-validation-set-arcsinh.csv
                                        umath-validation-set-arctan.csv
                                        umath-validation-set-arctanh.csv
                                        umath-validation-set-cbrt.csv
                                        umath-validation-set-cos.csv
                                        umath-validation-set-cosh.csv
                                        umath-validation-set-exp.csv
                                        umath-validation-set-exp2.csv
                                        umath-validation-set-expm1.csv
                                        umath-validation-set-log.csv
                                        umath-validation-set-log10.csv
                                        umath-validation-set-log1p.csv
                                        umath-validation-set-log2.csv
                                        umath-validation-set-README.txt
                                        umath-validation-set-sin.csv
                                        umath-validation-set-sinh.csv
                                        umath-validation-set-tan.csv
                                        umath-validation-set-tanh.csv
                                    examples/
                                        cython/
                                            checks.pyx
                                            meson.build
                                            setup.py
                                        limited_api/
                                            limited_api1.c
                                            limited_api2.pyx
                                            limited_api_latest.c
                                            meson.build
                                            setup.py
                                    _locales.py
                                    _natype.py
                                    test__exceptions.py
                                    test_abc.py
                                    test_api.py
                                    test_argparse.py
                                    test_array_api_info.py
                                    test_array_coercion.py
                                    test_array_interface.py
                                    test_arraymethod.py
                                    test_arrayobject.py
                                    test_arrayprint.py
                                    test_casting_floatingpoint_errors.py
                                    test_casting_unittests.py
                                    test_conversion_utils.py
                                    test_cpu_dispatcher.py
                                    test_cpu_features.py
                                    test_custom_dtypes.py
                                    test_cython.py
                                    test_datetime.py
                                    test_defchararray.py
                                    test_deprecations.py
                                    test_dlpack.py
                                    test_dtype.py
                                    test_einsum.py
                                    test_errstate.py
                                    test_extint128.py
                                    test_function_base.py
                                    test_getlimits.py
                                    test_half.py
                                    test_hashtable.py
                                    test_indexerrors.py
                                    test_indexing.py
                                    test_item_selection.py
                                    test_limited_api.py
                                    test_longdouble.py
                                    test_machar.py
                                    test_mem_overlap.py
                                    test_mem_policy.py
                                    test_memmap.py
                                    test_multiarray.py
                                    test_multithreading.py
                                    test_nditer.py
                                    test_nep50_promotions.py
                                    test_numeric.py
                                    test_numerictypes.py
                                    test_overrides.py
                                    test_print.py
                                    test_protocols.py
                                    test_records.py
                                    test_regression.py
                                    test_scalar_ctors.py
                                    test_scalar_methods.py
                                    test_scalarbuffer.py
                                    test_scalarinherit.py
                                    test_scalarmath.py
                                    test_scalarprint.py
                                    test_shape_base.py
                                    test_simd.py
                                    test_simd_module.py
                                    test_stringdtype.py
                                    test_strings.py
                                    test_ufunc.py
                                    test_umath.py
                                    test_umath_accuracy.py
                                    test_umath_complex.py
                                    test_unicode.py
                                __init__.py
                                __init__.pyi
                                _add_newdocs.py
                                _add_newdocs.pyi
                                _add_newdocs_scalars.py
                                _add_newdocs_scalars.pyi
                                _asarray.py
                                _asarray.pyi
                                _dtype.py
                                _dtype.pyi
                                _dtype_ctypes.py
                                _dtype_ctypes.pyi
                                _exceptions.py
                                _exceptions.pyi
                                _internal.py
                                _internal.pyi
                                _machar.py
                                _machar.pyi
                                _methods.py
                                _methods.pyi
                                _multiarray_tests.cpython-313-darwin.so
                                _multiarray_umath.cpython-313-darwin.so
                                _operand_flag_tests.cpython-313-darwin.so
                                _rational_tests.cpython-313-darwin.so
                                _simd.cpython-313-darwin.so
                                _simd.pyi
                                _string_helpers.py
                                _string_helpers.pyi
                                _struct_ufunc_tests.cpython-313-darwin.so
                                _type_aliases.py
                                _type_aliases.pyi
                                _ufunc_config.py
                                _ufunc_config.pyi
                                _umath_tests.cpython-313-darwin.so
                                arrayprint.py
                                arrayprint.pyi
                                cversions.py
                                defchararray.py
                                defchararray.pyi
                                einsumfunc.py
                                einsumfunc.pyi
                                fromnumeric.py
                                fromnumeric.pyi
                                function_base.py
                                function_base.pyi
                                getlimits.py
                                getlimits.pyi
                                memmap.py
                                memmap.pyi
                                multiarray.py
                                multiarray.pyi
                                numeric.py
                                numeric.pyi
                                numerictypes.py
                                numerictypes.pyi
                                overrides.py
                                overrides.pyi
                                printoptions.py
                                printoptions.pyi
                                records.py
                                records.pyi
                                shape_base.py
                                shape_base.pyi
                                strings.py
                                strings.pyi
                                umath.py
                                umath.pyi
                            _pyinstaller/
                                tests/
                                    __init__.py
                                    pyinstaller-smoke.py
                                    test_pyinstaller.py
                                __init__.py
                                __init__.pyi
                                hook-numpy.py
                                hook-numpy.pyi
                            _typing/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _add_docstring.cpython-313.pyc
                                    _array_like.cpython-313.pyc
                                    _char_codes.cpython-313.pyc
                                    _dtype_like.cpython-313.pyc
                                    _nbit.cpython-313.pyc
                                    _nbit_base.cpython-313.pyc
                                    _nested_sequence.cpython-313.pyc
                                    _scalars.cpython-313.pyc
                                    _shape.cpython-313.pyc
                                    _ufunc.cpython-313.pyc
                                __init__.py
                                _add_docstring.py
                                _array_like.py
                                _callable.pyi
                                _char_codes.py
                                _dtype_like.py
                                _extended_precision.py
                                _nbit.py
                                _nbit_base.py
                                _nested_sequence.py
                                _scalars.py
                                _shape.py
                                _ufunc.py
                                _ufunc.pyi
                            _utils/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _convertions.cpython-313.pyc
                                    _inspect.cpython-313.pyc
                                __init__.py
                                __init__.pyi
                                _convertions.py
                                _convertions.pyi
                                _inspect.py
                                _inspect.pyi
                                _pep440.py
                                _pep440.pyi
                            char/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                                __init__.pyi
                            compat/
                                tests/
                                    __init__.py
                                __init__.py
                                py3k.py
                            core/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _utils.cpython-313.pyc
                                __init__.py
                                __init__.pyi
                                _dtype.py
                                _dtype.pyi
                                _dtype_ctypes.py
                                _dtype_ctypes.pyi
                                _internal.py
                                _multiarray_umath.py
                                _utils.py
                                arrayprint.py
                                defchararray.py
                                einsumfunc.py
                                fromnumeric.py
                                function_base.py
                                getlimits.py
                                multiarray.py
                                numeric.py
                                numerictypes.py
                                overrides.py
                                overrides.pyi
                                records.py
                                shape_base.py
                                umath.py
                            doc/
                                ufuncs.py
                            f2py/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    __version__.cpython-313.pyc
                                    _isocbind.cpython-313.pyc
                                    auxfuncs.cpython-313.pyc
                                    capi_maps.cpython-313.pyc
                                    cb_rules.cpython-313.pyc
                                    cfuncs.cpython-313.pyc
                                    common_rules.cpython-313.pyc
                                    crackfortran.cpython-313.pyc
                                    diagnose.cpython-313.pyc
                                    f2py2e.cpython-313.pyc
                                    f90mod_rules.cpython-313.pyc
                                    func2subr.cpython-313.pyc
                                    rules.cpython-313.pyc
                                    symbolic.cpython-313.pyc
                                    use_rules.cpython-313.pyc
                                _backends/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                    __init__.py
                                    _backend.py
                                    _distutils.py
                                    _meson.py
                                    meson.build.template
                                src/
                                    fortranobject.c
                                    fortranobject.h
                                tests/
                                    src/
                                        abstract_interface/
                                            foo.f90
                                            gh18403_mod.f90
                                        array_from_pyobj/
                                            wrapmodule.c
                                        assumed_shape/
                                            .f2py_f2cmap
                                            foo_free.f90
                                            foo_mod.f90
                                            foo_use.f90
                                            precision.f90
                                        block_docstring/
                                            foo.f
                                        callback/
                                            foo.f
                                            gh17797.f90
                                            gh18335.f90
                                            gh25211.f
                                            gh25211.pyf
                                            gh26681.f90
                                        cli/
                                            gh_22819.pyf
                                            hi77.f
                                            hiworld.f90
                                        common/
                                            block.f
                                            gh19161.f90
                                        crackfortran/
                                            accesstype.f90
                                            common_with_division.f
                                            data_common.f
                                            data_multiplier.f
                                            data_stmts.f90
                                            data_with_comments.f
                                            foo_deps.f90
                                            gh15035.f
                                            gh17859.f
                                            gh22648.pyf
                                            gh23533.f
                                            gh23598.f90
                                            gh23598Warn.f90
                                            gh23879.f90
                                            gh27697.f90
                                            gh2848.f90
                                            operators.f90
                                            privatemod.f90
                                            publicmod.f90
                                            pubprivmod.f90
                                            unicode_comment.f90
                                        f2cmap/
                                            .f2py_f2cmap
                                            isoFortranEnvMap.f90
                                        isocintrin/
                                            isoCtests.f90
                                        kind/
                                            foo.f90
                                        mixed/
                                            foo.f
                                            foo_fixed.f90
                                            foo_free.f90
                                        modules/
                                            gh25337/
                                                data.f90
                                                use_data.f90
                                            gh26920/
                                                two_mods_with_no_public_entities.f90
                                                two_mods_with_one_public_routine.f90
                                            module_data_docstring.f90
                                            use_modules.f90
                                        negative_bounds/
                                            issue_20853.f90
                                        parameter/
                                            constant_array.f90
                                            constant_both.f90
                                            constant_compound.f90
                                            constant_integer.f90
                                            constant_non_compound.f90
                                            constant_real.f90
                                        quoted_character/
                                            foo.f
                                        regression/
                                            AB.inc
                                            assignOnlyModule.f90
                                            datonly.f90
                                            f77comments.f
                                            f77fixedform.f95
                                            f90continuation.f90
                                            incfile.f90
                                            inout.f90
                                            lower_f2py_fortran.f90
                                        return_character/
                                            foo77.f
                                            foo90.f90
                                        return_complex/
                                            foo77.f
                                            foo90.f90
                                        return_integer/
                                            foo77.f
                                            foo90.f90
                                        return_logical/
                                            foo77.f
                                            foo90.f90
                                        return_real/
                                            foo77.f
                                            foo90.f90
                                        routines/
                                            funcfortranname.f
                                            funcfortranname.pyf
                                            subrout.f
                                            subrout.pyf
                                        size/
                                            foo.f90
                                        string/
                                            char.f90
                                            fixed_string.f90
                                            gh24008.f
                                            gh24662.f90
                                            gh25286.f90
                                            gh25286.pyf
                                            gh25286_bc.pyf
                                            scalar_string.f90
                                            string.f
                                        value_attrspec/
                                            gh21665.f90
                                    __init__.py
                                    test_abstract_interface.py
                                    test_array_from_pyobj.py
                                    test_assumed_shape.py
                                    test_block_docstring.py
                                    test_callback.py
                                    test_character.py
                                    test_common.py
                                    test_crackfortran.py
                                    test_data.py
                                    test_docs.py
                                    test_f2cmap.py
                                    test_f2py2e.py
                                    test_isoc.py
                                    test_kind.py
                                    test_mixed.py
                                    test_modules.py
                                    test_parameter.py
                                    test_pyf_src.py
                                    test_quoted_character.py
                                    test_regression.py
                                    test_return_character.py
                                    test_return_complex.py
                                    test_return_integer.py
                                    test_return_logical.py
                                    test_return_real.py
                                    test_routines.py
                                    test_semicolon_split.py
                                    test_size.py
                                    test_string.py
                                    test_symbolic.py
                                    test_value_attrspec.py
                                    util.py
                                __init__.py
                                __init__.pyi
                                __main__.py
                                __version__.py
                                _isocbind.py
                                _src_pyf.py
                                auxfuncs.py
                                capi_maps.py
                                cb_rules.py
                                cfuncs.py
                                common_rules.py
                                crackfortran.py
                                diagnose.py
                                f2py2e.py
                                f90mod_rules.py
                                func2subr.py
                                rules.py
                                setup.cfg
                                symbolic.py
                                use_rules.py
                            fft/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _helper.cpython-313.pyc
                                    _pocketfft.cpython-313.pyc
                                    helper.cpython-313.pyc
                                tests/
                                    __init__.py
                                    test_helper.py
                                    test_pocketfft.py
                                __init__.py
                                __init__.pyi
                                _helper.py
                                _helper.pyi
                                _pocketfft.py
                                _pocketfft.pyi
                                _pocketfft_umath.cpython-313-darwin.so
                                helper.py
                                helper.pyi
                            lib/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _array_utils_impl.cpython-313.pyc
                                    _arraypad_impl.cpython-313.pyc
                                    _arraysetops_impl.cpython-313.pyc
                                    _arrayterator_impl.cpython-313.pyc
                                    _datasource.cpython-313.pyc
                                    _function_base_impl.cpython-313.pyc
                                    _histograms_impl.cpython-313.pyc
                                    _index_tricks_impl.cpython-313.pyc
                                    _iotools.cpython-313.pyc
                                    _nanfunctions_impl.cpython-313.pyc
                                    _npyio_impl.cpython-313.pyc
                                    _polynomial_impl.cpython-313.pyc
                                    _scimath_impl.cpython-313.pyc
                                    _shape_base_impl.cpython-313.pyc
                                    _stride_tricks_impl.cpython-313.pyc
                                    _twodim_base_impl.cpython-313.pyc
                                    _type_check_impl.cpython-313.pyc
                                    _ufunclike_impl.cpython-313.pyc
                                    _utils_impl.cpython-313.pyc
                                    _version.cpython-313.pyc
                                    array_utils.cpython-313.pyc
                                    format.cpython-313.pyc
                                    introspect.cpython-313.pyc
                                    mixins.cpython-313.pyc
                                    npyio.cpython-313.pyc
                                    scimath.cpython-313.pyc
                                    stride_tricks.cpython-313.pyc
                                tests/
                                    data/
                                        py2-np0-objarr.npy
                                        py2-objarr.npy
                                        py2-objarr.npz
                                        py3-objarr.npy
                                        py3-objarr.npz
                                        python3.npy
                                        win64python2.npy
                                    __init__.py
                                    test__datasource.py
                                    test__iotools.py
                                    test__version.py
                                    test_array_utils.py
                                    test_arraypad.py
                                    test_arraysetops.py
                                    test_arrayterator.py
                                    test_format.py
                                    test_function_base.py
                                    test_histograms.py
                                    test_index_tricks.py
                                    test_io.py
                                    test_loadtxt.py
                                    test_mixins.py
                                    test_nanfunctions.py
                                    test_packbits.py
                                    test_polynomial.py
                                    test_recfunctions.py
                                    test_regression.py
                                    test_shape_base.py
                                    test_stride_tricks.py
                                    test_twodim_base.py
                                    test_type_check.py
                                    test_ufunclike.py
                                    test_utils.py
                                __init__.py
                                __init__.pyi
                                _array_utils_impl.py
                                _array_utils_impl.pyi
                                _arraypad_impl.py
                                _arraypad_impl.pyi
                                _arraysetops_impl.py
                                _arraysetops_impl.pyi
                                _arrayterator_impl.py
                                _arrayterator_impl.pyi
                                _datasource.py
                                _datasource.pyi
                                _function_base_impl.py
                                _function_base_impl.pyi
                                _histograms_impl.py
                                _histograms_impl.pyi
                                _index_tricks_impl.py
                                _index_tricks_impl.pyi
                                _iotools.py
                                _iotools.pyi
                                _nanfunctions_impl.py
                                _nanfunctions_impl.pyi
                                _npyio_impl.py
                                _npyio_impl.pyi
                                _polynomial_impl.py
                                _polynomial_impl.pyi
                                _scimath_impl.py
                                _scimath_impl.pyi
                                _shape_base_impl.py
                                _shape_base_impl.pyi
                                _stride_tricks_impl.py
                                _stride_tricks_impl.pyi
                                _twodim_base_impl.py
                                _twodim_base_impl.pyi
                                _type_check_impl.py
                                _type_check_impl.pyi
                                _ufunclike_impl.py
                                _ufunclike_impl.pyi
                                _user_array_impl.py
                                _user_array_impl.pyi
                                _utils_impl.py
                                _utils_impl.pyi
                                _version.py
                                _version.pyi
                                array_utils.py
                                array_utils.pyi
                                format.py
                                format.pyi
                                introspect.py
                                introspect.pyi
                                mixins.py
                                mixins.pyi
                                npyio.py
                                npyio.pyi
                                recfunctions.py
                                recfunctions.pyi
                                scimath.py
                                scimath.pyi
                                stride_tricks.py
                                stride_tricks.pyi
                                user_array.py
                                user_array.pyi
                            linalg/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _linalg.cpython-313.pyc
                                    linalg.cpython-313.pyc
                                tests/
                                    __init__.py
                                    test_deprecations.py
                                    test_linalg.py
                                    test_regression.py
                                __init__.py
                                __init__.pyi
                                _linalg.py
                                _linalg.pyi
                                _umath_linalg.cpython-313-darwin.so
                                _umath_linalg.pyi
                                lapack_lite.cpython-313-darwin.so
                                lapack_lite.pyi
                                linalg.py
                                linalg.pyi
                            ma/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    core.cpython-313.pyc
                                    extras.cpython-313.pyc
                                tests/
                                    __init__.py
                                    test_arrayobject.py
                                    test_core.py
                                    test_deprecations.py
                                    test_extras.py
                                    test_mrecords.py
                                    test_old_ma.py
                                    test_regression.py
                                    test_subclassing.py
                                __init__.py
                                __init__.pyi
                                API_CHANGES.txt
                                core.py
                                core.pyi
                                extras.py
                                extras.pyi
                                LICENSE
                                mrecords.py
                                mrecords.pyi
                                README.rst
                                testutils.py
                                timer_comparison.py
                            matrixlib/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    defmatrix.cpython-313.pyc
                                tests/
                                    __init__.py
                                    test_defmatrix.py
                                    test_interaction.py
                                    test_masked_matrix.py
                                    test_matrix_linalg.py
                                    test_multiarray.py
                                    test_numeric.py
                                    test_regression.py
                                __init__.py
                                __init__.pyi
                                defmatrix.py
                                defmatrix.pyi
                            polynomial/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _polybase.cpython-313.pyc
                                    chebyshev.cpython-313.pyc
                                    hermite.cpython-313.pyc
                                    hermite_e.cpython-313.pyc
                                    laguerre.cpython-313.pyc
                                    legendre.cpython-313.pyc
                                    polynomial.cpython-313.pyc
                                    polyutils.cpython-313.pyc
                                tests/
                                    __init__.py
                                    test_chebyshev.py
                                    test_classes.py
                                    test_hermite.py
                                    test_hermite_e.py
                                    test_laguerre.py
                                    test_legendre.py
                                    test_polynomial.py
                                    test_polyutils.py
                                    test_printing.py
                                    test_symbol.py
                                __init__.py
                                __init__.pyi
                                _polybase.py
                                _polybase.pyi
                                _polytypes.pyi
                                chebyshev.py
                                chebyshev.pyi
                                hermite.py
                                hermite.pyi
                                hermite_e.py
                                hermite_e.pyi
                                laguerre.py
                                laguerre.pyi
                                legendre.py
                                legendre.pyi
                                polynomial.py
                                polynomial.pyi
                                polyutils.py
                                polyutils.pyi
                            random/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _pickle.cpython-313.pyc
                                _examples/
                                    cffi/
                                        extending.py
                                        parse.py
                                    cython/
                                        extending.pyx
                                        extending_distributions.pyx
                                        meson.build
                                    numba/
                                        extending.py
                                        extending_distributions.py
                                lib/
                                    libnpyrandom.a
                                tests/
                                    data/
                                        __init__.py
                                        generator_pcg64_np121.pkl.gz
                                        generator_pcg64_np126.pkl.gz
                                        mt19937-testset-1.csv
                                        mt19937-testset-2.csv
                                        pcg64-testset-1.csv
                                        pcg64-testset-2.csv
                                        pcg64dxsm-testset-1.csv
                                        pcg64dxsm-testset-2.csv
                                        philox-testset-1.csv
                                        philox-testset-2.csv
                                        sfc64-testset-1.csv
                                        sfc64-testset-2.csv
                                        sfc64_np126.pkl.gz
                                    __init__.py
                                    test_direct.py
                                    test_extending.py
                                    test_generator_mt19937.py
                                    test_generator_mt19937_regressions.py
                                    test_random.py
                                    test_randomstate.py
                                    test_randomstate_regression.py
                                    test_regression.py
                                    test_seed_sequence.py
                                    test_smoke.py
                                __init__.pxd
                                __init__.py
                                __init__.pyi
                                _bounded_integers.cpython-313-darwin.so
                                _bounded_integers.pxd
                                _common.cpython-313-darwin.so
                                _common.pxd
                                _generator.cpython-313-darwin.so
                                _generator.pyi
                                _mt19937.cpython-313-darwin.so
                                _mt19937.pyi
                                _pcg64.cpython-313-darwin.so
                                _pcg64.pyi
                                _philox.cpython-313-darwin.so
                                _philox.pyi
                                _pickle.py
                                _pickle.pyi
                                _sfc64.cpython-313-darwin.so
                                _sfc64.pyi
                                bit_generator.cpython-313-darwin.so
                                bit_generator.pxd
                                bit_generator.pyi
                                c_distributions.pxd
                                LICENSE.md
                                mtrand.cpython-313-darwin.so
                                mtrand.pyi
                            rec/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                                __init__.pyi
                            strings/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                                __init__.pyi
                            testing/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    overrides.cpython-313.pyc
                                _private/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        extbuild.cpython-313.pyc
                                        utils.cpython-313.pyc
                                    __init__.py
                                    __init__.pyi
                                    extbuild.py
                                    extbuild.pyi
                                    utils.py
                                    utils.pyi
                                tests/
                                    __init__.py
                                    test_utils.py
                                __init__.py
                                __init__.pyi
                                overrides.py
                                overrides.pyi
                                print_coercion_tables.py
                                print_coercion_tables.pyi
                            tests/
                                __init__.py
                                test__all__.py
                                test_configtool.py
                                test_ctypeslib.py
                                test_lazyloading.py
                                test_matlib.py
                                test_numpy_config.py
                                test_numpy_version.py
                                test_public_api.py
                                test_reloading.py
                                test_scripts.py
                                test_warnings.py
                            typing/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                tests/
                                    data/
                                        fail/
                                            arithmetic.pyi
                                            array_constructors.pyi
                                            array_like.pyi
                                            array_pad.pyi
                                            arrayprint.pyi
                                            arrayterator.pyi
                                            bitwise_ops.pyi
                                            char.pyi
                                            chararray.pyi
                                            comparisons.pyi
                                            constants.pyi
                                            datasource.pyi
                                            dtype.pyi
                                            einsumfunc.pyi
                                            flatiter.pyi
                                            fromnumeric.pyi
                                            histograms.pyi
                                            index_tricks.pyi
                                            lib_function_base.pyi
                                            lib_polynomial.pyi
                                            lib_utils.pyi
                                            lib_version.pyi
                                            linalg.pyi
                                            memmap.pyi
                                            modules.pyi
                                            multiarray.pyi
                                            ndarray.pyi
                                            ndarray_misc.pyi
                                            nditer.pyi
                                            nested_sequence.pyi
                                            npyio.pyi
                                            numerictypes.pyi
                                            random.pyi
                                            rec.pyi
                                            scalars.pyi
                                            shape.pyi
                                            shape_base.pyi
                                            stride_tricks.pyi
                                            strings.pyi
                                            testing.pyi
                                            twodim_base.pyi
                                            type_check.pyi
                                            ufunc_config.pyi
                                            ufunclike.pyi
                                            ufuncs.pyi
                                            warnings_and_errors.pyi
                                        misc/
                                            extended_precision.pyi
                                        pass/
                                            arithmetic.py
                                            array_constructors.py
                                            array_like.py
                                            arrayprint.py
                                            arrayterator.py
                                            bitwise_ops.py
                                            comparisons.py
                                            dtype.py
                                            einsumfunc.py
                                            flatiter.py
                                            fromnumeric.py
                                            index_tricks.py
                                            lib_user_array.py
                                            lib_utils.py
                                            lib_version.py
                                            literal.py
                                            ma.py
                                            mod.py
                                            modules.py
                                            multiarray.py
                                            ndarray_conversion.py
                                            ndarray_misc.py
                                            ndarray_shape_manipulation.py
                                            nditer.py
                                            numeric.py
                                            numerictypes.py
                                            random.py
                                            recfunctions.py
                                            scalars.py
                                            shape.py
                                            simple.py
                                            simple_py3.py
                                            ufunc_config.py
                                            ufunclike.py
                                            ufuncs.py
                                            warnings_and_errors.py
                                        reveal/
                                            arithmetic.pyi
                                            array_api_info.pyi
                                            array_constructors.pyi
                                            arraypad.pyi
                                            arrayprint.pyi
                                            arraysetops.pyi
                                            arrayterator.pyi
                                            bitwise_ops.pyi
                                            char.pyi
                                            chararray.pyi
                                            comparisons.pyi
                                            constants.pyi
                                            ctypeslib.pyi
                                            datasource.pyi
                                            dtype.pyi
                                            einsumfunc.pyi
                                            emath.pyi
                                            fft.pyi
                                            flatiter.pyi
                                            fromnumeric.pyi
                                            getlimits.pyi
                                            histograms.pyi
                                            index_tricks.pyi
                                            lib_function_base.pyi
                                            lib_polynomial.pyi
                                            lib_utils.pyi
                                            lib_version.pyi
                                            linalg.pyi
                                            matrix.pyi
                                            memmap.pyi
                                            mod.pyi
                                            modules.pyi
                                            multiarray.pyi
                                            nbit_base_example.pyi
                                            ndarray_assignability.pyi
                                            ndarray_conversion.pyi
                                            ndarray_misc.pyi
                                            ndarray_shape_manipulation.pyi
                                            nditer.pyi
                                            nested_sequence.pyi
                                            npyio.pyi
                                            numeric.pyi
                                            numerictypes.pyi
                                            polynomial_polybase.pyi
                                            polynomial_polyutils.pyi
                                            polynomial_series.pyi
                                            random.pyi
                                            rec.pyi
                                            scalars.pyi
                                            shape.pyi
                                            shape_base.pyi
                                            stride_tricks.pyi
                                            strings.pyi
                                            testing.pyi
                                            twodim_base.pyi
                                            type_check.pyi
                                            ufunc_config.pyi
                                            ufunclike.pyi
                                            ufuncs.pyi
                                            warnings_and_errors.pyi
                                        mypy.ini
                                    __init__.py
                                    test_isfile.py
                                    test_runtime.py
                                    test_typing.py
                                __init__.py
                                mypy_plugin.py
                            __config__.py
                            __config__.pyi
                            __init__.cython-30.pxd
                            __init__.pxd
                            __init__.py
                            __init__.pyi
                            _array_api_info.py
                            _array_api_info.pyi
                            _configtool.py
                            _configtool.pyi
                            _distributor_init.py
                            _distributor_init.pyi
                            _expired_attrs_2_0.py
                            _expired_attrs_2_0.pyi
                            _globals.py
                            _globals.pyi
                            _pytesttester.py
                            _pytesttester.pyi
                            conftest.py
                            ctypeslib.py
                            ctypeslib.pyi
                            dtypes.py
                            dtypes.pyi
                            exceptions.py
                            exceptions.pyi
                            matlib.py
                            matlib.pyi
                            py.typed
                            version.py
                            version.pyi
                        numpy-2.2.6.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        overrides/
                            __init__.py
                            enforce.py
                            final.py
                            overrides.py
                            py.typed
                            signature.py
                            typing_utils.py
                        overrides-7.7.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        packaging/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _elffile.cpython-313.pyc
                                _manylinux.cpython-313.pyc
                                _musllinux.cpython-313.pyc
                                _parser.cpython-313.pyc
                                _structures.cpython-313.pyc
                                _tokenizer.cpython-313.pyc
                                markers.cpython-313.pyc
                                requirements.cpython-313.pyc
                                specifiers.cpython-313.pyc
                                tags.cpython-313.pyc
                                utils.cpython-313.pyc
                                version.cpython-313.pyc
                            licenses/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _spdx.cpython-313.pyc
                                __init__.py
                                _spdx.py
                            __init__.py
                            _elffile.py
                            _manylinux.py
                            _musllinux.py
                            _parser.py
                            _structures.py
                            _tokenizer.py
                            markers.py
                            metadata.py
                            py.typed
                            requirements.py
                            specifiers.py
                            tags.py
                            utils.py
                            version.py
                        packaging-25.0.dist-info/
                            licenses/
                                LICENSE
                                LICENSE.APACHE
                                LICENSE.BSD
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pandas/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _typing.cpython-313.pyc
                                _version_meson.cpython-313.pyc
                                testing.cpython-313.pyc
                            _config/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    config.cpython-313.pyc
                                    dates.cpython-313.pyc
                                    display.cpython-313.pyc
                                    localization.cpython-313.pyc
                                __init__.py
                                config.py
                                dates.py
                                display.py
                                localization.py
                            _libs/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                tslibs/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                    __init__.py
                                    base.cpython-313-darwin.so
                                    ccalendar.cpython-313-darwin.so
                                    ccalendar.pyi
                                    conversion.cpython-313-darwin.so
                                    conversion.pyi
                                    dtypes.cpython-313-darwin.so
                                    dtypes.pyi
                                    fields.cpython-313-darwin.so
                                    fields.pyi
                                    nattype.cpython-313-darwin.so
                                    nattype.pyi
                                    np_datetime.cpython-313-darwin.so
                                    np_datetime.pyi
                                    offsets.cpython-313-darwin.so
                                    offsets.pyi
                                    parsing.cpython-313-darwin.so
                                    parsing.pyi
                                    period.cpython-313-darwin.so
                                    period.pyi
                                    strptime.cpython-313-darwin.so
                                    strptime.pyi
                                    timedeltas.cpython-313-darwin.so
                                    timedeltas.pyi
                                    timestamps.cpython-313-darwin.so
                                    timestamps.pyi
                                    timezones.cpython-313-darwin.so
                                    timezones.pyi
                                    tzconversion.cpython-313-darwin.so
                                    tzconversion.pyi
                                    vectorized.cpython-313-darwin.so
                                    vectorized.pyi
                                window/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                    __init__.py
                                    aggregations.cpython-313-darwin.so
                                    aggregations.pyi
                                    indexers.cpython-313-darwin.so
                                    indexers.pyi
                                __init__.py
                                algos.cpython-313-darwin.so
                                algos.pyi
                                arrays.cpython-313-darwin.so
                                arrays.pyi
                                byteswap.cpython-313-darwin.so
                                byteswap.pyi
                                groupby.cpython-313-darwin.so
                                groupby.pyi
                                hashing.cpython-313-darwin.so
                                hashing.pyi
                                hashtable.cpython-313-darwin.so
                                hashtable.pyi
                                index.cpython-313-darwin.so
                                index.pyi
                                indexing.cpython-313-darwin.so
                                indexing.pyi
                                internals.cpython-313-darwin.so
                                internals.pyi
                                interval.cpython-313-darwin.so
                                interval.pyi
                                join.cpython-313-darwin.so
                                join.pyi
                                json.cpython-313-darwin.so
                                json.pyi
                                lib.cpython-313-darwin.so
                                lib.pyi
                                missing.cpython-313-darwin.so
                                missing.pyi
                                ops.cpython-313-darwin.so
                                ops.pyi
                                ops_dispatch.cpython-313-darwin.so
                                ops_dispatch.pyi
                                pandas_datetime.cpython-313-darwin.so
                                pandas_parser.cpython-313-darwin.so
                                parsers.cpython-313-darwin.so
                                parsers.pyi
                                properties.cpython-313-darwin.so
                                properties.pyi
                                reshape.cpython-313-darwin.so
                                reshape.pyi
                                sas.cpython-313-darwin.so
                                sas.pyi
                                sparse.cpython-313-darwin.so
                                sparse.pyi
                                testing.cpython-313-darwin.so
                                testing.pyi
                                tslib.cpython-313-darwin.so
                                tslib.pyi
                                writers.cpython-313-darwin.so
                                writers.pyi
                            _testing/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _io.cpython-313.pyc
                                    _warnings.cpython-313.pyc
                                    asserters.cpython-313.pyc
                                    compat.cpython-313.pyc
                                    contexts.cpython-313.pyc
                                __init__.py
                                _hypothesis.py
                                _io.py
                                _warnings.py
                                asserters.py
                                compat.py
                                contexts.py
                            api/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                extensions/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                    __init__.py
                                indexers/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                    __init__.py
                                interchange/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                    __init__.py
                                types/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                    __init__.py
                                typing/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                    __init__.py
                                __init__.py
                            arrays/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                            compat/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _constants.cpython-313.pyc
                                    _optional.cpython-313.pyc
                                    compressors.cpython-313.pyc
                                    pickle_compat.cpython-313.pyc
                                    pyarrow.cpython-313.pyc
                                numpy/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        function.cpython-313.pyc
                                    __init__.py
                                    function.py
                                __init__.py
                                _constants.py
                                _optional.py
                                compressors.py
                                pickle_compat.py
                                pyarrow.py
                            core/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    accessor.cpython-313.pyc
                                    algorithms.cpython-313.pyc
                                    api.cpython-313.pyc
                                    apply.cpython-313.pyc
                                    arraylike.cpython-313.pyc
                                    base.cpython-313.pyc
                                    common.cpython-313.pyc
                                    config_init.cpython-313.pyc
                                    construction.cpython-313.pyc
                                    flags.cpython-313.pyc
                                    frame.cpython-313.pyc
                                    generic.cpython-313.pyc
                                    indexing.cpython-313.pyc
                                    missing.cpython-313.pyc
                                    nanops.cpython-313.pyc
                                    resample.cpython-313.pyc
                                    roperator.cpython-313.pyc
                                    sample.cpython-313.pyc
                                    series.cpython-313.pyc
                                    shared_docs.cpython-313.pyc
                                    sorting.cpython-313.pyc
                                _numba/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        executor.cpython-313.pyc
                                    kernels/
                                        __init__.py
                                        mean_.py
                                        min_max_.py
                                        shared.py
                                        sum_.py
                                        var_.py
                                    __init__.py
                                    executor.py
                                    extensions.py
                                array_algos/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        datetimelike_accumulations.cpython-313.pyc
                                        masked_accumulations.cpython-313.pyc
                                        masked_reductions.cpython-313.pyc
                                        putmask.cpython-313.pyc
                                        quantile.cpython-313.pyc
                                        replace.cpython-313.pyc
                                        take.cpython-313.pyc
                                        transforms.cpython-313.pyc
                                    __init__.py
                                    datetimelike_accumulations.py
                                    masked_accumulations.py
                                    masked_reductions.py
                                    putmask.py
                                    quantile.py
                                    replace.py
                                    take.py
                                    transforms.py
                                arrays/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _arrow_string_mixins.cpython-313.pyc
                                        _mixins.cpython-313.pyc
                                        _ranges.cpython-313.pyc
                                        _utils.cpython-313.pyc
                                        base.cpython-313.pyc
                                        boolean.cpython-313.pyc
                                        categorical.cpython-313.pyc
                                        datetimelike.cpython-313.pyc
                                        datetimes.cpython-313.pyc
                                        floating.cpython-313.pyc
                                        integer.cpython-313.pyc
                                        interval.cpython-313.pyc
                                        masked.cpython-313.pyc
                                        numeric.cpython-313.pyc
                                        numpy_.cpython-313.pyc
                                        period.cpython-313.pyc
                                        string_.cpython-313.pyc
                                        string_arrow.cpython-313.pyc
                                        timedeltas.cpython-313.pyc
                                    arrow/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            accessors.cpython-313.pyc
                                            array.cpython-313.pyc
                                        __init__.py
                                        _arrow_utils.py
                                        accessors.py
                                        array.py
                                        extension_types.py
                                    sparse/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            accessor.cpython-313.pyc
                                            array.cpython-313.pyc
                                        __init__.py
                                        accessor.py
                                        array.py
                                        scipy_sparse.py
                                    __init__.py
                                    _arrow_string_mixins.py
                                    _mixins.py
                                    _ranges.py
                                    _utils.py
                                    base.py
                                    boolean.py
                                    categorical.py
                                    datetimelike.py
                                    datetimes.py
                                    floating.py
                                    integer.py
                                    interval.py
                                    masked.py
                                    numeric.py
                                    numpy_.py
                                    period.py
                                    string_.py
                                    string_arrow.py
                                    timedeltas.py
                                computation/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        align.cpython-313.pyc
                                        api.cpython-313.pyc
                                        check.cpython-313.pyc
                                        common.cpython-313.pyc
                                        engines.cpython-313.pyc
                                        eval.cpython-313.pyc
                                        expr.cpython-313.pyc
                                        expressions.cpython-313.pyc
                                        ops.cpython-313.pyc
                                        parsing.cpython-313.pyc
                                        pytables.cpython-313.pyc
                                        scope.cpython-313.pyc
                                    __init__.py
                                    align.py
                                    api.py
                                    check.py
                                    common.py
                                    engines.py
                                    eval.py
                                    expr.py
                                    expressions.py
                                    ops.py
                                    parsing.py
                                    pytables.py
                                    scope.py
                                dtypes/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        api.cpython-313.pyc
                                        astype.cpython-313.pyc
                                        base.cpython-313.pyc
                                        cast.cpython-313.pyc
                                        common.cpython-313.pyc
                                        concat.cpython-313.pyc
                                        dtypes.cpython-313.pyc
                                        generic.cpython-313.pyc
                                        inference.cpython-313.pyc
                                        missing.cpython-313.pyc
                                    __init__.py
                                    api.py
                                    astype.py
                                    base.py
                                    cast.py
                                    common.py
                                    concat.py
                                    dtypes.py
                                    generic.py
                                    inference.py
                                    missing.py
                                groupby/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        base.cpython-313.pyc
                                        categorical.cpython-313.pyc
                                        generic.cpython-313.pyc
                                        groupby.cpython-313.pyc
                                        grouper.cpython-313.pyc
                                        indexing.cpython-313.pyc
                                        numba_.cpython-313.pyc
                                        ops.cpython-313.pyc
                                    __init__.py
                                    base.py
                                    categorical.py
                                    generic.py
                                    groupby.py
                                    grouper.py
                                    indexing.py
                                    numba_.py
                                    ops.py
                                indexers/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        objects.cpython-313.pyc
                                        utils.cpython-313.pyc
                                    __init__.py
                                    objects.py
                                    utils.py
                                indexes/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        accessors.cpython-313.pyc
                                        api.cpython-313.pyc
                                        base.cpython-313.pyc
                                        category.cpython-313.pyc
                                        datetimelike.cpython-313.pyc
                                        datetimes.cpython-313.pyc
                                        extension.cpython-313.pyc
                                        frozen.cpython-313.pyc
                                        interval.cpython-313.pyc
                                        multi.cpython-313.pyc
                                        period.cpython-313.pyc
                                        range.cpython-313.pyc
                                        timedeltas.cpython-313.pyc
                                    __init__.py
                                    accessors.py
                                    api.py
                                    base.py
                                    category.py
                                    datetimelike.py
                                    datetimes.py
                                    extension.py
                                    frozen.py
                                    interval.py
                                    multi.py
                                    period.py
                                    range.py
                                    timedeltas.py
                                interchange/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        dataframe_protocol.cpython-313.pyc
                                        from_dataframe.cpython-313.pyc
                                        utils.cpython-313.pyc
                                    __init__.py
                                    buffer.py
                                    column.py
                                    dataframe.py
                                    dataframe_protocol.py
                                    from_dataframe.py
                                    utils.py
                                internals/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        api.cpython-313.pyc
                                        array_manager.cpython-313.pyc
                                        base.cpython-313.pyc
                                        blocks.cpython-313.pyc
                                        concat.cpython-313.pyc
                                        construction.cpython-313.pyc
                                        managers.cpython-313.pyc
                                        ops.cpython-313.pyc
                                    __init__.py
                                    api.py
                                    array_manager.py
                                    base.py
                                    blocks.py
                                    concat.py
                                    construction.py
                                    managers.py
                                    ops.py
                                methods/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        describe.cpython-313.pyc
                                        selectn.cpython-313.pyc
                                    __init__.py
                                    describe.py
                                    selectn.py
                                    to_dict.py
                                ops/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        array_ops.cpython-313.pyc
                                        common.cpython-313.pyc
                                        dispatch.cpython-313.pyc
                                        docstrings.cpython-313.pyc
                                        invalid.cpython-313.pyc
                                        mask_ops.cpython-313.pyc
                                        missing.cpython-313.pyc
                                    __init__.py
                                    array_ops.py
                                    common.py
                                    dispatch.py
                                    docstrings.py
                                    invalid.py
                                    mask_ops.py
                                    missing.py
                                reshape/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        api.cpython-313.pyc
                                        concat.cpython-313.pyc
                                        encoding.cpython-313.pyc
                                        melt.cpython-313.pyc
                                        merge.cpython-313.pyc
                                        pivot.cpython-313.pyc
                                        tile.cpython-313.pyc
                                        util.cpython-313.pyc
                                    __init__.py
                                    api.py
                                    concat.py
                                    encoding.py
                                    melt.py
                                    merge.py
                                    pivot.py
                                    reshape.py
                                    tile.py
                                    util.py
                                sparse/
                                    __init__.py
                                    api.py
                                strings/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        accessor.cpython-313.pyc
                                        base.cpython-313.pyc
                                        object_array.cpython-313.pyc
                                    __init__.py
                                    accessor.py
                                    base.py
                                    object_array.py
                                tools/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        datetimes.cpython-313.pyc
                                        numeric.cpython-313.pyc
                                        timedeltas.cpython-313.pyc
                                        times.cpython-313.pyc
                                    __init__.py
                                    datetimes.py
                                    numeric.py
                                    timedeltas.py
                                    times.py
                                util/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        hashing.cpython-313.pyc
                                        numba_.cpython-313.pyc
                                    __init__.py
                                    hashing.py
                                    numba_.py
                                window/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        common.cpython-313.pyc
                                        doc.cpython-313.pyc
                                        ewm.cpython-313.pyc
                                        expanding.cpython-313.pyc
                                        numba_.cpython-313.pyc
                                        online.cpython-313.pyc
                                        rolling.cpython-313.pyc
                                    __init__.py
                                    common.py
                                    doc.py
                                    ewm.py
                                    expanding.py
                                    numba_.py
                                    online.py
                                    rolling.py
                                __init__.py
                                accessor.py
                                algorithms.py
                                api.py
                                apply.py
                                arraylike.py
                                base.py
                                common.py
                                config_init.py
                                construction.py
                                flags.py
                                frame.py
                                generic.py
                                indexing.py
                                missing.py
                                nanops.py
                                resample.py
                                roperator.py
                                sample.py
                                series.py
                                shared_docs.py
                                sorting.py
                            errors/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                            io/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _util.cpython-313.pyc
                                    api.cpython-313.pyc
                                    clipboards.cpython-313.pyc
                                    common.cpython-313.pyc
                                    feather_format.cpython-313.pyc
                                    gbq.cpython-313.pyc
                                    html.cpython-313.pyc
                                    orc.cpython-313.pyc
                                    parquet.cpython-313.pyc
                                    pickle.cpython-313.pyc
                                    pytables.cpython-313.pyc
                                    spss.cpython-313.pyc
                                    sql.cpython-313.pyc
                                    stata.cpython-313.pyc
                                    xml.cpython-313.pyc
                                clipboard/
                                    __init__.py
                                excel/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _base.cpython-313.pyc
                                        _calamine.cpython-313.pyc
                                        _odfreader.cpython-313.pyc
                                        _odswriter.cpython-313.pyc
                                        _openpyxl.cpython-313.pyc
                                        _pyxlsb.cpython-313.pyc
                                        _util.cpython-313.pyc
                                        _xlrd.cpython-313.pyc
                                        _xlsxwriter.cpython-313.pyc
                                    __init__.py
                                    _base.py
                                    _calamine.py
                                    _odfreader.py
                                    _odswriter.py
                                    _openpyxl.py
                                    _pyxlsb.py
                                    _util.py
                                    _xlrd.py
                                    _xlsxwriter.py
                                formats/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        console.cpython-313.pyc
                                        csvs.cpython-313.pyc
                                        format.cpython-313.pyc
                                        info.cpython-313.pyc
                                        printing.cpython-313.pyc
                                    templates/
                                        html.tpl
                                        html_style.tpl
                                        html_table.tpl
                                        latex.tpl
                                        latex_longtable.tpl
                                        latex_table.tpl
                                        string.tpl
                                    __init__.py
                                    _color_data.py
                                    console.py
                                    css.py
                                    csvs.py
                                    excel.py
                                    format.py
                                    html.py
                                    info.py
                                    printing.py
                                    string.py
                                    style.py
                                    style_render.py
                                    xml.py
                                json/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _json.cpython-313.pyc
                                        _normalize.cpython-313.pyc
                                        _table_schema.cpython-313.pyc
                                    __init__.py
                                    _json.py
                                    _normalize.py
                                    _table_schema.py
                                parsers/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        arrow_parser_wrapper.cpython-313.pyc
                                        base_parser.cpython-313.pyc
                                        c_parser_wrapper.cpython-313.pyc
                                        python_parser.cpython-313.pyc
                                        readers.cpython-313.pyc
                                    __init__.py
                                    arrow_parser_wrapper.py
                                    base_parser.py
                                    c_parser_wrapper.py
                                    python_parser.py
                                    readers.py
                                sas/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        sasreader.cpython-313.pyc
                                    __init__.py
                                    sas7bdat.py
                                    sas_constants.py
                                    sas_xport.py
                                    sasreader.py
                                __init__.py
                                _util.py
                                api.py
                                clipboards.py
                                common.py
                                feather_format.py
                                gbq.py
                                html.py
                                orc.py
                                parquet.py
                                pickle.py
                                pytables.py
                                spss.py
                                sql.py
                                stata.py
                                xml.py
                            plotting/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _core.cpython-313.pyc
                                    _misc.cpython-313.pyc
                                _matplotlib/
                                    __init__.py
                                    boxplot.py
                                    converter.py
                                    core.py
                                    groupby.py
                                    hist.py
                                    misc.py
                                    style.py
                                    timeseries.py
                                    tools.py
                                __init__.py
                                _core.py
                                _misc.py
                            tests/
                                api/
                                    __init__.py
                                    test_api.py
                                    test_types.py
                                apply/
                                    __init__.py
                                    common.py
                                    test_frame_apply.py
                                    test_frame_apply_relabeling.py
                                    test_frame_transform.py
                                    test_invalid_arg.py
                                    test_numba.py
                                    test_series_apply.py
                                    test_series_apply_relabeling.py
                                    test_series_transform.py
                                    test_str.py
                                arithmetic/
                                    __init__.py
                                    common.py
                                    conftest.py
                                    test_array_ops.py
                                    test_categorical.py
                                    test_datetime64.py
                                    test_interval.py
                                    test_numeric.py
                                    test_object.py
                                    test_period.py
                                    test_timedelta64.py
                                arrays/
                                    boolean/
                                        __init__.py
                                        test_arithmetic.py
                                        test_astype.py
                                        test_comparison.py
                                        test_construction.py
                                        test_function.py
                                        test_indexing.py
                                        test_logical.py
                                        test_ops.py
                                        test_reduction.py
                                        test_repr.py
                                    categorical/
                                        __init__.py
                                        test_algos.py
                                        test_analytics.py
                                        test_api.py
                                        test_astype.py
                                        test_constructors.py
                                        test_dtypes.py
                                        test_indexing.py
                                        test_map.py
                                        test_missing.py
                                        test_operators.py
                                        test_replace.py
                                        test_repr.py
                                        test_sorting.py
                                        test_subclass.py
                                        test_take.py
                                        test_warnings.py
                                    datetimes/
                                        __init__.py
                                        test_constructors.py
                                        test_cumulative.py
                                        test_reductions.py
                                    floating/
                                        __init__.py
                                        conftest.py
                                        test_arithmetic.py
                                        test_astype.py
                                        test_comparison.py
                                        test_concat.py
                                        test_construction.py
                                        test_contains.py
                                        test_function.py
                                        test_repr.py
                                        test_to_numpy.py
                                    integer/
                                        __init__.py
                                        conftest.py
                                        test_arithmetic.py
                                        test_comparison.py
                                        test_concat.py
                                        test_construction.py
                                        test_dtypes.py
                                        test_function.py
                                        test_indexing.py
                                        test_reduction.py
                                        test_repr.py
                                    interval/
                                        __init__.py
                                        test_astype.py
                                        test_formats.py
                                        test_interval.py
                                        test_interval_pyarrow.py
                                        test_overlaps.py
                                    masked/
                                        __init__.py
                                        test_arithmetic.py
                                        test_arrow_compat.py
                                        test_function.py
                                        test_indexing.py
                                    numpy_/
                                        __init__.py
                                        test_indexing.py
                                        test_numpy.py
                                    period/
                                        __init__.py
                                        test_arrow_compat.py
                                        test_astype.py
                                        test_constructors.py
                                        test_reductions.py
                                    sparse/
                                        __init__.py
                                        test_accessor.py
                                        test_arithmetics.py
                                        test_array.py
                                        test_astype.py
                                        test_combine_concat.py
                                        test_constructors.py
                                        test_dtype.py
                                        test_indexing.py
                                        test_libsparse.py
                                        test_reductions.py
                                        test_unary.py
                                    string_/
                                        __init__.py
                                        test_concat.py
                                        test_string.py
                                        test_string_arrow.py
                                    timedeltas/
                                        __init__.py
                                        test_constructors.py
                                        test_cumulative.py
                                        test_reductions.py
                                    __init__.py
                                    masked_shared.py
                                    test_array.py
                                    test_datetimelike.py
                                    test_datetimes.py
                                    test_ndarray_backed.py
                                    test_period.py
                                    test_timedeltas.py
                                base/
                                    __init__.py
                                    common.py
                                    test_constructors.py
                                    test_conversion.py
                                    test_fillna.py
                                    test_misc.py
                                    test_transpose.py
                                    test_unique.py
                                    test_value_counts.py
                                computation/
                                    __init__.py
                                    test_compat.py
                                    test_eval.py
                                config/
                                    __init__.py
                                    test_config.py
                                    test_localization.py
                                construction/
                                    __init__.py
                                    test_extract_array.py
                                copy_view/
                                    index/
                                        __init__.py
                                        test_datetimeindex.py
                                        test_index.py
                                        test_periodindex.py
                                        test_timedeltaindex.py
                                    __init__.py
                                    test_array.py
                                    test_astype.py
                                    test_chained_assignment_deprecation.py
                                    test_clip.py
                                    test_constructors.py
                                    test_core_functionalities.py
                                    test_functions.py
                                    test_indexing.py
                                    test_internals.py
                                    test_interp_fillna.py
                                    test_methods.py
                                    test_replace.py
                                    test_setitem.py
                                    test_util.py
                                    util.py
                                dtypes/
                                    cast/
                                        __init__.py
                                        test_can_hold_element.py
                                        test_construct_from_scalar.py
                                        test_construct_ndarray.py
                                        test_construct_object_arr.py
                                        test_dict_compat.py
                                        test_downcast.py
                                        test_find_common_type.py
                                        test_infer_datetimelike.py
                                        test_infer_dtype.py
                                        test_maybe_box_native.py
                                        test_promote.py
                                    __init__.py
                                    test_common.py
                                    test_concat.py
                                    test_dtypes.py
                                    test_generic.py
                                    test_inference.py
                                    test_missing.py
                                extension/
                                    array_with_attr/
                                        __init__.py
                                        array.py
                                        test_array_with_attr.py
                                    base/
                                        __init__.py
                                        accumulate.py
                                        base.py
                                        casting.py
                                        constructors.py
                                        dim2.py
                                        dtype.py
                                        getitem.py
                                        groupby.py
                                        index.py
                                        interface.py
                                        io.py
                                        methods.py
                                        missing.py
                                        ops.py
                                        printing.py
                                        reduce.py
                                        reshaping.py
                                        setitem.py
                                    date/
                                        __init__.py
                                        array.py
                                    decimal/
                                        __init__.py
                                        array.py
                                        test_decimal.py
                                    json/
                                        __init__.py
                                        array.py
                                        test_json.py
                                    list/
                                        __init__.py
                                        array.py
                                        test_list.py
                                    __init__.py
                                    conftest.py
                                    test_arrow.py
                                    test_categorical.py
                                    test_common.py
                                    test_datetime.py
                                    test_extension.py
                                    test_interval.py
                                    test_masked.py
                                    test_numpy.py
                                    test_period.py
                                    test_sparse.py
                                    test_string.py
                                frame/
                                    constructors/
                                        __init__.py
                                        test_from_dict.py
                                        test_from_records.py
                                    indexing/
                                        __init__.py
                                        test_coercion.py
                                        test_delitem.py
                                        test_get.py
                                        test_get_value.py
                                        test_getitem.py
                                        test_indexing.py
                                        test_insert.py
                                        test_mask.py
                                        test_set_value.py
                                        test_setitem.py
                                        test_take.py
                                        test_where.py
                                        test_xs.py
                                    methods/
                                        __init__.py
                                        test_add_prefix_suffix.py
                                        test_align.py
                                        test_asfreq.py
                                        test_asof.py
                                        test_assign.py
                                        test_astype.py
                                        test_at_time.py
                                        test_between_time.py
                                        test_clip.py
                                        test_combine.py
                                        test_combine_first.py
                                        test_compare.py
                                        test_convert_dtypes.py
                                        test_copy.py
                                        test_count.py
                                        test_cov_corr.py
                                        test_describe.py
                                        test_diff.py
                                        test_dot.py
                                        test_drop.py
                                        test_drop_duplicates.py
                                        test_droplevel.py
                                        test_dropna.py
                                        test_dtypes.py
                                        test_duplicated.py
                                        test_equals.py
                                        test_explode.py
                                        test_fillna.py
                                        test_filter.py
                                        test_first_and_last.py
                                        test_first_valid_index.py
                                        test_get_numeric_data.py
                                        test_head_tail.py
                                        test_infer_objects.py
                                        test_info.py
                                        test_interpolate.py
                                        test_is_homogeneous_dtype.py
                                        test_isetitem.py
                                        test_isin.py
                                        test_iterrows.py
                                        test_join.py
                                        test_map.py
                                        test_matmul.py
                                        test_nlargest.py
                                        test_pct_change.py
                                        test_pipe.py
                                        test_pop.py
                                        test_quantile.py
                                        test_rank.py
                                        test_reindex.py
                                        test_reindex_like.py
                                        test_rename.py
                                        test_rename_axis.py
                                        test_reorder_levels.py
                                        test_replace.py
                                        test_reset_index.py
                                        test_round.py
                                        test_sample.py
                                        test_select_dtypes.py
                                        test_set_axis.py
                                        test_set_index.py
                                        test_shift.py
                                        test_size.py
                                        test_sort_index.py
                                        test_sort_values.py
                                        test_swapaxes.py
                                        test_swaplevel.py
                                        test_to_csv.py
                                        test_to_dict.py
                                        test_to_dict_of_blocks.py
                                        test_to_numpy.py
                                        test_to_period.py
                                        test_to_records.py
                                        test_to_timestamp.py
                                        test_transpose.py
                                        test_truncate.py
                                        test_tz_convert.py
                                        test_tz_localize.py
                                        test_update.py
                                        test_value_counts.py
                                        test_values.py
                                    __init__.py
                                    common.py
                                    conftest.py
                                    test_alter_axes.py
                                    test_api.py
                                    test_arithmetic.py
                                    test_arrow_interface.py
                                    test_block_internals.py
                                    test_constructors.py
                                    test_cumulative.py
                                    test_iteration.py
                                    test_logical_ops.py
                                    test_nonunique_indexes.py
                                    test_npfuncs.py
                                    test_query_eval.py
                                    test_reductions.py
                                    test_repr.py
                                    test_stack_unstack.py
                                    test_subclass.py
                                    test_ufunc.py
                                    test_unary.py
                                    test_validate.py
                                generic/
                                    __init__.py
                                    test_duplicate_labels.py
                                    test_finalize.py
                                    test_frame.py
                                    test_generic.py
                                    test_label_or_level_utils.py
                                    test_series.py
                                    test_to_xarray.py
                                groupby/
                                    aggregate/
                                        __init__.py
                                        test_aggregate.py
                                        test_cython.py
                                        test_numba.py
                                        test_other.py
                                    methods/
                                        __init__.py
                                        test_corrwith.py
                                        test_describe.py
                                        test_groupby_shift_diff.py
                                        test_is_monotonic.py
                                        test_nlargest_nsmallest.py
                                        test_nth.py
                                        test_quantile.py
                                        test_rank.py
                                        test_sample.py
                                        test_size.py
                                        test_skew.py
                                        test_value_counts.py
                                    transform/
                                        __init__.py
                                        test_numba.py
                                        test_transform.py
                                    __init__.py
                                    conftest.py
                                    test_all_methods.py
                                    test_api.py
                                    test_apply.py
                                    test_apply_mutate.py
                                    test_bin_groupby.py
                                    test_categorical.py
                                    test_counting.py
                                    test_cumulative.py
                                    test_filters.py
                                    test_groupby.py
                                    test_groupby_dropna.py
                                    test_groupby_subclass.py
                                    test_grouping.py
                                    test_index_as_string.py
                                    test_indexing.py
                                    test_libgroupby.py
                                    test_missing.py
                                    test_numba.py
                                    test_numeric_only.py
                                    test_pipe.py
                                    test_raises.py
                                    test_reductions.py
                                    test_timegrouper.py
                                indexes/
                                    base_class/
                                        __init__.py
                                        test_constructors.py
                                        test_formats.py
                                        test_indexing.py
                                        test_pickle.py
                                        test_reshape.py
                                        test_setops.py
                                        test_where.py
                                    categorical/
                                        __init__.py
                                        test_append.py
                                        test_astype.py
                                        test_category.py
                                        test_constructors.py
                                        test_equals.py
                                        test_fillna.py
                                        test_formats.py
                                        test_indexing.py
                                        test_map.py
                                        test_reindex.py
                                        test_setops.py
                                    datetimelike_/
                                        __init__.py
                                        test_drop_duplicates.py
                                        test_equals.py
                                        test_indexing.py
                                        test_is_monotonic.py
                                        test_nat.py
                                        test_sort_values.py
                                        test_value_counts.py
                                    datetimes/
                                        methods/
                                            __init__.py
                                            test_asof.py
                                            test_astype.py
                                            test_delete.py
                                            test_factorize.py
                                            test_fillna.py
                                            test_insert.py
                                            test_isocalendar.py
                                            test_map.py
                                            test_normalize.py
                                            test_repeat.py
                                            test_resolution.py
                                            test_round.py
                                            test_shift.py
                                            test_snap.py
                                            test_to_frame.py
                                            test_to_julian_date.py
                                            test_to_period.py
                                            test_to_pydatetime.py
                                            test_to_series.py
                                            test_tz_convert.py
                                            test_tz_localize.py
                                            test_unique.py
                                        __init__.py
                                        test_arithmetic.py
                                        test_constructors.py
                                        test_date_range.py
                                        test_datetime.py
                                        test_formats.py
                                        test_freq_attr.py
                                        test_indexing.py
                                        test_iter.py
                                        test_join.py
                                        test_npfuncs.py
                                        test_ops.py
                                        test_partial_slicing.py
                                        test_pickle.py
                                        test_reindex.py
                                        test_scalar_compat.py
                                        test_setops.py
                                        test_timezones.py
                                    interval/
                                        __init__.py
                                        test_astype.py
                                        test_constructors.py
                                        test_equals.py
                                        test_formats.py
                                        test_indexing.py
                                        test_interval.py
                                        test_interval_range.py
                                        test_interval_tree.py
                                        test_join.py
                                        test_pickle.py
                                        test_setops.py
                                    multi/
                                        __init__.py
                                        conftest.py
                                        test_analytics.py
                                        test_astype.py
                                        test_compat.py
                                        test_constructors.py
                                        test_conversion.py
                                        test_copy.py
                                        test_drop.py
                                        test_duplicates.py
                                        test_equivalence.py
                                        test_formats.py
                                        test_get_level_values.py
                                        test_get_set.py
                                        test_indexing.py
                                        test_integrity.py
                                        test_isin.py
                                        test_join.py
                                        test_lexsort.py
                                        test_missing.py
                                        test_monotonic.py
                                        test_names.py
                                        test_partial_indexing.py
                                        test_pickle.py
                                        test_reindex.py
                                        test_reshape.py
                                        test_setops.py
                                        test_sorting.py
                                        test_take.py
                                    numeric/
                                        __init__.py
                                        test_astype.py
                                        test_indexing.py
                                        test_join.py
                                        test_numeric.py
                                        test_setops.py
                                    object/
                                        __init__.py
                                        test_astype.py
                                        test_indexing.py
                                    period/
                                        methods/
                                            __init__.py
                                            test_asfreq.py
                                            test_astype.py
                                            test_factorize.py
                                            test_fillna.py
                                            test_insert.py
                                            test_is_full.py
                                            test_repeat.py
                                            test_shift.py
                                            test_to_timestamp.py
                                        __init__.py
                                        test_constructors.py
                                        test_formats.py
                                        test_freq_attr.py
                                        test_indexing.py
                                        test_join.py
                                        test_monotonic.py
                                        test_partial_slicing.py
                                        test_period.py
                                        test_period_range.py
                                        test_pickle.py
                                        test_resolution.py
                                        test_scalar_compat.py
                                        test_searchsorted.py
                                        test_setops.py
                                        test_tools.py
                                    ranges/
                                        __init__.py
                                        test_constructors.py
                                        test_indexing.py
                                        test_join.py
                                        test_range.py
                                        test_setops.py
                                    string/
                                        __init__.py
                                        test_astype.py
                                        test_indexing.py
                                    timedeltas/
                                        methods/
                                            __init__.py
                                            test_astype.py
                                            test_factorize.py
                                            test_fillna.py
                                            test_insert.py
                                            test_repeat.py
                                            test_shift.py
                                        __init__.py
                                        test_arithmetic.py
                                        test_constructors.py
                                        test_delete.py
                                        test_formats.py
                                        test_freq_attr.py
                                        test_indexing.py
                                        test_join.py
                                        test_ops.py
                                        test_pickle.py
                                        test_scalar_compat.py
                                        test_searchsorted.py
                                        test_setops.py
                                        test_timedelta.py
                                        test_timedelta_range.py
                                    __init__.py
                                    conftest.py
                                    test_any_index.py
                                    test_base.py
                                    test_common.py
                                    test_datetimelike.py
                                    test_engines.py
                                    test_frozen.py
                                    test_index_new.py
                                    test_indexing.py
                                    test_numpy_compat.py
                                    test_old_base.py
                                    test_setops.py
                                    test_subclass.py
                                indexing/
                                    interval/
                                        __init__.py
                                        test_interval.py
                                        test_interval_new.py
                                    multiindex/
                                        __init__.py
                                        test_chaining_and_caching.py
                                        test_datetime.py
                                        test_getitem.py
                                        test_iloc.py
                                        test_indexing_slow.py
                                        test_loc.py
                                        test_multiindex.py
                                        test_partial.py
                                        test_setitem.py
                                        test_slice.py
                                        test_sorted.py
                                    __init__.py
                                    common.py
                                    conftest.py
                                    test_at.py
                                    test_categorical.py
                                    test_chaining_and_caching.py
                                    test_check_indexer.py
                                    test_coercion.py
                                    test_datetime.py
                                    test_floats.py
                                    test_iat.py
                                    test_iloc.py
                                    test_indexers.py
                                    test_indexing.py
                                    test_loc.py
                                    test_na_indexing.py
                                    test_partial.py
                                    test_scalar.py
                                interchange/
                                    __init__.py
                                    test_impl.py
                                    test_spec_conformance.py
                                    test_utils.py
                                internals/
                                    __init__.py
                                    test_api.py
                                    test_internals.py
                                    test_managers.py
                                io/
                                    excel/
                                        __init__.py
                                        test_odf.py
                                        test_odswriter.py
                                        test_openpyxl.py
                                        test_readers.py
                                        test_style.py
                                        test_writers.py
                                        test_xlrd.py
                                        test_xlsxwriter.py
                                    formats/
                                        style/
                                            __init__.py
                                            test_bar.py
                                            test_exceptions.py
                                            test_format.py
                                            test_highlight.py
                                            test_html.py
                                            test_matplotlib.py
                                            test_non_unique.py
                                            test_style.py
                                            test_to_latex.py
                                            test_to_string.py
                                            test_tooltip.py
                                        __init__.py
                                        test_console.py
                                        test_css.py
                                        test_eng_formatting.py
                                        test_format.py
                                        test_ipython_compat.py
                                        test_printing.py
                                        test_to_csv.py
                                        test_to_excel.py
                                        test_to_html.py
                                        test_to_latex.py
                                        test_to_markdown.py
                                        test_to_string.py
                                    json/
                                        __init__.py
                                        conftest.py
                                        test_compression.py
                                        test_deprecated_kwargs.py
                                        test_json_table_schema.py
                                        test_json_table_schema_ext_dtype.py
                                        test_normalize.py
                                        test_pandas.py
                                        test_readlines.py
                                        test_ujson.py
                                    parser/
                                        common/
                                            __init__.py
                                            test_chunksize.py
                                            test_common_basic.py
                                            test_data_list.py
                                            test_decimal.py
                                            test_file_buffer_url.py
                                            test_float.py
                                            test_index.py
                                            test_inf.py
                                            test_ints.py
                                            test_iterator.py
                                            test_read_errors.py
                                            test_verbose.py
                                        dtypes/
                                            __init__.py
                                            test_categorical.py
                                            test_dtypes_basic.py
                                            test_empty.py
                                        usecols/
                                            __init__.py
                                            test_parse_dates.py
                                            test_strings.py
                                            test_usecols_basic.py
                                        __init__.py
                                        conftest.py
                                        test_c_parser_only.py
                                        test_comment.py
                                        test_compression.py
                                        test_concatenate_chunks.py
                                        test_converters.py
                                        test_dialect.py
                                        test_encoding.py
                                        test_header.py
                                        test_index_col.py
                                        test_mangle_dupes.py
                                        test_multi_thread.py
                                        test_na_values.py
                                        test_network.py
                                        test_parse_dates.py
                                        test_python_parser_only.py
                                        test_quoting.py
                                        test_read_fwf.py
                                        test_skiprows.py
                                        test_textreader.py
                                        test_unsupported.py
                                        test_upcast.py
                                    pytables/
                                        __init__.py
                                        common.py
                                        conftest.py
                                        test_append.py
                                        test_categorical.py
                                        test_compat.py
                                        test_complex.py
                                        test_errors.py
                                        test_file_handling.py
                                        test_keys.py
                                        test_put.py
                                        test_pytables_missing.py
                                        test_read.py
                                        test_retain_attributes.py
                                        test_round_trip.py
                                        test_select.py
                                        test_store.py
                                        test_subclass.py
                                        test_time_series.py
                                        test_timezones.py
                                    sas/
                                        __init__.py
                                        test_byteswap.py
                                        test_sas.py
                                        test_sas7bdat.py
                                        test_xport.py
                                    xml/
                                        __init__.py
                                        conftest.py
                                        test_to_xml.py
                                        test_xml.py
                                        test_xml_dtypes.py
                                    __init__.py
                                    conftest.py
                                    generate_legacy_storage_files.py
                                    test_clipboard.py
                                    test_common.py
                                    test_compression.py
                                    test_feather.py
                                    test_fsspec.py
                                    test_gbq.py
                                    test_gcs.py
                                    test_html.py
                                    test_http_headers.py
                                    test_orc.py
                                    test_parquet.py
                                    test_pickle.py
                                    test_s3.py
                                    test_spss.py
                                    test_sql.py
                                    test_stata.py
                                libs/
                                    __init__.py
                                    test_hashtable.py
                                    test_join.py
                                    test_lib.py
                                    test_libalgos.py
                                plotting/
                                    frame/
                                        __init__.py
                                        test_frame.py
                                        test_frame_color.py
                                        test_frame_groupby.py
                                        test_frame_legend.py
                                        test_frame_subplots.py
                                        test_hist_box_by.py
                                    __init__.py
                                    common.py
                                    conftest.py
                                    test_backend.py
                                    test_boxplot_method.py
                                    test_common.py
                                    test_converter.py
                                    test_datetimelike.py
                                    test_groupby.py
                                    test_hist_method.py
                                    test_misc.py
                                    test_series.py
                                    test_style.py
                                reductions/
                                    __init__.py
                                    test_reductions.py
                                    test_stat_reductions.py
                                resample/
                                    __init__.py
                                    conftest.py
                                    test_base.py
                                    test_datetime_index.py
                                    test_period_index.py
                                    test_resample_api.py
                                    test_resampler_grouper.py
                                    test_time_grouper.py
                                    test_timedelta.py
                                reshape/
                                    concat/
                                        __init__.py
                                        conftest.py
                                        test_append.py
                                        test_append_common.py
                                        test_categorical.py
                                        test_concat.py
                                        test_dataframe.py
                                        test_datetimes.py
                                        test_empty.py
                                        test_index.py
                                        test_invalid.py
                                        test_series.py
                                        test_sort.py
                                    merge/
                                        __init__.py
                                        test_join.py
                                        test_merge.py
                                        test_merge_asof.py
                                        test_merge_cross.py
                                        test_merge_index_as_string.py
                                        test_merge_ordered.py
                                        test_multi.py
                                    __init__.py
                                    test_crosstab.py
                                    test_cut.py
                                    test_from_dummies.py
                                    test_get_dummies.py
                                    test_melt.py
                                    test_pivot.py
                                    test_pivot_multilevel.py
                                    test_qcut.py
                                    test_union_categoricals.py
                                    test_util.py
                                scalar/
                                    interval/
                                        __init__.py
                                        test_arithmetic.py
                                        test_constructors.py
                                        test_contains.py
                                        test_formats.py
                                        test_interval.py
                                        test_overlaps.py
                                    period/
                                        __init__.py
                                        test_arithmetic.py
                                        test_asfreq.py
                                        test_period.py
                                    timedelta/
                                        methods/
                                            __init__.py
                                            test_as_unit.py
                                            test_round.py
                                        __init__.py
                                        test_arithmetic.py
                                        test_constructors.py
                                        test_formats.py
                                        test_timedelta.py
                                    timestamp/
                                        methods/
                                            __init__.py
                                            test_as_unit.py
                                            test_normalize.py
                                            test_replace.py
                                            test_round.py
                                            test_timestamp_method.py
                                            test_to_julian_date.py
                                            test_to_pydatetime.py
                                            test_tz_convert.py
                                            test_tz_localize.py
                                        __init__.py
                                        test_arithmetic.py
                                        test_comparisons.py
                                        test_constructors.py
                                        test_formats.py
                                        test_timestamp.py
                                        test_timezones.py
                                    __init__.py
                                    test_na_scalar.py
                                    test_nat.py
                                series/
                                    accessors/
                                        __init__.py
                                        test_cat_accessor.py
                                        test_dt_accessor.py
                                        test_list_accessor.py
                                        test_sparse_accessor.py
                                        test_str_accessor.py
                                        test_struct_accessor.py
                                    indexing/
                                        __init__.py
                                        test_datetime.py
                                        test_delitem.py
                                        test_get.py
                                        test_getitem.py
                                        test_indexing.py
                                        test_mask.py
                                        test_set_value.py
                                        test_setitem.py
                                        test_take.py
                                        test_where.py
                                        test_xs.py
                                    methods/
                                        __init__.py
                                        test_add_prefix_suffix.py
                                        test_align.py
                                        test_argsort.py
                                        test_asof.py
                                        test_astype.py
                                        test_autocorr.py
                                        test_between.py
                                        test_case_when.py
                                        test_clip.py
                                        test_combine.py
                                        test_combine_first.py
                                        test_compare.py
                                        test_convert_dtypes.py
                                        test_copy.py
                                        test_count.py
                                        test_cov_corr.py
                                        test_describe.py
                                        test_diff.py
                                        test_drop.py
                                        test_drop_duplicates.py
                                        test_dropna.py
                                        test_dtypes.py
                                        test_duplicated.py
                                        test_equals.py
                                        test_explode.py
                                        test_fillna.py
                                        test_get_numeric_data.py
                                        test_head_tail.py
                                        test_infer_objects.py
                                        test_info.py
                                        test_interpolate.py
                                        test_is_monotonic.py
                                        test_is_unique.py
                                        test_isin.py
                                        test_isna.py
                                        test_item.py
                                        test_map.py
                                        test_matmul.py
                                        test_nlargest.py
                                        test_nunique.py
                                        test_pct_change.py
                                        test_pop.py
                                        test_quantile.py
                                        test_rank.py
                                        test_reindex.py
                                        test_reindex_like.py
                                        test_rename.py
                                        test_rename_axis.py
                                        test_repeat.py
                                        test_replace.py
                                        test_reset_index.py
                                        test_round.py
                                        test_searchsorted.py
                                        test_set_name.py
                                        test_size.py
                                        test_sort_index.py
                                        test_sort_values.py
                                        test_to_csv.py
                                        test_to_dict.py
                                        test_to_frame.py
                                        test_to_numpy.py
                                        test_tolist.py
                                        test_truncate.py
                                        test_tz_localize.py
                                        test_unique.py
                                        test_unstack.py
                                        test_update.py
                                        test_value_counts.py
                                        test_values.py
                                        test_view.py
                                    __init__.py
                                    test_api.py
                                    test_arithmetic.py
                                    test_constructors.py
                                    test_cumulative.py
                                    test_formats.py
                                    test_iteration.py
                                    test_logical_ops.py
                                    test_missing.py
                                    test_npfuncs.py
                                    test_reductions.py
                                    test_subclass.py
                                    test_ufunc.py
                                    test_unary.py
                                    test_validate.py
                                strings/
                                    __init__.py
                                    conftest.py
                                    test_api.py
                                    test_case_justify.py
                                    test_cat.py
                                    test_extract.py
                                    test_find_replace.py
                                    test_get_dummies.py
                                    test_split_partition.py
                                    test_string_array.py
                                    test_strings.py
                                tools/
                                    __init__.py
                                    test_to_datetime.py
                                    test_to_numeric.py
                                    test_to_time.py
                                    test_to_timedelta.py
                                tseries/
                                    frequencies/
                                        __init__.py
                                        test_freq_code.py
                                        test_frequencies.py
                                        test_inference.py
                                    holiday/
                                        __init__.py
                                        test_calendar.py
                                        test_federal.py
                                        test_holiday.py
                                        test_observance.py
                                    offsets/
                                        __init__.py
                                        common.py
                                        test_business_day.py
                                        test_business_hour.py
                                        test_business_month.py
                                        test_business_quarter.py
                                        test_business_year.py
                                        test_common.py
                                        test_custom_business_day.py
                                        test_custom_business_hour.py
                                        test_custom_business_month.py
                                        test_dst.py
                                        test_easter.py
                                        test_fiscal.py
                                        test_index.py
                                        test_month.py
                                        test_offsets.py
                                        test_offsets_properties.py
                                        test_quarter.py
                                        test_ticks.py
                                        test_week.py
                                        test_year.py
                                    __init__.py
                                tslibs/
                                    __init__.py
                                    test_api.py
                                    test_array_to_datetime.py
                                    test_ccalendar.py
                                    test_conversion.py
                                    test_fields.py
                                    test_libfrequencies.py
                                    test_liboffsets.py
                                    test_np_datetime.py
                                    test_npy_units.py
                                    test_parse_iso8601.py
                                    test_parsing.py
                                    test_period.py
                                    test_resolution.py
                                    test_strptime.py
                                    test_timedeltas.py
                                    test_timezones.py
                                    test_to_offset.py
                                    test_tzconversion.py
                                util/
                                    __init__.py
                                    conftest.py
                                    test_assert_almost_equal.py
                                    test_assert_attr_equal.py
                                    test_assert_categorical_equal.py
                                    test_assert_extension_array_equal.py
                                    test_assert_frame_equal.py
                                    test_assert_index_equal.py
                                    test_assert_interval_array_equal.py
                                    test_assert_numpy_array_equal.py
                                    test_assert_produces_warning.py
                                    test_assert_series_equal.py
                                    test_deprecate.py
                                    test_deprecate_kwarg.py
                                    test_deprecate_nonkeyword_arguments.py
                                    test_doc.py
                                    test_hashing.py
                                    test_numba.py
                                    test_rewrite_warning.py
                                    test_shares_memory.py
                                    test_show_versions.py
                                    test_util.py
                                    test_validate_args.py
                                    test_validate_args_and_kwargs.py
                                    test_validate_inclusive.py
                                    test_validate_kwargs.py
                                window/
                                    moments/
                                        __init__.py
                                        conftest.py
                                        test_moments_consistency_ewm.py
                                        test_moments_consistency_expanding.py
                                        test_moments_consistency_rolling.py
                                    __init__.py
                                    conftest.py
                                    test_api.py
                                    test_apply.py
                                    test_base_indexer.py
                                    test_cython_aggregations.py
                                    test_dtypes.py
                                    test_ewm.py
                                    test_expanding.py
                                    test_groupby.py
                                    test_numba.py
                                    test_online.py
                                    test_pairwise.py
                                    test_rolling.py
                                    test_rolling_functions.py
                                    test_rolling_quantile.py
                                    test_rolling_skew_kurt.py
                                    test_timeseries_window.py
                                    test_win_type.py
                                __init__.py
                                test_aggregation.py
                                test_algos.py
                                test_common.py
                                test_downstream.py
                                test_errors.py
                                test_expressions.py
                                test_flags.py
                                test_multilevel.py
                                test_nanops.py
                                test_optional_dependency.py
                                test_register_accessor.py
                                test_sorting.py
                                test_take.py
                            tseries/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    api.cpython-313.pyc
                                    frequencies.cpython-313.pyc
                                    offsets.cpython-313.pyc
                                __init__.py
                                api.py
                                frequencies.py
                                holiday.py
                                offsets.py
                            util/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _decorators.cpython-313.pyc
                                    _exceptions.cpython-313.pyc
                                    _print_versions.cpython-313.pyc
                                    _tester.cpython-313.pyc
                                    _validators.cpython-313.pyc
                                version/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                    __init__.py
                                __init__.py
                                _decorators.py
                                _doctools.py
                                _exceptions.py
                                _print_versions.py
                                _test_decorators.py
                                _tester.py
                                _validators.py
                            __init__.py
                            _typing.py
                            _version.py
                            _version_meson.py
                            conftest.py
                            pyproject.toml
                            testing.py
                        pandas-2.3.1.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pandocfilters-1.5.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        paramiko/
                            __init__.py
                            _winapi.py
                            agent.py
                            auth_handler.py
                            auth_strategy.py
                            ber.py
                            buffered_pipe.py
                            channel.py
                            client.py
                            common.py
                            compress.py
                            config.py
                            ecdsakey.py
                            ed25519key.py
                            file.py
                            hostkeys.py
                            kex_curve25519.py
                            kex_ecdh_nist.py
                            kex_gex.py
                            kex_group1.py
                            kex_group14.py
                            kex_group16.py
                            kex_gss.py
                            message.py
                            packet.py
                            pipe.py
                            pkey.py
                            primes.py
                            proxy.py
                            rsakey.py
                            server.py
                            sftp.py
                            sftp_attr.py
                            sftp_client.py
                            sftp_file.py
                            sftp_handle.py
                            sftp_server.py
                            sftp_si.py
                            ssh_exception.py
                            ssh_gss.py
                            transport.py
                            util.py
                            win_openssh.py
                            win_pageant.py
                        paramiko-4.0.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        parso/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _compatibility.cpython-313.pyc
                                cache.cpython-313.pyc
                                file_io.cpython-313.pyc
                                grammar.cpython-313.pyc
                                normalizer.cpython-313.pyc
                                parser.cpython-313.pyc
                                tree.cpython-313.pyc
                                utils.cpython-313.pyc
                            pgen2/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    generator.cpython-313.pyc
                                    grammar_parser.cpython-313.pyc
                                __init__.py
                                generator.py
                                grammar_parser.py
                            python/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    diff.cpython-313.pyc
                                    errors.cpython-313.pyc
                                    parser.cpython-313.pyc
                                    pep8.cpython-313.pyc
                                    prefix.cpython-313.pyc
                                    token.cpython-313.pyc
                                    tokenize.cpython-313.pyc
                                    tree.cpython-313.pyc
                                __init__.py
                                diff.py
                                errors.py
                                grammar310.txt
                                grammar311.txt
                                grammar312.txt
                                grammar313.txt
                                grammar36.txt
                                grammar37.txt
                                grammar38.txt
                                grammar39.txt
                                parser.py
                                pep8.py
                                prefix.py
                                token.py
                                tokenize.py
                                tree.py
                            __init__.py
                            _compatibility.py
                            cache.py
                            file_io.py
                            grammar.py
                            normalizer.py
                            parser.py
                            py.typed
                            tree.py
                            utils.py
                        parso-0.8.4.dist-info/
                            AUTHORS.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        partd/
                            __init__.py
                            _version.py
                            buffer.py
                            compressed.py
                            core.py
                            dict.py
                            encode.py
                            file.py
                            numpy.py
                            pandas.py
                            pickle.py
                            python.py
                            utils.py
                            zmq.py
                        partd-1.4.2.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pathspec/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _meta.cpython-313.pyc
                                gitignore.cpython-313.pyc
                                pathspec.cpython-313.pyc
                                pattern.cpython-313.pyc
                                util.cpython-313.pyc
                            patterns/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    gitwildmatch.cpython-313.pyc
                                __init__.py
                                gitwildmatch.py
                            __init__.py
                            _meta.py
                            gitignore.py
                            pathspec.py
                            pattern.py
                            py.typed
                            util.py
                        pathspec-0.12.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pexpect/
                            __init__.py
                            _async.py
                            _async_pre_await.py
                            _async_w_await.py
                            ANSI.py
                            bashrc.sh
                            exceptions.py
                            expect.py
                            fdpexpect.py
                            FSM.py
                            popen_spawn.py
                            pty_spawn.py
                            pxssh.py
                            replwrap.py
                            run.py
                            screen.py
                            socket_pexpect.py
                            spawnbase.py
                            utils.py
                        pexpect-4.9.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pip/
                            __pycache__/
                                __init__.cpython-313.pyc
                                __main__.cpython-313.pyc
                                __pip-runner__.cpython-313.pyc
                            _internal/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    build_env.cpython-313.pyc
                                    cache.cpython-313.pyc
                                    configuration.cpython-313.pyc
                                    exceptions.cpython-313.pyc
                                    main.cpython-313.pyc
                                    pyproject.cpython-313.pyc
                                    self_outdated_check.cpython-313.pyc
                                    wheel_builder.cpython-313.pyc
                                cli/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        autocompletion.cpython-313.pyc
                                        base_command.cpython-313.pyc
                                        cmdoptions.cpython-313.pyc
                                        command_context.cpython-313.pyc
                                        index_command.cpython-313.pyc
                                        main.cpython-313.pyc
                                        main_parser.cpython-313.pyc
                                        parser.cpython-313.pyc
                                        progress_bars.cpython-313.pyc
                                        req_command.cpython-313.pyc
                                        spinners.cpython-313.pyc
                                        status_codes.cpython-313.pyc
                                    __init__.py
                                    autocompletion.py
                                    base_command.py
                                    cmdoptions.py
                                    command_context.py
                                    index_command.py
                                    main.py
                                    main_parser.py
                                    parser.py
                                    progress_bars.py
                                    req_command.py
                                    spinners.py
                                    status_codes.py
                                commands/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        cache.cpython-313.pyc
                                        check.cpython-313.pyc
                                        completion.cpython-313.pyc
                                        configuration.cpython-313.pyc
                                        debug.cpython-313.pyc
                                        download.cpython-313.pyc
                                        freeze.cpython-313.pyc
                                        hash.cpython-313.pyc
                                        help.cpython-313.pyc
                                        index.cpython-313.pyc
                                        inspect.cpython-313.pyc
                                        install.cpython-313.pyc
                                        list.cpython-313.pyc
                                        lock.cpython-313.pyc
                                        search.cpython-313.pyc
                                        show.cpython-313.pyc
                                        uninstall.cpython-313.pyc
                                        wheel.cpython-313.pyc
                                    __init__.py
                                    cache.py
                                    check.py
                                    completion.py
                                    configuration.py
                                    debug.py
                                    download.py
                                    freeze.py
                                    hash.py
                                    help.py
                                    index.py
                                    inspect.py
                                    install.py
                                    list.py
                                    lock.py
                                    search.py
                                    show.py
                                    uninstall.py
                                    wheel.py
                                distributions/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        base.cpython-313.pyc
                                        installed.cpython-313.pyc
                                        sdist.cpython-313.pyc
                                        wheel.cpython-313.pyc
                                    __init__.py
                                    base.py
                                    installed.py
                                    sdist.py
                                    wheel.py
                                index/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        collector.cpython-313.pyc
                                        package_finder.cpython-313.pyc
                                        sources.cpython-313.pyc
                                    __init__.py
                                    collector.py
                                    package_finder.py
                                    sources.py
                                locations/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _distutils.cpython-313.pyc
                                        _sysconfig.cpython-313.pyc
                                        base.cpython-313.pyc
                                    __init__.py
                                    _distutils.py
                                    _sysconfig.py
                                    base.py
                                metadata/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _json.cpython-313.pyc
                                        base.cpython-313.pyc
                                        pkg_resources.cpython-313.pyc
                                    importlib/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _compat.cpython-313.pyc
                                            _dists.cpython-313.pyc
                                            _envs.cpython-313.pyc
                                        __init__.py
                                        _compat.py
                                        _dists.py
                                        _envs.py
                                    __init__.py
                                    _json.py
                                    base.py
                                    pkg_resources.py
                                models/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        candidate.cpython-313.pyc
                                        direct_url.cpython-313.pyc
                                        format_control.cpython-313.pyc
                                        index.cpython-313.pyc
                                        installation_report.cpython-313.pyc
                                        link.cpython-313.pyc
                                        pylock.cpython-313.pyc
                                        scheme.cpython-313.pyc
                                        search_scope.cpython-313.pyc
                                        selection_prefs.cpython-313.pyc
                                        target_python.cpython-313.pyc
                                        wheel.cpython-313.pyc
                                    __init__.py
                                    candidate.py
                                    direct_url.py
                                    format_control.py
                                    index.py
                                    installation_report.py
                                    link.py
                                    pylock.py
                                    scheme.py
                                    search_scope.py
                                    selection_prefs.py
                                    target_python.py
                                    wheel.py
                                network/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        auth.cpython-313.pyc
                                        cache.cpython-313.pyc
                                        download.cpython-313.pyc
                                        lazy_wheel.cpython-313.pyc
                                        session.cpython-313.pyc
                                        utils.cpython-313.pyc
                                        xmlrpc.cpython-313.pyc
                                    __init__.py
                                    auth.py
                                    cache.py
                                    download.py
                                    lazy_wheel.py
                                    session.py
                                    utils.py
                                    xmlrpc.py
                                operations/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        check.cpython-313.pyc
                                        freeze.cpython-313.pyc
                                        prepare.cpython-313.pyc
                                    build/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            build_tracker.cpython-313.pyc
                                            metadata.cpython-313.pyc
                                            metadata_editable.cpython-313.pyc
                                            metadata_legacy.cpython-313.pyc
                                            wheel.cpython-313.pyc
                                            wheel_editable.cpython-313.pyc
                                            wheel_legacy.cpython-313.pyc
                                        __init__.py
                                        build_tracker.py
                                        metadata.py
                                        metadata_editable.py
                                        metadata_legacy.py
                                        wheel.py
                                        wheel_editable.py
                                        wheel_legacy.py
                                    install/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            editable_legacy.cpython-313.pyc
                                            wheel.cpython-313.pyc
                                        __init__.py
                                        editable_legacy.py
                                        wheel.py
                                    __init__.py
                                    check.py
                                    freeze.py
                                    prepare.py
                                req/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        constructors.cpython-313.pyc
                                        req_dependency_group.cpython-313.pyc
                                        req_file.cpython-313.pyc
                                        req_install.cpython-313.pyc
                                        req_set.cpython-313.pyc
                                        req_uninstall.cpython-313.pyc
                                    __init__.py
                                    constructors.py
                                    req_dependency_group.py
                                    req_file.py
                                    req_install.py
                                    req_set.py
                                    req_uninstall.py
                                resolution/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        base.cpython-313.pyc
                                    legacy/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            resolver.cpython-313.pyc
                                        __init__.py
                                        resolver.py
                                    resolvelib/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            base.cpython-313.pyc
                                            candidates.cpython-313.pyc
                                            factory.cpython-313.pyc
                                            found_candidates.cpython-313.pyc
                                            provider.cpython-313.pyc
                                            reporter.cpython-313.pyc
                                            requirements.cpython-313.pyc
                                            resolver.cpython-313.pyc
                                        __init__.py
                                        base.py
                                        candidates.py
                                        factory.py
                                        found_candidates.py
                                        provider.py
                                        reporter.py
                                        requirements.py
                                        resolver.py
                                    __init__.py
                                    base.py
                                utils/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _jaraco_text.cpython-313.pyc
                                        _log.cpython-313.pyc
                                        appdirs.cpython-313.pyc
                                        compat.cpython-313.pyc
                                        compatibility_tags.cpython-313.pyc
                                        datetime.cpython-313.pyc
                                        deprecation.cpython-313.pyc
                                        direct_url_helpers.cpython-313.pyc
                                        egg_link.cpython-313.pyc
                                        entrypoints.cpython-313.pyc
                                        filesystem.cpython-313.pyc
                                        filetypes.cpython-313.pyc
                                        glibc.cpython-313.pyc
                                        hashes.cpython-313.pyc
                                        logging.cpython-313.pyc
                                        misc.cpython-313.pyc
                                        packaging.cpython-313.pyc
                                        retry.cpython-313.pyc
                                        setuptools_build.cpython-313.pyc
                                        subprocess.cpython-313.pyc
                                        temp_dir.cpython-313.pyc
                                        unpacking.cpython-313.pyc
                                        urls.cpython-313.pyc
                                        virtualenv.cpython-313.pyc
                                        wheel.cpython-313.pyc
                                    __init__.py
                                    _jaraco_text.py
                                    _log.py
                                    appdirs.py
                                    compat.py
                                    compatibility_tags.py
                                    datetime.py
                                    deprecation.py
                                    direct_url_helpers.py
                                    egg_link.py
                                    entrypoints.py
                                    filesystem.py
                                    filetypes.py
                                    glibc.py
                                    hashes.py
                                    logging.py
                                    misc.py
                                    packaging.py
                                    retry.py
                                    setuptools_build.py
                                    subprocess.py
                                    temp_dir.py
                                    unpacking.py
                                    urls.py
                                    virtualenv.py
                                    wheel.py
                                vcs/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        bazaar.cpython-313.pyc
                                        git.cpython-313.pyc
                                        mercurial.cpython-313.pyc
                                        subversion.cpython-313.pyc
                                        versioncontrol.cpython-313.pyc
                                    __init__.py
                                    bazaar.py
                                    git.py
                                    mercurial.py
                                    subversion.py
                                    versioncontrol.py
                                __init__.py
                                build_env.py
                                cache.py
                                configuration.py
                                exceptions.py
                                main.py
                                pyproject.py
                                self_outdated_check.py
                                wheel_builder.py
                            _vendor/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    typing_extensions.cpython-313.pyc
                                cachecontrol/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _cmd.cpython-313.pyc
                                        adapter.cpython-313.pyc
                                        cache.cpython-313.pyc
                                        controller.cpython-313.pyc
                                        filewrapper.cpython-313.pyc
                                        heuristics.cpython-313.pyc
                                        serialize.cpython-313.pyc
                                        wrapper.cpython-313.pyc
                                    caches/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            file_cache.cpython-313.pyc
                                            redis_cache.cpython-313.pyc
                                        __init__.py
                                        file_cache.py
                                        redis_cache.py
                                    __init__.py
                                    _cmd.py
                                    adapter.py
                                    cache.py
                                    controller.py
                                    filewrapper.py
                                    heuristics.py
                                    py.typed
                                    serialize.py
                                    wrapper.py
                                certifi/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        __main__.cpython-313.pyc
                                        core.cpython-313.pyc
                                    __init__.py
                                    __main__.py
                                    cacert.pem
                                    core.py
                                    py.typed
                                dependency_groups/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        __main__.cpython-313.pyc
                                        _implementation.cpython-313.pyc
                                        _lint_dependency_groups.cpython-313.pyc
                                        _pip_wrapper.cpython-313.pyc
                                        _toml_compat.cpython-313.pyc
                                    __init__.py
                                    __main__.py
                                    _implementation.py
                                    _lint_dependency_groups.py
                                    _pip_wrapper.py
                                    _toml_compat.py
                                    py.typed
                                distlib/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        compat.cpython-313.pyc
                                        database.cpython-313.pyc
                                        index.cpython-313.pyc
                                        locators.cpython-313.pyc
                                        manifest.cpython-313.pyc
                                        markers.cpython-313.pyc
                                        metadata.cpython-313.pyc
                                        resources.cpython-313.pyc
                                        scripts.cpython-313.pyc
                                        util.cpython-313.pyc
                                        version.cpython-313.pyc
                                        wheel.cpython-313.pyc
                                    __init__.py
                                    compat.py
                                    database.py
                                    index.py
                                    locators.py
                                    manifest.py
                                    markers.py
                                    metadata.py
                                    resources.py
                                    scripts.py
                                    t32.exe
                                    t64-arm.exe
                                    t64.exe
                                    util.py
                                    version.py
                                    w32.exe
                                    w64-arm.exe
                                    w64.exe
                                    wheel.py
                                distro/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        __main__.cpython-313.pyc
                                        distro.cpython-313.pyc
                                    __init__.py
                                    __main__.py
                                    distro.py
                                    py.typed
                                idna/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        codec.cpython-313.pyc
                                        compat.cpython-313.pyc
                                        core.cpython-313.pyc
                                        idnadata.cpython-313.pyc
                                        intranges.cpython-313.pyc
                                        package_data.cpython-313.pyc
                                        uts46data.cpython-313.pyc
                                    __init__.py
                                    codec.py
                                    compat.py
                                    core.py
                                    idnadata.py
                                    intranges.py
                                    package_data.py
                                    py.typed
                                    uts46data.py
                                msgpack/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        exceptions.cpython-313.pyc
                                        ext.cpython-313.pyc
                                        fallback.cpython-313.pyc
                                    __init__.py
                                    exceptions.py
                                    ext.py
                                    fallback.py
                                packaging/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _elffile.cpython-313.pyc
                                        _manylinux.cpython-313.pyc
                                        _musllinux.cpython-313.pyc
                                        _parser.cpython-313.pyc
                                        _structures.cpython-313.pyc
                                        _tokenizer.cpython-313.pyc
                                        markers.cpython-313.pyc
                                        metadata.cpython-313.pyc
                                        requirements.cpython-313.pyc
                                        specifiers.cpython-313.pyc
                                        tags.cpython-313.pyc
                                        utils.cpython-313.pyc
                                        version.cpython-313.pyc
                                    licenses/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _spdx.cpython-313.pyc
                                        __init__.py
                                        _spdx.py
                                    __init__.py
                                    _elffile.py
                                    _manylinux.py
                                    _musllinux.py
                                    _parser.py
                                    _structures.py
                                    _tokenizer.py
                                    markers.py
                                    metadata.py
                                    py.typed
                                    requirements.py
                                    specifiers.py
                                    tags.py
                                    utils.py
                                    version.py
                                pkg_resources/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                    __init__.py
                                platformdirs/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        __main__.cpython-313.pyc
                                        android.cpython-313.pyc
                                        api.cpython-313.pyc
                                        macos.cpython-313.pyc
                                        unix.cpython-313.pyc
                                        version.cpython-313.pyc
                                        windows.cpython-313.pyc
                                    __init__.py
                                    __main__.py
                                    android.py
                                    api.py
                                    macos.py
                                    py.typed
                                    unix.py
                                    version.py
                                    windows.py
                                pygments/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        __main__.cpython-313.pyc
                                        console.cpython-313.pyc
                                        filter.cpython-313.pyc
                                        formatter.cpython-313.pyc
                                        lexer.cpython-313.pyc
                                        modeline.cpython-313.pyc
                                        plugin.cpython-313.pyc
                                        regexopt.cpython-313.pyc
                                        scanner.cpython-313.pyc
                                        sphinxext.cpython-313.pyc
                                        style.cpython-313.pyc
                                        token.cpython-313.pyc
                                        unistring.cpython-313.pyc
                                        util.cpython-313.pyc
                                    filters/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                        __init__.py
                                    formatters/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _mapping.cpython-313.pyc
                                        __init__.py
                                        _mapping.py
                                    lexers/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _mapping.cpython-313.pyc
                                            python.cpython-313.pyc
                                        __init__.py
                                        _mapping.py
                                        python.py
                                    styles/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _mapping.cpython-313.pyc
                                        __init__.py
                                        _mapping.py
                                    __init__.py
                                    __main__.py
                                    console.py
                                    filter.py
                                    formatter.py
                                    lexer.py
                                    modeline.py
                                    plugin.py
                                    regexopt.py
                                    scanner.py
                                    sphinxext.py
                                    style.py
                                    token.py
                                    unistring.py
                                    util.py
                                pyproject_hooks/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _impl.cpython-313.pyc
                                    _in_process/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _in_process.cpython-313.pyc
                                        __init__.py
                                        _in_process.py
                                    __init__.py
                                    _impl.py
                                    py.typed
                                requests/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        __version__.cpython-313.pyc
                                        _internal_utils.cpython-313.pyc
                                        adapters.cpython-313.pyc
                                        api.cpython-313.pyc
                                        auth.cpython-313.pyc
                                        certs.cpython-313.pyc
                                        compat.cpython-313.pyc
                                        cookies.cpython-313.pyc
                                        exceptions.cpython-313.pyc
                                        help.cpython-313.pyc
                                        hooks.cpython-313.pyc
                                        models.cpython-313.pyc
                                        packages.cpython-313.pyc
                                        sessions.cpython-313.pyc
                                        status_codes.cpython-313.pyc
                                        structures.cpython-313.pyc
                                        utils.cpython-313.pyc
                                    __init__.py
                                    __version__.py
                                    _internal_utils.py
                                    adapters.py
                                    api.py
                                    auth.py
                                    certs.py
                                    compat.py
                                    cookies.py
                                    exceptions.py
                                    help.py
                                    hooks.py
                                    models.py
                                    packages.py
                                    sessions.py
                                    status_codes.py
                                    structures.py
                                    utils.py
                                resolvelib/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        providers.cpython-313.pyc
                                        reporters.cpython-313.pyc
                                        structs.cpython-313.pyc
                                    resolvers/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            abstract.cpython-313.pyc
                                            criterion.cpython-313.pyc
                                            exceptions.cpython-313.pyc
                                            resolution.cpython-313.pyc
                                        __init__.py
                                        abstract.py
                                        criterion.py
                                        exceptions.py
                                        resolution.py
                                    __init__.py
                                    providers.py
                                    py.typed
                                    reporters.py
                                    structs.py
                                rich/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        __main__.cpython-313.pyc
                                        _cell_widths.cpython-313.pyc
                                        _emoji_codes.cpython-313.pyc
                                        _emoji_replace.cpython-313.pyc
                                        _export_format.cpython-313.pyc
                                        _extension.cpython-313.pyc
                                        _fileno.cpython-313.pyc
                                        _inspect.cpython-313.pyc
                                        _log_render.cpython-313.pyc
                                        _loop.cpython-313.pyc
                                        _null_file.cpython-313.pyc
                                        _palettes.cpython-313.pyc
                                        _pick.cpython-313.pyc
                                        _ratio.cpython-313.pyc
                                        _spinners.cpython-313.pyc
                                        _stack.cpython-313.pyc
                                        _timer.cpython-313.pyc
                                        _win32_console.cpython-313.pyc
                                        _windows.cpython-313.pyc
                                        _windows_renderer.cpython-313.pyc
                                        _wrap.cpython-313.pyc
                                        abc.cpython-313.pyc
                                        align.cpython-313.pyc
                                        ansi.cpython-313.pyc
                                        bar.cpython-313.pyc
                                        box.cpython-313.pyc
                                        cells.cpython-313.pyc
                                        color.cpython-313.pyc
                                        color_triplet.cpython-313.pyc
                                        columns.cpython-313.pyc
                                        console.cpython-313.pyc
                                        constrain.cpython-313.pyc
                                        containers.cpython-313.pyc
                                        control.cpython-313.pyc
                                        default_styles.cpython-313.pyc
                                        diagnose.cpython-313.pyc
                                        emoji.cpython-313.pyc
                                        errors.cpython-313.pyc
                                        file_proxy.cpython-313.pyc
                                        filesize.cpython-313.pyc
                                        highlighter.cpython-313.pyc
                                        json.cpython-313.pyc
                                        jupyter.cpython-313.pyc
                                        layout.cpython-313.pyc
                                        live.cpython-313.pyc
                                        live_render.cpython-313.pyc
                                        logging.cpython-313.pyc
                                        markup.cpython-313.pyc
                                        measure.cpython-313.pyc
                                        padding.cpython-313.pyc
                                        pager.cpython-313.pyc
                                        palette.cpython-313.pyc
                                        panel.cpython-313.pyc
                                        pretty.cpython-313.pyc
                                        progress.cpython-313.pyc
                                        progress_bar.cpython-313.pyc
                                        prompt.cpython-313.pyc
                                        protocol.cpython-313.pyc
                                        region.cpython-313.pyc
                                        repr.cpython-313.pyc
                                        rule.cpython-313.pyc
                                        scope.cpython-313.pyc
                                        screen.cpython-313.pyc
                                        segment.cpython-313.pyc
                                        spinner.cpython-313.pyc
                                        status.cpython-313.pyc
                                        style.cpython-313.pyc
                                        styled.cpython-313.pyc
                                        syntax.cpython-313.pyc
                                        table.cpython-313.pyc
                                        terminal_theme.cpython-313.pyc
                                        text.cpython-313.pyc
                                        theme.cpython-313.pyc
                                        themes.cpython-313.pyc
                                        traceback.cpython-313.pyc
                                        tree.cpython-313.pyc
                                    __init__.py
                                    __main__.py
                                    _cell_widths.py
                                    _emoji_codes.py
                                    _emoji_replace.py
                                    _export_format.py
                                    _extension.py
                                    _fileno.py
                                    _inspect.py
                                    _log_render.py
                                    _loop.py
                                    _null_file.py
                                    _palettes.py
                                    _pick.py
                                    _ratio.py
                                    _spinners.py
                                    _stack.py
                                    _timer.py
                                    _win32_console.py
                                    _windows.py
                                    _windows_renderer.py
                                    _wrap.py
                                    abc.py
                                    align.py
                                    ansi.py
                                    bar.py
                                    box.py
                                    cells.py
                                    color.py
                                    color_triplet.py
                                    columns.py
                                    console.py
                                    constrain.py
                                    containers.py
                                    control.py
                                    default_styles.py
                                    diagnose.py
                                    emoji.py
                                    errors.py
                                    file_proxy.py
                                    filesize.py
                                    highlighter.py
                                    json.py
                                    jupyter.py
                                    layout.py
                                    live.py
                                    live_render.py
                                    logging.py
                                    markup.py
                                    measure.py
                                    padding.py
                                    pager.py
                                    palette.py
                                    panel.py
                                    pretty.py
                                    progress.py
                                    progress_bar.py
                                    prompt.py
                                    protocol.py
                                    py.typed
                                    region.py
                                    repr.py
                                    rule.py
                                    scope.py
                                    screen.py
                                    segment.py
                                    spinner.py
                                    status.py
                                    style.py
                                    styled.py
                                    syntax.py
                                    table.py
                                    terminal_theme.py
                                    text.py
                                    theme.py
                                    themes.py
                                    traceback.py
                                    tree.py
                                tomli/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _parser.cpython-313.pyc
                                        _re.cpython-313.pyc
                                        _types.cpython-313.pyc
                                    __init__.py
                                    _parser.py
                                    _re.py
                                    _types.py
                                    py.typed
                                tomli_w/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _writer.cpython-313.pyc
                                    __init__.py
                                    _writer.py
                                    py.typed
                                truststore/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _api.cpython-313.pyc
                                        _macos.cpython-313.pyc
                                        _openssl.cpython-313.pyc
                                        _ssl_constants.cpython-313.pyc
                                        _windows.cpython-313.pyc
                                    __init__.py
                                    _api.py
                                    _macos.py
                                    _openssl.py
                                    _ssl_constants.py
                                    _windows.py
                                    py.typed
                                urllib3/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _collections.cpython-313.pyc
                                        _version.cpython-313.pyc
                                        connection.cpython-313.pyc
                                        connectionpool.cpython-313.pyc
                                        exceptions.cpython-313.pyc
                                        fields.cpython-313.pyc
                                        filepost.cpython-313.pyc
                                        poolmanager.cpython-313.pyc
                                        request.cpython-313.pyc
                                        response.cpython-313.pyc
                                    contrib/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _appengine_environ.cpython-313.pyc
                                            appengine.cpython-313.pyc
                                            ntlmpool.cpython-313.pyc
                                            pyopenssl.cpython-313.pyc
                                            securetransport.cpython-313.pyc
                                            socks.cpython-313.pyc
                                        _securetransport/
                                            __pycache__/
                                                __init__.cpython-313.pyc
                                                bindings.cpython-313.pyc
                                                low_level.cpython-313.pyc
                                            __init__.py
                                            bindings.py
                                            low_level.py
                                        __init__.py
                                        _appengine_environ.py
                                        appengine.py
                                        ntlmpool.py
                                        pyopenssl.py
                                        securetransport.py
                                        socks.py
                                    packages/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            six.cpython-313.pyc
                                        backports/
                                            __pycache__/
                                                __init__.cpython-313.pyc
                                                makefile.cpython-313.pyc
                                                weakref_finalize.cpython-313.pyc
                                            __init__.py
                                            makefile.py
                                            weakref_finalize.py
                                        __init__.py
                                        six.py
                                    util/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            connection.cpython-313.pyc
                                            proxy.cpython-313.pyc
                                            queue.cpython-313.pyc
                                            request.cpython-313.pyc
                                            response.cpython-313.pyc
                                            retry.cpython-313.pyc
                                            ssl_.cpython-313.pyc
                                            ssl_match_hostname.cpython-313.pyc
                                            ssltransport.cpython-313.pyc
                                            timeout.cpython-313.pyc
                                            url.cpython-313.pyc
                                            wait.cpython-313.pyc
                                        __init__.py
                                        connection.py
                                        proxy.py
                                        queue.py
                                        request.py
                                        response.py
                                        retry.py
                                        ssl_.py
                                        ssl_match_hostname.py
                                        ssltransport.py
                                        timeout.py
                                        url.py
                                        wait.py
                                    __init__.py
                                    _collections.py
                                    _version.py
                                    connection.py
                                    connectionpool.py
                                    exceptions.py
                                    fields.py
                                    filepost.py
                                    poolmanager.py
                                    request.py
                                    response.py
                                __init__.py
                                typing_extensions.py
                                vendor.txt
                            __init__.py
                            __main__.py
                            __pip-runner__.py
                            py.typed
                        pip-25.1.1.dist-info/
                            licenses/
                                AUTHORS.txt
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pkg_resources/
                            tests/
                                data/
                                    my-test-package-source/
                                        setup.cfg
                                        setup.py
                                    my-test-package-zip/
                                        my-test-package.zip
                                    my-test-package_unpacked-egg/
                                        my_test_package-1.0-py3.7.egg/
                                            EGG-INFO/
                                                dependency_links.txt
                                                PKG-INFO
                                                SOURCES.txt
                                                top_level.txt
                                                zip-safe
                                    my-test-package_zipped-egg/
                                        my_test_package-1.0-py3.7.egg
                                __init__.py
                                test_find_distributions.py
                                test_integration_zope_interface.py
                                test_markers.py
                                test_pkg_resources.py
                                test_resources.py
                                test_working_set.py
                            __init__.py
                            api_tests.txt
                            py.typed
                        platformdirs/
                            __init__.py
                            __main__.py
                            android.py
                            api.py
                            macos.py
                            py.typed
                            unix.py
                            version.py
                            windows.py
                        platformdirs-4.3.8.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pluggy/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _callers.cpython-313.pyc
                                _hooks.cpython-313.pyc
                                _manager.cpython-313.pyc
                                _result.cpython-313.pyc
                                _tracing.cpython-313.pyc
                                _version.cpython-313.pyc
                                _warnings.cpython-313.pyc
                            __init__.py
                            _callers.py
                            _hooks.py
                            _manager.py
                            _result.py
                            _tracing.py
                            _version.py
                            _warnings.py
                            py.typed
                        pluggy-1.6.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        polars/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _cpu_check.cpython-313.pyc
                                _reexport.cpython-313.pyc
                                _typing.cpython-313.pyc
                                api.cpython-313.pyc
                                config.cpython-313.pyc
                                dependencies.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                plugins.cpython-313.pyc
                                schema.cpython-313.pyc
                                selectors.cpython-313.pyc
                                string_cache.cpython-313.pyc
                            _utils/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    async_.cpython-313.pyc
                                    constants.cpython-313.pyc
                                    convert.cpython-313.pyc
                                    deprecation.cpython-313.pyc
                                    getitem.cpython-313.pyc
                                    logging.cpython-313.pyc
                                    parquet.cpython-313.pyc
                                    polars_version.cpython-313.pyc
                                    pycapsule.cpython-313.pyc
                                    scan.cpython-313.pyc
                                    serde.cpython-313.pyc
                                    slice.cpython-313.pyc
                                    unstable.cpython-313.pyc
                                    various.cpython-313.pyc
                                    wrap.cpython-313.pyc
                                construction/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        dataframe.cpython-313.pyc
                                        other.cpython-313.pyc
                                        series.cpython-313.pyc
                                        utils.cpython-313.pyc
                                    __init__.py
                                    dataframe.py
                                    other.py
                                    series.py
                                    utils.py
                                parse/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        expr.cpython-313.pyc
                                    __init__.py
                                    expr.py
                                __init__.py
                                async_.py
                                cloud.py
                                constants.py
                                convert.py
                                deprecation.py
                                getitem.py
                                logging.py
                                nest_asyncio.py
                                parquet.py
                                polars_version.py
                                pycapsule.py
                                scan.py
                                serde.py
                                slice.py
                                udfs.py
                                unstable.py
                                various.py
                                wrap.py
                            catalog/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                unity/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        client.cpython-313.pyc
                                        models.cpython-313.pyc
                                    __init__.py
                                    client.py
                                    models.py
                                __init__.py
                            convert/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    general.cpython-313.pyc
                                    normalize.cpython-313.pyc
                                __init__.py
                                general.py
                                normalize.py
                            dataframe/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _html.cpython-313.pyc
                                    frame.cpython-313.pyc
                                    group_by.cpython-313.pyc
                                    plotting.cpython-313.pyc
                                __init__.py
                                _html.py
                                frame.py
                                group_by.py
                                plotting.py
                            datatype_expr/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    array.cpython-313.pyc
                                    datatype_expr.cpython-313.pyc
                                    list.cpython-313.pyc
                                    struct.cpython-313.pyc
                                __init__.py
                                array.py
                                datatype_expr.py
                                list.py
                                struct.py
                            datatypes/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _parse.cpython-313.pyc
                                    _utils.cpython-313.pyc
                                    classes.cpython-313.pyc
                                    constants.cpython-313.pyc
                                    constructor.cpython-313.pyc
                                    convert.cpython-313.pyc
                                    group.cpython-313.pyc
                                __init__.py
                                _parse.py
                                _utils.py
                                classes.py
                                constants.py
                                constructor.py
                                convert.py
                                group.py
                            expr/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    array.cpython-313.pyc
                                    binary.cpython-313.pyc
                                    categorical.cpython-313.pyc
                                    datetime.cpython-313.pyc
                                    expr.cpython-313.pyc
                                    list.cpython-313.pyc
                                    meta.cpython-313.pyc
                                    name.cpython-313.pyc
                                    string.cpython-313.pyc
                                    struct.cpython-313.pyc
                                    whenthen.cpython-313.pyc
                                __init__.py
                                array.py
                                binary.py
                                categorical.py
                                datetime.py
                                expr.py
                                list.py
                                meta.py
                                name.py
                                string.py
                                struct.py
                                whenthen.py
                            functions/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    as_datatype.cpython-313.pyc
                                    business.cpython-313.pyc
                                    col.cpython-313.pyc
                                    datatype.cpython-313.pyc
                                    eager.cpython-313.pyc
                                    escape_regex.cpython-313.pyc
                                    lazy.cpython-313.pyc
                                    len.cpython-313.pyc
                                    lit.cpython-313.pyc
                                    random.cpython-313.pyc
                                    repeat.cpython-313.pyc
                                    whenthen.cpython-313.pyc
                                aggregation/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        horizontal.cpython-313.pyc
                                        vertical.cpython-313.pyc
                                    __init__.py
                                    horizontal.py
                                    vertical.py
                                range/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _utils.cpython-313.pyc
                                        date_range.cpython-313.pyc
                                        datetime_range.cpython-313.pyc
                                        int_range.cpython-313.pyc
                                        linear_space.cpython-313.pyc
                                        time_range.cpython-313.pyc
                                    __init__.py
                                    _utils.py
                                    date_range.py
                                    datetime_range.py
                                    int_range.py
                                    linear_space.py
                                    time_range.py
                                __init__.py
                                as_datatype.py
                                business.py
                                col.py
                                datatype.py
                                eager.py
                                escape_regex.py
                                lazy.py
                                len.py
                                lit.py
                                random.py
                                repeat.py
                                whenthen.py
                            interchange/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    protocol.cpython-313.pyc
                                __init__.py
                                buffer.py
                                column.py
                                dataframe.py
                                from_dataframe.py
                                protocol.py
                                utils.py
                            io/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _utils.cpython-313.pyc
                                    avro.cpython-313.pyc
                                    clipboard.cpython-313.pyc
                                    delta.cpython-313.pyc
                                    ndjson.cpython-313.pyc
                                    partition.cpython-313.pyc
                                    plugins.cpython-313.pyc
                                cloud/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _utils.cpython-313.pyc
                                    credential_provider/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _builder.cpython-313.pyc
                                            _providers.cpython-313.pyc
                                        __init__.py
                                        _builder.py
                                        _providers.py
                                    __init__.py
                                    _utils.py
                                csv/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _utils.cpython-313.pyc
                                        batched_reader.cpython-313.pyc
                                        functions.cpython-313.pyc
                                    __init__.py
                                    _utils.py
                                    batched_reader.py
                                    functions.py
                                database/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _arrow_registry.cpython-313.pyc
                                        _cursor_proxies.cpython-313.pyc
                                        _executor.cpython-313.pyc
                                        _inference.cpython-313.pyc
                                        _utils.cpython-313.pyc
                                        functions.cpython-313.pyc
                                    __init__.py
                                    _arrow_registry.py
                                    _cursor_proxies.py
                                    _executor.py
                                    _inference.py
                                    _utils.py
                                    functions.py
                                iceberg/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _utils.cpython-313.pyc
                                        dataset.cpython-313.pyc
                                        functions.cpython-313.pyc
                                    __init__.py
                                    _utils.py
                                    dataset.py
                                    functions.py
                                ipc/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        functions.cpython-313.pyc
                                    __init__.py
                                    functions.py
                                json/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        read.cpython-313.pyc
                                    __init__.py
                                    read.py
                                parquet/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        field_overwrites.cpython-313.pyc
                                        functions.cpython-313.pyc
                                    __init__.py
                                    field_overwrites.py
                                    functions.py
                                pyarrow_dataset/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        anonymous_scan.cpython-313.pyc
                                        functions.cpython-313.pyc
                                    __init__.py
                                    anonymous_scan.py
                                    functions.py
                                scan_options/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _options.cpython-313.pyc
                                        cast_options.cpython-313.pyc
                                    __init__.py
                                    _options.py
                                    cast_options.py
                                spreadsheet/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        functions.cpython-313.pyc
                                    __init__.py
                                    _utils.py
                                    _write_utils.py
                                    functions.py
                                __init__.py
                                _utils.py
                                avro.py
                                clipboard.py
                                delta.py
                                ndjson.py
                                partition.py
                                plugins.py
                            lazyframe/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    engine_config.cpython-313.pyc
                                    frame.cpython-313.pyc
                                    group_by.cpython-313.pyc
                                    in_process.cpython-313.pyc
                                    opt_flags.cpython-313.pyc
                                __init__.py
                                engine_config.py
                                frame.py
                                group_by.py
                                in_process.py
                                opt_flags.py
                            meta/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    build.cpython-313.pyc
                                    index_type.cpython-313.pyc
                                    thread_pool.cpython-313.pyc
                                    versions.cpython-313.pyc
                                __init__.py
                                build.py
                                index_type.py
                                thread_pool.py
                                versions.py
                            ml/
                                __init__.py
                                torch.py
                                utilities.py
                            series/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    array.cpython-313.pyc
                                    binary.cpython-313.pyc
                                    categorical.cpython-313.pyc
                                    datetime.cpython-313.pyc
                                    list.cpython-313.pyc
                                    plotting.cpython-313.pyc
                                    series.cpython-313.pyc
                                    string.cpython-313.pyc
                                    struct.cpython-313.pyc
                                    utils.cpython-313.pyc
                                __init__.py
                                array.py
                                binary.py
                                categorical.py
                                datetime.py
                                list.py
                                plotting.py
                                series.py
                                string.py
                                struct.py
                                utils.py
                            sql/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    context.cpython-313.pyc
                                    functions.cpython-313.pyc
                                __init__.py
                                context.py
                                functions.py
                            testing/
                                asserts/
                                    __init__.py
                                    frame.py
                                    series.py
                                    utils.py
                                parametric/
                                    strategies/
                                        __init__.py
                                        _utils.py
                                        core.py
                                        data.py
                                        dtype.py
                                        legacy.py
                                    __init__.py
                                    profiles.py
                                __init__.py
                            __init__.py
                            _cpu_check.py
                            _cpu_check.py''
                            _reexport.py
                            _typing.py
                            api.py
                            config.py
                            dependencies.py
                            exceptions.py
                            plugins.py
                            polars.abi3.so
                            py.typed
                            schema.py
                            selectors.py
                            string_cache.py
                            type_aliases.py
                        polars-1.32.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        prometheus_client/
                            bridge/
                                __init__.py
                                graphite.py
                            openmetrics/
                                __init__.py
                                exposition.py
                                parser.py
                            twisted/
                                __init__.py
                                _exposition.py
                            __init__.py
                            asgi.py
                            context_managers.py
                            core.py
                            decorator.py
                            exposition.py
                            gc_collector.py
                            metrics.py
                            metrics_core.py
                            mmap_dict.py
                            multiprocess.py
                            parser.py
                            platform_collector.py
                            process_collector.py
                            py.typed
                            registry.py
                            samples.py
                            utils.py
                            validation.py
                            values.py
                        prometheus_client-0.22.1.dist-info/
                            licenses/
                                LICENSE
                                NOTICE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        prompt_toolkit/
                            __pycache__/
                                __init__.cpython-313.pyc
                                auto_suggest.cpython-313.pyc
                                buffer.cpython-313.pyc
                                cache.cpython-313.pyc
                                cursor_shapes.cpython-313.pyc
                                data_structures.cpython-313.pyc
                                document.cpython-313.pyc
                                enums.cpython-313.pyc
                                history.cpython-313.pyc
                                keys.cpython-313.pyc
                                mouse_events.cpython-313.pyc
                                patch_stdout.cpython-313.pyc
                                renderer.cpython-313.pyc
                                search.cpython-313.pyc
                                selection.cpython-313.pyc
                                utils.cpython-313.pyc
                                validation.cpython-313.pyc
                            application/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    application.cpython-313.pyc
                                    current.cpython-313.pyc
                                    dummy.cpython-313.pyc
                                    run_in_terminal.cpython-313.pyc
                                __init__.py
                                application.py
                                current.py
                                dummy.py
                                run_in_terminal.py
                            clipboard/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    base.cpython-313.pyc
                                    in_memory.cpython-313.pyc
                                __init__.py
                                base.py
                                in_memory.py
                                pyperclip.py
                            completion/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    base.cpython-313.pyc
                                    deduplicate.cpython-313.pyc
                                    filesystem.cpython-313.pyc
                                    fuzzy_completer.cpython-313.pyc
                                    nested.cpython-313.pyc
                                    word_completer.cpython-313.pyc
                                __init__.py
                                base.py
                                deduplicate.py
                                filesystem.py
                                fuzzy_completer.py
                                nested.py
                                word_completer.py
                            contrib/
                                completers/
                                    __init__.py
                                    system.py
                                regular_languages/
                                    __init__.py
                                    compiler.py
                                    completion.py
                                    lexer.py
                                    regex_parser.py
                                    validation.py
                                ssh/
                                    __init__.py
                                    server.py
                                telnet/
                                    __init__.py
                                    log.py
                                    protocol.py
                                    server.py
                                __init__.py
                            eventloop/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    async_generator.cpython-313.pyc
                                    inputhook.cpython-313.pyc
                                    utils.cpython-313.pyc
                                __init__.py
                                async_generator.py
                                inputhook.py
                                utils.py
                                win32.py
                            filters/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    app.cpython-313.pyc
                                    base.cpython-313.pyc
                                    cli.cpython-313.pyc
                                    utils.cpython-313.pyc
                                __init__.py
                                app.py
                                base.py
                                cli.py
                                utils.py
                            formatted_text/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    ansi.cpython-313.pyc
                                    base.cpython-313.pyc
                                    html.cpython-313.pyc
                                    pygments.cpython-313.pyc
                                    utils.cpython-313.pyc
                                __init__.py
                                ansi.py
                                base.py
                                html.py
                                pygments.py
                                utils.py
                            input/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    ansi_escape_sequences.cpython-313.pyc
                                    base.cpython-313.pyc
                                    defaults.cpython-313.pyc
                                    typeahead.cpython-313.pyc
                                    vt100_parser.cpython-313.pyc
                                __init__.py
                                ansi_escape_sequences.py
                                base.py
                                defaults.py
                                posix_pipe.py
                                posix_utils.py
                                typeahead.py
                                vt100.py
                                vt100_parser.py
                                win32.py
                                win32_pipe.py
                            key_binding/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    defaults.cpython-313.pyc
                                    digraphs.cpython-313.pyc
                                    emacs_state.cpython-313.pyc
                                    key_bindings.cpython-313.pyc
                                    key_processor.cpython-313.pyc
                                    vi_state.cpython-313.pyc
                                bindings/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        auto_suggest.cpython-313.pyc
                                        basic.cpython-313.pyc
                                        completion.cpython-313.pyc
                                        cpr.cpython-313.pyc
                                        emacs.cpython-313.pyc
                                        focus.cpython-313.pyc
                                        mouse.cpython-313.pyc
                                        named_commands.cpython-313.pyc
                                        open_in_editor.cpython-313.pyc
                                        page_navigation.cpython-313.pyc
                                        scroll.cpython-313.pyc
                                        vi.cpython-313.pyc
                                    __init__.py
                                    auto_suggest.py
                                    basic.py
                                    completion.py
                                    cpr.py
                                    emacs.py
                                    focus.py
                                    mouse.py
                                    named_commands.py
                                    open_in_editor.py
                                    page_navigation.py
                                    scroll.py
                                    search.py
                                    vi.py
                                __init__.py
                                defaults.py
                                digraphs.py
                                emacs_state.py
                                key_bindings.py
                                key_processor.py
                                vi_state.py
                            layout/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    containers.cpython-313.pyc
                                    controls.cpython-313.pyc
                                    dimension.cpython-313.pyc
                                    dummy.cpython-313.pyc
                                    layout.cpython-313.pyc
                                    margins.cpython-313.pyc
                                    menus.cpython-313.pyc
                                    mouse_handlers.cpython-313.pyc
                                    processors.cpython-313.pyc
                                    screen.cpython-313.pyc
                                    scrollable_pane.cpython-313.pyc
                                    utils.cpython-313.pyc
                                __init__.py
                                containers.py
                                controls.py
                                dimension.py
                                dummy.py
                                layout.py
                                margins.py
                                menus.py
                                mouse_handlers.py
                                processors.py
                                screen.py
                                scrollable_pane.py
                                utils.py
                            lexers/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    base.cpython-313.pyc
                                    pygments.cpython-313.pyc
                                __init__.py
                                base.py
                                pygments.py
                            output/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    base.cpython-313.pyc
                                    color_depth.cpython-313.pyc
                                    defaults.cpython-313.pyc
                                    flush_stdout.cpython-313.pyc
                                    plain_text.cpython-313.pyc
                                    vt100.cpython-313.pyc
                                __init__.py
                                base.py
                                color_depth.py
                                conemu.py
                                defaults.py
                                flush_stdout.py
                                plain_text.py
                                vt100.py
                                win32.py
                                windows10.py
                            shortcuts/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    dialogs.cpython-313.pyc
                                    prompt.cpython-313.pyc
                                    utils.cpython-313.pyc
                                progress_bar/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        base.cpython-313.pyc
                                        formatters.cpython-313.pyc
                                    __init__.py
                                    base.py
                                    formatters.py
                                __init__.py
                                dialogs.py
                                prompt.py
                                utils.py
                            styles/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    base.cpython-313.pyc
                                    defaults.cpython-313.pyc
                                    named_colors.cpython-313.pyc
                                    pygments.cpython-313.pyc
                                    style.cpython-313.pyc
                                    style_transformation.cpython-313.pyc
                                __init__.py
                                base.py
                                defaults.py
                                named_colors.py
                                pygments.py
                                style.py
                                style_transformation.py
                            widgets/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    base.cpython-313.pyc
                                    dialogs.cpython-313.pyc
                                    menus.cpython-313.pyc
                                    toolbars.cpython-313.pyc
                                __init__.py
                                base.py
                                dialogs.py
                                menus.py
                                toolbars.py
                            __init__.py
                            auto_suggest.py
                            buffer.py
                            cache.py
                            cursor_shapes.py
                            data_structures.py
                            document.py
                            enums.py
                            history.py
                            keys.py
                            log.py
                            mouse_events.py
                            patch_stdout.py
                            py.typed
                            renderer.py
                            search.py
                            selection.py
                            token.py
                            utils.py
                            validation.py
                            win32_types.py
                        prompt_toolkit-3.0.51.dist-info/
                            licenses/
                                AUTHORS.rst
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        psutil/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _common.cpython-313.pyc
                                _psosx.cpython-313.pyc
                                _psposix.cpython-313.pyc
                            tests/
                                __init__.py
                                __main__.py
                                test_aix.py
                                test_bsd.py
                                test_connections.py
                                test_contracts.py
                                test_linux.py
                                test_memleaks.py
                                test_misc.py
                                test_osx.py
                                test_posix.py
                                test_process.py
                                test_process_all.py
                                test_scripts.py
                                test_sunos.py
                                test_system.py
                                test_testutils.py
                                test_unicode.py
                                test_windows.py
                            __init__.py
                            _common.py
                            _psaix.py
                            _psbsd.py
                            _pslinux.py
                            _psosx.py
                            _psposix.py
                            _pssunos.py
                            _psutil_osx.abi3.so
                            _psutil_posix.abi3.so
                            _pswindows.py
                        psutil-7.0.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        ptyprocess/
                            __init__.py
                            _fork_pty.py
                            ptyprocess.py
                            util.py
                        ptyprocess-0.7.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pure_eval/
                            __pycache__/
                                __init__.cpython-313.pyc
                                core.cpython-313.pyc
                                my_getattr_static.cpython-313.pyc
                                utils.cpython-313.pyc
                                version.cpython-313.pyc
                            __init__.py
                            core.py
                            my_getattr_static.py
                            py.typed
                            utils.py
                            version.py
                        pure_eval-0.2.3.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        py7zr/
                            __pycache__/
                                __init__.cpython-313.pyc
                                archiveinfo.cpython-313.pyc
                                callbacks.cpython-313.pyc
                                compressor.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                helpers.cpython-313.pyc
                                io.cpython-313.pyc
                                properties.cpython-313.pyc
                                py7zr.cpython-313.pyc
                                version.cpython-313.pyc
                                win32compat.cpython-313.pyc
                            __init__.py
                            __main__.py
                            archiveinfo.py
                            callbacks.py
                            cli.py
                            compressor.py
                            exceptions.py
                            helpers.py
                            io.py
                            properties.py
                            py.typed
                            py7zr.py
                            version.py
                            win32compat.py
                        py7zr-1.0.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pybcj-1.0.6.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pycparser/
                            __pycache__/
                                __init__.cpython-313.pyc
                                ast_transforms.cpython-313.pyc
                                c_ast.cpython-313.pyc
                                c_lexer.cpython-313.pyc
                                c_parser.cpython-313.pyc
                                lextab.cpython-313.pyc
                                plyparser.cpython-313.pyc
                                yacctab.cpython-313.pyc
                            ply/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    lex.cpython-313.pyc
                                    yacc.cpython-313.pyc
                                __init__.py
                                cpp.py
                                ctokens.py
                                lex.py
                                yacc.py
                                ygen.py
                            __init__.py
                            _ast_gen.py
                            _build_tables.py
                            _c_ast.cfg
                            ast_transforms.py
                            c_ast.py
                            c_generator.py
                            c_lexer.py
                            c_parser.py
                            lextab.py
                            plyparser.py
                            yacctab.py
                        pycparser-2.22.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pycryptodomex-3.23.0.dist-info/
                            AUTHORS.rst
                            INSTALLER
                            LICENSE.rst
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pydantic/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _migration.cpython-313.pyc
                                aliases.cpython-313.pyc
                                annotated_handlers.cpython-313.pyc
                                config.cpython-313.pyc
                                errors.cpython-313.pyc
                                fields.cpython-313.pyc
                                functional_validators.cpython-313.pyc
                                json_schema.cpython-313.pyc
                                main.cpython-313.pyc
                                types.cpython-313.pyc
                                version.cpython-313.pyc
                                warnings.cpython-313.pyc
                            _internal/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _config.cpython-313.pyc
                                    _core_metadata.cpython-313.pyc
                                    _core_utils.cpython-313.pyc
                                    _decorators.cpython-313.pyc
                                    _discriminated_union.cpython-313.pyc
                                    _docs_extraction.cpython-313.pyc
                                    _fields.cpython-313.pyc
                                    _forward_ref.cpython-313.pyc
                                    _generate_schema.cpython-313.pyc
                                    _generics.cpython-313.pyc
                                    _import_utils.cpython-313.pyc
                                    _internal_dataclass.cpython-313.pyc
                                    _known_annotated_metadata.cpython-313.pyc
                                    _mock_val_ser.cpython-313.pyc
                                    _model_construction.cpython-313.pyc
                                    _namespace_utils.cpython-313.pyc
                                    _repr.cpython-313.pyc
                                    _schema_gather.cpython-313.pyc
                                    _schema_generation_shared.cpython-313.pyc
                                    _signature.cpython-313.pyc
                                    _typing_extra.cpython-313.pyc
                                    _utils.cpython-313.pyc
                                    _validators.cpython-313.pyc
                                __init__.py
                                _config.py
                                _core_metadata.py
                                _core_utils.py
                                _dataclasses.py
                                _decorators.py
                                _decorators_v1.py
                                _discriminated_union.py
                                _docs_extraction.py
                                _fields.py
                                _forward_ref.py
                                _generate_schema.py
                                _generics.py
                                _git.py
                                _import_utils.py
                                _internal_dataclass.py
                                _known_annotated_metadata.py
                                _mock_val_ser.py
                                _model_construction.py
                                _namespace_utils.py
                                _repr.py
                                _schema_gather.py
                                _schema_generation_shared.py
                                _serializers.py
                                _signature.py
                                _typing_extra.py
                                _utils.py
                                _validate_call.py
                                _validators.py
                            deprecated/
                                __init__.py
                                class_validators.py
                                config.py
                                copy_internals.py
                                decorator.py
                                json.py
                                parse.py
                                tools.py
                            experimental/
                                __init__.py
                                arguments_schema.py
                                pipeline.py
                            plugin/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _loader.cpython-313.pyc
                                    _schema_validator.cpython-313.pyc
                                __init__.py
                                _loader.py
                                _schema_validator.py
                            v1/
                                __init__.py
                                _hypothesis_plugin.py
                                annotated_types.py
                                class_validators.py
                                color.py
                                config.py
                                dataclasses.py
                                datetime_parse.py
                                decorator.py
                                env_settings.py
                                error_wrappers.py
                                errors.py
                                fields.py
                                generics.py
                                json.py
                                main.py
                                mypy.py
                                networks.py
                                parse.py
                                py.typed
                                schema.py
                                tools.py
                                types.py
                                typing.py
                                utils.py
                                validators.py
                                version.py
                            __init__.py
                            _migration.py
                            alias_generators.py
                            aliases.py
                            annotated_handlers.py
                            class_validators.py
                            color.py
                            config.py
                            dataclasses.py
                            datetime_parse.py
                            decorator.py
                            env_settings.py
                            error_wrappers.py
                            errors.py
                            fields.py
                            functional_serializers.py
                            functional_validators.py
                            generics.py
                            json.py
                            json_schema.py
                            main.py
                            mypy.py
                            networks.py
                            parse.py
                            py.typed
                            root_model.py
                            schema.py
                            tools.py
                            type_adapter.py
                            types.py
                            typing.py
                            utils.py
                            validate_call_decorator.py
                            validators.py
                            version.py
                            warnings.py
                        pydantic-2.11.7.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pydantic_core/
                            __pycache__/
                                __init__.cpython-313.pyc
                                core_schema.cpython-313.pyc
                            __init__.py
                            _pydantic_core.cpython-313-darwin.so
                            _pydantic_core.pyi
                            core_schema.py
                            py.typed
                        pydantic_core-2.33.2.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pygments/
                            __pycache__/
                                __init__.cpython-313.pyc
                                console.cpython-313.pyc
                                filter.cpython-313.pyc
                                formatter.cpython-313.pyc
                                lexer.cpython-313.pyc
                                modeline.cpython-313.pyc
                                plugin.cpython-313.pyc
                                regexopt.cpython-313.pyc
                                style.cpython-313.pyc
                                token.cpython-313.pyc
                                unistring.cpython-313.pyc
                                util.cpython-313.pyc
                            filters/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                            formatters/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _mapping.cpython-313.pyc
                                    html.cpython-313.pyc
                                    terminal.cpython-313.pyc
                                    terminal256.cpython-313.pyc
                                __init__.py
                                _mapping.py
                                bbcode.py
                                groff.py
                                html.py
                                img.py
                                irc.py
                                latex.py
                                other.py
                                pangomarkup.py
                                rtf.py
                                svg.py
                                terminal.py
                                terminal256.py
                            lexers/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _mapping.cpython-313.pyc
                                    diff.cpython-313.pyc
                                    python.cpython-313.pyc
                                __init__.py
                                _ada_builtins.py
                                _asy_builtins.py
                                _cl_builtins.py
                                _cocoa_builtins.py
                                _csound_builtins.py
                                _css_builtins.py
                                _googlesql_builtins.py
                                _julia_builtins.py
                                _lasso_builtins.py
                                _lilypond_builtins.py
                                _lua_builtins.py
                                _luau_builtins.py
                                _mapping.py
                                _mql_builtins.py
                                _mysql_builtins.py
                                _openedge_builtins.py
                                _php_builtins.py
                                _postgres_builtins.py
                                _qlik_builtins.py
                                _scheme_builtins.py
                                _scilab_builtins.py
                                _sourcemod_builtins.py
                                _sql_builtins.py
                                _stan_builtins.py
                                _stata_builtins.py
                                _tsql_builtins.py
                                _usd_builtins.py
                                _vbscript_builtins.py
                                _vim_builtins.py
                                actionscript.py
                                ada.py
                                agile.py
                                algebra.py
                                ambient.py
                                amdgpu.py
                                ampl.py
                                apdlexer.py
                                apl.py
                                archetype.py
                                arrow.py
                                arturo.py
                                asc.py
                                asm.py
                                asn1.py
                                automation.py
                                bare.py
                                basic.py
                                bdd.py
                                berry.py
                                bibtex.py
                                blueprint.py
                                boa.py
                                bqn.py
                                business.py
                                c_cpp.py
                                c_like.py
                                capnproto.py
                                carbon.py
                                cddl.py
                                chapel.py
                                clean.py
                                codeql.py
                                comal.py
                                compiled.py
                                configs.py
                                console.py
                                cplint.py
                                crystal.py
                                csound.py
                                css.py
                                d.py
                                dalvik.py
                                data.py
                                dax.py
                                devicetree.py
                                diff.py
                                dns.py
                                dotnet.py
                                dsls.py
                                dylan.py
                                ecl.py
                                eiffel.py
                                elm.py
                                elpi.py
                                email.py
                                erlang.py
                                esoteric.py
                                ezhil.py
                                factor.py
                                fantom.py
                                felix.py
                                fift.py
                                floscript.py
                                forth.py
                                fortran.py
                                foxpro.py
                                freefem.py
                                func.py
                                functional.py
                                futhark.py
                                gcodelexer.py
                                gdscript.py
                                gleam.py
                                go.py
                                grammar_notation.py
                                graph.py
                                graphics.py
                                graphql.py
                                graphviz.py
                                gsql.py
                                hare.py
                                haskell.py
                                haxe.py
                                hdl.py
                                hexdump.py
                                html.py
                                idl.py
                                igor.py
                                inferno.py
                                installers.py
                                int_fiction.py
                                iolang.py
                                j.py
                                javascript.py
                                jmespath.py
                                jslt.py
                                json5.py
                                jsonnet.py
                                jsx.py
                                julia.py
                                jvm.py
                                kuin.py
                                kusto.py
                                ldap.py
                                lean.py
                                lilypond.py
                                lisp.py
                                macaulay2.py
                                make.py
                                maple.py
                                markup.py
                                math.py
                                matlab.py
                                maxima.py
                                meson.py
                                mime.py
                                minecraft.py
                                mips.py
                                ml.py
                                modeling.py
                                modula2.py
                                mojo.py
                                monte.py
                                mosel.py
                                ncl.py
                                nimrod.py
                                nit.py
                                nix.py
                                numbair.py
                                oberon.py
                                objective.py
                                ooc.py
                                openscad.py
                                other.py
                                parasail.py
                                parsers.py
                                pascal.py
                                pawn.py
                                pddl.py
                                perl.py
                                phix.py
                                php.py
                                pointless.py
                                pony.py
                                praat.py
                                procfile.py
                                prolog.py
                                promql.py
                                prql.py
                                ptx.py
                                python.py
                                q.py
                                qlik.py
                                qvt.py
                                r.py
                                rdf.py
                                rebol.py
                                rego.py
                                resource.py
                                ride.py
                                rita.py
                                rnc.py
                                roboconf.py
                                robotframework.py
                                ruby.py
                                rust.py
                                sas.py
                                savi.py
                                scdoc.py
                                scripting.py
                                sgf.py
                                shell.py
                                sieve.py
                                slash.py
                                smalltalk.py
                                smithy.py
                                smv.py
                                snobol.py
                                solidity.py
                                soong.py
                                sophia.py
                                special.py
                                spice.py
                                sql.py
                                srcinfo.py
                                stata.py
                                supercollider.py
                                tablegen.py
                                tact.py
                                tal.py
                                tcl.py
                                teal.py
                                templates.py
                                teraterm.py
                                testing.py
                                text.py
                                textedit.py
                                textfmts.py
                                theorem.py
                                thingsdb.py
                                tlb.py
                                tls.py
                                tnt.py
                                trafficscript.py
                                typoscript.py
                                typst.py
                                ul4.py
                                unicon.py
                                urbi.py
                                usd.py
                                varnish.py
                                verification.py
                                verifpal.py
                                vip.py
                                vyper.py
                                web.py
                                webassembly.py
                                webidl.py
                                webmisc.py
                                wgsl.py
                                whiley.py
                                wowtoc.py
                                wren.py
                                x10.py
                                xorg.py
                                yang.py
                                yara.py
                                zig.py
                            styles/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _mapping.cpython-313.pyc
                                    default.cpython-313.pyc
                                    monokai.cpython-313.pyc
                                    pastie.cpython-313.pyc
                                __init__.py
                                _mapping.py
                                abap.py
                                algol.py
                                algol_nu.py
                                arduino.py
                                autumn.py
                                borland.py
                                bw.py
                                coffee.py
                                colorful.py
                                default.py
                                dracula.py
                                emacs.py
                                friendly.py
                                friendly_grayscale.py
                                fruity.py
                                gh_dark.py
                                gruvbox.py
                                igor.py
                                inkpot.py
                                lightbulb.py
                                lilypond.py
                                lovelace.py
                                manni.py
                                material.py
                                monokai.py
                                murphy.py
                                native.py
                                nord.py
                                onedark.py
                                paraiso_dark.py
                                paraiso_light.py
                                pastie.py
                                perldoc.py
                                rainbow_dash.py
                                rrt.py
                                sas.py
                                solarized.py
                                staroffice.py
                                stata_dark.py
                                stata_light.py
                                tango.py
                                trac.py
                                vim.py
                                vs.py
                                xcode.py
                                zenburn.py
                            __init__.py
                            __main__.py
                            cmdline.py
                            console.py
                            filter.py
                            formatter.py
                            lexer.py
                            modeline.py
                            plugin.py
                            regexopt.py
                            scanner.py
                            sphinxext.py
                            style.py
                            token.py
                            unistring.py
                            util.py
                        pygments-2.19.2.dist-info/
                            licenses/
                                AUTHORS
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        PyNaCl-1.5.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pyppmd/
                            __pycache__/
                                __init__.cpython-313.pyc
                            c/
                                __pycache__/
                                    c_ppmd.cpython-313.pyc
                                _ppmd.cpython-313-darwin.so
                                c_ppmd.py
                            cffi/
                                cffi_ppmd.py
                            __init__.py
                            py.typed
                        pyppmd-1.2.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest/
                            __pycache__/
                                __init__.cpython-313.pyc
                                __main__.cpython-313.pyc
                            __init__.py
                            __main__.py
                            py.typed
                        pytest-8.4.1.dist-info/
                            licenses/
                                AUTHORS
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest_asyncio/
                            __pycache__/
                                __init__.cpython-313-pytest-8.4.1.pyc
                                _version.cpython-313-pytest-8.4.1.pyc
                                plugin.cpython-313-pytest-8.4.1.pyc
                            __init__.py
                            _version.py
                            plugin.py
                            py.typed
                        pytest_asyncio-1.1.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest_cov/
                            __pycache__/
                                __init__.cpython-313-pytest-8.4.1.pyc
                                __init__.cpython-313.pyc
                                compat.cpython-313-pytest-8.4.1.pyc
                                embed.cpython-313-pytest-8.4.1.pyc
                                embed.cpython-313.pyc
                                engine.cpython-313-pytest-8.4.1.pyc
                                plugin.cpython-313-pytest-8.4.1.pyc
                            __init__.py
                            compat.py
                            embed.py
                            engine.py
                            plugin.py
                        pytest_cov-6.2.1.dist-info/
                            licenses/
                                AUTHORS.rst
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest_local_badge/
                            __pycache__/
                                __init__.cpython-313-pytest-8.4.1.pyc
                                badges.cpython-313-pytest-8.4.1.pyc
                                plugin.cpython-313-pytest-8.4.1.pyc
                                svg_badge.cpython-313-pytest-8.4.1.pyc
                            __init__.py
                            badges.py
                            plugin.py
                            svg_badge.py
                        pytest_local_badge-1.0.3.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        python_dateutil-2.9.0.post0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        python_dotenv-1.1.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        python_json_logger-3.3.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            NOTICE
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pythonjsonlogger/
                            __init__.py
                            core.py
                            defaults.py
                            exception.py
                            json.py
                            jsonlogger.py
                            msgspec.py
                            orjson.py
                            py.typed
                            utils.py
                        pytz/
                            __pycache__/
                                __init__.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                lazy.cpython-313.pyc
                                tzfile.cpython-313.pyc
                                tzinfo.cpython-313.pyc
                            zoneinfo/
                                Africa/
                                    Abidjan
                                    Accra
                                    Addis_Ababa
                                    Algiers
                                    Asmara
                                    Asmera
                                    Bamako
                                    Bangui
                                    Banjul
                                    Bissau
                                    Blantyre
                                    Brazzaville
                                    Bujumbura
                                    Cairo
                                    Casablanca
                                    Ceuta
                                    Conakry
                                    Dakar
                                    Dar_es_Salaam
                                    Djibouti
                                    Douala
                                    El_Aaiun
                                    Freetown
                                    Gaborone
                                    Harare
                                    Johannesburg
                                    Juba
                                    Kampala
                                    Khartoum
                                    Kigali
                                    Kinshasa
                                    Lagos
                                    Libreville
                                    Lome
                                    Luanda
                                    Lubumbashi
                                    Lusaka
                                    Malabo
                                    Maputo
                                    Maseru
                                    Mbabane
                                    Mogadishu
                                    Monrovia
                                    Nairobi
                                    Ndjamena
                                    Niamey
                                    Nouakchott
                                    Ouagadougou
                                    Porto-Novo
                                    Sao_Tome
                                    Timbuktu
                                    Tripoli
                                    Tunis
                                    Windhoek
                                America/
                                    Argentina/
                                        Buenos_Aires
                                        Catamarca
                                        ComodRivadavia
                                        Cordoba
                                        Jujuy
                                        La_Rioja
                                        Mendoza
                                        Rio_Gallegos
                                        Salta
                                        San_Juan
                                        San_Luis
                                        Tucuman
                                        Ushuaia
                                    Indiana/
                                        Indianapolis
                                        Knox
                                        Marengo
                                        Petersburg
                                        Tell_City
                                        Vevay
                                        Vincennes
                                        Winamac
                                    Kentucky/
                                        Louisville
                                        Monticello
                                    North_Dakota/
                                        Beulah
                                        Center
                                        New_Salem
                                    Adak
                                    Anchorage
                                    Anguilla
                                    Antigua
                                    Araguaina
                                    Aruba
                                    Asuncion
                                    Atikokan
                                    Atka
                                    Bahia
                                    Bahia_Banderas
                                    Barbados
                                    Belem
                                    Belize
                                    Blanc-Sablon
                                    Boa_Vista
                                    Bogota
                                    Boise
                                    Buenos_Aires
                                    Cambridge_Bay
                                    Campo_Grande
                                    Cancun
                                    Caracas
                                    Catamarca
                                    Cayenne
                                    Cayman
                                    Chicago
                                    Chihuahua
                                    Ciudad_Juarez
                                    Coral_Harbour
                                    Cordoba
                                    Costa_Rica
                                    Coyhaique
                                    Creston
                                    Cuiaba
                                    Curacao
                                    Danmarkshavn
                                    Dawson
                                    Dawson_Creek
                                    Denver
                                    Detroit
                                    Dominica
                                    Edmonton
                                    Eirunepe
                                    El_Salvador
                                    Ensenada
                                    Fort_Nelson
                                    Fort_Wayne
                                    Fortaleza
                                    Glace_Bay
                                    Godthab
                                    Goose_Bay
                                    Grand_Turk
                                    Grenada
                                    Guadeloupe
                                    Guatemala
                                    Guayaquil
                                    Guyana
                                    Halifax
                                    Havana
                                    Hermosillo
                                    Indianapolis
                                    Inuvik
                                    Iqaluit
                                    Jamaica
                                    Jujuy
                                    Juneau
                                    Knox_IN
                                    Kralendijk
                                    La_Paz
                                    Lima
                                    Los_Angeles
                                    Louisville
                                    Lower_Princes
                                    Maceio
                                    Managua
                                    Manaus
                                    Marigot
                                    Martinique
                                    Matamoros
                                    Mazatlan
                                    Mendoza
                                    Menominee
                                    Merida
                                    Metlakatla
                                    Mexico_City
                                    Miquelon
                                    Moncton
                                    Monterrey
                                    Montevideo
                                    Montreal
                                    Montserrat
                                    Nassau
                                    New_York
                                    Nipigon
                                    Nome
                                    Noronha
                                    Nuuk
                                    Ojinaga
                                    Panama
                                    Pangnirtung
                                    Paramaribo
                                    Phoenix
                                    Port-au-Prince
                                    Port_of_Spain
                                    Porto_Acre
                                    Porto_Velho
                                    Puerto_Rico
                                    Punta_Arenas
                                    Rainy_River
                                    Rankin_Inlet
                                    Recife
                                    Regina
                                    Resolute
                                    Rio_Branco
                                    Rosario
                                    Santa_Isabel
                                    Santarem
                                    Santiago
                                    Santo_Domingo
                                    Sao_Paulo
                                    Scoresbysund
                                    Shiprock
                                    Sitka
                                    St_Barthelemy
                                    St_Johns
                                    St_Kitts
                                    St_Lucia
                                    St_Thomas
                                    St_Vincent
                                    Swift_Current
                                    Tegucigalpa
                                    Thule
                                    Thunder_Bay
                                    Tijuana
                                    Toronto
                                    Tortola
                                    Vancouver
                                    Virgin
                                    Whitehorse
                                    Winnipeg
                                    Yakutat
                                    Yellowknife
                                Antarctica/
                                    Casey
                                    Davis
                                    DumontDUrville
                                    Macquarie
                                    Mawson
                                    McMurdo
                                    Palmer
                                    Rothera
                                    South_Pole
                                    Syowa
                                    Troll
                                    Vostok
                                Arctic/
                                    Longyearbyen
                                Asia/
                                    Aden
                                    Almaty
                                    Amman
                                    Anadyr
                                    Aqtau
                                    Aqtobe
                                    Ashgabat
                                    Ashkhabad
                                    Atyrau
                                    Baghdad
                                    Bahrain
                                    Baku
                                    Bangkok
                                    Barnaul
                                    Beirut
                                    Bishkek
                                    Brunei
                                    Calcutta
                                    Chita
                                    Choibalsan
                                    Chongqing
                                    Chungking
                                    Colombo
                                    Dacca
                                    Damascus
                                    Dhaka
                                    Dili
                                    Dubai
                                    Dushanbe
                                    Famagusta
                                    Gaza
                                    Harbin
                                    Hebron
                                    Ho_Chi_Minh
                                    Hong_Kong
                                    Hovd
                                    Irkutsk
                                    Istanbul
                                    Jakarta
                                    Jayapura
                                    Jerusalem
                                    Kabul
                                    Kamchatka
                                    Karachi
                                    Kashgar
                                    Kathmandu
                                    Katmandu
                                    Khandyga
                                    Kolkata
                                    Krasnoyarsk
                                    Kuala_Lumpur
                                    Kuching
                                    Kuwait
                                    Macao
                                    Macau
                                    Magadan
                                    Makassar
                                    Manila
                                    Muscat
                                    Nicosia
                                    Novokuznetsk
                                    Novosibirsk
                                    Omsk
                                    Oral
                                    Phnom_Penh
                                    Pontianak
                                    Pyongyang
                                    Qatar
                                    Qostanay
                                    Qyzylorda
                                    Rangoon
                                    Riyadh
                                    Saigon
                                    Sakhalin
                                    Samarkand
                                    Seoul
                                    Shanghai
                                    Singapore
                                    Srednekolymsk
                                    Taipei
                                    Tashkent
                                    Tbilisi
                                    Tehran
                                    Tel_Aviv
                                    Thimbu
                                    Thimphu
                                    Tokyo
                                    Tomsk
                                    Ujung_Pandang
                                    Ulaanbaatar
                                    Ulan_Bator
                                    Urumqi
                                    Ust-Nera
                                    Vientiane
                                    Vladivostok
                                    Yakutsk
                                    Yangon
                                    Yekaterinburg
                                    Yerevan
                                Atlantic/
                                    Azores
                                    Bermuda
                                    Canary
                                    Cape_Verde
                                    Faeroe
                                    Faroe
                                    Jan_Mayen
                                    Madeira
                                    Reykjavik
                                    South_Georgia
                                    St_Helena
                                    Stanley
                                Australia/
                                    ACT
                                    Adelaide
                                    Brisbane
                                    Broken_Hill
                                    Canberra
                                    Currie
                                    Darwin
                                    Eucla
                                    Hobart
                                    LHI
                                    Lindeman
                                    Lord_Howe
                                    Melbourne
                                    North
                                    NSW
                                    Perth
                                    Queensland
                                    South
                                    Sydney
                                    Tasmania
                                    Victoria
                                    West
                                    Yancowinna
                                Brazil/
                                    Acre
                                    DeNoronha
                                    East
                                    West
                                Canada/
                                    Atlantic
                                    Central
                                    Eastern
                                    Mountain
                                    Newfoundland
                                    Pacific
                                    Saskatchewan
                                    Yukon
                                Chile/
                                    Continental
                                    EasterIsland
                                Etc/
                                    GMT
                                    GMT+0
                                    GMT+1
                                    GMT+10
                                    GMT+11
                                    GMT+12
                                    GMT+2
                                    GMT+3
                                    GMT+4
                                    GMT+5
                                    GMT+6
                                    GMT+7
                                    GMT+8
                                    GMT+9
                                    GMT-0
                                    GMT-1
                                    GMT-10
                                    GMT-11
                                    GMT-12
                                    GMT-13
                                    GMT-14
                                    GMT-2
                                    GMT-3
                                    GMT-4
                                    GMT-5
                                    GMT-6
                                    GMT-7
                                    GMT-8
                                    GMT-9
                                    GMT0
                                    Greenwich
                                    UCT
                                    Universal
                                    UTC
                                    Zulu
                                Europe/
                                    Amsterdam
                                    Andorra
                                    Astrakhan
                                    Athens
                                    Belfast
                                    Belgrade
                                    Berlin
                                    Bratislava
                                    Brussels
                                    Bucharest
                                    Budapest
                                    Busingen
                                    Chisinau
                                    Copenhagen
                                    Dublin
                                    Gibraltar
                                    Guernsey
                                    Helsinki
                                    Isle_of_Man
                                    Istanbul
                                    Jersey
                                    Kaliningrad
                                    Kiev
                                    Kirov
                                    Kyiv
                                    Lisbon
                                    Ljubljana
                                    London
                                    Luxembourg
                                    Madrid
                                    Malta
                                    Mariehamn
                                    Minsk
                                    Monaco
                                    Moscow
                                    Nicosia
                                    Oslo
                                    Paris
                                    Podgorica
                                    Prague
                                    Riga
                                    Rome
                                    Samara
                                    San_Marino
                                    Sarajevo
                                    Saratov
                                    Simferopol
                                    Skopje
                                    Sofia
                                    Stockholm
                                    Tallinn
                                    Tirane
                                    Tiraspol
                                    Ulyanovsk
                                    Uzhgorod
                                    Vaduz
                                    Vatican
                                    Vienna
                                    Vilnius
                                    Volgograd
                                    Warsaw
                                    Zagreb
                                    Zaporozhye
                                    Zurich
                                Indian/
                                    Antananarivo
                                    Chagos
                                    Christmas
                                    Cocos
                                    Comoro
                                    Kerguelen
                                    Mahe
                                    Maldives
                                    Mauritius
                                    Mayotte
                                    Reunion
                                Mexico/
                                    BajaNorte
                                    BajaSur
                                    General
                                Pacific/
                                    Apia
                                    Auckland
                                    Bougainville
                                    Chatham
                                    Chuuk
                                    Easter
                                    Efate
                                    Enderbury
                                    Fakaofo
                                    Fiji
                                    Funafuti
                                    Galapagos
                                    Gambier
                                    Guadalcanal
                                    Guam
                                    Honolulu
                                    Johnston
                                    Kanton
                                    Kiritimati
                                    Kosrae
                                    Kwajalein
                                    Majuro
                                    Marquesas
                                    Midway
                                    Nauru
                                    Niue
                                    Norfolk
                                    Noumea
                                    Pago_Pago
                                    Palau
                                    Pitcairn
                                    Pohnpei
                                    Ponape
                                    Port_Moresby
                                    Rarotonga
                                    Saipan
                                    Samoa
                                    Tahiti
                                    Tarawa
                                    Tongatapu
                                    Truk
                                    Wake
                                    Wallis
                                    Yap
                                US/
                                    Alaska
                                    Aleutian
                                    Arizona
                                    Central
                                    East-Indiana
                                    Eastern
                                    Hawaii
                                    Indiana-Starke
                                    Michigan
                                    Mountain
                                    Pacific
                                    Samoa
                                CET
                                CST6CDT
                                Cuba
                                EET
                                Egypt
                                Eire
                                EST
                                EST5EDT
                                Factory
                                GB
                                GB-Eire
                                GMT
                                GMT+0
                                GMT-0
                                GMT0
                                Greenwich
                                Hongkong
                                HST
                                Iceland
                                Iran
                                iso3166.tab
                                Israel
                                Jamaica
                                Japan
                                Kwajalein
                                leapseconds
                                Libya
                                MET
                                MST
                                MST7MDT
                                Navajo
                                NZ
                                NZ-CHAT
                                Poland
                                Portugal
                                PRC
                                PST8PDT
                                ROC
                                ROK
                                Singapore
                                Turkey
                                tzdata.zi
                                UCT
                                Universal
                                UTC
                                W-SU
                                WET
                                zone.tab
                                zone1970.tab
                                zonenow.tab
                                Zulu
                            __init__.py
                            exceptions.py
                            lazy.py
                            reference.py
                            tzfile.py
                            tzinfo.py
                        pytz-2025.2.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        pyximport/
                            __init__.py
                            pyxbuild.py
                            pyximport.py
                        PyYAML-6.0.2.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pyzmq-27.0.1.dist-info/
                            licenses/
                                licenses/
                                    LICENSE.libsodium.txt
                                    LICENSE.tornado.txt
                                    LICENSE.zeromq.txt
                                LICENSE.md
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pyzstd/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _seekable_zstdfile.cpython-313.pyc
                                _zstdfile.cpython-313.pyc
                            _c/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                                _zstd.cpython-313-darwin.so
                            __init__.py
                            __init__.pyi
                            __main__.py
                            _seekable_zstdfile.py
                            _zstdfile.py
                            py.typed
                        pyzstd-0.17.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        referencing/
                            tests/
                                __init__.py
                                test_core.py
                                test_exceptions.py
                                test_jsonschema.py
                                test_referencing_suite.py
                                test_retrieval.py
                            __init__.py
                            _attrs.py
                            _attrs.pyi
                            _core.py
                            exceptions.py
                            jsonschema.py
                            py.typed
                            retrieval.py
                            typing.py
                        referencing-0.36.2.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        requests/
                            __init__.py
                            __version__.py
                            _internal_utils.py
                            adapters.py
                            api.py
                            auth.py
                            certs.py
                            compat.py
                            cookies.py
                            exceptions.py
                            help.py
                            hooks.py
                            models.py
                            packages.py
                            sessions.py
                            status_codes.py
                            structures.py
                            utils.py
                        requests-2.32.4.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        requests_cache/
                            backends/
                                __init__.py
                                base.py
                                dynamodb.py
                                filesystem.py
                                gridfs.py
                                mongodb.py
                                redis.py
                                sqlite.py
                            models/
                                __init__.py
                                base.py
                                raw_response.py
                                request.py
                                response.py
                            policy/
                                __init__.py
                                actions.py
                                directives.py
                                expiration.py
                                settings.py
                            serializers/
                                __init__.py
                                cattrs.py
                                pipeline.py
                                preconf.py
                            __init__.py
                            _utils.py
                            cache_keys.py
                            patcher.py
                            py.typed
                            session.py
                        requests_cache-1.2.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        requirements/
                            __init__.py
                            fragment.py
                            parser.py
                            py.typed
                            requirement.py
                            vcs.py
                        requirements_parser-0.13.0.dist-info/
                            AUTHORS.md
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        rfc3339_validator-0.1.4.dist-info/
                            AUTHORS.rst
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        rfc3986_validator-0.1.1.dist-info/
                            AUTHORS.rst
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        rfc3987_syntax/
                            __init__.py
                            CITATION.cff
                            syntax_helpers.py
                            syntax_rfc3987.lark
                            utils.py
                        rfc3987_syntax-1.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        rich/
                            __init__.py
                            __main__.py
                            _cell_widths.py
                            _emoji_codes.py
                            _emoji_replace.py
                            _export_format.py
                            _extension.py
                            _fileno.py
                            _inspect.py
                            _log_render.py
                            _loop.py
                            _null_file.py
                            _palettes.py
                            _pick.py
                            _ratio.py
                            _spinners.py
                            _stack.py
                            _timer.py
                            _win32_console.py
                            _windows.py
                            _windows_renderer.py
                            _wrap.py
                            abc.py
                            align.py
                            ansi.py
                            bar.py
                            box.py
                            cells.py
                            color.py
                            color_triplet.py
                            columns.py
                            console.py
                            constrain.py
                            containers.py
                            control.py
                            default_styles.py
                            diagnose.py
                            emoji.py
                            errors.py
                            file_proxy.py
                            filesize.py
                            highlighter.py
                            json.py
                            jupyter.py
                            layout.py
                            live.py
                            live_render.py
                            logging.py
                            markdown.py
                            markup.py
                            measure.py
                            padding.py
                            pager.py
                            palette.py
                            panel.py
                            pretty.py
                            progress.py
                            progress_bar.py
                            prompt.py
                            protocol.py
                            py.typed
                            region.py
                            repr.py
                            rule.py
                            scope.py
                            screen.py
                            segment.py
                            spinner.py
                            status.py
                            style.py
                            styled.py
                            syntax.py
                            table.py
                            terminal_theme.py
                            text.py
                            theme.py
                            themes.py
                            traceback.py
                            tree.py
                        rich-14.1.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        rpds/
                            __init__.py
                            __init__.pyi
                            py.typed
                            rpds.cpython-313-darwin.so
                        rpds_py-0.26.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        scikit_learn-1.7.1.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        scipy/
                            .dylibs/
                                libgcc_s.1.1.dylib
                                libgfortran.5.dylib
                                libquadmath.0.dylib
                            __pycache__/
                                __config__.cpython-313.pyc
                                __init__.cpython-313.pyc
                                _distributor_init.cpython-313.pyc
                                version.cpython-313.pyc
                            _lib/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _array_api.cpython-313.pyc
                                    _bunch.cpython-313.pyc
                                    _ccallback.cpython-313.pyc
                                    _docscrape.cpython-313.pyc
                                    _elementwise_iterative_method.cpython-313.pyc
                                    _finite_differences.cpython-313.pyc
                                    _pep440.cpython-313.pyc
                                    _testutils.cpython-313.pyc
                                    _threadsafety.cpython-313.pyc
                                    _util.cpython-313.pyc
                                    decorator.cpython-313.pyc
                                    deprecation.cpython-313.pyc
                                    doccer.cpython-313.pyc
                                    uarray.cpython-313.pyc
                                _uarray/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _backend.cpython-313.pyc
                                    __init__.py
                                    _backend.py
                                    _uarray.cpython-313-darwin.so
                                    LICENSE
                                array_api_compat/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _internal.cpython-313.pyc
                                    common/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _aliases.cpython-313.pyc
                                            _fft.cpython-313.pyc
                                            _helpers.cpython-313.pyc
                                            _linalg.cpython-313.pyc
                                        __init__.py
                                        _aliases.py
                                        _fft.py
                                        _helpers.py
                                        _linalg.py
                                        _typing.py
                                    cupy/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    dask/
                                        array/
                                            __init__.py
                                            _aliases.py
                                            _info.py
                                            fft.py
                                            linalg.py
                                        __init__.py
                                    numpy/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _aliases.cpython-313.pyc
                                            _info.cpython-313.pyc
                                            fft.cpython-313.pyc
                                            linalg.cpython-313.pyc
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    torch/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        fft.py
                                        linalg.py
                                    __init__.py
                                    _internal.py
                                array_api_extra/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _funcs.cpython-313.pyc
                                    __init__.py
                                    _funcs.py
                                    _typing.py
                                cobyqa/
                                    subsolvers/
                                        __init__.py
                                        geometry.py
                                        optim.py
                                    utils/
                                        __init__.py
                                        exceptions.py
                                        math.py
                                        versions.py
                                    __init__.py
                                    framework.py
                                    main.py
                                    models.py
                                    problem.py
                                    settings.py
                                tests/
                                    __init__.py
                                    test__gcutils.py
                                    test__pep440.py
                                    test__testutils.py
                                    test__threadsafety.py
                                    test__util.py
                                    test_array_api.py
                                    test_bunch.py
                                    test_ccallback.py
                                    test_config.py
                                    test_deprecation.py
                                    test_doccer.py
                                    test_import_cycles.py
                                    test_public_api.py
                                    test_scipy_version.py
                                    test_tmpdirs.py
                                    test_warnings.py
                                __init__.py
                                _array_api.py
                                _array_api_no_0d.py
                                _bunch.py
                                _ccallback.py
                                _ccallback_c.cpython-313-darwin.so
                                _disjoint_set.py
                                _docscrape.py
                                _elementwise_iterative_method.py
                                _finite_differences.py
                                _fpumode.cpython-313-darwin.so
                                _gcutils.py
                                _pep440.py
                                _test_ccallback.cpython-313-darwin.so
                                _test_deprecation_call.cpython-313-darwin.so
                                _test_deprecation_def.cpython-313-darwin.so
                                _testutils.py
                                _threadsafety.py
                                _tmpdirs.py
                                _util.py
                                decorator.py
                                deprecation.py
                                doccer.py
                                messagestream.cpython-313-darwin.so
                                uarray.py
                            cluster/
                                tests/
                                    __init__.py
                                    hierarchy_test_data.py
                                    test_disjoint_set.py
                                    test_hierarchy.py
                                    test_vq.py
                                __init__.py
                                _hierarchy.cpython-313-darwin.so
                                _optimal_leaf_ordering.cpython-313-darwin.so
                                _vq.cpython-313-darwin.so
                                hierarchy.py
                                vq.py
                            constants/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _codata.cpython-313.pyc
                                    _constants.cpython-313.pyc
                                    codata.cpython-313.pyc
                                    constants.cpython-313.pyc
                                tests/
                                    __init__.py
                                    test_codata.py
                                    test_constants.py
                                __init__.py
                                _codata.py
                                _constants.py
                                codata.py
                                constants.py
                            datasets/
                                tests/
                                    __init__.py
                                    test_data.py
                                __init__.py
                                _download_all.py
                                _fetchers.py
                                _registry.py
                                _utils.py
                            differentiate/
                                tests/
                                    __init__.py
                                    test_differentiate.py
                                __init__.py
                                _differentiate.py
                            fft/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _backend.cpython-313.pyc
                                    _basic.cpython-313.pyc
                                    _basic_backend.cpython-313.pyc
                                    _fftlog.cpython-313.pyc
                                    _fftlog_backend.cpython-313.pyc
                                    _helper.cpython-313.pyc
                                    _realtransforms.cpython-313.pyc
                                    _realtransforms_backend.cpython-313.pyc
                                _pocketfft/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        basic.cpython-313.pyc
                                        helper.cpython-313.pyc
                                        realtransforms.cpython-313.pyc
                                    tests/
                                        __init__.py
                                        test_basic.py
                                        test_real_transforms.py
                                    __init__.py
                                    basic.py
                                    helper.py
                                    LICENSE.md
                                    pypocketfft.cpython-313-darwin.so
                                    realtransforms.py
                                tests/
                                    __init__.py
                                    mock_backend.py
                                    test_backend.py
                                    test_basic.py
                                    test_fftlog.py
                                    test_helper.py
                                    test_multithreading.py
                                    test_real_transforms.py
                                __init__.py
                                _backend.py
                                _basic.py
                                _basic_backend.py
                                _debug_backends.py
                                _fftlog.py
                                _fftlog_backend.py
                                _helper.py
                                _realtransforms.py
                                _realtransforms_backend.py
                            fftpack/
                                tests/
                                    __init__.py
                                    fftw_double_ref.npz
                                    fftw_longdouble_ref.npz
                                    fftw_single_ref.npz
                                    test.npz
                                    test_basic.py
                                    test_helper.py
                                    test_import.py
                                    test_pseudo_diffs.py
                                    test_real_transforms.py
                                __init__.py
                                _basic.py
                                _helper.py
                                _pseudo_diffs.py
                                _realtransforms.py
                                basic.py
                                convolve.cpython-313-darwin.so
                                helper.py
                                pseudo_diffs.py
                                realtransforms.py
                            integrate/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _bvp.cpython-313.pyc
                                    _cubature.cpython-313.pyc
                                    _lebedev.cpython-313.pyc
                                    _ode.cpython-313.pyc
                                    _odepack_py.cpython-313.pyc
                                    _quad_vec.cpython-313.pyc
                                    _quadpack_py.cpython-313.pyc
                                    _quadrature.cpython-313.pyc
                                    _tanhsinh.cpython-313.pyc
                                    dop.cpython-313.pyc
                                    lsoda.cpython-313.pyc
                                    odepack.cpython-313.pyc
                                    quadpack.cpython-313.pyc
                                    vode.cpython-313.pyc
                                _ivp/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        base.cpython-313.pyc
                                        bdf.cpython-313.pyc
                                        common.cpython-313.pyc
                                        dop853_coefficients.cpython-313.pyc
                                        ivp.cpython-313.pyc
                                        lsoda.cpython-313.pyc
                                        radau.cpython-313.pyc
                                        rk.cpython-313.pyc
                                    tests/
                                        __init__.py
                                        test_ivp.py
                                        test_rk.py
                                    __init__.py
                                    base.py
                                    bdf.py
                                    common.py
                                    dop853_coefficients.py
                                    ivp.py
                                    lsoda.py
                                    radau.py
                                    rk.py
                                _rules/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _base.cpython-313.pyc
                                        _gauss_kronrod.cpython-313.pyc
                                        _gauss_legendre.cpython-313.pyc
                                        _genz_malik.cpython-313.pyc
                                    __init__.py
                                    _base.py
                                    _gauss_kronrod.py
                                    _gauss_legendre.py
                                    _genz_malik.py
                                tests/
                                    __init__.py
                                    test__quad_vec.py
                                    test_banded_ode_solvers.py
                                    test_bvp.py
                                    test_cubature.py
                                    test_integrate.py
                                    test_odeint_jac.py
                                    test_quadpack.py
                                    test_quadrature.py
                                    test_tanhsinh.py
                                __init__.py
                                _bvp.py
                                _cubature.py
                                _dop.cpython-313-darwin.so
                                _lebedev.py
                                _lsoda.cpython-313-darwin.so
                                _ode.py
                                _odepack.cpython-313-darwin.so
                                _odepack_py.py
                                _quad_vec.py
                                _quadpack.cpython-313-darwin.so
                                _quadpack_py.py
                                _quadrature.py
                                _tanhsinh.py
                                _test_multivariate.cpython-313-darwin.so
                                _test_odeint_banded.cpython-313-darwin.so
                                _vode.cpython-313-darwin.so
                                dop.py
                                lsoda.py
                                odepack.py
                                quadpack.py
                                vode.py
                            interpolate/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _bary_rational.cpython-313.pyc
                                    _bsplines.cpython-313.pyc
                                    _cubic.cpython-313.pyc
                                    _fitpack2.cpython-313.pyc
                                    _fitpack_impl.cpython-313.pyc
                                    _fitpack_py.cpython-313.pyc
                                    _fitpack_repro.cpython-313.pyc
                                    _interpolate.cpython-313.pyc
                                    _ndbspline.cpython-313.pyc
                                    _ndgriddata.cpython-313.pyc
                                    _pade.cpython-313.pyc
                                    _polyint.cpython-313.pyc
                                    _rbf.cpython-313.pyc
                                    _rbfinterp.cpython-313.pyc
                                    _rgi.cpython-313.pyc
                                    fitpack.cpython-313.pyc
                                    fitpack2.cpython-313.pyc
                                    interpnd.cpython-313.pyc
                                    interpolate.cpython-313.pyc
                                    ndgriddata.cpython-313.pyc
                                    polyint.cpython-313.pyc
                                    rbf.cpython-313.pyc
                                tests/
                                    data/
                                        bug-1310.npz
                                        estimate_gradients_hang.npy
                                        gcvspl.npz
                                    __init__.py
                                    test_bary_rational.py
                                    test_bsplines.py
                                    test_fitpack.py
                                    test_fitpack2.py
                                    test_gil.py
                                    test_interpnd.py
                                    test_interpolate.py
                                    test_ndgriddata.py
                                    test_pade.py
                                    test_polyint.py
                                    test_rbf.py
                                    test_rbfinterp.py
                                    test_rgi.py
                                __init__.py
                                _bary_rational.py
                                _bspl.cpython-313-darwin.so
                                _bsplines.py
                                _cubic.py
                                _dfitpack.cpython-313-darwin.so
                                _dierckx.cpython-313-darwin.so
                                _fitpack.cpython-313-darwin.so
                                _fitpack2.py
                                _fitpack_impl.py
                                _fitpack_py.py
                                _fitpack_repro.py
                                _interpnd.cpython-313-darwin.so
                                _interpolate.py
                                _ndbspline.py
                                _ndgriddata.py
                                _pade.py
                                _polyint.py
                                _ppoly.cpython-313-darwin.so
                                _rbf.py
                                _rbfinterp.py
                                _rbfinterp_pythran.cpython-313-darwin.so
                                _rgi.py
                                _rgi_cython.cpython-313-darwin.so
                                dfitpack.py
                                fitpack.py
                                fitpack2.py
                                interpnd.py
                                interpolate.py
                                ndgriddata.py
                                polyint.py
                                rbf.py
                            io/
                                _fast_matrix_market/
                                    __init__.py
                                    _fmm_core.cpython-313-darwin.so
                                _harwell_boeing/
                                    tests/
                                        __init__.py
                                        test_fortran_format.py
                                        test_hb.py
                                    __init__.py
                                    _fortran_format_parser.py
                                    hb.py
                                arff/
                                    tests/
                                        data/
                                            iris.arff
                                            missing.arff
                                            nodata.arff
                                            quoted_nominal.arff
                                            quoted_nominal_spaces.arff
                                            test1.arff
                                            test10.arff
                                            test11.arff
                                            test2.arff
                                            test3.arff
                                            test4.arff
                                            test5.arff
                                            test6.arff
                                            test7.arff
                                            test8.arff
                                            test9.arff
                                        __init__.py
                                        test_arffread.py
                                    __init__.py
                                    _arffread.py
                                    arffread.py
                                matlab/
                                    tests/
                                        data/
                                            bad_miuint32.mat
                                            bad_miutf8_array_name.mat
                                            big_endian.mat
                                            broken_utf8.mat
                                            corrupted_zlib_checksum.mat
                                            corrupted_zlib_data.mat
                                            debigged_m4.mat
                                            japanese_utf8.txt
                                            little_endian.mat
                                            logical_sparse.mat
                                            malformed1.mat
                                            miuint32_for_miint32.mat
                                            miutf8_array_name.mat
                                            nasty_duplicate_fieldnames.mat
                                            one_by_zero_char.mat
                                            parabola.mat
                                            single_empty_string.mat
                                            some_functions.mat
                                            sqr.mat
                                            test3dmatrix_6.1_SOL2.mat
                                            test3dmatrix_6.5.1_GLNX86.mat
                                            test3dmatrix_7.1_GLNX86.mat
                                            test3dmatrix_7.4_GLNX86.mat
                                            test_empty_struct.mat
                                            test_mat4_le_floats.mat
                                            test_skip_variable.mat
                                            testbool_8_WIN64.mat
                                            testcell_6.1_SOL2.mat
                                            testcell_6.5.1_GLNX86.mat
                                            testcell_7.1_GLNX86.mat
                                            testcell_7.4_GLNX86.mat
                                            testcellnest_6.1_SOL2.mat
                                            testcellnest_6.5.1_GLNX86.mat
                                            testcellnest_7.1_GLNX86.mat
                                            testcellnest_7.4_GLNX86.mat
                                            testcomplex_4.2c_SOL2.mat
                                            testcomplex_6.1_SOL2.mat
                                            testcomplex_6.5.1_GLNX86.mat
                                            testcomplex_7.1_GLNX86.mat
                                            testcomplex_7.4_GLNX86.mat
                                            testdouble_4.2c_SOL2.mat
                                            testdouble_6.1_SOL2.mat
                                            testdouble_6.5.1_GLNX86.mat
                                            testdouble_7.1_GLNX86.mat
                                            testdouble_7.4_GLNX86.mat
                                            testemptycell_5.3_SOL2.mat
                                            testemptycell_6.5.1_GLNX86.mat
                                            testemptycell_7.1_GLNX86.mat
                                            testemptycell_7.4_GLNX86.mat
                                            testfunc_7.4_GLNX86.mat
                                            testhdf5_7.4_GLNX86.mat
                                            testmatrix_4.2c_SOL2.mat
                                            testmatrix_6.1_SOL2.mat
                                            testmatrix_6.5.1_GLNX86.mat
                                            testmatrix_7.1_GLNX86.mat
                                            testmatrix_7.4_GLNX86.mat
                                            testminus_4.2c_SOL2.mat
                                            testminus_6.1_SOL2.mat
                                            testminus_6.5.1_GLNX86.mat
                                            testminus_7.1_GLNX86.mat
                                            testminus_7.4_GLNX86.mat
                                            testmulti_4.2c_SOL2.mat
                                            testmulti_7.1_GLNX86.mat
                                            testmulti_7.4_GLNX86.mat
                                            testobject_6.1_SOL2.mat
                                            testobject_6.5.1_GLNX86.mat
                                            testobject_7.1_GLNX86.mat
                                            testobject_7.4_GLNX86.mat
                                            testonechar_4.2c_SOL2.mat
                                            testonechar_6.1_SOL2.mat
                                            testonechar_6.5.1_GLNX86.mat
                                            testonechar_7.1_GLNX86.mat
                                            testonechar_7.4_GLNX86.mat
                                            testscalarcell_7.4_GLNX86.mat
                                            testsimplecell.mat
                                            testsparse_4.2c_SOL2.mat
                                            testsparse_6.1_SOL2.mat
                                            testsparse_6.5.1_GLNX86.mat
                                            testsparse_7.1_GLNX86.mat
                                            testsparse_7.4_GLNX86.mat
                                            testsparsecomplex_4.2c_SOL2.mat
                                            testsparsecomplex_6.1_SOL2.mat
                                            testsparsecomplex_6.5.1_GLNX86.mat
                                            testsparsecomplex_7.1_GLNX86.mat
                                            testsparsecomplex_7.4_GLNX86.mat
                                            testsparsefloat_7.4_GLNX86.mat
                                            teststring_4.2c_SOL2.mat
                                            teststring_6.1_SOL2.mat
                                            teststring_6.5.1_GLNX86.mat
                                            teststring_7.1_GLNX86.mat
                                            teststring_7.4_GLNX86.mat
                                            teststringarray_4.2c_SOL2.mat
                                            teststringarray_6.1_SOL2.mat
                                            teststringarray_6.5.1_GLNX86.mat
                                            teststringarray_7.1_GLNX86.mat
                                            teststringarray_7.4_GLNX86.mat
                                            teststruct_6.1_SOL2.mat
                                            teststruct_6.5.1_GLNX86.mat
                                            teststruct_7.1_GLNX86.mat
                                            teststruct_7.4_GLNX86.mat
                                            teststructarr_6.1_SOL2.mat
                                            teststructarr_6.5.1_GLNX86.mat
                                            teststructarr_7.1_GLNX86.mat
                                            teststructarr_7.4_GLNX86.mat
                                            teststructnest_6.1_SOL2.mat
                                            teststructnest_6.5.1_GLNX86.mat
                                            teststructnest_7.1_GLNX86.mat
                                            teststructnest_7.4_GLNX86.mat
                                            testunicode_7.1_GLNX86.mat
                                            testunicode_7.4_GLNX86.mat
                                            testvec_4_GLNX86.mat
                                        __init__.py
                                        test_byteordercodes.py
                                        test_mio.py
                                        test_mio5_utils.py
                                        test_mio_funcs.py
                                        test_mio_utils.py
                                        test_miobase.py
                                        test_pathological.py
                                        test_streams.py
                                    __init__.py
                                    _byteordercodes.py
                                    _mio.py
                                    _mio4.py
                                    _mio5.py
                                    _mio5_params.py
                                    _mio5_utils.cpython-313-darwin.so
                                    _mio_utils.cpython-313-darwin.so
                                    _miobase.py
                                    _streams.cpython-313-darwin.so
                                    byteordercodes.py
                                    mio.py
                                    mio4.py
                                    mio5.py
                                    mio5_params.py
                                    mio5_utils.py
                                    mio_utils.py
                                    miobase.py
                                    streams.py
                                tests/
                                    data/
                                        array_float32_1d.sav
                                        array_float32_2d.sav
                                        array_float32_3d.sav
                                        array_float32_4d.sav
                                        array_float32_5d.sav
                                        array_float32_6d.sav
                                        array_float32_7d.sav
                                        array_float32_8d.sav
                                        array_float32_pointer_1d.sav
                                        array_float32_pointer_2d.sav
                                        array_float32_pointer_3d.sav
                                        array_float32_pointer_4d.sav
                                        array_float32_pointer_5d.sav
                                        array_float32_pointer_6d.sav
                                        array_float32_pointer_7d.sav
                                        array_float32_pointer_8d.sav
                                        example_1.nc
                                        example_2.nc
                                        example_3_maskedvals.nc
                                        fortran-3x3d-2i.dat
                                        fortran-mixed.dat
                                        fortran-sf8-11x1x10.dat
                                        fortran-sf8-15x10x22.dat
                                        fortran-sf8-1x1x1.dat
                                        fortran-sf8-1x1x5.dat
                                        fortran-sf8-1x1x7.dat
                                        fortran-sf8-1x3x5.dat
                                        fortran-si4-11x1x10.dat
                                        fortran-si4-15x10x22.dat
                                        fortran-si4-1x1x1.dat
                                        fortran-si4-1x1x5.dat
                                        fortran-si4-1x1x7.dat
                                        fortran-si4-1x3x5.dat
                                        invalid_pointer.sav
                                        null_pointer.sav
                                        scalar_byte.sav
                                        scalar_byte_descr.sav
                                        scalar_complex32.sav
                                        scalar_complex64.sav
                                        scalar_float32.sav
                                        scalar_float64.sav
                                        scalar_heap_pointer.sav
                                        scalar_int16.sav
                                        scalar_int32.sav
                                        scalar_int64.sav
                                        scalar_string.sav
                                        scalar_uint16.sav
                                        scalar_uint32.sav
                                        scalar_uint64.sav
                                        struct_arrays.sav
                                        struct_arrays_byte_idl80.sav
                                        struct_arrays_replicated.sav
                                        struct_arrays_replicated_3d.sav
                                        struct_inherit.sav
                                        struct_pointer_arrays.sav
                                        struct_pointer_arrays_replicated.sav
                                        struct_pointer_arrays_replicated_3d.sav
                                        struct_pointers.sav
                                        struct_pointers_replicated.sav
                                        struct_pointers_replicated_3d.sav
                                        struct_scalars.sav
                                        struct_scalars_replicated.sav
                                        struct_scalars_replicated_3d.sav
                                        test-1234Hz-le-1ch-10S-20bit-extra.wav
                                        test-44100Hz-2ch-32bit-float-be.wav
                                        test-44100Hz-2ch-32bit-float-le.wav
                                        test-44100Hz-be-1ch-4bytes.wav
                                        test-44100Hz-le-1ch-4bytes-early-eof-no-data.wav
                                        test-44100Hz-le-1ch-4bytes-early-eof.wav
                                        test-44100Hz-le-1ch-4bytes-incomplete-chunk.wav
                                        test-44100Hz-le-1ch-4bytes-rf64.wav
                                        test-44100Hz-le-1ch-4bytes.wav
                                        test-48000Hz-2ch-64bit-float-le-wavex.wav
                                        test-8000Hz-be-3ch-5S-24bit.wav
                                        test-8000Hz-le-1ch-1byte-ulaw.wav
                                        test-8000Hz-le-2ch-1byteu.wav
                                        test-8000Hz-le-3ch-5S-24bit-inconsistent.wav
                                        test-8000Hz-le-3ch-5S-24bit-rf64.wav
                                        test-8000Hz-le-3ch-5S-24bit.wav
                                        test-8000Hz-le-3ch-5S-36bit.wav
                                        test-8000Hz-le-3ch-5S-45bit.wav
                                        test-8000Hz-le-3ch-5S-53bit.wav
                                        test-8000Hz-le-3ch-5S-64bit.wav
                                        test-8000Hz-le-4ch-9S-12bit.wav
                                        test-8000Hz-le-5ch-9S-5bit.wav
                                        Transparent Busy.ani
                                        various_compressed.sav
                                    __init__.py
                                    test_fortran.py
                                    test_idl.py
                                    test_mmio.py
                                    test_netcdf.py
                                    test_paths.py
                                    test_wavfile.py
                                __init__.py
                                _fortran.py
                                _idl.py
                                _mmio.py
                                _netcdf.py
                                _test_fortran.cpython-313-darwin.so
                                harwell_boeing.py
                                idl.py
                                mmio.py
                                netcdf.py
                                wavfile.py
                            linalg/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _basic.cpython-313.pyc
                                    _decomp.cpython-313.pyc
                                    _decomp_cholesky.cpython-313.pyc
                                    _decomp_cossin.cpython-313.pyc
                                    _decomp_ldl.cpython-313.pyc
                                    _decomp_lu.cpython-313.pyc
                                    _decomp_polar.cpython-313.pyc
                                    _decomp_qr.cpython-313.pyc
                                    _decomp_qz.cpython-313.pyc
                                    _decomp_schur.cpython-313.pyc
                                    _decomp_svd.cpython-313.pyc
                                    _expm_frechet.cpython-313.pyc
                                    _matfuncs.cpython-313.pyc
                                    _matfuncs_sqrtm.cpython-313.pyc
                                    _misc.cpython-313.pyc
                                    _procrustes.cpython-313.pyc
                                    _sketches.cpython-313.pyc
                                    _solvers.cpython-313.pyc
                                    _special_matrices.cpython-313.pyc
                                    basic.cpython-313.pyc
                                    blas.cpython-313.pyc
                                    decomp.cpython-313.pyc
                                    decomp_cholesky.cpython-313.pyc
                                    decomp_lu.cpython-313.pyc
                                    decomp_qr.cpython-313.pyc
                                    decomp_schur.cpython-313.pyc
                                    decomp_svd.cpython-313.pyc
                                    interpolative.cpython-313.pyc
                                    lapack.cpython-313.pyc
                                    matfuncs.cpython-313.pyc
                                    misc.cpython-313.pyc
                                    special_matrices.cpython-313.pyc
                                tests/
                                    _cython_examples/
                                        extending.pyx
                                        meson.build
                                    data/
                                        carex_15_data.npz
                                        carex_18_data.npz
                                        carex_19_data.npz
                                        carex_20_data.npz
                                        carex_6_data.npz
                                        gendare_20170120_data.npz
                                    __init__.py
                                    test_basic.py
                                    test_blas.py
                                    test_cython_blas.py
                                    test_cython_lapack.py
                                    test_cythonized_array_utils.py
                                    test_decomp.py
                                    test_decomp_cholesky.py
                                    test_decomp_cossin.py
                                    test_decomp_ldl.py
                                    test_decomp_lu.py
                                    test_decomp_polar.py
                                    test_decomp_update.py
                                    test_extending.py
                                    test_fblas.py
                                    test_interpolative.py
                                    test_lapack.py
                                    test_matfuncs.py
                                    test_matmul_toeplitz.py
                                    test_procrustes.py
                                    test_sketches.py
                                    test_solve_toeplitz.py
                                    test_solvers.py
                                    test_special_matrices.py
                                __init__.pxd
                                __init__.py
                                _basic.py
                                _blas_subroutines.h
                                _cythonized_array_utils.cpython-313-darwin.so
                                _cythonized_array_utils.pxd
                                _cythonized_array_utils.pyi
                                _decomp.py
                                _decomp_cholesky.py
                                _decomp_cossin.py
                                _decomp_interpolative.cpython-313-darwin.so
                                _decomp_ldl.py
                                _decomp_lu.py
                                _decomp_lu_cython.cpython-313-darwin.so
                                _decomp_lu_cython.pyi
                                _decomp_polar.py
                                _decomp_qr.py
                                _decomp_qz.py
                                _decomp_schur.py
                                _decomp_svd.py
                                _decomp_update.cpython-313-darwin.so
                                _expm_frechet.py
                                _fblas.cpython-313-darwin.so
                                _flapack.cpython-313-darwin.so
                                _lapack_subroutines.h
                                _linalg_pythran.cpython-313-darwin.so
                                _matfuncs.py
                                _matfuncs_expm.cpython-313-darwin.so
                                _matfuncs_expm.pyi
                                _matfuncs_inv_ssq.py
                                _matfuncs_sqrtm.py
                                _matfuncs_sqrtm_triu.cpython-313-darwin.so
                                _misc.py
                                _procrustes.py
                                _sketches.py
                                _solve_toeplitz.cpython-313-darwin.so
                                _solvers.py
                                _special_matrices.py
                                _testutils.py
                                basic.py
                                blas.py
                                cython_blas.cpython-313-darwin.so
                                cython_blas.pxd
                                cython_blas.pyx
                                cython_lapack.cpython-313-darwin.so
                                cython_lapack.pxd
                                cython_lapack.pyx
                                decomp.py
                                decomp_cholesky.py
                                decomp_lu.py
                                decomp_qr.py
                                decomp_schur.py
                                decomp_svd.py
                                interpolative.py
                                lapack.py
                                matfuncs.py
                                misc.py
                                special_matrices.py
                            misc/
                                __init__.py
                                common.py
                                doccer.py
                            ndimage/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _delegators.cpython-313.pyc
                                    _filters.cpython-313.pyc
                                    _fourier.cpython-313.pyc
                                    _interpolation.cpython-313.pyc
                                    _measurements.cpython-313.pyc
                                    _morphology.cpython-313.pyc
                                    _ndimage_api.cpython-313.pyc
                                    _ni_docstrings.cpython-313.pyc
                                    _ni_support.cpython-313.pyc
                                    _support_alternative_backends.cpython-313.pyc
                                    filters.cpython-313.pyc
                                    fourier.cpython-313.pyc
                                    interpolation.cpython-313.pyc
                                    measurements.cpython-313.pyc
                                    morphology.cpython-313.pyc
                                tests/
                                    data/
                                        label_inputs.txt
                                        label_results.txt
                                        label_strels.txt
                                    __init__.py
                                    dots.png
                                    test_c_api.py
                                    test_datatypes.py
                                    test_filters.py
                                    test_fourier.py
                                    test_interpolation.py
                                    test_measurements.py
                                    test_morphology.py
                                    test_ni_support.py
                                    test_splines.py
                                __init__.py
                                _ctest.cpython-313-darwin.so
                                _cytest.cpython-313-darwin.so
                                _delegators.py
                                _filters.py
                                _fourier.py
                                _interpolation.py
                                _measurements.py
                                _morphology.py
                                _nd_image.cpython-313-darwin.so
                                _ndimage_api.py
                                _ni_docstrings.py
                                _ni_label.cpython-313-darwin.so
                                _ni_support.py
                                _rank_filter_1d.cpython-313-darwin.so
                                _support_alternative_backends.py
                                filters.py
                                fourier.py
                                interpolation.py
                                measurements.py
                                morphology.py
                            odr/
                                tests/
                                    __init__.py
                                    test_odr.py
                                __init__.py
                                __odrpack.cpython-313-darwin.so
                                _add_newdocs.py
                                _models.py
                                _odrpack.py
                                models.py
                                odrpack.py
                            optimize/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _basinhopping.cpython-313.pyc
                                    _bracket.cpython-313.pyc
                                    _chandrupatla.cpython-313.pyc
                                    _cobyla_py.cpython-313.pyc
                                    _cobyqa_py.cpython-313.pyc
                                    _constraints.cpython-313.pyc
                                    _dcsrch.cpython-313.pyc
                                    _differentiable_functions.cpython-313.pyc
                                    _differentialevolution.cpython-313.pyc
                                    _direct_py.cpython-313.pyc
                                    _dual_annealing.cpython-313.pyc
                                    _hessian_update_strategy.cpython-313.pyc
                                    _isotonic.cpython-313.pyc
                                    _lbfgsb_py.cpython-313.pyc
                                    _linesearch.cpython-313.pyc
                                    _linprog.cpython-313.pyc
                                    _linprog_doc.cpython-313.pyc
                                    _linprog_highs.cpython-313.pyc
                                    _linprog_ip.cpython-313.pyc
                                    _linprog_rs.cpython-313.pyc
                                    _linprog_simplex.cpython-313.pyc
                                    _linprog_util.cpython-313.pyc
                                    _milp.cpython-313.pyc
                                    _minimize.cpython-313.pyc
                                    _minpack_py.cpython-313.pyc
                                    _nnls.cpython-313.pyc
                                    _nonlin.cpython-313.pyc
                                    _numdiff.cpython-313.pyc
                                    _optimize.cpython-313.pyc
                                    _qap.cpython-313.pyc
                                    _remove_redundancy.cpython-313.pyc
                                    _root.cpython-313.pyc
                                    _root_scalar.cpython-313.pyc
                                    _shgo.cpython-313.pyc
                                    _slsqp_py.cpython-313.pyc
                                    _spectral.cpython-313.pyc
                                    _tnc.cpython-313.pyc
                                    _trustregion.cpython-313.pyc
                                    _trustregion_dogleg.cpython-313.pyc
                                    _trustregion_exact.cpython-313.pyc
                                    _trustregion_krylov.cpython-313.pyc
                                    _trustregion_ncg.cpython-313.pyc
                                    _zeros_py.cpython-313.pyc
                                    cobyla.cpython-313.pyc
                                    lbfgsb.cpython-313.pyc
                                    linesearch.cpython-313.pyc
                                    minpack.cpython-313.pyc
                                    minpack2.cpython-313.pyc
                                    moduleTNC.cpython-313.pyc
                                    nonlin.cpython-313.pyc
                                    optimize.cpython-313.pyc
                                    slsqp.cpython-313.pyc
                                    tnc.cpython-313.pyc
                                    zeros.cpython-313.pyc
                                _highspy/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _highs_wrapper.cpython-313.pyc
                                    __init__.py
                                    _core.cpython-313-darwin.so
                                    _highs_options.cpython-313-darwin.so
                                    _highs_wrapper.py
                                _lsq/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        bvls.cpython-313.pyc
                                        common.cpython-313.pyc
                                        dogbox.cpython-313.pyc
                                        least_squares.cpython-313.pyc
                                        lsq_linear.cpython-313.pyc
                                        trf.cpython-313.pyc
                                        trf_linear.cpython-313.pyc
                                    __init__.py
                                    bvls.py
                                    common.py
                                    dogbox.py
                                    givens_elimination.cpython-313-darwin.so
                                    least_squares.py
                                    lsq_linear.py
                                    trf.py
                                    trf_linear.py
                                _shgo_lib/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _complex.cpython-313.pyc
                                        _vertex.cpython-313.pyc
                                    __init__.py
                                    _complex.py
                                    _vertex.py
                                _trlib/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                    __init__.py
                                    _trlib.cpython-313-darwin.so
                                _trustregion_constr/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        canonical_constraint.cpython-313.pyc
                                        equality_constrained_sqp.cpython-313.pyc
                                        minimize_trustregion_constr.cpython-313.pyc
                                        projections.cpython-313.pyc
                                        qp_subproblem.cpython-313.pyc
                                        report.cpython-313.pyc
                                        tr_interior_point.cpython-313.pyc
                                    tests/
                                        __init__.py
                                        test_canonical_constraint.py
                                        test_nested_minimize.py
                                        test_projections.py
                                        test_qp_subproblem.py
                                        test_report.py
                                    __init__.py
                                    canonical_constraint.py
                                    equality_constrained_sqp.py
                                    minimize_trustregion_constr.py
                                    projections.py
                                    qp_subproblem.py
                                    report.py
                                    tr_interior_point.py
                                cython_optimize/
                                    __init__.py
                                    _zeros.cpython-313-darwin.so
                                    _zeros.pxd
                                    c_zeros.pxd
                                tests/
                                    _cython_examples/
                                        extending.pyx
                                        meson.build
                                    __init__.py
                                    test__basinhopping.py
                                    test__differential_evolution.py
                                    test__dual_annealing.py
                                    test__linprog_clean_inputs.py
                                    test__numdiff.py
                                    test__remove_redundancy.py
                                    test__root.py
                                    test__shgo.py
                                    test__spectral.py
                                    test_bracket.py
                                    test_chandrupatla.py
                                    test_cobyla.py
                                    test_cobyqa.py
                                    test_constraint_conversion.py
                                    test_constraints.py
                                    test_cython_optimize.py
                                    test_differentiable_functions.py
                                    test_direct.py
                                    test_extending.py
                                    test_hessian_update_strategy.py
                                    test_isotonic_regression.py
                                    test_lbfgsb_hessinv.py
                                    test_lbfgsb_setulb.py
                                    test_least_squares.py
                                    test_linear_assignment.py
                                    test_linesearch.py
                                    test_linprog.py
                                    test_lsq_common.py
                                    test_lsq_linear.py
                                    test_milp.py
                                    test_minimize_constrained.py
                                    test_minpack.py
                                    test_nnls.py
                                    test_nonlin.py
                                    test_optimize.py
                                    test_quadratic_assignment.py
                                    test_regression.py
                                    test_slsqp.py
                                    test_tnc.py
                                    test_trustregion.py
                                    test_trustregion_exact.py
                                    test_trustregion_krylov.py
                                    test_zeros.py
                                __init__.pxd
                                __init__.py
                                _basinhopping.py
                                _bglu_dense.cpython-313-darwin.so
                                _bracket.py
                                _chandrupatla.py
                                _cobyla.cpython-313-darwin.so
                                _cobyla_py.py
                                _cobyqa_py.py
                                _constraints.py
                                _cython_nnls.cpython-313-darwin.so
                                _dcsrch.py
                                _differentiable_functions.py
                                _differentialevolution.py
                                _direct.cpython-313-darwin.so
                                _direct_py.py
                                _dual_annealing.py
                                _elementwise.py
                                _group_columns.cpython-313-darwin.so
                                _hessian_update_strategy.py
                                _isotonic.py
                                _lbfgsb.cpython-313-darwin.so
                                _lbfgsb_py.py
                                _linesearch.py
                                _linprog.py
                                _linprog_doc.py
                                _linprog_highs.py
                                _linprog_ip.py
                                _linprog_rs.py
                                _linprog_simplex.py
                                _linprog_util.py
                                _lsap.cpython-313-darwin.so
                                _milp.py
                                _minimize.py
                                _minpack.cpython-313-darwin.so
                                _minpack_py.py
                                _moduleTNC.cpython-313-darwin.so
                                _nnls.py
                                _nonlin.py
                                _numdiff.py
                                _optimize.py
                                _pava_pybind.cpython-313-darwin.so
                                _qap.py
                                _remove_redundancy.py
                                _root.py
                                _root_scalar.py
                                _shgo.py
                                _slsqp.cpython-313-darwin.so
                                _slsqp_py.py
                                _spectral.py
                                _tnc.py
                                _trustregion.py
                                _trustregion_dogleg.py
                                _trustregion_exact.py
                                _trustregion_krylov.py
                                _trustregion_ncg.py
                                _tstutils.py
                                _zeros.cpython-313-darwin.so
                                _zeros_py.py
                                cobyla.py
                                cython_optimize.pxd
                                elementwise.py
                                lbfgsb.py
                                linesearch.py
                                minpack.py
                                minpack2.py
                                moduleTNC.py
                                nonlin.py
                                optimize.py
                                slsqp.py
                                tnc.py
                                zeros.py
                            signal/
                                tests/
                                    __init__.py
                                    _scipy_spectral_test_shim.py
                                    mpsig.py
                                    test_array_tools.py
                                    test_bsplines.py
                                    test_cont2discrete.py
                                    test_czt.py
                                    test_dltisys.py
                                    test_filter_design.py
                                    test_fir_filter_design.py
                                    test_ltisys.py
                                    test_max_len_seq.py
                                    test_peak_finding.py
                                    test_result_type.py
                                    test_savitzky_golay.py
                                    test_short_time_fft.py
                                    test_signaltools.py
                                    test_spectral.py
                                    test_splines.py
                                    test_upfirdn.py
                                    test_waveforms.py
                                    test_wavelets.py
                                    test_windows.py
                                windows/
                                    __init__.py
                                    _windows.py
                                    windows.py
                                __init__.py
                                _arraytools.py
                                _czt.py
                                _filter_design.py
                                _fir_filter_design.py
                                _lti_conversion.py
                                _ltisys.py
                                _max_len_seq.py
                                _max_len_seq_inner.cpython-313-darwin.so
                                _peak_finding.py
                                _peak_finding_utils.cpython-313-darwin.so
                                _savitzky_golay.py
                                _short_time_fft.py
                                _signaltools.py
                                _sigtools.cpython-313-darwin.so
                                _sosfilt.cpython-313-darwin.so
                                _spectral_py.py
                                _spline.cpython-313-darwin.so
                                _spline.pyi
                                _spline_filters.py
                                _upfirdn.py
                                _upfirdn_apply.cpython-313-darwin.so
                                _waveforms.py
                                _wavelets.py
                                bsplines.py
                                filter_design.py
                                fir_filter_design.py
                                lti_conversion.py
                                ltisys.py
                                signaltools.py
                                spectral.py
                                spline.py
                                waveforms.py
                                wavelets.py
                            sparse/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _base.cpython-313.pyc
                                    _bsr.cpython-313.pyc
                                    _compressed.cpython-313.pyc
                                    _construct.cpython-313.pyc
                                    _coo.cpython-313.pyc
                                    _csc.cpython-313.pyc
                                    _csr.cpython-313.pyc
                                    _data.cpython-313.pyc
                                    _dia.cpython-313.pyc
                                    _dok.cpython-313.pyc
                                    _extract.cpython-313.pyc
                                    _index.cpython-313.pyc
                                    _lil.cpython-313.pyc
                                    _matrix.cpython-313.pyc
                                    _matrix_io.cpython-313.pyc
                                    _sputils.cpython-313.pyc
                                    base.cpython-313.pyc
                                    bsr.cpython-313.pyc
                                    compressed.cpython-313.pyc
                                    construct.cpython-313.pyc
                                    coo.cpython-313.pyc
                                    csc.cpython-313.pyc
                                    csr.cpython-313.pyc
                                    data.cpython-313.pyc
                                    dia.cpython-313.pyc
                                    dok.cpython-313.pyc
                                    extract.cpython-313.pyc
                                    lil.cpython-313.pyc
                                    sparsetools.cpython-313.pyc
                                    sputils.cpython-313.pyc
                                csgraph/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _laplacian.cpython-313.pyc
                                        _validation.cpython-313.pyc
                                    tests/
                                        __init__.py
                                        test_connected_components.py
                                        test_conversions.py
                                        test_flow.py
                                        test_graph_laplacian.py
                                        test_matching.py
                                        test_pydata_sparse.py
                                        test_reordering.py
                                        test_shortest_path.py
                                        test_spanning_tree.py
                                        test_traversal.py
                                    __init__.py
                                    _flow.cpython-313-darwin.so
                                    _laplacian.py
                                    _matching.cpython-313-darwin.so
                                    _min_spanning_tree.cpython-313-darwin.so
                                    _reordering.cpython-313-darwin.so
                                    _shortest_path.cpython-313-darwin.so
                                    _tools.cpython-313-darwin.so
                                    _traversal.cpython-313-darwin.so
                                    _validation.py
                                linalg/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _expm_multiply.cpython-313.pyc
                                        _interface.cpython-313.pyc
                                        _matfuncs.cpython-313.pyc
                                        _norm.cpython-313.pyc
                                        _onenormest.cpython-313.pyc
                                        _special_sparse_arrays.cpython-313.pyc
                                        _svdp.cpython-313.pyc
                                        dsolve.cpython-313.pyc
                                        eigen.cpython-313.pyc
                                        interface.cpython-313.pyc
                                        isolve.cpython-313.pyc
                                        matfuncs.cpython-313.pyc
                                    _dsolve/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _add_newdocs.cpython-313.pyc
                                            linsolve.cpython-313.pyc
                                        tests/
                                            __init__.py
                                            test_linsolve.py
                                        __init__.py
                                        _add_newdocs.py
                                        _superlu.cpython-313-darwin.so
                                        linsolve.py
                                    _eigen/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _svds.cpython-313.pyc
                                        arpack/
                                            __pycache__/
                                                __init__.cpython-313.pyc
                                                arpack.cpython-313.pyc
                                            tests/
                                                __init__.py
                                                test_arpack.py
                                            __init__.py
                                            _arpack.cpython-313-darwin.so
                                            arpack.py
                                            COPYING
                                        lobpcg/
                                            __pycache__/
                                                __init__.cpython-313.pyc
                                                lobpcg.cpython-313.pyc
                                            tests/
                                                __init__.py
                                                test_lobpcg.py
                                            __init__.py
                                            lobpcg.py
                                        tests/
                                            __init__.py
                                            test_svds.py
                                        __init__.py
                                        _svds.py
                                        _svds_doc.py
                                    _isolve/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _gcrotmk.cpython-313.pyc
                                            iterative.cpython-313.pyc
                                            lgmres.cpython-313.pyc
                                            lsmr.cpython-313.pyc
                                            lsqr.cpython-313.pyc
                                            minres.cpython-313.pyc
                                            tfqmr.cpython-313.pyc
                                            utils.cpython-313.pyc
                                        tests/
                                            __init__.py
                                            test_gcrotmk.py
                                            test_iterative.py
                                            test_lgmres.py
                                            test_lsmr.py
                                            test_lsqr.py
                                            test_minres.py
                                            test_utils.py
                                        __init__.py
                                        _gcrotmk.py
                                        iterative.py
                                        lgmres.py
                                        lsmr.py
                                        lsqr.py
                                        minres.py
                                        tfqmr.py
                                        utils.py
                                    _propack/
                                        _cpropack.cpython-313-darwin.so
                                        _dpropack.cpython-313-darwin.so
                                        _spropack.cpython-313-darwin.so
                                        _zpropack.cpython-313-darwin.so
                                    tests/
                                        __init__.py
                                        propack_test_data.npz
                                        test_expm_multiply.py
                                        test_interface.py
                                        test_matfuncs.py
                                        test_norm.py
                                        test_onenormest.py
                                        test_propack.py
                                        test_pydata_sparse.py
                                        test_special_sparse_arrays.py
                                    __init__.py
                                    _expm_multiply.py
                                    _interface.py
                                    _matfuncs.py
                                    _norm.py
                                    _onenormest.py
                                    _special_sparse_arrays.py
                                    _svdp.py
                                    dsolve.py
                                    eigen.py
                                    interface.py
                                    isolve.py
                                    matfuncs.py
                                tests/
                                    data/
                                        csc_py2.npz
                                        csc_py3.npz
                                    __init__.py
                                    test_arithmetic1d.py
                                    test_array_api.py
                                    test_base.py
                                    test_common1d.py
                                    test_construct.py
                                    test_coo.py
                                    test_csc.py
                                    test_csr.py
                                    test_dok.py
                                    test_extract.py
                                    test_indexing1d.py
                                    test_matrix_io.py
                                    test_minmax1d.py
                                    test_sparsetools.py
                                    test_spfuncs.py
                                    test_sputils.py
                                __init__.py
                                _base.py
                                _bsr.py
                                _compressed.py
                                _construct.py
                                _coo.py
                                _csc.py
                                _csparsetools.cpython-313-darwin.so
                                _csr.py
                                _data.py
                                _dia.py
                                _dok.py
                                _extract.py
                                _index.py
                                _lil.py
                                _matrix.py
                                _matrix_io.py
                                _sparsetools.cpython-313-darwin.so
                                _spfuncs.py
                                _sputils.py
                                base.py
                                bsr.py
                                compressed.py
                                construct.py
                                coo.py
                                csc.py
                                csr.py
                                data.py
                                dia.py
                                dok.py
                                extract.py
                                lil.py
                                sparsetools.py
                                spfuncs.py
                                sputils.py
                            spatial/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _geometric_slerp.cpython-313.pyc
                                    _kdtree.cpython-313.pyc
                                    _plotutils.cpython-313.pyc
                                    _procrustes.cpython-313.pyc
                                    _spherical_voronoi.cpython-313.pyc
                                    ckdtree.cpython-313.pyc
                                    distance.cpython-313.pyc
                                    kdtree.cpython-313.pyc
                                    qhull.cpython-313.pyc
                                qhull_src/
                                    COPYING.txt
                                tests/
                                    data/
                                        cdist-X1.txt
                                        cdist-X2.txt
                                        degenerate_pointset.npz
                                        iris.txt
                                        pdist-boolean-inp.txt
                                        pdist-chebyshev-ml-iris.txt
                                        pdist-chebyshev-ml.txt
                                        pdist-cityblock-ml-iris.txt
                                        pdist-cityblock-ml.txt
                                        pdist-correlation-ml-iris.txt
                                        pdist-correlation-ml.txt
                                        pdist-cosine-ml-iris.txt
                                        pdist-cosine-ml.txt
                                        pdist-double-inp.txt
                                        pdist-euclidean-ml-iris.txt
                                        pdist-euclidean-ml.txt
                                        pdist-hamming-ml.txt
                                        pdist-jaccard-ml.txt
                                        pdist-jensenshannon-ml-iris.txt
                                        pdist-jensenshannon-ml.txt
                                        pdist-minkowski-3.2-ml-iris.txt
                                        pdist-minkowski-3.2-ml.txt
                                        pdist-minkowski-5.8-ml-iris.txt
                                        pdist-seuclidean-ml-iris.txt
                                        pdist-seuclidean-ml.txt
                                        pdist-spearman-ml.txt
                                        random-bool-data.txt
                                        random-double-data.txt
                                        random-int-data.txt
                                        random-uint-data.txt
                                        selfdual-4d-polytope.txt
                                    __init__.py
                                    test__plotutils.py
                                    test__procrustes.py
                                    test_distance.py
                                    test_hausdorff.py
                                    test_kdtree.py
                                    test_qhull.py
                                    test_slerp.py
                                    test_spherical_voronoi.py
                                transform/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _rotation_groups.cpython-313.pyc
                                        _rotation_spline.cpython-313.pyc
                                        rotation.cpython-313.pyc
                                    tests/
                                        __init__.py
                                        test_rotation.py
                                        test_rotation_groups.py
                                        test_rotation_spline.py
                                    __init__.py
                                    _rotation.cpython-313-darwin.so
                                    _rotation_groups.py
                                    _rotation_spline.py
                                    rotation.py
                                __init__.py
                                _ckdtree.cpython-313-darwin.so
                                _distance_pybind.cpython-313-darwin.so
                                _distance_wrap.cpython-313-darwin.so
                                _geometric_slerp.py
                                _hausdorff.cpython-313-darwin.so
                                _kdtree.py
                                _plotutils.py
                                _procrustes.py
                                _qhull.cpython-313-darwin.so
                                _qhull.pyi
                                _spherical_voronoi.py
                                _voronoi.cpython-313-darwin.so
                                _voronoi.pyi
                                ckdtree.py
                                distance.py
                                distance.pyi
                                kdtree.py
                                qhull.py
                            special/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _basic.cpython-313.pyc
                                    _ellip_harm.cpython-313.pyc
                                    _input_validation.cpython-313.pyc
                                    _lambertw.cpython-313.pyc
                                    _logsumexp.cpython-313.pyc
                                    _multiufuncs.cpython-313.pyc
                                    _orthogonal.cpython-313.pyc
                                    _sf_error.cpython-313.pyc
                                    _spfun_stats.cpython-313.pyc
                                    _spherical_bessel.cpython-313.pyc
                                    _support_alternative_backends.cpython-313.pyc
                                    add_newdocs.cpython-313.pyc
                                    basic.cpython-313.pyc
                                    orthogonal.cpython-313.pyc
                                    sf_error.cpython-313.pyc
                                    specfun.cpython-313.pyc
                                    spfun_stats.cpython-313.pyc
                                _precompute/
                                    __init__.py
                                    cosine_cdf.py
                                    expn_asy.py
                                    gammainc_asy.py
                                    gammainc_data.py
                                    hyp2f1_data.py
                                    lambertw.py
                                    loggamma.py
                                    struve_convergence.py
                                    utils.py
                                    wright_bessel.py
                                    wright_bessel_data.py
                                    wrightomega.py
                                    zetac.py
                                tests/
                                    _cython_examples/
                                        extending.pyx
                                        meson.build
                                    data/
                                        __init__.py
                                        boost.npz
                                        gsl.npz
                                        local.npz
                                    __init__.py
                                    test_basic.py
                                    test_bdtr.py
                                    test_boost_ufuncs.py
                                    test_boxcox.py
                                    test_cdflib.py
                                    test_cdft_asymptotic.py
                                    test_cephes_intp_cast.py
                                    test_cosine_distr.py
                                    test_cython_special.py
                                    test_data.py
                                    test_dd.py
                                    test_digamma.py
                                    test_ellip_harm.py
                                    test_erfinv.py
                                    test_exponential_integrals.py
                                    test_extending.py
                                    test_faddeeva.py
                                    test_gamma.py
                                    test_gammainc.py
                                    test_hyp2f1.py
                                    test_hypergeometric.py
                                    test_iv_ratio.py
                                    test_kolmogorov.py
                                    test_lambertw.py
                                    test_legendre.py
                                    test_log_softmax.py
                                    test_loggamma.py
                                    test_logit.py
                                    test_logsumexp.py
                                    test_mpmath.py
                                    test_nan_inputs.py
                                    test_ndtr.py
                                    test_ndtri_exp.py
                                    test_orthogonal.py
                                    test_orthogonal_eval.py
                                    test_owens_t.py
                                    test_pcf.py
                                    test_pdtr.py
                                    test_powm1.py
                                    test_precompute_expn_asy.py
                                    test_precompute_gammainc.py
                                    test_precompute_utils.py
                                    test_round.py
                                    test_sf_error.py
                                    test_sici.py
                                    test_specfun.py
                                    test_spence.py
                                    test_spfun_stats.py
                                    test_sph_harm.py
                                    test_spherical_bessel.py
                                    test_support_alternative_backends.py
                                    test_trig.py
                                    test_ufunc_signatures.py
                                    test_wright_bessel.py
                                    test_wrightomega.py
                                    test_xsf_cuda.py
                                    test_zeta.py
                                xsf/
                                    cephes/
                                        airy.h
                                        besselpoly.h
                                        beta.h
                                        cbrt.h
                                        chbevl.h
                                        chdtr.h
                                        const.h
                                        ellie.h
                                        ellik.h
                                        ellpe.h
                                        ellpk.h
                                        expn.h
                                        gamma.h
                                        hyp2f1.h
                                        hyperg.h
                                        i0.h
                                        i1.h
                                        igam.h
                                        igam_asymp_coeff.h
                                        igami.h
                                        j0.h
                                        j1.h
                                        jv.h
                                        k0.h
                                        k1.h
                                        kn.h
                                        lanczos.h
                                        ndtr.h
                                        poch.h
                                        polevl.h
                                        psi.h
                                        rgamma.h
                                        scipy_iv.h
                                        shichi.h
                                        sici.h
                                        sindg.h
                                        tandg.h
                                        trig.h
                                        unity.h
                                        zeta.h
                                    binom.h
                                    cdflib.h
                                    config.h
                                    digamma.h
                                    error.h
                                    evalpoly.h
                                    expint.h
                                    hyp2f1.h
                                    iv_ratio.h
                                    lambertw.h
                                    loggamma.h
                                    sici.h
                                    tools.h
                                    trig.h
                                    wright_bessel.h
                                    zlog1.h
                                __init__.pxd
                                __init__.py
                                _add_newdocs.py
                                _basic.py
                                _comb.cpython-313-darwin.so
                                _ellip_harm.py
                                _ellip_harm_2.cpython-313-darwin.so
                                _gufuncs.cpython-313-darwin.so
                                _input_validation.py
                                _lambertw.py
                                _logsumexp.py
                                _mptestutils.py
                                _multiufuncs.py
                                _orthogonal.py
                                _orthogonal.pyi
                                _sf_error.py
                                _specfun.cpython-313-darwin.so
                                _special_ufuncs.cpython-313-darwin.so
                                _spfun_stats.py
                                _spherical_bessel.py
                                _support_alternative_backends.py
                                _test_internal.cpython-313-darwin.so
                                _test_internal.pyi
                                _testutils.py
                                _ufuncs.cpython-313-darwin.so
                                _ufuncs.pyi
                                _ufuncs.pyx
                                _ufuncs_cxx.cpython-313-darwin.so
                                _ufuncs_cxx.pxd
                                _ufuncs_cxx.pyx
                                _ufuncs_cxx_defs.h
                                _ufuncs_defs.h
                                add_newdocs.py
                                basic.py
                                cython_special.cpython-313-darwin.so
                                cython_special.pxd
                                cython_special.pyi
                                libsf_error_state.dylib
                                orthogonal.py
                                sf_error.py
                                specfun.py
                                spfun_stats.py
                            stats/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _axis_nan_policy.cpython-313.pyc
                                    _binned_statistic.cpython-313.pyc
                                    _binomtest.cpython-313.pyc
                                    _bws_test.cpython-313-pytest-8.4.1.pyc
                                    _censored_data.cpython-313.pyc
                                    _common.cpython-313.pyc
                                    _constants.cpython-313.pyc
                                    _continuous_distns.cpython-313.pyc
                                    _correlation.cpython-313.pyc
                                    _covariance.cpython-313.pyc
                                    _crosstab.cpython-313.pyc
                                    _discrete_distns.cpython-313.pyc
                                    _distn_infrastructure.cpython-313.pyc
                                    _distr_params.cpython-313.pyc
                                    _distribution_infrastructure.cpython-313.pyc
                                    _entropy.cpython-313.pyc
                                    _fit.cpython-313.pyc
                                    _hypotests.cpython-313.pyc
                                    _kde.cpython-313.pyc
                                    _ksstats.cpython-313.pyc
                                    _mannwhitneyu.cpython-313.pyc
                                    _mgc.cpython-313.pyc
                                    _morestats.cpython-313.pyc
                                    _mstats_basic.cpython-313.pyc
                                    _mstats_extras.cpython-313.pyc
                                    _multicomp.cpython-313.pyc
                                    _multivariate.cpython-313.pyc
                                    _new_distributions.cpython-313.pyc
                                    _odds_ratio.cpython-313.pyc
                                    _page_trend_test.cpython-313-pytest-8.4.1.pyc
                                    _probability_distribution.cpython-313.pyc
                                    _qmc.cpython-313.pyc
                                    _qmvnt.cpython-313.pyc
                                    _relative_risk.cpython-313.pyc
                                    _resampling.cpython-313.pyc
                                    _sensitivity_analysis.cpython-313.pyc
                                    _stats_mstats_common.cpython-313.pyc
                                    _stats_py.cpython-313.pyc
                                    _survival.cpython-313.pyc
                                    _tukeylambda_stats.cpython-313.pyc
                                    _variation.cpython-313.pyc
                                    _warnings_errors.cpython-313.pyc
                                    _wilcoxon.cpython-313.pyc
                                    biasedurn.cpython-313.pyc
                                    contingency.cpython-313.pyc
                                    distributions.cpython-313.pyc
                                    kde.cpython-313.pyc
                                    morestats.cpython-313.pyc
                                    mstats.cpython-313.pyc
                                    mstats_basic.cpython-313.pyc
                                    mstats_extras.cpython-313.pyc
                                    mvn.cpython-313.pyc
                                    qmc.cpython-313.pyc
                                    stats.cpython-313.pyc
                                _levy_stable/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                    __init__.py
                                    levyst.cpython-313-darwin.so
                                _rcont/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                    __init__.py
                                    rcont.cpython-313-darwin.so
                                _unuran/
                                    __init__.py
                                    unuran_wrapper.cpython-313-darwin.so
                                    unuran_wrapper.pyi
                                tests/
                                    data/
                                        levy_stable/
                                            stable-loc-scale-sample-data.npy
                                            stable-Z1-cdf-sample-data.npy
                                            stable-Z1-pdf-sample-data.npy
                                        nist_anova/
                                            AtmWtAg.dat
                                            SiRstv.dat
                                            SmLs01.dat
                                            SmLs02.dat
                                            SmLs03.dat
                                            SmLs04.dat
                                            SmLs05.dat
                                            SmLs06.dat
                                            SmLs07.dat
                                            SmLs08.dat
                                            SmLs09.dat
                                        nist_linregress/
                                            Norris.dat
                                        _mvt.py
                                        fisher_exact_results_from_r.py
                                        jf_skew_t_gamlss_pdf_data.npy
                                        rel_breitwigner_pdf_sample_data_ROOT.npy
                                        studentized_range_mpmath_ref.json
                                    __init__.py
                                    common_tests.py
                                    test_axis_nan_policy.py
                                    test_binned_statistic.py
                                    test_censored_data.py
                                    test_contingency.py
                                    test_continuous.py
                                    test_continuous_basic.py
                                    test_continuous_fit_censored.py
                                    test_correlation.py
                                    test_crosstab.py
                                    test_discrete_basic.py
                                    test_discrete_distns.py
                                    test_distributions.py
                                    test_entropy.py
                                    test_fast_gen_inversion.py
                                    test_fit.py
                                    test_hypotests.py
                                    test_kdeoth.py
                                    test_mgc.py
                                    test_morestats.py
                                    test_mstats_basic.py
                                    test_mstats_extras.py
                                    test_multicomp.py
                                    test_multivariate.py
                                    test_odds_ratio.py
                                    test_qmc.py
                                    test_rank.py
                                    test_relative_risk.py
                                    test_resampling.py
                                    test_sampling.py
                                    test_sensitivity_analysis.py
                                    test_stats.py
                                    test_survival.py
                                    test_tukeylambda_stats.py
                                    test_variation.py
                                __init__.py
                                _ansari_swilk_statistics.cpython-313-darwin.so
                                _axis_nan_policy.py
                                _biasedurn.cpython-313-darwin.so
                                _biasedurn.pxd
                                _binned_statistic.py
                                _binomtest.py
                                _bws_test.py
                                _censored_data.py
                                _common.py
                                _constants.py
                                _continuous_distns.py
                                _correlation.py
                                _covariance.py
                                _crosstab.py
                                _discrete_distns.py
                                _distn_infrastructure.py
                                _distr_params.py
                                _distribution_infrastructure.py
                                _entropy.py
                                _fit.py
                                _hypotests.py
                                _kde.py
                                _ksstats.py
                                _mannwhitneyu.py
                                _mgc.py
                                _morestats.py
                                _mstats_basic.py
                                _mstats_extras.py
                                _multicomp.py
                                _multivariate.py
                                _mvn.cpython-313-darwin.so
                                _new_distributions.py
                                _odds_ratio.py
                                _page_trend_test.py
                                _probability_distribution.py
                                _qmc.py
                                _qmc_cy.cpython-313-darwin.so
                                _qmc_cy.pyi
                                _qmvnt.py
                                _relative_risk.py
                                _resampling.py
                                _result_classes.py
                                _sampling.py
                                _sensitivity_analysis.py
                                _sobol.cpython-313-darwin.so
                                _sobol.pyi
                                _sobol_direction_numbers.npz
                                _stats.cpython-313-darwin.so
                                _stats.pxd
                                _stats_mstats_common.py
                                _stats_py.py
                                _stats_pythran.cpython-313-darwin.so
                                _survival.py
                                _tukeylambda_stats.py
                                _variation.py
                                _warnings_errors.py
                                _wilcoxon.py
                                biasedurn.py
                                contingency.py
                                distributions.py
                                kde.py
                                morestats.py
                                mstats.py
                                mstats_basic.py
                                mstats_extras.py
                                mvn.py
                                qmc.py
                                sampling.py
                                stats.py
                            __config__.py
                            __init__.py
                            _distributor_init.py
                            conftest.py
                            version.py
                        scipy-1.15.2.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        scp-0.15.0.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        send2trash/
                            mac/
                                __init__.py
                                legacy.py
                                modern.py
                            win/
                                __init__.py
                                IFileOperationProgressSink.py
                                legacy.py
                                modern.py
                            __init__.py
                            __main__.py
                            compat.py
                            exceptions.py
                            plat_gio.py
                            plat_other.py
                            util.py
                        Send2Trash-1.8.3.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        setuptools/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _core_metadata.cpython-313.pyc
                                _entry_points.cpython-313.pyc
                                _imp.cpython-313.pyc
                                _importlib.cpython-313.pyc
                                _itertools.cpython-313.pyc
                                _normalization.cpython-313.pyc
                                _path.cpython-313.pyc
                                _reqs.cpython-313.pyc
                                _static.cpython-313.pyc
                                depends.cpython-313.pyc
                                discovery.cpython-313.pyc
                                dist.cpython-313.pyc
                                errors.cpython-313.pyc
                                extension.cpython-313.pyc
                                logging.cpython-313.pyc
                                monkey.cpython-313.pyc
                                version.cpython-313.pyc
                                warnings.cpython-313.pyc
                            _distutils/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _log.cpython-313.pyc
                                    _modified.cpython-313.pyc
                                    archive_util.cpython-313.pyc
                                    ccompiler.cpython-313.pyc
                                    cmd.cpython-313.pyc
                                    core.cpython-313.pyc
                                    debug.cpython-313.pyc
                                    dir_util.cpython-313.pyc
                                    dist.cpython-313.pyc
                                    errors.cpython-313.pyc
                                    extension.cpython-313.pyc
                                    fancy_getopt.cpython-313.pyc
                                    file_util.cpython-313.pyc
                                    filelist.cpython-313.pyc
                                    log.cpython-313.pyc
                                    spawn.cpython-313.pyc
                                    sysconfig.cpython-313.pyc
                                    util.cpython-313.pyc
                                command/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        bdist.cpython-313.pyc
                                    __init__.py
                                    _framework_compat.py
                                    bdist.py
                                    bdist_dumb.py
                                    bdist_rpm.py
                                    build.py
                                    build_clib.py
                                    build_ext.py
                                    build_py.py
                                    build_scripts.py
                                    check.py
                                    clean.py
                                    config.py
                                    install.py
                                    install_data.py
                                    install_egg_info.py
                                    install_headers.py
                                    install_lib.py
                                    install_scripts.py
                                    sdist.py
                                compat/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        numpy.cpython-313.pyc
                                        py39.cpython-313.pyc
                                    __init__.py
                                    numpy.py
                                    py39.py
                                compilers/
                                    C/
                                        __pycache__/
                                            base.cpython-313.pyc
                                            errors.cpython-313.pyc
                                        tests/
                                            test_base.py
                                            test_cygwin.py
                                            test_mingw.py
                                            test_msvc.py
                                            test_unix.py
                                        base.py
                                        cygwin.py
                                        errors.py
                                        msvc.py
                                        unix.py
                                        zos.py
                                tests/
                                    compat/
                                        __init__.py
                                        py39.py
                                    __init__.py
                                    support.py
                                    test_archive_util.py
                                    test_bdist.py
                                    test_bdist_dumb.py
                                    test_bdist_rpm.py
                                    test_build.py
                                    test_build_clib.py
                                    test_build_ext.py
                                    test_build_py.py
                                    test_build_scripts.py
                                    test_check.py
                                    test_clean.py
                                    test_cmd.py
                                    test_config_cmd.py
                                    test_core.py
                                    test_dir_util.py
                                    test_dist.py
                                    test_extension.py
                                    test_file_util.py
                                    test_filelist.py
                                    test_install.py
                                    test_install_data.py
                                    test_install_headers.py
                                    test_install_lib.py
                                    test_install_scripts.py
                                    test_log.py
                                    test_modified.py
                                    test_sdist.py
                                    test_spawn.py
                                    test_sysconfig.py
                                    test_text_file.py
                                    test_util.py
                                    test_version.py
                                    test_versionpredicate.py
                                    unix_compat.py
                                __init__.py
                                _log.py
                                _macos_compat.py
                                _modified.py
                                _msvccompiler.py
                                archive_util.py
                                ccompiler.py
                                cmd.py
                                core.py
                                cygwinccompiler.py
                                debug.py
                                dep_util.py
                                dir_util.py
                                dist.py
                                errors.py
                                extension.py
                                fancy_getopt.py
                                file_util.py
                                filelist.py
                                log.py
                                spawn.py
                                sysconfig.py
                                text_file.py
                                unixccompiler.py
                                util.py
                                version.py
                                versionpredicate.py
                                zosccompiler.py
                            _vendor/
                                autocommand/
                                    __init__.py
                                    autoasync.py
                                    autocommand.py
                                    automain.py
                                    autoparse.py
                                    errors.py
                                autocommand-2.2.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                backports/
                                    tarfile/
                                        compat/
                                            __init__.py
                                            py38.py
                                        __init__.py
                                        __main__.py
                                    __init__.py
                                backports.tarfile-1.2.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                importlib_metadata/
                                    compat/
                                        __init__.py
                                        py311.py
                                        py39.py
                                    __init__.py
                                    _adapters.py
                                    _collections.py
                                    _compat.py
                                    _functools.py
                                    _itertools.py
                                    _meta.py
                                    _text.py
                                    diagnose.py
                                    py.typed
                                importlib_metadata-8.0.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                inflect/
                                    compat/
                                        __init__.py
                                        py38.py
                                    __init__.py
                                    py.typed
                                inflect-7.3.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                jaraco/
                                    __pycache__/
                                        context.cpython-313.pyc
                                    collections/
                                        __init__.py
                                        py.typed
                                    functools/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                        __init__.py
                                        __init__.pyi
                                        py.typed
                                    text/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                        __init__.py
                                        layouts.py
                                        Lorem ipsum.txt
                                        show-newlines.py
                                        strip-prefix.py
                                        to-dvorak.py
                                        to-qwerty.py
                                    context.py
                                jaraco.collections-5.1.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                jaraco.context-5.3.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                jaraco.functools-4.0.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                jaraco.text-3.12.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                more_itertools/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        more.cpython-313.pyc
                                        recipes.cpython-313.pyc
                                    __init__.py
                                    __init__.pyi
                                    more.py
                                    more.pyi
                                    py.typed
                                    recipes.py
                                    recipes.pyi
                                more_itertools-10.3.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                packaging/
                                    licenses/
                                        __init__.py
                                        _spdx.py
                                    __init__.py
                                    _elffile.py
                                    _manylinux.py
                                    _musllinux.py
                                    _parser.py
                                    _structures.py
                                    _tokenizer.py
                                    markers.py
                                    metadata.py
                                    py.typed
                                    requirements.py
                                    specifiers.py
                                    tags.py
                                    utils.py
                                    version.py
                                packaging-24.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    LICENSE.APACHE
                                    LICENSE.BSD
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                platformdirs/
                                    __init__.py
                                    __main__.py
                                    android.py
                                    api.py
                                    macos.py
                                    py.typed
                                    unix.py
                                    version.py
                                    windows.py
                                platformdirs-4.2.2.dist-info/
                                    licenses/
                                        LICENSE
                                    INSTALLER
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                tomli/
                                    __init__.py
                                    _parser.py
                                    _re.py
                                    _types.py
                                    py.typed
                                tomli-2.0.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                typeguard/
                                    __init__.py
                                    _checkers.py
                                    _config.py
                                    _decorators.py
                                    _exceptions.py
                                    _functions.py
                                    _importhook.py
                                    _memo.py
                                    _pytest_plugin.py
                                    _suppression.py
                                    _transformer.py
                                    _union_transformer.py
                                    _utils.py
                                    py.typed
                                typeguard-4.3.0.dist-info/
                                    entry_points.txt
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                typing_extensions-4.12.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    WHEEL
                                wheel/
                                    cli/
                                        __init__.py
                                        convert.py
                                        pack.py
                                        tags.py
                                        unpack.py
                                    vendored/
                                        packaging/
                                            __init__.py
                                            _elffile.py
                                            _manylinux.py
                                            _musllinux.py
                                            _parser.py
                                            _structures.py
                                            _tokenizer.py
                                            LICENSE
                                            LICENSE.APACHE
                                            LICENSE.BSD
                                            markers.py
                                            requirements.py
                                            specifiers.py
                                            tags.py
                                            utils.py
                                            version.py
                                        __init__.py
                                        vendor.txt
                                    __init__.py
                                    __main__.py
                                    _bdist_wheel.py
                                    _setuptools_logging.py
                                    bdist_wheel.py
                                    macosx_libfile.py
                                    metadata.py
                                    util.py
                                    wheelfile.py
                                wheel-0.45.1.dist-info/
                                    entry_points.txt
                                    INSTALLER
                                    LICENSE.txt
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                zipp/
                                    compat/
                                        __init__.py
                                        py310.py
                                    __init__.py
                                    glob.py
                                zipp-3.19.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                typing_extensions.py
                            command/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                                _requirestxt.py
                                alias.py
                                bdist_egg.py
                                bdist_rpm.py
                                bdist_wheel.py
                                build.py
                                build_clib.py
                                build_ext.py
                                build_py.py
                                develop.py
                                dist_info.py
                                easy_install.py
                                editable_wheel.py
                                egg_info.py
                                install.py
                                install_egg_info.py
                                install_lib.py
                                install_scripts.py
                                launcher manifest.xml
                                rotate.py
                                saveopts.py
                                sdist.py
                                setopt.py
                                test.py
                            compat/
                                __init__.py
                                py310.py
                                py311.py
                                py312.py
                                py39.py
                            config/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _apply_pyprojecttoml.cpython-313.pyc
                                    expand.cpython-313.pyc
                                    pyprojecttoml.cpython-313.pyc
                                    setupcfg.cpython-313.pyc
                                _validate_pyproject/
                                    __init__.py
                                    error_reporting.py
                                    extra_validations.py
                                    fastjsonschema_exceptions.py
                                    fastjsonschema_validations.py
                                    formats.py
                                    NOTICE
                                __init__.py
                                _apply_pyprojecttoml.py
                                distutils.schema.json
                                expand.py
                                NOTICE
                                pyprojecttoml.py
                                setupcfg.py
                                setuptools.schema.json
                            tests/
                                compat/
                                    __init__.py
                                    py39.py
                                config/
                                    downloads/
                                        __init__.py
                                        preload.py
                                    __init__.py
                                    setupcfg_examples.txt
                                    test_apply_pyprojecttoml.py
                                    test_expand.py
                                    test_pyprojecttoml.py
                                    test_pyprojecttoml_dynamic_deps.py
                                    test_setupcfg.py
                                indexes/
                                    test_links_priority/
                                        simple/
                                            foobar/
                                                index.html
                                        external.html
                                integration/
                                    __init__.py
                                    helpers.py
                                    test_pbr.py
                                    test_pip_install_sdist.py
                                __init__.py
                                contexts.py
                                environment.py
                                fixtures.py
                                mod_with_constant.py
                                namespaces.py
                                script-with-bom.py
                                test_archive_util.py
                                test_bdist_deprecations.py
                                test_bdist_egg.py
                                test_bdist_wheel.py
                                test_build.py
                                test_build_clib.py
                                test_build_ext.py
                                test_build_meta.py
                                test_build_py.py
                                test_config_discovery.py
                                test_core_metadata.py
                                test_depends.py
                                test_develop.py
                                test_dist.py
                                test_dist_info.py
                                test_distutils_adoption.py
                                test_editable_install.py
                                test_egg_info.py
                                test_extern.py
                                test_find_packages.py
                                test_find_py_modules.py
                                test_glob.py
                                test_install_scripts.py
                                test_logging.py
                                test_manifest.py
                                test_namespaces.py
                                test_scripts.py
                                test_sdist.py
                                test_setopt.py
                                test_setuptools.py
                                test_shutil_wrapper.py
                                test_unicode_utils.py
                                test_virtualenv.py
                                test_warnings.py
                                test_wheel.py
                                test_windows_wrappers.py
                                text.py
                                textwrap.py
                            __init__.py
                            _core_metadata.py
                            _discovery.py
                            _entry_points.py
                            _imp.py
                            _importlib.py
                            _itertools.py
                            _normalization.py
                            _path.py
                            _reqs.py
                            _scripts.py
                            _shutil.py
                            _static.py
                            archive_util.py
                            build_meta.py
                            cli-32.exe
                            cli-64.exe
                            cli-arm64.exe
                            cli.exe
                            depends.py
                            discovery.py
                            dist.py
                            errors.py
                            extension.py
                            glob.py
                            gui-32.exe
                            gui-64.exe
                            gui-arm64.exe
                            gui.exe
                            installer.py
                            launch.py
                            logging.py
                            modified.py
                            monkey.py
                            msvc.py
                            namespaces.py
                            script (dev).tmpl
                            script.tmpl
                            unicode_utils.py
                            version.py
                            warnings.py
                            wheel.py
                            windows_support.py
                        setuptools-80.9.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        six-1.17.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        sklearn/
                            .dylibs/
                                libomp.dylib
                            __check_build/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                                _check_build.cpython-313-darwin.so
                                _check_build.pyx
                                meson.build
                            __pycache__/
                                __init__.cpython-313.pyc
                                _built_with_meson.cpython-313.pyc
                                _config.cpython-313.pyc
                                _distributor_init.cpython-313.pyc
                                base.cpython-313.pyc
                                discriminant_analysis.cpython-313.pyc
                                dummy.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                pipeline.cpython-313.pyc
                            _build_utils/
                                __init__.py
                                tempita.py
                                version.py
                            _loss/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    link.cpython-313.pyc
                                    loss.cpython-313.pyc
                                tests/
                                    __init__.py
                                    test_link.py
                                    test_loss.py
                                __init__.py
                                _loss.cpython-313-darwin.so
                                _loss.pxd
                                _loss.pyx.tp
                                link.py
                                loss.py
                                meson.build
                            cluster/
                                _hdbscan/
                                    tests/
                                        __init__.py
                                        test_reachibility.py
                                    __init__.py
                                    _linkage.cpython-313-darwin.so
                                    _linkage.pyx
                                    _reachability.cpython-313-darwin.so
                                    _reachability.pyx
                                    _tree.cpython-313-darwin.so
                                    _tree.pxd
                                    _tree.pyx
                                    hdbscan.py
                                    meson.build
                                tests/
                                    __init__.py
                                    common.py
                                    test_affinity_propagation.py
                                    test_bicluster.py
                                    test_birch.py
                                    test_bisect_k_means.py
                                    test_dbscan.py
                                    test_feature_agglomeration.py
                                    test_hdbscan.py
                                    test_hierarchical.py
                                    test_k_means.py
                                    test_mean_shift.py
                                    test_optics.py
                                    test_spectral.py
                                __init__.py
                                _affinity_propagation.py
                                _agglomerative.py
                                _bicluster.py
                                _birch.py
                                _bisect_k_means.py
                                _dbscan.py
                                _dbscan_inner.cpython-313-darwin.so
                                _dbscan_inner.pyx
                                _feature_agglomeration.py
                                _hierarchical_fast.cpython-313-darwin.so
                                _hierarchical_fast.pxd
                                _hierarchical_fast.pyx
                                _k_means_common.cpython-313-darwin.so
                                _k_means_common.pxd
                                _k_means_common.pyx
                                _k_means_elkan.cpython-313-darwin.so
                                _k_means_elkan.pyx
                                _k_means_lloyd.cpython-313-darwin.so
                                _k_means_lloyd.pyx
                                _k_means_minibatch.cpython-313-darwin.so
                                _k_means_minibatch.pyx
                                _kmeans.py
                                _mean_shift.py
                                _optics.py
                                _spectral.py
                                meson.build
                            compose/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _column_transformer.cpython-313.pyc
                                    _target.cpython-313.pyc
                                tests/
                                    __init__.py
                                    test_column_transformer.py
                                    test_target.py
                                __init__.py
                                _column_transformer.py
                                _target.py
                            covariance/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _elliptic_envelope.cpython-313.pyc
                                    _empirical_covariance.cpython-313.pyc
                                    _graph_lasso.cpython-313.pyc
                                    _robust_covariance.cpython-313.pyc
                                    _shrunk_covariance.cpython-313.pyc
                                tests/
                                    __init__.py
                                    test_covariance.py
                                    test_elliptic_envelope.py
                                    test_graphical_lasso.py
                                    test_robust_covariance.py
                                __init__.py
                                _elliptic_envelope.py
                                _empirical_covariance.py
                                _graph_lasso.py
                                _robust_covariance.py
                                _shrunk_covariance.py
                            cross_decomposition/
                                tests/
                                    __init__.py
                                    test_pls.py
                                __init__.py
                                _pls.py
                            datasets/
                                data/
                                    __init__.py
                                    breast_cancer.csv
                                    diabetes_data_raw.csv.gz
                                    diabetes_target.csv.gz
                                    digits.csv.gz
                                    iris.csv
                                    linnerud_exercise.csv
                                    linnerud_physiological.csv
                                    wine_data.csv
                                descr/
                                    __init__.py
                                    breast_cancer.rst
                                    california_housing.rst
                                    covtype.rst
                                    diabetes.rst
                                    digits.rst
                                    iris.rst
                                    kddcup99.rst
                                    lfw.rst
                                    linnerud.rst
                                    olivetti_faces.rst
                                    rcv1.rst
                                    species_distributions.rst
                                    twenty_newsgroups.rst
                                    wine_data.rst
                                images/
                                    __init__.py
                                    china.jpg
                                    flower.jpg
                                    README.txt
                                tests/
                                    data/
                                        openml/
                                            id_1/
                                                __init__.py
                                                api-v1-jd-1.json.gz
                                                api-v1-jdf-1.json.gz
                                                api-v1-jdq-1.json.gz
                                                data-v1-dl-1.arff.gz
                                            id_1119/
                                                __init__.py
                                                api-v1-jd-1119.json.gz
                                                api-v1-jdf-1119.json.gz
                                                api-v1-jdl-dn-adult-census-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-adult-census-l-2-s-act-.json.gz
                                                api-v1-jdq-1119.json.gz
                                                data-v1-dl-54002.arff.gz
                                            id_1590/
                                                __init__.py
                                                api-v1-jd-1590.json.gz
                                                api-v1-jdf-1590.json.gz
                                                api-v1-jdq-1590.json.gz
                                                data-v1-dl-1595261.arff.gz
                                            id_2/
                                                __init__.py
                                                api-v1-jd-2.json.gz
                                                api-v1-jdf-2.json.gz
                                                api-v1-jdl-dn-anneal-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-anneal-l-2-s-act-.json.gz
                                                api-v1-jdq-2.json.gz
                                                data-v1-dl-1666876.arff.gz
                                            id_292/
                                                __init__.py
                                                api-v1-jd-292.json.gz
                                                api-v1-jd-40981.json.gz
                                                api-v1-jdf-292.json.gz
                                                api-v1-jdf-40981.json.gz
                                                api-v1-jdl-dn-australian-l-2-dv-1-s-dact.json.gz
                                                api-v1-jdl-dn-australian-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-australian-l-2-s-act-.json.gz
                                                data-v1-dl-49822.arff.gz
                                            id_3/
                                                __init__.py
                                                api-v1-jd-3.json.gz
                                                api-v1-jdf-3.json.gz
                                                api-v1-jdq-3.json.gz
                                                data-v1-dl-3.arff.gz
                                            id_40589/
                                                __init__.py
                                                api-v1-jd-40589.json.gz
                                                api-v1-jdf-40589.json.gz
                                                api-v1-jdl-dn-emotions-l-2-dv-3.json.gz
                                                api-v1-jdl-dn-emotions-l-2-s-act-.json.gz
                                                api-v1-jdq-40589.json.gz
                                                data-v1-dl-4644182.arff.gz
                                            id_40675/
                                                __init__.py
                                                api-v1-jd-40675.json.gz
                                                api-v1-jdf-40675.json.gz
                                                api-v1-jdl-dn-glass2-l-2-dv-1-s-dact.json.gz
                                                api-v1-jdl-dn-glass2-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-glass2-l-2-s-act-.json.gz
                                                api-v1-jdq-40675.json.gz
                                                data-v1-dl-4965250.arff.gz
                                            id_40945/
                                                __init__.py
                                                api-v1-jd-40945.json.gz
                                                api-v1-jdf-40945.json.gz
                                                api-v1-jdq-40945.json.gz
                                                data-v1-dl-16826755.arff.gz
                                            id_40966/
                                                __init__.py
                                                api-v1-jd-40966.json.gz
                                                api-v1-jdf-40966.json.gz
                                                api-v1-jdl-dn-miceprotein-l-2-dv-4.json.gz
                                                api-v1-jdl-dn-miceprotein-l-2-s-act-.json.gz
                                                api-v1-jdq-40966.json.gz
                                                data-v1-dl-17928620.arff.gz
                                            id_42074/
                                                __init__.py
                                                api-v1-jd-42074.json.gz
                                                api-v1-jdf-42074.json.gz
                                                api-v1-jdq-42074.json.gz
                                                data-v1-dl-21552912.arff.gz
                                            id_42585/
                                                __init__.py
                                                api-v1-jd-42585.json.gz
                                                api-v1-jdf-42585.json.gz
                                                api-v1-jdq-42585.json.gz
                                                data-v1-dl-21854866.arff.gz
                                            id_561/
                                                __init__.py
                                                api-v1-jd-561.json.gz
                                                api-v1-jdf-561.json.gz
                                                api-v1-jdl-dn-cpu-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-cpu-l-2-s-act-.json.gz
                                                api-v1-jdq-561.json.gz
                                                data-v1-dl-52739.arff.gz
                                            id_61/
                                                __init__.py
                                                api-v1-jd-61.json.gz
                                                api-v1-jdf-61.json.gz
                                                api-v1-jdl-dn-iris-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-iris-l-2-s-act-.json.gz
                                                api-v1-jdq-61.json.gz
                                                data-v1-dl-61.arff.gz
                                            id_62/
                                                __init__.py
                                                api-v1-jd-62.json.gz
                                                api-v1-jdf-62.json.gz
                                                api-v1-jdq-62.json.gz
                                                data-v1-dl-52352.arff.gz
                                            __init__.py
                                        __init__.py
                                        svmlight_classification.txt
                                        svmlight_invalid.txt
                                        svmlight_invalid_order.txt
                                        svmlight_multilabel.txt
                                    __init__.py
                                    test_20news.py
                                    test_arff_parser.py
                                    test_base.py
                                    test_california_housing.py
                                    test_common.py
                                    test_covtype.py
                                    test_kddcup99.py
                                    test_lfw.py
                                    test_olivetti_faces.py
                                    test_openml.py
                                    test_rcv1.py
                                    test_samples_generator.py
                                    test_svmlight_format.py
                                __init__.py
                                _arff_parser.py
                                _base.py
                                _california_housing.py
                                _covtype.py
                                _kddcup99.py
                                _lfw.py
                                _olivetti_faces.py
                                _openml.py
                                _rcv1.py
                                _samples_generator.py
                                _species_distributions.py
                                _svmlight_format_fast.cpython-313-darwin.so
                                _svmlight_format_fast.pyx
                                _svmlight_format_io.py
                                _twenty_newsgroups.py
                                meson.build
                            decomposition/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _base.cpython-313.pyc
                                    _dict_learning.cpython-313.pyc
                                    _factor_analysis.cpython-313.pyc
                                    _fastica.cpython-313.pyc
                                    _incremental_pca.cpython-313.pyc
                                    _kernel_pca.cpython-313.pyc
                                    _lda.cpython-313.pyc
                                    _nmf.cpython-313.pyc
                                    _pca.cpython-313.pyc
                                    _sparse_pca.cpython-313.pyc
                                    _truncated_svd.cpython-313.pyc
                                tests/
                                    __init__.py
                                    test_dict_learning.py
                                    test_factor_analysis.py
                                    test_fastica.py
                                    test_incremental_pca.py
                                    test_kernel_pca.py
                                    test_nmf.py
                                    test_online_lda.py
                                    test_pca.py
                                    test_sparse_pca.py
                                    test_truncated_svd.py
                                __init__.py
                                _base.py
                                _cdnmf_fast.cpython-313-darwin.so
                                _cdnmf_fast.pyx
                                _dict_learning.py
                                _factor_analysis.py
                                _fastica.py
                                _incremental_pca.py
                                _kernel_pca.py
                                _lda.py
                                _nmf.py
                                _online_lda_fast.cpython-313-darwin.so
                                _online_lda_fast.pyx
                                _pca.py
                                _sparse_pca.py
                                _truncated_svd.py
                                meson.build
                            ensemble/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _bagging.cpython-313.pyc
                                    _base.cpython-313.pyc
                                    _forest.cpython-313.pyc
                                    _gb.cpython-313.pyc
                                    _iforest.cpython-313.pyc
                                    _stacking.cpython-313.pyc
                                    _voting.cpython-313.pyc
                                    _weight_boosting.cpython-313.pyc
                                _hist_gradient_boosting/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        binning.cpython-313.pyc
                                        gradient_boosting.cpython-313.pyc
                                        grower.cpython-313.pyc
                                        predictor.cpython-313.pyc
                                    tests/
                                        __init__.py
                                        test_binning.py
                                        test_bitset.py
                                        test_compare_lightgbm.py
                                        test_gradient_boosting.py
                                        test_grower.py
                                        test_histogram.py
                                        test_monotonic_constraints.py
                                        test_predictor.py
                                        test_splitting.py
                                        test_warm_start.py
                                    __init__.py
                                    _binning.cpython-313-darwin.so
                                    _binning.pyx
                                    _bitset.cpython-313-darwin.so
                                    _bitset.pxd
                                    _bitset.pyx
                                    _gradient_boosting.cpython-313-darwin.so
                                    _gradient_boosting.pyx
                                    _predictor.cpython-313-darwin.so
                                    _predictor.pyx
                                    binning.py
                                    common.cpython-313-darwin.so
                                    common.pxd
                                    common.pyx
                                    gradient_boosting.py
                                    grower.py
                                    histogram.cpython-313-darwin.so
                                    histogram.pyx
                                    meson.build
                                    predictor.py
                                    splitting.cpython-313-darwin.so
                                    splitting.pyx
                                    utils.py
                                tests/
                                    __init__.py
                                    test_bagging.py
                                    test_base.py
                                    test_common.py
                                    test_forest.py
                                    test_gradient_boosting.py
                                    test_iforest.py
                                    test_stacking.py
                                    test_voting.py
                                    test_weight_boosting.py
                                __init__.py
                                _bagging.py
                                _base.py
                                _forest.py
                                _gb.py
                                _gradient_boosting.cpython-313-darwin.so
                                _gradient_boosting.pyx
                                _iforest.py
                                _stacking.py
                                _voting.py
                                _weight_boosting.py
                                meson.build
                            experimental/
                                tests/
                                    __init__.py
                                    test_enable_hist_gradient_boosting.py
                                    test_enable_iterative_imputer.py
                                    test_enable_successive_halving.py
                                __init__.py
                                enable_halving_search_cv.py
                                enable_hist_gradient_boosting.py
                                enable_iterative_imputer.py
                            externals/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _array_api_compat_vendor.cpython-313.pyc
                                _packaging/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _structures.cpython-313.pyc
                                        version.cpython-313.pyc
                                    __init__.py
                                    _structures.py
                                    version.py
                                _scipy/
                                    sparse/
                                        csgraph/
                                            __init__.py
                                            _laplacian.py
                                        __init__.py
                                    __init__.py
                                array_api_compat/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _internal.cpython-313.pyc
                                    common/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _aliases.cpython-313.pyc
                                            _fft.cpython-313.pyc
                                            _helpers.cpython-313.pyc
                                            _linalg.cpython-313.pyc
                                            _typing.cpython-313.pyc
                                        __init__.py
                                        _aliases.py
                                        _fft.py
                                        _helpers.py
                                        _linalg.py
                                        _typing.py
                                    cupy/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    dask/
                                        array/
                                            __init__.py
                                            _aliases.py
                                            _info.py
                                            fft.py
                                            linalg.py
                                        __init__.py
                                    numpy/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _aliases.cpython-313.pyc
                                            _info.cpython-313.pyc
                                            _typing.cpython-313.pyc
                                            fft.cpython-313.pyc
                                            linalg.cpython-313.pyc
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    torch/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    __init__.py
                                    _internal.py
                                    LICENSE
                                    py.typed
                                    README.md
                                array_api_extra/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _delegation.cpython-313.pyc
                                    _lib/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _at.cpython-313.pyc
                                            _backends.cpython-313.pyc
                                            _funcs.cpython-313.pyc
                                            _lazy.cpython-313.pyc
                                        _utils/
                                            __pycache__/
                                                __init__.cpython-313.pyc
                                                _compat.cpython-313.pyc
                                                _helpers.cpython-313.pyc
                                                _typing.cpython-313.pyc
                                            __init__.py
                                            _compat.py
                                            _compat.pyi
                                            _helpers.py
                                            _typing.py
                                            _typing.pyi
                                        __init__.py
                                        _at.py
                                        _backends.py
                                        _funcs.py
                                        _lazy.py
                                        _testing.py
                                    __init__.py
                                    _delegation.py
                                    LICENSE
                                    py.typed
                                    README.md
                                    testing.py
                                __init__.py
                                _arff.py
                                _array_api_compat_vendor.py
                                conftest.py
                                README
                            feature_extraction/
                                tests/
                                    __init__.py
                                    test_dict_vectorizer.py
                                    test_feature_hasher.py
                                    test_image.py
                                    test_text.py
                                __init__.py
                                _dict_vectorizer.py
                                _hash.py
                                _hashing_fast.cpython-313-darwin.so
                                _hashing_fast.pyx
                                _stop_words.py
                                image.py
                                meson.build
                                text.py
                            feature_selection/
                                tests/
                                    __init__.py
                                    test_base.py
                                    test_chi2.py
                                    test_feature_select.py
                                    test_from_model.py
                                    test_mutual_info.py
                                    test_rfe.py
                                    test_sequential.py
                                    test_variance_threshold.py
                                __init__.py
                                _base.py
                                _from_model.py
                                _mutual_info.py
                                _rfe.py
                                _sequential.py
                                _univariate_selection.py
                                _variance_threshold.py
                            frozen/
                                tests/
                                    __init__.py
                                    test_frozen.py
                                __init__.py
                                _frozen.py
                            gaussian_process/
                                tests/
                                    __init__.py
                                    _mini_sequence_kernel.py
                                    test_gpc.py
                                    test_gpr.py
                                    test_kernels.py
                                __init__.py
                                _gpc.py
                                _gpr.py
                                kernels.py
                            impute/
                                tests/
                                    __init__.py
                                    test_base.py
                                    test_common.py
                                    test_impute.py
                                    test_knn.py
                                __init__.py
                                _base.py
                                _iterative.py
                                _knn.py
                            inspection/
                                _plot/
                                    tests/
                                        __init__.py
                                        test_boundary_decision_display.py
                                        test_plot_partial_dependence.py
                                    __init__.py
                                    decision_boundary.py
                                    partial_dependence.py
                                tests/
                                    __init__.py
                                    test_partial_dependence.py
                                    test_pd_utils.py
                                    test_permutation_importance.py
                                __init__.py
                                _partial_dependence.py
                                _pd_utils.py
                                _permutation_importance.py
                            linear_model/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _base.cpython-313.pyc
                                    _bayes.cpython-313.pyc
                                    _coordinate_descent.cpython-313.pyc
                                    _huber.cpython-313.pyc
                                    _least_angle.cpython-313.pyc
                                    _linear_loss.cpython-313.pyc
                                    _logistic.cpython-313.pyc
                                    _omp.cpython-313.pyc
                                    _passive_aggressive.cpython-313.pyc
                                    _perceptron.cpython-313.pyc
                                    _quantile.cpython-313.pyc
                                    _ransac.cpython-313.pyc
                                    _ridge.cpython-313.pyc
                                    _sag.cpython-313.pyc
                                    _stochastic_gradient.cpython-313.pyc
                                    _theil_sen.cpython-313.pyc
                                _glm/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _newton_solver.cpython-313.pyc
                                        glm.cpython-313.pyc
                                    tests/
                                        __init__.py
                                        test_glm.py
                                    __init__.py
                                    _newton_solver.py
                                    glm.py
                                tests/
                                    __init__.py
                                    test_base.py
                                    test_bayes.py
                                    test_common.py
                                    test_coordinate_descent.py
                                    test_huber.py
                                    test_least_angle.py
                                    test_linear_loss.py
                                    test_logistic.py
                                    test_omp.py
                                    test_passive_aggressive.py
                                    test_perceptron.py
                                    test_quantile.py
                                    test_ransac.py
                                    test_ridge.py
                                    test_sag.py
                                    test_sgd.py
                                    test_sparse_coordinate_descent.py
                                    test_theil_sen.py
                                __init__.py
                                _base.py
                                _bayes.py
                                _cd_fast.cpython-313-darwin.so
                                _cd_fast.pyx
                                _coordinate_descent.py
                                _huber.py
                                _least_angle.py
                                _linear_loss.py
                                _logistic.py
                                _omp.py
                                _passive_aggressive.py
                                _perceptron.py
                                _quantile.py
                                _ransac.py
                                _ridge.py
                                _sag.py
                                _sag_fast.cpython-313-darwin.so
                                _sag_fast.pyx.tp
                                _sgd_fast.cpython-313-darwin.so
                                _sgd_fast.pyx.tp
                                _stochastic_gradient.py
                                _theil_sen.py
                                meson.build
                            manifold/
                                tests/
                                    __init__.py
                                    test_isomap.py
                                    test_locally_linear.py
                                    test_mds.py
                                    test_spectral_embedding.py
                                    test_t_sne.py
                                __init__.py
                                _barnes_hut_tsne.cpython-313-darwin.so
                                _barnes_hut_tsne.pyx
                                _isomap.py
                                _locally_linear.py
                                _mds.py
                                _spectral_embedding.py
                                _t_sne.py
                                _utils.cpython-313-darwin.so
                                _utils.pyx
                                meson.build
                            metrics/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _base.cpython-313.pyc
                                    _classification.cpython-313.pyc
                                    _ranking.cpython-313.pyc
                                    _regression.cpython-313.pyc
                                    _scorer.cpython-313.pyc
                                    pairwise.cpython-313.pyc
                                _pairwise_distances_reduction/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _dispatcher.cpython-313.pyc
                                    __init__.py
                                    _argkmin.cpython-313-darwin.so
                                    _argkmin.pxd.tp
                                    _argkmin.pyx.tp
                                    _argkmin_classmode.cpython-313-darwin.so
                                    _argkmin_classmode.pyx.tp
                                    _base.cpython-313-darwin.so
                                    _base.pxd.tp
                                    _base.pyx.tp
                                    _classmode.pxd
                                    _datasets_pair.cpython-313-darwin.so
                                    _datasets_pair.pxd.tp
                                    _datasets_pair.pyx.tp
                                    _dispatcher.py
                                    _middle_term_computer.cpython-313-darwin.so
                                    _middle_term_computer.pxd.tp
                                    _middle_term_computer.pyx.tp
                                    _radius_neighbors.cpython-313-darwin.so
                                    _radius_neighbors.pxd.tp
                                    _radius_neighbors.pyx.tp
                                    _radius_neighbors_classmode.cpython-313-darwin.so
                                    _radius_neighbors_classmode.pyx.tp
                                    meson.build
                                _plot/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        confusion_matrix.cpython-313.pyc
                                        det_curve.cpython-313.pyc
                                        precision_recall_curve.cpython-313.pyc
                                        regression.cpython-313.pyc
                                        roc_curve.cpython-313.pyc
                                    tests/
                                        __init__.py
                                        test_common_curve_display.py
                                        test_confusion_matrix_display.py
                                        test_det_curve_display.py
                                        test_precision_recall_display.py
                                        test_predict_error_display.py
                                        test_roc_curve_display.py
                                    __init__.py
                                    confusion_matrix.py
                                    det_curve.py
                                    precision_recall_curve.py
                                    regression.py
                                    roc_curve.py
                                cluster/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _bicluster.cpython-313.pyc
                                        _supervised.cpython-313.pyc
                                        _unsupervised.cpython-313.pyc
                                    tests/
                                        __init__.py
                                        test_bicluster.py
                                        test_common.py
                                        test_supervised.py
                                        test_unsupervised.py
                                    __init__.py
                                    _bicluster.py
                                    _expected_mutual_info_fast.cpython-313-darwin.so
                                    _expected_mutual_info_fast.pyx
                                    _supervised.py
                                    _unsupervised.py
                                    meson.build
                                tests/
                                    __init__.py
                                    test_classification.py
                                    test_common.py
                                    test_dist_metrics.py
                                    test_pairwise.py
                                    test_pairwise_distances_reduction.py
                                    test_ranking.py
                                    test_regression.py
                                    test_score_objects.py
                                __init__.py
                                _base.py
                                _classification.py
                                _dist_metrics.cpython-313-darwin.so
                                _dist_metrics.pxd
                                _dist_metrics.pxd.tp
                                _dist_metrics.pyx.tp
                                _pairwise_fast.cpython-313-darwin.so
                                _pairwise_fast.pyx
                                _ranking.py
                                _regression.py
                                _scorer.py
                                meson.build
                                pairwise.py
                            mixture/
                                tests/
                                    __init__.py
                                    test_bayesian_mixture.py
                                    test_gaussian_mixture.py
                                    test_mixture.py
                                __init__.py
                                _base.py
                                _bayesian_mixture.py
                                _gaussian_mixture.py
                            model_selection/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _classification_threshold.cpython-313.pyc
                                    _plot.cpython-313.pyc
                                    _search.cpython-313.pyc
                                    _split.cpython-313.pyc
                                    _validation.cpython-313.pyc
                                tests/
                                    __init__.py
                                    common.py
                                    test_classification_threshold.py
                                    test_plot.py
                                    test_search.py
                                    test_split.py
                                    test_successive_halving.py
                                    test_validation.py
                                __init__.py
                                _classification_threshold.py
                                _plot.py
                                _search.py
                                _search_successive_halving.py
                                _split.py
                                _validation.py
                            neighbors/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _base.cpython-313.pyc
                                    _classification.cpython-313.pyc
                                    _graph.cpython-313.pyc
                                    _kde.cpython-313.pyc
                                    _lof.cpython-313.pyc
                                    _nca.cpython-313.pyc
                                    _nearest_centroid.cpython-313.pyc
                                    _regression.cpython-313.pyc
                                    _unsupervised.cpython-313.pyc
                                tests/
                                    __init__.py
                                    test_ball_tree.py
                                    test_graph.py
                                    test_kd_tree.py
                                    test_kde.py
                                    test_lof.py
                                    test_nca.py
                                    test_nearest_centroid.py
                                    test_neighbors.py
                                    test_neighbors_pipeline.py
                                    test_neighbors_tree.py
                                    test_quad_tree.py
                                __init__.py
                                _ball_tree.cpython-313-darwin.so
                                _ball_tree.pyx.tp
                                _base.py
                                _binary_tree.pxi.tp
                                _classification.py
                                _graph.py
                                _kd_tree.cpython-313-darwin.so
                                _kd_tree.pyx.tp
                                _kde.py
                                _lof.py
                                _nca.py
                                _nearest_centroid.py
                                _partition_nodes.cpython-313-darwin.so
                                _partition_nodes.pxd
                                _partition_nodes.pyx
                                _quad_tree.cpython-313-darwin.so
                                _quad_tree.pxd
                                _quad_tree.pyx
                                _regression.py
                                _unsupervised.py
                                meson.build
                            neural_network/
                                tests/
                                    __init__.py
                                    test_base.py
                                    test_mlp.py
                                    test_rbm.py
                                    test_stochastic_optimizers.py
                                __init__.py
                                _base.py
                                _multilayer_perceptron.py
                                _rbm.py
                                _stochastic_optimizers.py
                            preprocessing/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _data.cpython-313.pyc
                                    _discretization.cpython-313.pyc
                                    _encoders.cpython-313.pyc
                                    _function_transformer.cpython-313.pyc
                                    _label.cpython-313.pyc
                                    _polynomial.cpython-313.pyc
                                    _target_encoder.cpython-313.pyc
                                tests/
                                    __init__.py
                                    test_common.py
                                    test_data.py
                                    test_discretization.py
                                    test_encoders.py
                                    test_function_transformer.py
                                    test_label.py
                                    test_polynomial.py
                                    test_target_encoder.py
                                __init__.py
                                _csr_polynomial_expansion.cpython-313-darwin.so
                                _csr_polynomial_expansion.pyx
                                _data.py
                                _discretization.py
                                _encoders.py
                                _function_transformer.py
                                _label.py
                                _polynomial.py
                                _target_encoder.py
                                _target_encoder_fast.cpython-313-darwin.so
                                _target_encoder_fast.pyx
                                meson.build
                            semi_supervised/
                                tests/
                                    __init__.py
                                    test_label_propagation.py
                                    test_self_training.py
                                __init__.py
                                _label_propagation.py
                                _self_training.py
                            svm/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _base.cpython-313.pyc
                                    _bounds.cpython-313.pyc
                                    _classes.cpython-313.pyc
                                src/
                                    liblinear/
                                        _cython_blas_helpers.h
                                        COPYRIGHT
                                        liblinear_helper.c
                                        linear.cpp
                                        linear.h
                                        tron.cpp
                                        tron.h
                                    libsvm/
                                        _svm_cython_blas_helpers.h
                                        LIBSVM_CHANGES
                                        libsvm_helper.c
                                        libsvm_sparse_helper.c
                                        libsvm_template.cpp
                                        svm.cpp
                                        svm.h
                                    newrand/
                                        newrand.h
                                tests/
                                    __init__.py
                                    test_bounds.py
                                    test_sparse.py
                                    test_svm.py
                                __init__.py
                                _base.py
                                _bounds.py
                                _classes.py
                                _liblinear.cpython-313-darwin.so
                                _liblinear.pxi
                                _liblinear.pyx
                                _libsvm.cpython-313-darwin.so
                                _libsvm.pxi
                                _libsvm.pyx
                                _libsvm_sparse.cpython-313-darwin.so
                                _libsvm_sparse.pyx
                                _newrand.cpython-313-darwin.so
                                _newrand.pyx
                                meson.build
                            tests/
                                __init__.py
                                metadata_routing_common.py
                                test_base.py
                                test_build.py
                                test_calibration.py
                                test_check_build.py
                                test_common.py
                                test_config.py
                                test_discriminant_analysis.py
                                test_docstring_parameters.py
                                test_docstring_parameters_consistency.py
                                test_docstrings.py
                                test_dummy.py
                                test_init.py
                                test_isotonic.py
                                test_kernel_approximation.py
                                test_kernel_ridge.py
                                test_metadata_routing.py
                                test_metaestimators.py
                                test_metaestimators_metadata_routing.py
                                test_min_dependencies_readme.py
                                test_multiclass.py
                                test_multioutput.py
                                test_naive_bayes.py
                                test_pipeline.py
                                test_public_functions.py
                                test_random_projection.py
                            tree/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _classes.cpython-313.pyc
                                    _export.cpython-313.pyc
                                    _reingold_tilford.cpython-313.pyc
                                tests/
                                    __init__.py
                                    test_export.py
                                    test_monotonic_tree.py
                                    test_reingold_tilford.py
                                    test_tree.py
                                __init__.py
                                _classes.py
                                _criterion.cpython-313-darwin.so
                                _criterion.pxd
                                _criterion.pyx
                                _export.py
                                _partitioner.cpython-313-darwin.so
                                _partitioner.pxd
                                _partitioner.pyx
                                _reingold_tilford.py
                                _splitter.cpython-313-darwin.so
                                _splitter.pxd
                                _splitter.pyx
                                _tree.cpython-313-darwin.so
                                _tree.pxd
                                _tree.pyx
                                _utils.cpython-313-darwin.so
                                _utils.pxd
                                _utils.pyx
                                meson.build
                            utils/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _arpack.cpython-313.pyc
                                    _array_api.cpython-313.pyc
                                    _available_if.cpython-313.pyc
                                    _bunch.cpython-313.pyc
                                    _chunking.cpython-313.pyc
                                    _encode.cpython-313.pyc
                                    _indexing.cpython-313.pyc
                                    _mask.cpython-313.pyc
                                    _metadata_requests.cpython-313.pyc
                                    _missing.cpython-313.pyc
                                    _optional_dependencies.cpython-313.pyc
                                    _param_validation.cpython-313.pyc
                                    _plotting.cpython-313.pyc
                                    _response.cpython-313.pyc
                                    _set_output.cpython-313.pyc
                                    _show_versions.cpython-313.pyc
                                    _tags.cpython-313.pyc
                                    _unique.cpython-313.pyc
                                    _user_interface.cpython-313.pyc
                                    class_weight.cpython-313.pyc
                                    deprecation.cpython-313.pyc
                                    discovery.cpython-313.pyc
                                    extmath.cpython-313.pyc
                                    fixes.cpython-313.pyc
                                    metadata_routing.cpython-313.pyc
                                    metaestimators.cpython-313.pyc
                                    multiclass.cpython-313.pyc
                                    optimize.cpython-313.pyc
                                    parallel.cpython-313.pyc
                                    random.cpython-313.pyc
                                    sparsefuncs.cpython-313.pyc
                                    stats.cpython-313.pyc
                                    validation.cpython-313.pyc
                                _repr_html/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        base.cpython-313.pyc
                                        estimator.cpython-313.pyc
                                        params.cpython-313.pyc
                                    tests/
                                        __init__.py
                                        test_estimator.py
                                        test_params.py
                                    __init__.py
                                    base.py
                                    estimator.css
                                    estimator.js
                                    estimator.py
                                    params.css
                                    params.py
                                _test_common/
                                    __init__.py
                                    instance_generator.py
                                src/
                                    MurmurHash3.cpp
                                    MurmurHash3.h
                                tests/
                                    __init__.py
                                    test_arpack.py
                                    test_array_api.py
                                    test_arrayfuncs.py
                                    test_bunch.py
                                    test_chunking.py
                                    test_class_weight.py
                                    test_cython_blas.py
                                    test_deprecation.py
                                    test_encode.py
                                    test_estimator_checks.py
                                    test_estimator_html_repr.py
                                    test_extmath.py
                                    test_fast_dict.py
                                    test_fixes.py
                                    test_graph.py
                                    test_indexing.py
                                    test_mask.py
                                    test_metaestimators.py
                                    test_missing.py
                                    test_mocking.py
                                    test_multiclass.py
                                    test_murmurhash.py
                                    test_optimize.py
                                    test_parallel.py
                                    test_param_validation.py
                                    test_plotting.py
                                    test_pprint.py
                                    test_random.py
                                    test_response.py
                                    test_seq_dataset.py
                                    test_set_output.py
                                    test_shortest_path.py
                                    test_show_versions.py
                                    test_sparsefuncs.py
                                    test_stats.py
                                    test_tags.py
                                    test_testing.py
                                    test_typedefs.py
                                    test_unique.py
                                    test_user_interface.py
                                    test_validation.py
                                    test_weight_vector.py
                                __init__.py
                                _arpack.py
                                _array_api.py
                                _available_if.py
                                _bunch.py
                                _chunking.py
                                _cython_blas.cpython-313-darwin.so
                                _cython_blas.pxd
                                _cython_blas.pyx
                                _encode.py
                                _estimator_html_repr.py
                                _fast_dict.cpython-313-darwin.so
                                _fast_dict.pxd
                                _fast_dict.pyx
                                _heap.cpython-313-darwin.so
                                _heap.pxd
                                _heap.pyx
                                _indexing.py
                                _isfinite.cpython-313-darwin.so
                                _isfinite.pyx
                                _mask.py
                                _metadata_requests.py
                                _missing.py
                                _mocking.py
                                _openmp_helpers.cpython-313-darwin.so
                                _openmp_helpers.pxd
                                _openmp_helpers.pyx
                                _optional_dependencies.py
                                _param_validation.py
                                _plotting.py
                                _pprint.py
                                _random.cpython-313-darwin.so
                                _random.pxd
                                _random.pyx
                                _response.py
                                _seq_dataset.cpython-313-darwin.so
                                _seq_dataset.pxd.tp
                                _seq_dataset.pyx.tp
                                _set_output.py
                                _show_versions.py
                                _sorting.cpython-313-darwin.so
                                _sorting.pxd
                                _sorting.pyx
                                _tags.py
                                _testing.py
                                _typedefs.cpython-313-darwin.so
                                _typedefs.pxd
                                _typedefs.pyx
                                _unique.py
                                _user_interface.py
                                _vector_sentinel.cpython-313-darwin.so
                                _vector_sentinel.pxd
                                _vector_sentinel.pyx
                                _weight_vector.cpython-313-darwin.so
                                _weight_vector.pxd.tp
                                _weight_vector.pyx.tp
                                arrayfuncs.cpython-313-darwin.so
                                arrayfuncs.pyx
                                class_weight.py
                                deprecation.py
                                discovery.py
                                estimator_checks.py
                                extmath.py
                                fixes.py
                                graph.py
                                meson.build
                                metadata_routing.py
                                metaestimators.py
                                multiclass.py
                                murmurhash.cpython-313-darwin.so
                                murmurhash.pxd
                                murmurhash.pyx
                                optimize.py
                                parallel.py
                                random.py
                                sparsefuncs.py
                                sparsefuncs_fast.cpython-313-darwin.so
                                sparsefuncs_fast.pyx
                                stats.py
                                validation.py
                            __init__.py
                            _built_with_meson.py
                            _config.py
                            _cyutility.cpython-313-darwin.so
                            _distributor_init.py
                            _isotonic.cpython-313-darwin.so
                            _isotonic.pyx
                            _min_dependencies.py
                            base.py
                            calibration.py
                            conftest.py
                            discriminant_analysis.py
                            dummy.py
                            exceptions.py
                            isotonic.py
                            kernel_approximation.py
                            kernel_ridge.py
                            meson.build
                            multiclass.py
                            multioutput.py
                            naive_bayes.py
                            pipeline.py
                            random_projection.py
                        sniffio/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _impl.cpython-313.pyc
                                _version.cpython-313.pyc
                            _tests/
                                __init__.py
                                test_sniffio.py
                            __init__.py
                            _impl.py
                            _version.py
                            py.typed
                        sniffio-1.3.1.dist-info/
                            INSTALLER
                            LICENSE
                            LICENSE.APACHE2
                            LICENSE.MIT
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        sortedcontainers/
                            __pycache__/
                                __init__.cpython-313.pyc
                                sorteddict.cpython-313.pyc
                                sortedlist.cpython-313.pyc
                                sortedset.cpython-313.pyc
                            __init__.py
                            sorteddict.py
                            sortedlist.py
                            sortedset.py
                        sortedcontainers-2.4.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        soupsieve/
                            __init__.py
                            __meta__.py
                            css_match.py
                            css_parser.py
                            css_types.py
                            pretty.py
                            py.typed
                            util.py
                        soupsieve-2.7.dist-info/
                            licenses/
                                LICENSE.md
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        stack_data/
                            __pycache__/
                                __init__.cpython-313.pyc
                                core.cpython-313.pyc
                                formatting.cpython-313.pyc
                                serializing.cpython-313.pyc
                                utils.cpython-313.pyc
                                version.cpython-313.pyc
                            __init__.py
                            core.py
                            formatting.py
                            py.typed
                            serializing.py
                            utils.py
                            version.py
                        stack_data-0.6.3.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        tblib/
                            __pycache__/
                                __init__.cpython-313.pyc
                                pickling_support.cpython-313.pyc
                            __init__.py
                            decorators.py
                            pickling_support.py
                        tblib-3.1.0.dist-info/
                            licenses/
                                AUTHORS.rst
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        terminado/
                            _static/
                                terminado.js
                            __init__.py
                            _version.py
                            management.py
                            py.typed
                            uimod_embed.js
                            uimodule.py
                            websocket.py
                        terminado-0.18.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        texttable-1.7.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        threadpoolctl-3.6.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        tinycss2/
                            __init__.py
                            ast.py
                            bytes.py
                            color3.py
                            color4.py
                            nth.py
                            parser.py
                            serializer.py
                            tokenizer.py
                        tinycss2-1.4.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        tlz/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _build_tlz.cpython-313.pyc
                            __init__.py
                            _build_tlz.py
                        tomli/
                            __init__.cpython-313-darwin.so
                            __init__.py
                            _parser.cpython-313-darwin.so
                            _parser.py
                            _re.cpython-313-darwin.so
                            _re.py
                            _types.cpython-313-darwin.so
                            _types.py
                            py.typed
                        tomli-2.2.1.dist-info/
                            INSTALLER
                            LICENSE
                            LICENSE-HEADER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        tomlkit/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _compat.cpython-313.pyc
                                _types.cpython-313.pyc
                                _utils.cpython-313.pyc
                                api.cpython-313.pyc
                                container.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                items.cpython-313.pyc
                                parser.cpython-313.pyc
                                source.cpython-313.pyc
                                toml_char.cpython-313.pyc
                                toml_document.cpython-313.pyc
                            __init__.py
                            _compat.py
                            _types.py
                            _utils.py
                            api.py
                            container.py
                            exceptions.py
                            items.py
                            parser.py
                            py.typed
                            source.py
                            toml_char.py
                            toml_document.py
                            toml_file.py
                        tomlkit-0.13.3.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        toolz/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _signatures.cpython-313.pyc
                                _version.cpython-313.pyc
                                dicttoolz.cpython-313.pyc
                                functoolz.cpython-313.pyc
                                itertoolz.cpython-313.pyc
                                recipes.cpython-313.pyc
                                utils.cpython-313.pyc
                            curried/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    exceptions.cpython-313.pyc
                                    operator.cpython-313.pyc
                                __init__.py
                                exceptions.py
                                operator.py
                            sandbox/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    core.cpython-313.pyc
                                    parallel.cpython-313.pyc
                                __init__.py
                                core.py
                                parallel.py
                            tests/
                                test_compatibility.py
                                test_curried.py
                                test_curried_doctests.py
                                test_dicttoolz.py
                                test_functoolz.py
                                test_inspect_args.py
                                test_itertoolz.py
                                test_recipes.py
                                test_serialization.py
                                test_signatures.py
                                test_tlz.py
                                test_utils.py
                            __init__.py
                            _signatures.py
                            _version.py
                            compatibility.py
                            dicttoolz.py
                            functoolz.py
                            itertoolz.py
                            recipes.py
                            utils.py
                        toolz-1.0.0.dist-info/
                            AUTHORS.md
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        tornado/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _locale_data.cpython-313.pyc
                                concurrent.cpython-313.pyc
                                escape.cpython-313.pyc
                                gen.cpython-313.pyc
                                http1connection.cpython-313.pyc
                                httpclient.cpython-313.pyc
                                httpserver.cpython-313.pyc
                                httputil.cpython-313.pyc
                                ioloop.cpython-313.pyc
                                iostream.cpython-313.pyc
                                locale.cpython-313.pyc
                                locks.cpython-313.pyc
                                log.cpython-313.pyc
                                netutil.cpython-313.pyc
                                process.cpython-313.pyc
                                queues.cpython-313.pyc
                                routing.cpython-313.pyc
                                simple_httpclient.cpython-313.pyc
                                tcpclient.cpython-313.pyc
                                tcpserver.cpython-313.pyc
                                template.cpython-313.pyc
                                util.cpython-313.pyc
                                web.cpython-313.pyc
                                websocket.cpython-313.pyc
                            platform/
                                __init__.py
                                asyncio.py
                                caresresolver.py
                                twisted.py
                            test/
                                csv_translations/
                                    fr_FR.csv
                                gettext_translations/
                                    fr_FR/
                                        LC_MESSAGES/
                                            tornado_test.mo
                                            tornado_test.po
                                static/
                                    dir/
                                        index.html
                                    robots.txt
                                    sample.xml
                                    sample.xml.bz2
                                    sample.xml.gz
                                templates/
                                    utf8.html
                                __init__.py
                                __main__.py
                                asyncio_test.py
                                auth_test.py
                                autoreload_test.py
                                circlerefs_test.py
                                concurrent_test.py
                                curl_httpclient_test.py
                                escape_test.py
                                gen_test.py
                                http1connection_test.py
                                httpclient_test.py
                                httpserver_test.py
                                httputil_test.py
                                import_test.py
                                ioloop_test.py
                                iostream_test.py
                                locale_test.py
                                locks_test.py
                                log_test.py
                                netutil_test.py
                                options_test.cfg
                                options_test.py
                                options_test_types.cfg
                                options_test_types_str.cfg
                                process_test.py
                                queues_test.py
                                resolve_test_helper.py
                                routing_test.py
                                runtests.py
                                simple_httpclient_test.py
                                static_foo.txt
                                tcpclient_test.py
                                tcpserver_test.py
                                template_test.py
                                test.crt
                                test.key
                                testing_test.py
                                twisted_test.py
                                util.py
                                util_test.py
                                web_test.py
                                websocket_test.py
                                wsgi_test.py
                            __init__.py
                            __init__.pyi
                            _locale_data.py
                            auth.py
                            autoreload.py
                            concurrent.py
                            curl_httpclient.py
                            escape.py
                            gen.py
                            http1connection.py
                            httpclient.py
                            httpserver.py
                            httputil.py
                            ioloop.py
                            iostream.py
                            locale.py
                            locks.py
                            log.py
                            netutil.py
                            options.py
                            process.py
                            py.typed
                            queues.py
                            routing.py
                            simple_httpclient.py
                            speedups.abi3.so
                            speedups.pyi
                            tcpclient.py
                            tcpserver.py
                            template.py
                            testing.py
                            util.py
                            web.py
                            websocket.py
                            wsgi.py
                        tornado-6.5.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        traitlets/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _version.cpython-313.pyc
                                traitlets.cpython-313.pyc
                            config/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    application.cpython-313.pyc
                                    configurable.cpython-313.pyc
                                    loader.cpython-313.pyc
                                __init__.py
                                application.py
                                argcomplete_config.py
                                configurable.py
                                loader.py
                                manager.py
                                sphinxdoc.py
                            tests/
                                __init__.py
                                test_traitlets.py
                                utils.py
                            utils/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    bunch.cpython-313.pyc
                                    decorators.cpython-313.pyc
                                    descriptions.cpython-313.pyc
                                    getargspec.cpython-313.pyc
                                    importstring.cpython-313.pyc
                                    nested_update.cpython-313.pyc
                                    sentinel.cpython-313.pyc
                                    text.cpython-313.pyc
                                    warnings.cpython-313.pyc
                                __init__.py
                                bunch.py
                                decorators.py
                                descriptions.py
                                getargspec.py
                                importstring.py
                                nested_update.py
                                sentinel.py
                                text.py
                                warnings.py
                            __init__.py
                            _version.py
                            log.py
                            py.typed
                            traitlets.py
                        traitlets-5.14.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        types_python_dateutil-2.9.0.20250708.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        typing_extensions-4.14.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        typing_inspection/
                            __pycache__/
                                __init__.cpython-313.pyc
                                introspection.cpython-313.pyc
                                typing_objects.cpython-313.pyc
                            __init__.py
                            introspection.py
                            py.typed
                            typing_objects.py
                            typing_objects.pyi
                        typing_inspection-0.4.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        tzdata/
                            zoneinfo/
                                Africa/
                                    __init__.py
                                    Abidjan
                                    Accra
                                    Addis_Ababa
                                    Algiers
                                    Asmara
                                    Asmera
                                    Bamako
                                    Bangui
                                    Banjul
                                    Bissau
                                    Blantyre
                                    Brazzaville
                                    Bujumbura
                                    Cairo
                                    Casablanca
                                    Ceuta
                                    Conakry
                                    Dakar
                                    Dar_es_Salaam
                                    Djibouti
                                    Douala
                                    El_Aaiun
                                    Freetown
                                    Gaborone
                                    Harare
                                    Johannesburg
                                    Juba
                                    Kampala
                                    Khartoum
                                    Kigali
                                    Kinshasa
                                    Lagos
                                    Libreville
                                    Lome
                                    Luanda
                                    Lubumbashi
                                    Lusaka
                                    Malabo
                                    Maputo
                                    Maseru
                                    Mbabane
                                    Mogadishu
                                    Monrovia
                                    Nairobi
                                    Ndjamena
                                    Niamey
                                    Nouakchott
                                    Ouagadougou
                                    Porto-Novo
                                    Sao_Tome
                                    Timbuktu
                                    Tripoli
                                    Tunis
                                    Windhoek
                                America/
                                    Argentina/
                                        __init__.py
                                        Buenos_Aires
                                        Catamarca
                                        ComodRivadavia
                                        Cordoba
                                        Jujuy
                                        La_Rioja
                                        Mendoza
                                        Rio_Gallegos
                                        Salta
                                        San_Juan
                                        San_Luis
                                        Tucuman
                                        Ushuaia
                                    Indiana/
                                        __init__.py
                                        Indianapolis
                                        Knox
                                        Marengo
                                        Petersburg
                                        Tell_City
                                        Vevay
                                        Vincennes
                                        Winamac
                                    Kentucky/
                                        __init__.py
                                        Louisville
                                        Monticello
                                    North_Dakota/
                                        __init__.py
                                        Beulah
                                        Center
                                        New_Salem
                                    __init__.py
                                    Adak
                                    Anchorage
                                    Anguilla
                                    Antigua
                                    Araguaina
                                    Aruba
                                    Asuncion
                                    Atikokan
                                    Atka
                                    Bahia
                                    Bahia_Banderas
                                    Barbados
                                    Belem
                                    Belize
                                    Blanc-Sablon
                                    Boa_Vista
                                    Bogota
                                    Boise
                                    Buenos_Aires
                                    Cambridge_Bay
                                    Campo_Grande
                                    Cancun
                                    Caracas
                                    Catamarca
                                    Cayenne
                                    Cayman
                                    Chicago
                                    Chihuahua
                                    Ciudad_Juarez
                                    Coral_Harbour
                                    Cordoba
                                    Costa_Rica
                                    Coyhaique
                                    Creston
                                    Cuiaba
                                    Curacao
                                    Danmarkshavn
                                    Dawson
                                    Dawson_Creek
                                    Denver
                                    Detroit
                                    Dominica
                                    Edmonton
                                    Eirunepe
                                    El_Salvador
                                    Ensenada
                                    Fort_Nelson
                                    Fort_Wayne
                                    Fortaleza
                                    Glace_Bay
                                    Godthab
                                    Goose_Bay
                                    Grand_Turk
                                    Grenada
                                    Guadeloupe
                                    Guatemala
                                    Guayaquil
                                    Guyana
                                    Halifax
                                    Havana
                                    Hermosillo
                                    Indianapolis
                                    Inuvik
                                    Iqaluit
                                    Jamaica
                                    Jujuy
                                    Juneau
                                    Knox_IN
                                    Kralendijk
                                    La_Paz
                                    Lima
                                    Los_Angeles
                                    Louisville
                                    Lower_Princes
                                    Maceio
                                    Managua
                                    Manaus
                                    Marigot
                                    Martinique
                                    Matamoros
                                    Mazatlan
                                    Mendoza
                                    Menominee
                                    Merida
                                    Metlakatla
                                    Mexico_City
                                    Miquelon
                                    Moncton
                                    Monterrey
                                    Montevideo
                                    Montreal
                                    Montserrat
                                    Nassau
                                    New_York
                                    Nipigon
                                    Nome
                                    Noronha
                                    Nuuk
                                    Ojinaga
                                    Panama
                                    Pangnirtung
                                    Paramaribo
                                    Phoenix
                                    Port-au-Prince
                                    Port_of_Spain
                                    Porto_Acre
                                    Porto_Velho
                                    Puerto_Rico
                                    Punta_Arenas
                                    Rainy_River
                                    Rankin_Inlet
                                    Recife
                                    Regina
                                    Resolute
                                    Rio_Branco
                                    Rosario
                                    Santa_Isabel
                                    Santarem
                                    Santiago
                                    Santo_Domingo
                                    Sao_Paulo
                                    Scoresbysund
                                    Shiprock
                                    Sitka
                                    St_Barthelemy
                                    St_Johns
                                    St_Kitts
                                    St_Lucia
                                    St_Thomas
                                    St_Vincent
                                    Swift_Current
                                    Tegucigalpa
                                    Thule
                                    Thunder_Bay
                                    Tijuana
                                    Toronto
                                    Tortola
                                    Vancouver
                                    Virgin
                                    Whitehorse
                                    Winnipeg
                                    Yakutat
                                    Yellowknife
                                Antarctica/
                                    __init__.py
                                    Casey
                                    Davis
                                    DumontDUrville
                                    Macquarie
                                    Mawson
                                    McMurdo
                                    Palmer
                                    Rothera
                                    South_Pole
                                    Syowa
                                    Troll
                                    Vostok
                                Arctic/
                                    __init__.py
                                    Longyearbyen
                                Asia/
                                    __init__.py
                                    Aden
                                    Almaty
                                    Amman
                                    Anadyr
                                    Aqtau
                                    Aqtobe
                                    Ashgabat
                                    Ashkhabad
                                    Atyrau
                                    Baghdad
                                    Bahrain
                                    Baku
                                    Bangkok
                                    Barnaul
                                    Beirut
                                    Bishkek
                                    Brunei
                                    Calcutta
                                    Chita
                                    Choibalsan
                                    Chongqing
                                    Chungking
                                    Colombo
                                    Dacca
                                    Damascus
                                    Dhaka
                                    Dili
                                    Dubai
                                    Dushanbe
                                    Famagusta
                                    Gaza
                                    Harbin
                                    Hebron
                                    Ho_Chi_Minh
                                    Hong_Kong
                                    Hovd
                                    Irkutsk
                                    Istanbul
                                    Jakarta
                                    Jayapura
                                    Jerusalem
                                    Kabul
                                    Kamchatka
                                    Karachi
                                    Kashgar
                                    Kathmandu
                                    Katmandu
                                    Khandyga
                                    Kolkata
                                    Krasnoyarsk
                                    Kuala_Lumpur
                                    Kuching
                                    Kuwait
                                    Macao
                                    Macau
                                    Magadan
                                    Makassar
                                    Manila
                                    Muscat
                                    Nicosia
                                    Novokuznetsk
                                    Novosibirsk
                                    Omsk
                                    Oral
                                    Phnom_Penh
                                    Pontianak
                                    Pyongyang
                                    Qatar
                                    Qostanay
                                    Qyzylorda
                                    Rangoon
                                    Riyadh
                                    Saigon
                                    Sakhalin
                                    Samarkand
                                    Seoul
                                    Shanghai
                                    Singapore
                                    Srednekolymsk
                                    Taipei
                                    Tashkent
                                    Tbilisi
                                    Tehran
                                    Tel_Aviv
                                    Thimbu
                                    Thimphu
                                    Tokyo
                                    Tomsk
                                    Ujung_Pandang
                                    Ulaanbaatar
                                    Ulan_Bator
                                    Urumqi
                                    Ust-Nera
                                    Vientiane
                                    Vladivostok
                                    Yakutsk
                                    Yangon
                                    Yekaterinburg
                                    Yerevan
                                Atlantic/
                                    __init__.py
                                    Azores
                                    Bermuda
                                    Canary
                                    Cape_Verde
                                    Faeroe
                                    Faroe
                                    Jan_Mayen
                                    Madeira
                                    Reykjavik
                                    South_Georgia
                                    St_Helena
                                    Stanley
                                Australia/
                                    __init__.py
                                    ACT
                                    Adelaide
                                    Brisbane
                                    Broken_Hill
                                    Canberra
                                    Currie
                                    Darwin
                                    Eucla
                                    Hobart
                                    LHI
                                    Lindeman
                                    Lord_Howe
                                    Melbourne
                                    North
                                    NSW
                                    Perth
                                    Queensland
                                    South
                                    Sydney
                                    Tasmania
                                    Victoria
                                    West
                                    Yancowinna
                                Brazil/
                                    __init__.py
                                    Acre
                                    DeNoronha
                                    East
                                    West
                                Canada/
                                    __init__.py
                                    Atlantic
                                    Central
                                    Eastern
                                    Mountain
                                    Newfoundland
                                    Pacific
                                    Saskatchewan
                                    Yukon
                                Chile/
                                    __init__.py
                                    Continental
                                    EasterIsland
                                Etc/
                                    __init__.py
                                    GMT
                                    GMT+0
                                    GMT+1
                                    GMT+10
                                    GMT+11
                                    GMT+12
                                    GMT+2
                                    GMT+3
                                    GMT+4
                                    GMT+5
                                    GMT+6
                                    GMT+7
                                    GMT+8
                                    GMT+9
                                    GMT-0
                                    GMT-1
                                    GMT-10
                                    GMT-11
                                    GMT-12
                                    GMT-13
                                    GMT-14
                                    GMT-2
                                    GMT-3
                                    GMT-4
                                    GMT-5
                                    GMT-6
                                    GMT-7
                                    GMT-8
                                    GMT-9
                                    GMT0
                                    Greenwich
                                    UCT
                                    Universal
                                    UTC
                                    Zulu
                                Europe/
                                    __init__.py
                                    Amsterdam
                                    Andorra
                                    Astrakhan
                                    Athens
                                    Belfast
                                    Belgrade
                                    Berlin
                                    Bratislava
                                    Brussels
                                    Bucharest
                                    Budapest
                                    Busingen
                                    Chisinau
                                    Copenhagen
                                    Dublin
                                    Gibraltar
                                    Guernsey
                                    Helsinki
                                    Isle_of_Man
                                    Istanbul
                                    Jersey
                                    Kaliningrad
                                    Kiev
                                    Kirov
                                    Kyiv
                                    Lisbon
                                    Ljubljana
                                    London
                                    Luxembourg
                                    Madrid
                                    Malta
                                    Mariehamn
                                    Minsk
                                    Monaco
                                    Moscow
                                    Nicosia
                                    Oslo
                                    Paris
                                    Podgorica
                                    Prague
                                    Riga
                                    Rome
                                    Samara
                                    San_Marino
                                    Sarajevo
                                    Saratov
                                    Simferopol
                                    Skopje
                                    Sofia
                                    Stockholm
                                    Tallinn
                                    Tirane
                                    Tiraspol
                                    Ulyanovsk
                                    Uzhgorod
                                    Vaduz
                                    Vatican
                                    Vienna
                                    Vilnius
                                    Volgograd
                                    Warsaw
                                    Zagreb
                                    Zaporozhye
                                    Zurich
                                Indian/
                                    __init__.py
                                    Antananarivo
                                    Chagos
                                    Christmas
                                    Cocos
                                    Comoro
                                    Kerguelen
                                    Mahe
                                    Maldives
                                    Mauritius
                                    Mayotte
                                    Reunion
                                Mexico/
                                    __init__.py
                                    BajaNorte
                                    BajaSur
                                    General
                                Pacific/
                                    __init__.py
                                    Apia
                                    Auckland
                                    Bougainville
                                    Chatham
                                    Chuuk
                                    Easter
                                    Efate
                                    Enderbury
                                    Fakaofo
                                    Fiji
                                    Funafuti
                                    Galapagos
                                    Gambier
                                    Guadalcanal
                                    Guam
                                    Honolulu
                                    Johnston
                                    Kanton
                                    Kiritimati
                                    Kosrae
                                    Kwajalein
                                    Majuro
                                    Marquesas
                                    Midway
                                    Nauru
                                    Niue
                                    Norfolk
                                    Noumea
                                    Pago_Pago
                                    Palau
                                    Pitcairn
                                    Pohnpei
                                    Ponape
                                    Port_Moresby
                                    Rarotonga
                                    Saipan
                                    Samoa
                                    Tahiti
                                    Tarawa
                                    Tongatapu
                                    Truk
                                    Wake
                                    Wallis
                                    Yap
                                US/
                                    __init__.py
                                    Alaska
                                    Aleutian
                                    Arizona
                                    Central
                                    East-Indiana
                                    Eastern
                                    Hawaii
                                    Indiana-Starke
                                    Michigan
                                    Mountain
                                    Pacific
                                    Samoa
                                __init__.py
                                CET
                                CST6CDT
                                Cuba
                                EET
                                Egypt
                                Eire
                                EST
                                EST5EDT
                                Factory
                                GB
                                GB-Eire
                                GMT
                                GMT+0
                                GMT-0
                                GMT0
                                Greenwich
                                Hongkong
                                HST
                                Iceland
                                Iran
                                iso3166.tab
                                Israel
                                Jamaica
                                Japan
                                Kwajalein
                                leapseconds
                                Libya
                                MET
                                MST
                                MST7MDT
                                Navajo
                                NZ
                                NZ-CHAT
                                Poland
                                Portugal
                                PRC
                                PST8PDT
                                ROC
                                ROK
                                Singapore
                                Turkey
                                tzdata.zi
                                UCT
                                Universal
                                UTC
                                W-SU
                                WET
                                zone.tab
                                zone1970.tab
                                zonenow.tab
                                Zulu
                            __init__.py
                            zones
                        tzdata-2025.2.dist-info/
                            licenses/
                                licenses/
                                    LICENSE_APACHE
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        uri_template/
                            __init__.py
                            charset.py
                            expansions.py
                            py.typed
                            uritemplate.py
                            variable.py
                        uri_template-1.3.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        url_normalize/
                            __init__.py
                            cli.py
                            generic_url_cleanup.py
                            normalize_fragment.py
                            normalize_host.py
                            normalize_path.py
                            normalize_port.py
                            normalize_query.py
                            normalize_scheme.py
                            normalize_userinfo.py
                            param_allowlist.py
                            provide_url_domain.py
                            provide_url_scheme.py
                            py.typed
                            tools.py
                            url_normalize.py
                        url_normalize-2.2.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        urllib3/
                            contrib/
                                emscripten/
                                    __init__.py
                                    connection.py
                                    emscripten_fetch_worker.js
                                    fetch.py
                                    request.py
                                    response.py
                                __init__.py
                                pyopenssl.py
                                socks.py
                            http2/
                                __init__.py
                                connection.py
                                probe.py
                            util/
                                __init__.py
                                connection.py
                                proxy.py
                                request.py
                                response.py
                                retry.py
                                ssl_.py
                                ssl_match_hostname.py
                                ssltransport.py
                                timeout.py
                                url.py
                                util.py
                                wait.py
                            __init__.py
                            _base_connection.py
                            _collections.py
                            _request_methods.py
                            _version.py
                            connection.py
                            connectionpool.py
                            exceptions.py
                            fields.py
                            filepost.py
                            poolmanager.py
                            py.typed
                            response.py
                        urllib3-2.5.0.dist-info/
                            licenses/
                                LICENSE.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        uv/
                            __init__.py
                            __main__.py
                            _find_uv.py
                            py.typed
                        uv-0.8.5.dist-info/
                            licenses/
                                LICENSE-APACHE
                                LICENSE-MIT
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        wcwidth/
                            __pycache__/
                                __init__.cpython-313.pyc
                                table_vs16.cpython-313.pyc
                                table_wide.cpython-313.pyc
                                table_zero.cpython-313.pyc
                                unicode_versions.cpython-313.pyc
                                wcwidth.cpython-313.pyc
                            __init__.py
                            table_vs16.py
                            table_wide.py
                            table_zero.py
                            unicode_versions.py
                            wcwidth.py
                        wcwidth-0.2.13.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        webcolors/
                            __init__.py
                            _conversion.py
                            _definitions.py
                            _html5.py
                            _normalization.py
                            _types.py
                        webcolors-24.11.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        webencodings/
                            __init__.py
                            labels.py
                            mklabels.py
                            tests.py
                            x_user_defined.py
                        webencodings-0.5.1.dist-info/
                            DESCRIPTION.rst
                            INSTALLER
                            METADATA
                            metadata.json
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        websocket/
                            tests/
                                data/
                                    header01.txt
                                    header02.txt
                                    header03.txt
                                __init__.py
                                echo-server.py
                                test_abnf.py
                                test_app.py
                                test_cookiejar.py
                                test_http.py
                                test_url.py
                                test_websocket.py
                            __init__.py
                            _abnf.py
                            _app.py
                            _cookiejar.py
                            _core.py
                            _exceptions.py
                            _handshake.py
                            _http.py
                            _logging.py
                            _socket.py
                            _ssl_compat.py
                            _url.py
                            _utils.py
                            _wsdump.py
                            py.typed
                        websocket_client-1.8.0.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        wheel/
                            cli/
                                __init__.py
                                convert.py
                                pack.py
                                tags.py
                                unpack.py
                            vendored/
                                packaging/
                                    __init__.py
                                    _elffile.py
                                    _manylinux.py
                                    _musllinux.py
                                    _parser.py
                                    _structures.py
                                    _tokenizer.py
                                    LICENSE
                                    LICENSE.APACHE
                                    LICENSE.BSD
                                    markers.py
                                    requirements.py
                                    specifiers.py
                                    tags.py
                                    utils.py
                                    version.py
                                __init__.py
                                vendor.txt
                            __init__.py
                            __main__.py
                            _bdist_wheel.py
                            _setuptools_logging.py
                            bdist_wheel.py
                            macosx_libfile.py
                            metadata.py
                            util.py
                            wheelfile.py
                        wheel-0.45.1.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        widgetsnbextension/
                            static/
                                extension.js
                                extension.js.LICENSE.txt
                                extension.js.map
                            __init__.py
                            _version.py
                        widgetsnbextension-4.0.14.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        yaml/
                            __pycache__/
                                __init__.cpython-313.pyc
                                composer.cpython-313.pyc
                                constructor.cpython-313.pyc
                                cyaml.cpython-313.pyc
                                dumper.cpython-313.pyc
                                emitter.cpython-313.pyc
                                error.cpython-313.pyc
                                events.cpython-313.pyc
                                loader.cpython-313.pyc
                                nodes.cpython-313.pyc
                                parser.cpython-313.pyc
                                reader.cpython-313.pyc
                                representer.cpython-313.pyc
                                resolver.cpython-313.pyc
                                scanner.cpython-313.pyc
                                serializer.cpython-313.pyc
                                tokens.cpython-313.pyc
                            __init__.py
                            _yaml.cpython-313-darwin.so
                            composer.py
                            constructor.py
                            cyaml.py
                            dumper.py
                            emitter.py
                            error.py
                            events.py
                            loader.py
                            nodes.py
                            parser.py
                            reader.py
                            representer.py
                            resolver.py
                            scanner.py
                            serializer.py
                            tokens.py
                        zict/
                            __pycache__/
                                __init__.cpython-313.pyc
                                async_buffer.cpython-313.pyc
                                buffer.cpython-313.pyc
                                cache.cpython-313.pyc
                                common.cpython-313.pyc
                                file.cpython-313.pyc
                                func.cpython-313.pyc
                                lmdb.cpython-313.pyc
                                lru.cpython-313.pyc
                                sieve.cpython-313.pyc
                                utils.cpython-313.pyc
                                zip.cpython-313.pyc
                            tests/
                                __init__.py
                                conftest.py
                                test_async_buffer.py
                                test_buffer.py
                                test_cache.py
                                test_common.py
                                test_file.py
                                test_func.py
                                test_lmdb.py
                                test_lru.py
                                test_sieve.py
                                test_utils.py
                                test_zip.py
                                utils_test.py
                            __init__.py
                            async_buffer.py
                            buffer.py
                            cache.py
                            common.py
                            file.py
                            func.py
                            lmdb.py
                            lru.py
                            py.typed
                            sieve.py
                            utils.py
                            zip.py
                        zict-3.0.0.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        zmq/
                            .dylibs/
                                libsodium.26.dylib
                                libzmq.5.dylib
                            auth/
                                __init__.py
                                asyncio.py
                                base.py
                                certs.py
                                ioloop.py
                                thread.py
                            backend/
                                cffi/
                                    __init__.py
                                    _cdefs.h
                                    _cffi_src.c
                                    _poll.py
                                    context.py
                                    devices.py
                                    error.py
                                    message.py
                                    README.md
                                    socket.py
                                    utils.py
                                cython/
                                    __init__.pxd
                                    __init__.py
                                    _externs.pxd
                                    _zmq.abi3.so
                                    _zmq.pxd
                                    _zmq.py
                                    constant_enums.pxi
                                    libzmq.pxd
                                __init__.py
                                __init__.pyi
                                select.py
                            devices/
                                __init__.py
                                basedevice.py
                                monitoredqueue.py
                                monitoredqueuedevice.py
                                proxydevice.py
                                proxysteerabledevice.py
                            eventloop/
                                __init__.py
                                _deprecated.py
                                future.py
                                ioloop.py
                                zmqstream.py
                            green/
                                eventloop/
                                    __init__.py
                                    ioloop.py
                                    zmqstream.py
                                __init__.py
                                core.py
                                device.py
                                poll.py
                            log/
                                __init__.py
                                __main__.py
                                handlers.py
                            ssh/
                                __init__.py
                                forward.py
                                tunnel.py
                            sugar/
                                __init__.py
                                __init__.pyi
                                attrsettr.py
                                context.py
                                frame.py
                                poll.py
                                socket.py
                                stopwatch.py
                                tracker.py
                                version.py
                            tests/
                                __init__.py
                            utils/
                                __init__.py
                                garbage.py
                                getpid_compat.h
                                interop.py
                                ipcmaxlen.h
                                jsonapi.py
                                monitor.py
                                mutex.h
                                pyversion_compat.h
                                strtypes.py
                                win32.py
                                z85.py
                                zmq_compat.h
                            __init__.pxd
                            __init__.py
                            __init__.pyi
                            _future.py
                            _future.pyi
                            _typing.py
                            asyncio.py
                            constants.py
                            decorators.py
                            error.py
                            py.typed
                        30fcd23745efe32ce681__mypyc.cpython-313-darwin.so
                        __editable__.agi_cluster-0.4.1.pth
                        __editable__.agi_env-0.4.1.pth
                        __editable__.agi_node-0.4.1.pth
                        _black_version.py
                        _brotli.cpython-313-darwin.so
                        _cffi_backend.cpython-313-darwin.so
                        _virtualenv.pth
                        _virtualenv.py
                        appdirs.py
                        brotli.py
                        cython.py
                        ddc459050edb75a05942__mypyc.cpython-313-darwin.so
                        decorator.py
                        distutils-precedence.pth
                        edfc647aaf02b20aa651__mypyc.cpython-313-darwin.so
                        ipykernel_launcher.py
                        ipython_pygments_lexers.py
                        jsonpointer.py
                        jupyter.py
                        mypy_extensions.py
                        nest_asyncio.py
                        pandocfilters.py
                        py.py
                        pytest-cov.pth
                        rfc3339_validator.py
                        rfc3986_validator.py
                        scp.py
                        six.py
                        texttable.py
                        threadpoolctl.py
                        typing_extensions.py
            share/
                applications/
                    jupyter-notebook.desktop
                    jupyterlab.desktop
                icons/
                    hicolor/
                        scalable/
                            apps/
                                jupyterlab.svg
                                notebook.svg
                jupyter/
                    kernels/
                        python3/
                            kernel.json
                            logo-32x32.png
                            logo-64x64.png
                            logo-svg.svg
                    lab/
                        schemas/
                            @jupyter-notebook/
                                application-extension/
                                    menus.json
                                    package.json.orig
                                    pages.json
                                    shell.json
                                    title.json
                                    top.json
                                    zen.json
                                documentsearch-extension/
                                    package.json.orig
                                help-extension/
                                    open.json
                                    package.json.orig
                                notebook-extension/
                                    checkpoints.json
                                    edit-notebook-metadata.json
                                    full-width-notebook.json
                                    kernel-logo.json
                                    package.json.orig
                                    scroll-output.json
                                tree-extension/
                                    file-actions.json
                                    package.json.orig
                                    widget.json
                            @jupyterlab/
                                application-extension/
                                    commands.json
                                    context-menu.json
                                    package.json.orig
                                    property-inspector.json
                                    shell.json
                                    top-bar.json
                                apputils-extension/
                                    kernels-settings.json
                                    notification.json
                                    package.json.orig
                                    palette.json
                                    print.json
                                    sanitizer.json
                                    sessionDialogs.json
                                    themes.json
                                    utilityCommands.json
                                cell-toolbar-extension/
                                    package.json.orig
                                    plugin.json
                                celltags-extension/
                                    package.json.orig
                                    plugin.json
                                codemirror-extension/
                                    package.json.orig
                                    plugin.json
                                completer-extension/
                                    inline-completer.json
                                    manager.json
                                    package.json.orig
                                console-extension/
                                    completer.json
                                    foreign.json
                                    package.json.orig
                                    tracker.json
                                csvviewer-extension/
                                    csv.json
                                    package.json.orig
                                    tsv.json
                                debugger-extension/
                                    main.json
                                    package.json.orig
                                docmanager-extension/
                                    download.json
                                    package.json.orig
                                    plugin.json
                                documentsearch-extension/
                                    package.json.orig
                                    plugin.json
                                extensionmanager-extension/
                                    package.json.orig
                                    plugin.json
                                filebrowser-extension/
                                    browser.json
                                    download.json
                                    open-browser-tab.json
                                    open-with.json
                                    package.json.orig
                                    widget.json
                                fileeditor-extension/
                                    completer.json
                                    package.json.orig
                                    plugin.json
                                help-extension/
                                    about.json
                                    jupyter-forum.json
                                    launch-classic.json
                                    package.json.orig
                                htmlviewer-extension/
                                    package.json.orig
                                    plugin.json
                                hub-extension/
                                    menu.json
                                    package.json.orig
                                imageviewer-extension/
                                    package.json.orig
                                    plugin.json
                                inspector-extension/
                                    consoles.json
                                    inspector.json
                                    notebooks.json
                                    package.json.orig
                                launcher-extension/
                                    package.json.orig
                                    plugin.json
                                logconsole-extension/
                                    package.json.orig
                                    plugin.json
                                lsp-extension/
                                    package.json.orig
                                    plugin.json
                                mainmenu-extension/
                                    package.json.orig
                                    plugin.json
                                markdownviewer-extension/
                                    package.json.orig
                                    plugin.json
                                mathjax-extension/
                                    package.json.orig
                                    plugin.json
                                metadataform-extension/
                                    metadataforms.json
                                    package.json.orig
                                notebook-extension/
                                    completer.json
                                    export.json
                                    package.json.orig
                                    panel.json
                                    tools.json
                                    tracker.json
                                running-extension/
                                    package.json.orig
                                    plugin.json
                                settingeditor-extension/
                                    form-ui.json
                                    package.json.orig
                                    plugin.json
                                shortcuts-extension/
                                    package.json.orig
                                    shortcuts.json
                                statusbar-extension/
                                    package.json.orig
                                    plugin.json
                                terminal-extension/
                                    package.json.orig
                                    plugin.json
                                toc-extension/
                                    package.json.orig
                                    registry.json
                                tooltip-extension/
                                    consoles.json
                                    files.json
                                    notebooks.json
                                    package.json.orig
                                translation-extension/
                                    package.json.orig
                                    plugin.json
                                workspaces-extension/
                                    indicator.json
                                    menu.json
                                    package.json.orig
                                    sidebar.json
                        static/
                            100.1d14ca44a3cc8849349f.js
                            1039.3fe94e87219c0ed159d3.js
                            1096.dd4c563e0483cbbeb9c9.js
                            1189.c1482e88f0e949753db6.js
                            1208.4b9ab7b231d39ebdbc3f.js
                            1219.b5630aa3a46050fddc27.js
                            1268.e75d8a6dd557ac8957ca.js
                            1359.d5f23f0e2a6f67b69751.js
                            1423.4bcf4453e1c1d12d872f.js
                            1436.2c11d9dee0ad6f49e968.js
                            1445.a0e099c27d073217031a.js
                            1449.7026e8748d2a77e15d5b.js
                            1462.57e39f487257f25263d4.js
                            1491.010c623dd546db976e95.js
                            1495.13603dd823bbf5eb08b3.js
                            1518.3e4807844734ff34efd0.js
                            1673.b0ee25168543434bdbca.js
                            1737.a5fc97075f693ec36fe6.js
                            1832.b1ede2fe899bdec88938.js
                            1834.7445ad0c82371ac40737.js
                            1838.839690ff17ec3c532f0a.js
                            1887.56f83f163a18c61efb16.js
                            1909.7487a09fefbe7f9eabb6.js
                            1909.7487a09fefbe7f9eabb6.js.LICENSE.txt
                            1912.f16dddc294d66c3c81e9.js
                            1954.f1c519cb1415c7da3e8c.js
                            1960.f8d8ef8a91360e60f0b9.js
                            1962.6a7da74e809b70d5200d.js
                            1969.86e3168e52802569d650.js
                            1986.26029e99ef54a5652df8.js
                            1991.84fc123d7cfe8ae2948e.js
                            1cb1c39ea642f26a4dfe.woff
                            2023.59b30086fbeff6d17e3b.js
                            2211.04a176892c4c3071836c.js
                            227.6bd3154334bb91c5ca1c.js
                            227.6bd3154334bb91c5ca1c.js.LICENSE.txt
                            2280.6614699f54522fffbc00.js
                            232.5419cbec68e3fd0cf431.js
                            232.5419cbec68e3fd0cf431.js.LICENSE.txt
                            2353.ab70488f07a7c0a7a3fd.js
                            246.326a6482593e8a7bcd58.js
                            2467.4227742ac4b60289f222.js
                            247.84259ab142dd8c151fc2.js
                            2491.c169ecbc5fde2bcdb1b3.js
                            2550.75fcaa650ffac405c0dc.js
                            2574.327dadfe49120269ff31.js
                            2576.b98b7b23adeec4cb6932.js
                            2590.99e505d19b964439aa31.js
                            2601.2429d5a03c8465ae6290.js
                            2633.ea053b40991eb5adbc69.js
                            2641.e77441e7a3e0d12834c5.js
                            265.6f9e37c0b72db64203b1.js
                            2658.d1cae1b08b068d864368.js
                            26683bf201fb258a2237.woff
                            2681.a47f40e38ecd31ccd687.js
                            2707.61050e600b0aa9624127.js
                            2729.cafaf0caf2c0c83ac9fe.js
                            2794.05495c139ed000b57598.js
                            2823.0b6015b5e03c08281f41.js
                            2880.8483d51b11998bfe8e4b.js
                            2957.bc5eb9549a0b15c44916.js
                            2959.b24c9f67d639376f5ead.js
                            3048.59e6166a886a78f4f698.js
                            30e889b58cbc51adfbb0.woff
                            3111.33574d9124842f355bce.js
                            3112.0757b31e24c5334fda73.js
                            3122.fed5688acdcf6ff6aa6b.js
                            321.0fb994fd384a54491584.js
                            3257.30af681f0c294efb65f7.js
                            3257.30af681f0c294efb65f7.js.LICENSE.txt
                            32792104b5ef69eded90.woff
                            3282.22e78350d54fcaf3c6c8.js
                            3293.375c6685d72662fc062f.js
                            3303.b5596c0715d2d58332fb.js
                            3358.7ba73a6804155b619b44.js
                            3372.8eeafd96de9a7a205f40.js
                            339.380593b40d8d41150a4e.js
                            355254db9ca10a09a3b5.woff
                            3616.a4271ffcf2ac3b4c2338.js
                            36e0d72d8a7afc696a3e.woff
                            3709.e33bc30c83272aa85628.js
                            373c04fd2418f5c77eea.eot
                            3763.56191df5d72d2ffa5aa6.js
                            3780.c9294dc98ae926717741.js
                            3799.eaa0438bc5c41bad0516.js
                            3824.5e23be1e37fce5b7c6b3.js
                            3832.c6026c483bb46cc8e599.js
                            3974.79f68bca9a02c92dab5e.js
                            3991.678edf189fe92a216c70.js
                            3bc6ecaae7ecf6f8d7f8.woff
                            3de784d07b9fa8f104c1.woff
                            3f6d3488cf65374f6f67.woff
                            4001.80ab3ef5300d7ce2d1fe.js
                            4010.7ccc4c383efb7272d781.js
                            4053.4945facc348478fd59f4.js
                            4068.9cc41f46f729f2c4369b.js
                            4076.b4d803d8bf1bd6c97854.js
                            4090.eec44f90a54aa383426c.js
                            4266.155b468271987c81d948.js
                            4296.721da424585874d0789e.js
                            4311.b44e8bc4829e0b1226d2.js
                            4323.b2bd8a329a81d30ed039.js
                            4350.8c8a0e7a3ffe036494e1.js
                            4353.8572f6845cfde92dc152.js
                            4364.b9b49d8d836882f44e62.js
                            4372.645626a2452c190dbb22.js
                            4372.645626a2452c190dbb22.js.LICENSE.txt
                            4408.f24dd0edf35e08548967.js
                            4462.c3c6de84bc9399e0290d.js
                            4484.e1d2565d1a3daa5fe5f1.js
                            4486.8d2f41ae787607b7bf31.js
                            4528.43328125d98d6cfdfa99.js
                            4611.bd2b768223b0cd570834.js
                            4616.04cfbd55593c51921cc7.js
                            4728.56c0b9d87316b2fa012e.js
                            4728.56c0b9d87316b2fa012e.js.LICENSE.txt
                            4735.7731d551ca68bcb58e9f.js
                            4797.3740ef47b224a11a7fab.js
                            481e39042508ae313a60.woff
                            4838.8db4c61349bfba200547.js
                            4855.29e8dc6982ba4873487d.js
                            4878.f7557c5c99a54b40c49b.js
                            492.5f186062d2dcdf79c86c.js
                            4928.6cb408e4def87534970d.js
                            4981.eed4ddb90566e90e3df4.js
                            4982.c609185756485c6e3344.js
                            5085.a38923f36b551620798a.js
                            5090.404be96d8a6eae1e719a.js
                            5090.404be96d8a6eae1e719a.js.LICENSE.txt
                            5135.7f204de2153e4d85406d.js
                            5211.83e78dadcef89cae04bf.js
                            5224.8a6bbc774d20be66fdfb.js
                            5244.eefac84704ad30f00af3.js
                            5317.f4bba2e3d0f4fdd088f7.js
                            5318.d5df5c275e925c22d780.js
                            5338.38c32bdfb0695f9b501f.js
                            5489.7fab44eac7538297b164.js
                            5492.44728a640c37a4b4aa0c.js
                            5521.0337f193af4e5eee6057.js
                            5566.c76ea61eb723ee84e2cf.js
                            5606.e03dfa10c124a03f36ba.js
                            580.4ea1e6182e0b35ff091a.js
                            5829.0e46d479b4ade4783661.js
                            5847.930208c25e45ecf30657.js
                            5862.be1ec453e8db6844c62d.js
                            5877.72ab5a29e95ce21981e4.js
                            5929.d561797f8259994ecdd8.js
                            5942.05cbcd55c5f45ff7db43.js
                            5987.7e967df5417044d337a4.js
                            5cda41563a095bd70c78.woff
                            6003.94cdab770c801f3c46f7.js
                            6060.52dca011e9f2f279fc5e.js
                            6095.6e79e3bad86e054aa8c8.js
                            6145.c422868290460078c013.js
                            6166.2bc9ac8e2156c0701a52.js
                            6170.65d899f43342f1e34bf1.js
                            6180.edc40db2566e62650403.js
                            6208.feaef264d58c31fc4201.js
                            6214.617de47747c5a9b19ef7.js
                            6275.e99f9312900c481b467d.js
                            6294.b3cb5e16527b9d09b4a2.js
                            6364.c592f3101de349ba3904.js
                            6372.edc0712a4be855493530.js
                            6412.ebdf8da40f1ba8272df9.js
                            6439.1723c0b3882bf535486e.js
                            6460.d9aaa1e48da295c6035d.js
                            649.4081045b1737e4213282.js
                            6492.804d51a693edf6978ef4.js
                            6540.51c00e890179a4832552.js
                            6540.51c00e890179a4832552.js.LICENSE.txt
                            6733.bf3398ba9bb890f0fb67.js
                            6733.bf3398ba9bb890f0fb67.js.LICENSE.txt
                            6767.4b82d96c237ca7e31bc6.js
                            6779.051cfbcb0700a96839b2.js
                            6831.1df8fa4cabb5b1c19803.js
                            6843.dabcc3c9658bc6ded6d1.js
                            6874.bb2f7fbc6ce56eecc800.js
                            6896.af1d649e0efae70b7b1a.js
                            6941.465bebbd3d8a024f5f15.js
                            6974.b5b353b8af28fbc91291.js
                            6986.a89a5aba790481992875.js
                            6993.c93f5a810fcf441cbb6f.js
                            7136.b312751fbb25b73f5e71.js
                            721921bab0d001ebff02.woff
                            7250.b88d0a5e237ff5ff1aad.js
                            7260.b47dcaccbe7991104e8a.js
                            7269.962f078e97afc4f68e79.js
                            72bc573386dd1d48c5bb.woff
                            731.82a7b980b5b7f4b7a14f.js
                            7318.7cc6b4b0b3151b205ecb.js
                            7371.63b12ce793df713ab95b.js
                            7425.f1c25f6c8aaec77e8635.js
                            7445.7c793c8e1720f8ec4f85.js
                            7575.2e3e32236d5667bba43f.js
                            7587.3112240b6b82407b0f16.js
                            7694.1cbff84dccb512476b7c.js
                            7741.2ad1372a5862c4522be3.js
                            7756.93d0ab41829355a147ab.js
                            7769.d39df7673ee2660a9ac4.js
                            7803.0c8929610218552319bf.js
                            7856.dd9523e57bed80f1f694.js
                            7879.5c485d200dc01b6f43ff.js
                            7881.c5a234ce171f347c94e2.js
                            7990.01eaa552261b6e12a74a.js
                            7990.01eaa552261b6e12a74a.js.LICENSE.txt
                            79d088064beb3826054f.eot
                            8038.aea19fb961abd87d6255.js
                            805.2a0b8ac50aa8e6ab096f.js
                            8103.ed2b21471519b58a3d73.js
                            8217.801fbb0b549a74238760.js
                            8232.e31d5021e77a9b5215d6.js
                            8313.aac706f5036a7209b3a8.js
                            8326.9dda93079a9e4f1b9be6.js
                            8354.94077232b086a13541cc.js
                            8368.c75a4b32ae45ec88465d.js
                            8391.e5fb2e35cced405eb819.js
                            84.fe0a55d7756c37585fb4.js
                            8418.42e29778d4b49fb54e8e.js
                            8493.3b6106e45d5661438d8e.js
                            8537.21b8b9ae0d81ae264499.js
                            8606.bc1b0136e61d173913cd.js
                            867.e814bf26fbfc77fc4f16.js
                            870673df72e70f87c91a.woff
                            874.fbd3ae653c7337f3425b.js
                            8753.56da17175b663d61f9d3.js
                            8778.a3883f9acac5a903d6be.js
                            8779.6eebdb56785e3d38a457.js
                            8786.a2bc3dfc1ea13c04ba94.js
                            8786.a2bc3dfc1ea13c04ba94.js.LICENSE.txt
                            8816.d7ec52fb31e9c6749593.js
                            8830.d5bb102ed8737ffe38cb.js
                            8855.b17b9969fce42d0398e4.js
                            88b98cad3688915e50da.woff
                            89.933673451ca4a51053cb.js
                            8915.ab253990b1581460b255.js
                            898.ed04189e15f0a3781fb1.js
                            8ea8791754915a898a31.woff2
                            8ea8dbb1b02e6f730f55.woff
                            9023.2ff687d7ff50df3719fc.js
                            9046.2a28e08629ab71d9ebb1.js
                            9085.5a959b5878e7afd8a878.js
                            9085.5a959b5878e7afd8a878.js.LICENSE.txt
                            9123.501219cd782693d6539f.js
                            9136.8f4cc6ecadcf250fd8ac.js
                            9296.c82d1f1a8d9204ca6ed7.js
                            9311.ad0012965aa52db7a3e3.js
                            9329.1683d45b6478b7c81a24.js
                            9359.34d1b961b733676193cb.js
                            9400.90fd1d2212781c80b587.js
                            9474.01b4e1d1e3376f4a5919.js
                            9517.7056cafdf1da3a136d45.js
                            9572.f91bbaa33e932d524f8f.js
                            961.29c067b15a524e556eed.js
                            961.29c067b15a524e556eed.js.LICENSE.txt
                            9652.a8d2e5854bcae4d40041.js
                            9674eb1bd55047179038.svg
                            9746.c7e86b432363dfd28caa.js
                            9834b82ad26e2a37583d.woff2
                            9881.37d189ff085cb3468683.js
                            9890.75ea8024e2c1c49c89a3.js
                            9892.1c3a710069391fd93b5d.js
                            9892.1c3a710069391fd93b5d.js.LICENSE.txt
                            a009bea404f7a500ded4.woff
                            a3b9817780214caf01e8.svg
                            af04542b29eaac04550a.woff
                            af6397503fcefbd61397.ttf
                            af96f67d7accf5fd2a4a.woff
                            b418136e3b384baaadec.woff
                            be0a084962d8066884f7.svg
                            bootstrap.js
                            build_log.json
                            c49810b53ecc0d87d802.woff
                            c56da8d69f1a0208b8e0.woff
                            cb9e9e693192413cde2b.woff
                            cda59d6efffa685830fd.ttf
                            e4299464e7b012968eed.eot
                            e42a88444448ac3d6054.woff2
                            e8711bbb871afd8e9dea.ttf
                            f9217f66874b0c01cd8c.woff
                            fc6ddf5df402b263cfb1.woff
                            index.html
                            index.out.js
                            jlab_core.39ffbf5b9a750816e020.js
                            main.2155fa5c4dce2b7a12e6.js
                            package.json
                            style.js
                            third-party-licenses.json
                        themes/
                            @jupyterlab/
                                theme-dark-extension/
                                    index.css
                                    index.js
                                theme-dark-high-contrast-extension/
                                    index.css
                                    index.js
                                theme-light-extension/
                                    index.css
                                    index.js
                    labextensions/
                        @jupyter-notebook/
                            lab-extension/
                                schemas/
                                    @jupyter-notebook/
                                        lab-extension/
                                            interface-switcher.json
                                            launch-tree.json
                                            package.json.orig
                                static/
                                    261.ed6f8abd5781e8d11deb.js
                                    568.5e057f374374b68b6acf.js
                                    928.fb1e84fb9063ca0568af.js
                                    93.c48a681bb3e8043bbbd7.js
                                    remoteEntry.7e3d7768845089ad5f5f.js
                                    style.js
                                    third-party-licenses.json
                                package.json
                        @jupyter-widgets/
                            jupyterlab-manager/
                                schemas/
                                    @jupyter-widgets/
                                        jupyterlab-manager/
                                            package.json.orig
                                            plugin.json
                                static/
                                    327.d242f1a99504b2d5b629.js
                                    420.23ab95819c045f6c36bc.js
                                    439.b350310d057b43cdd50f.js
                                    439.b350310d057b43cdd50f.js.LICENSE.txt
                                    446.f8696ce72124c78273da.js
                                    586.085510630436c2e4273f.js
                                    647.8458d9c331000024a14a.js
                                    651.fe40a967a60b543cf15c.js
                                    651.fe40a967a60b543cf15c.js.LICENSE.txt
                                    701.043aefe0b66133629348.js
                                    722.53e4a64671c3c48de007.js
                                    727.b26a6f3871012a0fd66a.js
                                    898.db11fb1a7e18acb58b5b.js
                                    remoteEntry.35b6c65bd99dab37b910.js
                                    style.js
                                    third-party-licenses.json
                                install.json
                                package.json
                        jupyterlab_pygments/
                            static/
                                568.1e2faa2ba0bbe59c4780.js
                                747.67662283a5707eeb4d4c.js
                                remoteEntry.5cbb9d2323598fbda535.js
                                style.js
                                third-party-licenses.json
                            install.json
                            package.json
                    nbconvert/
                        templates/
                            asciidoc/
                                conf.json
                                index.asciidoc.j2
                            base/
                                cell_id_anchor.j2
                                celltags.j2
                                display_priority.j2
                                jupyter_widgets.html.j2
                                mathjax.html.j2
                                null.j2
                            basic/
                                conf.json
                                index.html.j2
                            classic/
                                static/
                                    style.css
                                base.html.j2
                                conf.json
                                index.html.j2
                            compatibility/
                                display_priority.tpl
                                full.tpl
                            lab/
                                static/
                                    index.css
                                    theme-dark.css
                                    theme-light.css
                                base.html.j2
                                conf.json
                                index.html.j2
                                mermaidjs.html.j2
                            latex/
                                base.tex.j2
                                conf.json
                                display_priority.j2
                                document_contents.tex.j2
                                index.tex.j2
                                null.j2
                                report.tex.j2
                                style_bw_ipython.tex.j2
                                style_bw_python.tex.j2
                                style_ipython.tex.j2
                                style_jupyter.tex.j2
                                style_python.tex.j2
                            markdown/
                                conf.json
                                index.md.j2
                            python/
                                conf.json
                                index.py.j2
                            reveal/
                                static/
                                    custom_reveal.css
                                base.html.j2
                                cellslidedata.j2
                                conf.json
                                index.html.j2
                            rst/
                                conf.json
                                index.rst.j2
                            script/
                                conf.json
                                script.j2
                            webpdf/
                                conf.json
                                index.pdf.j2
                    nbextensions/
                        jupyter-js-widgets/
                            extension.js
                            extension.js.LICENSE.txt
                            extension.js.map
                man/
                    man1/
                        ipython.1
            .gitignore
            .lock
            CACHEDIR.TAG
            pyvenv.cfg
        src/
            agi_cluster/
                agi_distributor/
                    __pycache__/
                        __init__.cpython-313.pyc
                        agi_distributor.cpython-313.pyc
                    __init__.py
                    agi_distributor.py
                    cli.py
            agi_cluster.egg-info/
                dependency_links.txt
                PKG-INFO
                requires.txt
                SOURCES.txt
                top_level.txt
            __init__.py
        .gitignore
        __init__.py
        build.py
        MANIFEST.in
        pyproject.toml
        uv.lock
        uv_config.toml
    agi-core/
        .idea/
            inspectionProfiles/
                profiles_settings.xml
                Project_Default.xml
            agi-core.iml
            modules.xml
            vcs.xml
            workspace.xml
        .venv/
            bin/
                activate
                activate.bat
                activate.csh
                activate.fish
                activate.nu
                activate.ps1
                activate_this.py
                black
                blackd
                coverage
                coverage-3.13
                coverage3
                cygdb
                cython
                cythonize
                dask
                dask-scheduler
                dask-ssh
                dask-worker
                deactivate.bat
                debugpy
                debugpy-adapter
                dmypy
                dotenv
                f2py
                httpx
                inv
                invoke
                ipython
                ipython3
                jlpm
                jsonpointer
                jsonschema
                jupyter
                jupyter-console
                jupyter-dejavu
                jupyter-events
                jupyter-execute
                jupyter-kernel
                jupyter-kernelspec
                jupyter-lab
                jupyter-labextension
                jupyter-labhub
                jupyter-migrate
                jupyter-nbconvert
                jupyter-notebook
                jupyter-run
                jupyter-server
                jupyter-troubleshoot
                jupyter-trust
                licensecheck
                markdown-it
                markdown_py
                mypy
                mypyc
                normalizer
                numba
                numpy-config
                py.test
                py7zr
                pybabel
                pydoc.bat
                pygmentize
                pyjson5
                pytest
                python
                python3
                python3.13
                send2trash
                stubgen
                stubtest
                url-normalize
                uv
                uvx
                wheel
                wsdump
            etc/
                jupyter/
                    jupyter_notebook_config.d/
                        jupyterlab.json
                    jupyter_server_config.d/
                        jupyter-lsp-jupyter-server.json
                        jupyter_server_terminals.json
                        jupyterlab.json
                        notebook.json
                        notebook_shim.json
                    nbconfig/
                        notebook.d/
                            widgetsnbextension.json
            lib/
                python3.13/
                    site-packages/
                        _argon2_cffi_bindings/
                            __init__.py
                            _ffi.abi3.so
                            _ffi_build.py
                        _distutils_hack/
                            __init__.py
                            override.py
                        _pytest/
                            _code/
                                __init__.py
                                code.py
                                source.py
                            _io/
                                __init__.py
                                pprint.py
                                saferepr.py
                                terminalwriter.py
                                wcwidth.py
                            _py/
                                __init__.py
                                error.py
                                path.py
                            assertion/
                                __init__.py
                                rewrite.py
                                truncate.py
                                util.py
                            config/
                                __init__.py
                                argparsing.py
                                compat.py
                                exceptions.py
                                findpaths.py
                            mark/
                                __init__.py
                                expression.py
                                structures.py
                            __init__.py
                            _argcomplete.py
                            _version.py
                            cacheprovider.py
                            capture.py
                            compat.py
                            debugging.py
                            deprecated.py
                            doctest.py
                            faulthandler.py
                            fixtures.py
                            freeze_support.py
                            helpconfig.py
                            hookspec.py
                            junitxml.py
                            legacypath.py
                            logging.py
                            main.py
                            monkeypatch.py
                            nodes.py
                            outcomes.py
                            pastebin.py
                            pathlib.py
                            py.typed
                            pytester.py
                            pytester_assertions.py
                            python.py
                            python_api.py
                            raises.py
                            recwarn.py
                            reports.py
                            runner.py
                            scope.py
                            setuponly.py
                            setupplan.py
                            skipping.py
                            stash.py
                            stepwise.py
                            terminal.py
                            threadexception.py
                            timing.py
                            tmpdir.py
                            tracemalloc.py
                            unittest.py
                            unraisableexception.py
                            warning_types.py
                            warnings.py
                        _yaml/
                            __init__.py
                        agi_cluster-0.4.1.dist-info/
                            direct_url.json
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            uv_cache.json
                            WHEEL
                        agi_env-0.4.1.dist-info/
                            direct_url.json
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            uv_cache.json
                            WHEEL
                        agi_node-0.4.1.dist-info/
                            direct_url.json
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            uv_cache.json
                            WHEEL
                        annotated_types/
                            __init__.py
                            py.typed
                            test_cases.py
                        annotated_types-0.7.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        anyio/
                            _backends/
                                __init__.py
                                _asyncio.py
                                _trio.py
                            _core/
                                __init__.py
                                _asyncio_selector_thread.py
                                _contextmanagers.py
                                _eventloop.py
                                _exceptions.py
                                _fileio.py
                                _resources.py
                                _signals.py
                                _sockets.py
                                _streams.py
                                _subprocesses.py
                                _synchronization.py
                                _tasks.py
                                _tempfile.py
                                _testing.py
                                _typedattr.py
                            abc/
                                __init__.py
                                _eventloop.py
                                _resources.py
                                _sockets.py
                                _streams.py
                                _subprocesses.py
                                _tasks.py
                                _testing.py
                            streams/
                                __init__.py
                                buffered.py
                                file.py
                                memory.py
                                stapled.py
                                text.py
                                tls.py
                            __init__.py
                            from_thread.py
                            lowlevel.py
                            py.typed
                            pytest_plugin.py
                            to_interpreter.py
                            to_process.py
                            to_thread.py
                        anyio-4.10.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        appdirs-1.4.4.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        appnope/
                            __init__.py
                            _dummy.py
                            _nope.py
                        appnope-0.1.4.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        argon2/
                            __init__.py
                            __main__.py
                            _legacy.py
                            _password_hasher.py
                            _utils.py
                            exceptions.py
                            low_level.py
                            profiles.py
                            py.typed
                        argon2_cffi-25.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        argon2_cffi_bindings-25.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        arrow/
                            __init__.py
                            _version.py
                            api.py
                            arrow.py
                            constants.py
                            factory.py
                            formatter.py
                            locales.py
                            parser.py
                            py.typed
                            util.py
                        arrow-1.3.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        astor/
                            __init__.py
                            code_gen.py
                            codegen.py
                            file_util.py
                            node_util.py
                            op_util.py
                            rtrip.py
                            source_repr.py
                            string_repr.py
                            tree_walk.py
                            VERSION
                        astor-0.8.1.dist-info/
                            AUTHORS
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        asttokens/
                            __init__.py
                            astroid_compat.py
                            asttokens.py
                            line_numbers.py
                            mark_tokens.py
                            py.typed
                            util.py
                            version.py
                        asttokens-3.0.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        async_lru/
                            __init__.py
                            py.typed
                        async_lru-2.0.5.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        asyncssh/
                            crypto/
                                __init__.py
                                chacha.py
                                cipher.py
                                dh.py
                                dsa.py
                                ec.py
                                ec_params.py
                                ed.py
                                kdf.py
                                misc.py
                                pq.py
                                rsa.py
                                umac.py
                                x509.py
                            __init__.py
                            agent.py
                            agent_unix.py
                            agent_win32.py
                            asn1.py
                            auth.py
                            auth_keys.py
                            channel.py
                            client.py
                            compression.py
                            config.py
                            connection.py
                            constants.py
                            dsa.py
                            ecdsa.py
                            eddsa.py
                            editor.py
                            encryption.py
                            forward.py
                            gss.py
                            gss_unix.py
                            gss_win32.py
                            kex.py
                            kex_dh.py
                            kex_rsa.py
                            keysign.py
                            known_hosts.py
                            listener.py
                            logging.py
                            mac.py
                            misc.py
                            packet.py
                            pattern.py
                            pbe.py
                            pkcs11.py
                            process.py
                            public_key.py
                            py.typed
                            rsa.py
                            saslprep.py
                            scp.py
                            server.py
                            session.py
                            sftp.py
                            sk.py
                            sk_ecdsa.py
                            sk_eddsa.py
                            socks.py
                            stream.py
                            subprocess.py
                            tuntap.py
                            version.py
                            x11.py
                        asyncssh-2.21.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        attr/
                            __init__.py
                            __init__.pyi
                            _cmp.py
                            _cmp.pyi
                            _compat.py
                            _config.py
                            _funcs.py
                            _make.py
                            _next_gen.py
                            _typing_compat.pyi
                            _version_info.py
                            _version_info.pyi
                            converters.py
                            converters.pyi
                            exceptions.py
                            exceptions.pyi
                            filters.py
                            filters.pyi
                            py.typed
                            setters.py
                            setters.pyi
                            validators.py
                            validators.pyi
                        attrs/
                            __init__.py
                            __init__.pyi
                            converters.py
                            exceptions.py
                            filters.py
                            py.typed
                            setters.py
                            validators.py
                        attrs-23.2.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        babel/
                            locale-data/
                                aa.dat
                                aa_DJ.dat
                                aa_ER.dat
                                aa_ET.dat
                                ab.dat
                                ab_GE.dat
                                af.dat
                                af_NA.dat
                                af_ZA.dat
                                agq.dat
                                agq_CM.dat
                                ak.dat
                                ak_GH.dat
                                am.dat
                                am_ET.dat
                                an.dat
                                an_ES.dat
                                ann.dat
                                ann_NG.dat
                                apc.dat
                                apc_SY.dat
                                ar.dat
                                ar_001.dat
                                ar_AE.dat
                                ar_BH.dat
                                ar_DJ.dat
                                ar_DZ.dat
                                ar_EG.dat
                                ar_EH.dat
                                ar_ER.dat
                                ar_IL.dat
                                ar_IQ.dat
                                ar_JO.dat
                                ar_KM.dat
                                ar_KW.dat
                                ar_LB.dat
                                ar_LY.dat
                                ar_MA.dat
                                ar_MR.dat
                                ar_OM.dat
                                ar_PS.dat
                                ar_QA.dat
                                ar_SA.dat
                                ar_SD.dat
                                ar_SO.dat
                                ar_SS.dat
                                ar_SY.dat
                                ar_TD.dat
                                ar_TN.dat
                                ar_YE.dat
                                arn.dat
                                arn_CL.dat
                                as.dat
                                as_IN.dat
                                asa.dat
                                asa_TZ.dat
                                ast.dat
                                ast_ES.dat
                                az.dat
                                az_Arab.dat
                                az_Arab_IQ.dat
                                az_Arab_IR.dat
                                az_Arab_TR.dat
                                az_Cyrl.dat
                                az_Cyrl_AZ.dat
                                az_Latn.dat
                                az_Latn_AZ.dat
                                ba.dat
                                ba_RU.dat
                                bal.dat
                                bal_Arab.dat
                                bal_Arab_PK.dat
                                bal_Latn.dat
                                bal_Latn_PK.dat
                                bas.dat
                                bas_CM.dat
                                be.dat
                                be_BY.dat
                                be_TARASK.dat
                                bem.dat
                                bem_ZM.dat
                                bew.dat
                                bew_ID.dat
                                bez.dat
                                bez_TZ.dat
                                bg.dat
                                bg_BG.dat
                                bgc.dat
                                bgc_IN.dat
                                bgn.dat
                                bgn_AE.dat
                                bgn_AF.dat
                                bgn_IR.dat
                                bgn_OM.dat
                                bgn_PK.dat
                                bho.dat
                                bho_IN.dat
                                blo.dat
                                blo_BJ.dat
                                blt.dat
                                blt_VN.dat
                                bm.dat
                                bm_ML.dat
                                bm_Nkoo.dat
                                bm_Nkoo_ML.dat
                                bn.dat
                                bn_BD.dat
                                bn_IN.dat
                                bo.dat
                                bo_CN.dat
                                bo_IN.dat
                                br.dat
                                br_FR.dat
                                brx.dat
                                brx_IN.dat
                                bs.dat
                                bs_Cyrl.dat
                                bs_Cyrl_BA.dat
                                bs_Latn.dat
                                bs_Latn_BA.dat
                                bss.dat
                                bss_CM.dat
                                byn.dat
                                byn_ER.dat
                                ca.dat
                                ca_AD.dat
                                ca_ES.dat
                                ca_ES_VALENCIA.dat
                                ca_FR.dat
                                ca_IT.dat
                                cad.dat
                                cad_US.dat
                                cch.dat
                                cch_NG.dat
                                ccp.dat
                                ccp_BD.dat
                                ccp_IN.dat
                                ce.dat
                                ce_RU.dat
                                ceb.dat
                                ceb_PH.dat
                                cgg.dat
                                cgg_UG.dat
                                cho.dat
                                cho_US.dat
                                chr.dat
                                chr_US.dat
                                cic.dat
                                cic_US.dat
                                ckb.dat
                                ckb_IQ.dat
                                ckb_IR.dat
                                co.dat
                                co_FR.dat
                                cs.dat
                                cs_CZ.dat
                                csw.dat
                                csw_CA.dat
                                cu.dat
                                cu_RU.dat
                                cv.dat
                                cv_RU.dat
                                cy.dat
                                cy_GB.dat
                                da.dat
                                da_DK.dat
                                da_GL.dat
                                dav.dat
                                dav_KE.dat
                                de.dat
                                de_AT.dat
                                de_BE.dat
                                de_CH.dat
                                de_DE.dat
                                de_IT.dat
                                de_LI.dat
                                de_LU.dat
                                dje.dat
                                dje_NE.dat
                                doi.dat
                                doi_IN.dat
                                dsb.dat
                                dsb_DE.dat
                                dua.dat
                                dua_CM.dat
                                dv.dat
                                dv_MV.dat
                                dyo.dat
                                dyo_SN.dat
                                dz.dat
                                dz_BT.dat
                                ebu.dat
                                ebu_KE.dat
                                ee.dat
                                ee_GH.dat
                                ee_TG.dat
                                el.dat
                                el_CY.dat
                                el_GR.dat
                                el_POLYTON.dat
                                en.dat
                                en_001.dat
                                en_150.dat
                                en_AE.dat
                                en_AG.dat
                                en_AI.dat
                                en_AS.dat
                                en_AT.dat
                                en_AU.dat
                                en_BB.dat
                                en_BE.dat
                                en_BI.dat
                                en_BM.dat
                                en_BS.dat
                                en_BW.dat
                                en_BZ.dat
                                en_CA.dat
                                en_CC.dat
                                en_CH.dat
                                en_CK.dat
                                en_CM.dat
                                en_CX.dat
                                en_CY.dat
                                en_DE.dat
                                en_DG.dat
                                en_DK.dat
                                en_DM.dat
                                en_Dsrt.dat
                                en_Dsrt_US.dat
                                en_ER.dat
                                en_FI.dat
                                en_FJ.dat
                                en_FK.dat
                                en_FM.dat
                                en_GB.dat
                                en_GD.dat
                                en_GG.dat
                                en_GH.dat
                                en_GI.dat
                                en_GM.dat
                                en_GU.dat
                                en_GY.dat
                                en_HK.dat
                                en_ID.dat
                                en_IE.dat
                                en_IL.dat
                                en_IM.dat
                                en_IN.dat
                                en_IO.dat
                                en_JE.dat
                                en_JM.dat
                                en_KE.dat
                                en_KI.dat
                                en_KN.dat
                                en_KY.dat
                                en_LC.dat
                                en_LR.dat
                                en_LS.dat
                                en_MG.dat
                                en_MH.dat
                                en_MO.dat
                                en_MP.dat
                                en_MS.dat
                                en_MT.dat
                                en_MU.dat
                                en_MV.dat
                                en_MW.dat
                                en_MY.dat
                                en_NA.dat
                                en_NF.dat
                                en_NG.dat
                                en_NL.dat
                                en_NR.dat
                                en_NU.dat
                                en_NZ.dat
                                en_PG.dat
                                en_PH.dat
                                en_PK.dat
                                en_PN.dat
                                en_PR.dat
                                en_PW.dat
                                en_RW.dat
                                en_SB.dat
                                en_SC.dat
                                en_SD.dat
                                en_SE.dat
                                en_SG.dat
                                en_SH.dat
                                en_Shaw.dat
                                en_Shaw_GB.dat
                                en_SI.dat
                                en_SL.dat
                                en_SS.dat
                                en_SX.dat
                                en_SZ.dat
                                en_TC.dat
                                en_TK.dat
                                en_TO.dat
                                en_TT.dat
                                en_TV.dat
                                en_TZ.dat
                                en_UG.dat
                                en_UM.dat
                                en_US.dat
                                en_US_POSIX.dat
                                en_VC.dat
                                en_VG.dat
                                en_VI.dat
                                en_VU.dat
                                en_WS.dat
                                en_ZA.dat
                                en_ZM.dat
                                en_ZW.dat
                                eo.dat
                                eo_001.dat
                                es.dat
                                es_419.dat
                                es_AR.dat
                                es_BO.dat
                                es_BR.dat
                                es_BZ.dat
                                es_CL.dat
                                es_CO.dat
                                es_CR.dat
                                es_CU.dat
                                es_DO.dat
                                es_EA.dat
                                es_EC.dat
                                es_ES.dat
                                es_GQ.dat
                                es_GT.dat
                                es_HN.dat
                                es_IC.dat
                                es_MX.dat
                                es_NI.dat
                                es_PA.dat
                                es_PE.dat
                                es_PH.dat
                                es_PR.dat
                                es_PY.dat
                                es_SV.dat
                                es_US.dat
                                es_UY.dat
                                es_VE.dat
                                et.dat
                                et_EE.dat
                                eu.dat
                                eu_ES.dat
                                ewo.dat
                                ewo_CM.dat
                                fa.dat
                                fa_AF.dat
                                fa_IR.dat
                                ff.dat
                                ff_Adlm.dat
                                ff_Adlm_BF.dat
                                ff_Adlm_CM.dat
                                ff_Adlm_GH.dat
                                ff_Adlm_GM.dat
                                ff_Adlm_GN.dat
                                ff_Adlm_GW.dat
                                ff_Adlm_LR.dat
                                ff_Adlm_MR.dat
                                ff_Adlm_NE.dat
                                ff_Adlm_NG.dat
                                ff_Adlm_SL.dat
                                ff_Adlm_SN.dat
                                ff_Latn.dat
                                ff_Latn_BF.dat
                                ff_Latn_CM.dat
                                ff_Latn_GH.dat
                                ff_Latn_GM.dat
                                ff_Latn_GN.dat
                                ff_Latn_GW.dat
                                ff_Latn_LR.dat
                                ff_Latn_MR.dat
                                ff_Latn_NE.dat
                                ff_Latn_NG.dat
                                ff_Latn_SL.dat
                                ff_Latn_SN.dat
                                fi.dat
                                fi_FI.dat
                                fil.dat
                                fil_PH.dat
                                fo.dat
                                fo_DK.dat
                                fo_FO.dat
                                fr.dat
                                fr_BE.dat
                                fr_BF.dat
                                fr_BI.dat
                                fr_BJ.dat
                                fr_BL.dat
                                fr_CA.dat
                                fr_CD.dat
                                fr_CF.dat
                                fr_CG.dat
                                fr_CH.dat
                                fr_CI.dat
                                fr_CM.dat
                                fr_DJ.dat
                                fr_DZ.dat
                                fr_FR.dat
                                fr_GA.dat
                                fr_GF.dat
                                fr_GN.dat
                                fr_GP.dat
                                fr_GQ.dat
                                fr_HT.dat
                                fr_KM.dat
                                fr_LU.dat
                                fr_MA.dat
                                fr_MC.dat
                                fr_MF.dat
                                fr_MG.dat
                                fr_ML.dat
                                fr_MQ.dat
                                fr_MR.dat
                                fr_MU.dat
                                fr_NC.dat
                                fr_NE.dat
                                fr_PF.dat
                                fr_PM.dat
                                fr_RE.dat
                                fr_RW.dat
                                fr_SC.dat
                                fr_SN.dat
                                fr_SY.dat
                                fr_TD.dat
                                fr_TG.dat
                                fr_TN.dat
                                fr_VU.dat
                                fr_WF.dat
                                fr_YT.dat
                                frr.dat
                                frr_DE.dat
                                fur.dat
                                fur_IT.dat
                                fy.dat
                                fy_NL.dat
                                ga.dat
                                ga_GB.dat
                                ga_IE.dat
                                gaa.dat
                                gaa_GH.dat
                                gd.dat
                                gd_GB.dat
                                gez.dat
                                gez_ER.dat
                                gez_ET.dat
                                gl.dat
                                gl_ES.dat
                                gn.dat
                                gn_PY.dat
                                gsw.dat
                                gsw_CH.dat
                                gsw_FR.dat
                                gsw_LI.dat
                                gu.dat
                                gu_IN.dat
                                guz.dat
                                guz_KE.dat
                                gv.dat
                                gv_IM.dat
                                ha.dat
                                ha_Arab.dat
                                ha_Arab_NG.dat
                                ha_Arab_SD.dat
                                ha_GH.dat
                                ha_NE.dat
                                ha_NG.dat
                                haw.dat
                                haw_US.dat
                                he.dat
                                he_IL.dat
                                hi.dat
                                hi_IN.dat
                                hi_Latn.dat
                                hi_Latn_IN.dat
                                hnj.dat
                                hnj_Hmnp.dat
                                hnj_Hmnp_US.dat
                                hr.dat
                                hr_BA.dat
                                hr_HR.dat
                                hsb.dat
                                hsb_DE.dat
                                hu.dat
                                hu_HU.dat
                                hy.dat
                                hy_AM.dat
                                ia.dat
                                ia_001.dat
                                id.dat
                                id_ID.dat
                                ie.dat
                                ie_EE.dat
                                ig.dat
                                ig_NG.dat
                                ii.dat
                                ii_CN.dat
                                io.dat
                                io_001.dat
                                is.dat
                                is_IS.dat
                                it.dat
                                it_CH.dat
                                it_IT.dat
                                it_SM.dat
                                it_VA.dat
                                iu.dat
                                iu_CA.dat
                                iu_Latn.dat
                                iu_Latn_CA.dat
                                ja.dat
                                ja_JP.dat
                                jbo.dat
                                jbo_001.dat
                                jgo.dat
                                jgo_CM.dat
                                jmc.dat
                                jmc_TZ.dat
                                jv.dat
                                jv_ID.dat
                                ka.dat
                                ka_GE.dat
                                kaa.dat
                                kaa_Cyrl.dat
                                kaa_Cyrl_UZ.dat
                                kaa_Latn.dat
                                kaa_Latn_UZ.dat
                                kab.dat
                                kab_DZ.dat
                                kaj.dat
                                kaj_NG.dat
                                kam.dat
                                kam_KE.dat
                                kcg.dat
                                kcg_NG.dat
                                kde.dat
                                kde_TZ.dat
                                kea.dat
                                kea_CV.dat
                                ken.dat
                                ken_CM.dat
                                kgp.dat
                                kgp_BR.dat
                                khq.dat
                                khq_ML.dat
                                ki.dat
                                ki_KE.dat
                                kk.dat
                                kk_Arab.dat
                                kk_Arab_CN.dat
                                kk_Cyrl.dat
                                kk_Cyrl_KZ.dat
                                kk_KZ.dat
                                kkj.dat
                                kkj_CM.dat
                                kl.dat
                                kl_GL.dat
                                kln.dat
                                kln_KE.dat
                                km.dat
                                km_KH.dat
                                kn.dat
                                kn_IN.dat
                                ko.dat
                                ko_CN.dat
                                ko_KP.dat
                                ko_KR.dat
                                kok.dat
                                kok_Deva.dat
                                kok_Deva_IN.dat
                                kok_Latn.dat
                                kok_Latn_IN.dat
                                kpe.dat
                                kpe_GN.dat
                                kpe_LR.dat
                                ks.dat
                                ks_Arab.dat
                                ks_Arab_IN.dat
                                ks_Deva.dat
                                ks_Deva_IN.dat
                                ksb.dat
                                ksb_TZ.dat
                                ksf.dat
                                ksf_CM.dat
                                ksh.dat
                                ksh_DE.dat
                                ku.dat
                                ku_TR.dat
                                kw.dat
                                kw_GB.dat
                                kxv.dat
                                kxv_Deva.dat
                                kxv_Deva_IN.dat
                                kxv_Latn.dat
                                kxv_Latn_IN.dat
                                kxv_Orya.dat
                                kxv_Orya_IN.dat
                                kxv_Telu.dat
                                kxv_Telu_IN.dat
                                ky.dat
                                ky_KG.dat
                                la.dat
                                la_VA.dat
                                lag.dat
                                lag_TZ.dat
                                lb.dat
                                lb_LU.dat
                                lg.dat
                                lg_UG.dat
                                LICENSE.unicode
                                lij.dat
                                lij_IT.dat
                                lkt.dat
                                lkt_US.dat
                                lld.dat
                                lld_IT.dat
                                lmo.dat
                                lmo_IT.dat
                                ln.dat
                                ln_AO.dat
                                ln_CD.dat
                                ln_CF.dat
                                ln_CG.dat
                                lo.dat
                                lo_LA.dat
                                lrc.dat
                                lrc_IQ.dat
                                lrc_IR.dat
                                lt.dat
                                lt_LT.dat
                                ltg.dat
                                ltg_LV.dat
                                lu.dat
                                lu_CD.dat
                                luo.dat
                                luo_KE.dat
                                luy.dat
                                luy_KE.dat
                                lv.dat
                                lv_LV.dat
                                mai.dat
                                mai_IN.dat
                                mas.dat
                                mas_KE.dat
                                mas_TZ.dat
                                mdf.dat
                                mdf_RU.dat
                                mer.dat
                                mer_KE.dat
                                mfe.dat
                                mfe_MU.dat
                                mg.dat
                                mg_MG.dat
                                mgh.dat
                                mgh_MZ.dat
                                mgo.dat
                                mgo_CM.dat
                                mhn.dat
                                mhn_IT.dat
                                mi.dat
                                mi_NZ.dat
                                mic.dat
                                mic_CA.dat
                                mk.dat
                                mk_MK.dat
                                ml.dat
                                ml_IN.dat
                                mn.dat
                                mn_MN.dat
                                mn_Mong.dat
                                mn_Mong_CN.dat
                                mn_Mong_MN.dat
                                mni.dat
                                mni_Beng.dat
                                mni_Beng_IN.dat
                                mni_Mtei.dat
                                mni_Mtei_IN.dat
                                moh.dat
                                moh_CA.dat
                                mr.dat
                                mr_IN.dat
                                ms.dat
                                ms_Arab.dat
                                ms_Arab_BN.dat
                                ms_Arab_MY.dat
                                ms_BN.dat
                                ms_ID.dat
                                ms_MY.dat
                                ms_SG.dat
                                mt.dat
                                mt_MT.dat
                                mua.dat
                                mua_CM.dat
                                mus.dat
                                mus_US.dat
                                my.dat
                                my_MM.dat
                                myv.dat
                                myv_RU.dat
                                mzn.dat
                                mzn_IR.dat
                                naq.dat
                                naq_NA.dat
                                nb.dat
                                nb_NO.dat
                                nb_SJ.dat
                                nd.dat
                                nd_ZW.dat
                                nds.dat
                                nds_DE.dat
                                nds_NL.dat
                                ne.dat
                                ne_IN.dat
                                ne_NP.dat
                                nl.dat
                                nl_AW.dat
                                nl_BE.dat
                                nl_BQ.dat
                                nl_CW.dat
                                nl_NL.dat
                                nl_SR.dat
                                nl_SX.dat
                                nmg.dat
                                nmg_CM.dat
                                nn.dat
                                nn_NO.dat
                                nnh.dat
                                nnh_CM.dat
                                no.dat
                                nqo.dat
                                nqo_GN.dat
                                nr.dat
                                nr_ZA.dat
                                nso.dat
                                nso_ZA.dat
                                nus.dat
                                nus_SS.dat
                                nv.dat
                                nv_US.dat
                                ny.dat
                                ny_MW.dat
                                nyn.dat
                                nyn_UG.dat
                                oc.dat
                                oc_ES.dat
                                oc_FR.dat
                                om.dat
                                om_ET.dat
                                om_KE.dat
                                or.dat
                                or_IN.dat
                                os.dat
                                os_GE.dat
                                os_RU.dat
                                osa.dat
                                osa_US.dat
                                pa.dat
                                pa_Arab.dat
                                pa_Arab_PK.dat
                                pa_Guru.dat
                                pa_Guru_IN.dat
                                pap.dat
                                pap_AW.dat
                                pap_CW.dat
                                pcm.dat
                                pcm_NG.dat
                                pis.dat
                                pis_SB.dat
                                pl.dat
                                pl_PL.dat
                                prg.dat
                                prg_PL.dat
                                ps.dat
                                ps_AF.dat
                                ps_PK.dat
                                pt.dat
                                pt_AO.dat
                                pt_BR.dat
                                pt_CH.dat
                                pt_CV.dat
                                pt_GQ.dat
                                pt_GW.dat
                                pt_LU.dat
                                pt_MO.dat
                                pt_MZ.dat
                                pt_PT.dat
                                pt_ST.dat
                                pt_TL.dat
                                qu.dat
                                qu_BO.dat
                                qu_EC.dat
                                qu_PE.dat
                                quc.dat
                                quc_GT.dat
                                raj.dat
                                raj_IN.dat
                                rhg.dat
                                rhg_Rohg.dat
                                rhg_Rohg_BD.dat
                                rhg_Rohg_MM.dat
                                rif.dat
                                rif_MA.dat
                                rm.dat
                                rm_CH.dat
                                rn.dat
                                rn_BI.dat
                                ro.dat
                                ro_MD.dat
                                ro_RO.dat
                                rof.dat
                                rof_TZ.dat
                                root.dat
                                ru.dat
                                ru_BY.dat
                                ru_KG.dat
                                ru_KZ.dat
                                ru_MD.dat
                                ru_RU.dat
                                ru_UA.dat
                                rw.dat
                                rw_RW.dat
                                rwk.dat
                                rwk_TZ.dat
                                sa.dat
                                sa_IN.dat
                                sah.dat
                                sah_RU.dat
                                saq.dat
                                saq_KE.dat
                                sat.dat
                                sat_Deva.dat
                                sat_Deva_IN.dat
                                sat_Olck.dat
                                sat_Olck_IN.dat
                                sbp.dat
                                sbp_TZ.dat
                                sc.dat
                                sc_IT.dat
                                scn.dat
                                scn_IT.dat
                                sd.dat
                                sd_Arab.dat
                                sd_Arab_PK.dat
                                sd_Deva.dat
                                sd_Deva_IN.dat
                                sdh.dat
                                sdh_IQ.dat
                                sdh_IR.dat
                                se.dat
                                se_FI.dat
                                se_NO.dat
                                se_SE.dat
                                seh.dat
                                seh_MZ.dat
                                ses.dat
                                ses_ML.dat
                                sg.dat
                                sg_CF.dat
                                shi.dat
                                shi_Latn.dat
                                shi_Latn_MA.dat
                                shi_Tfng.dat
                                shi_Tfng_MA.dat
                                shn.dat
                                shn_MM.dat
                                shn_TH.dat
                                si.dat
                                si_LK.dat
                                sid.dat
                                sid_ET.dat
                                sk.dat
                                sk_SK.dat
                                skr.dat
                                skr_PK.dat
                                sl.dat
                                sl_SI.dat
                                sma.dat
                                sma_NO.dat
                                sma_SE.dat
                                smj.dat
                                smj_NO.dat
                                smj_SE.dat
                                smn.dat
                                smn_FI.dat
                                sms.dat
                                sms_FI.dat
                                sn.dat
                                sn_ZW.dat
                                so.dat
                                so_DJ.dat
                                so_ET.dat
                                so_KE.dat
                                so_SO.dat
                                sq.dat
                                sq_AL.dat
                                sq_MK.dat
                                sq_XK.dat
                                sr.dat
                                sr_Cyrl.dat
                                sr_Cyrl_BA.dat
                                sr_Cyrl_ME.dat
                                sr_Cyrl_RS.dat
                                sr_Cyrl_XK.dat
                                sr_Latn.dat
                                sr_Latn_BA.dat
                                sr_Latn_ME.dat
                                sr_Latn_RS.dat
                                sr_Latn_XK.dat
                                ss.dat
                                ss_SZ.dat
                                ss_ZA.dat
                                ssy.dat
                                ssy_ER.dat
                                st.dat
                                st_LS.dat
                                st_ZA.dat
                                su.dat
                                su_Latn.dat
                                su_Latn_ID.dat
                                sv.dat
                                sv_AX.dat
                                sv_FI.dat
                                sv_SE.dat
                                sw.dat
                                sw_CD.dat
                                sw_KE.dat
                                sw_TZ.dat
                                sw_UG.dat
                                syr.dat
                                syr_IQ.dat
                                syr_SY.dat
                                szl.dat
                                szl_PL.dat
                                ta.dat
                                ta_IN.dat
                                ta_LK.dat
                                ta_MY.dat
                                ta_SG.dat
                                te.dat
                                te_IN.dat
                                teo.dat
                                teo_KE.dat
                                teo_UG.dat
                                tg.dat
                                tg_TJ.dat
                                th.dat
                                th_TH.dat
                                ti.dat
                                ti_ER.dat
                                ti_ET.dat
                                tig.dat
                                tig_ER.dat
                                tk.dat
                                tk_TM.dat
                                tn.dat
                                tn_BW.dat
                                tn_ZA.dat
                                to.dat
                                to_TO.dat
                                tok.dat
                                tok_001.dat
                                tpi.dat
                                tpi_PG.dat
                                tr.dat
                                tr_CY.dat
                                tr_TR.dat
                                trv.dat
                                trv_TW.dat
                                trw.dat
                                trw_PK.dat
                                ts.dat
                                ts_ZA.dat
                                tt.dat
                                tt_RU.dat
                                twq.dat
                                twq_NE.dat
                                tyv.dat
                                tyv_RU.dat
                                tzm.dat
                                tzm_MA.dat
                                ug.dat
                                ug_CN.dat
                                uk.dat
                                uk_UA.dat
                                ur.dat
                                ur_IN.dat
                                ur_PK.dat
                                uz.dat
                                uz_Arab.dat
                                uz_Arab_AF.dat
                                uz_Cyrl.dat
                                uz_Cyrl_UZ.dat
                                uz_Latn.dat
                                uz_Latn_UZ.dat
                                vai.dat
                                vai_Latn.dat
                                vai_Latn_LR.dat
                                vai_Vaii.dat
                                vai_Vaii_LR.dat
                                ve.dat
                                ve_ZA.dat
                                vec.dat
                                vec_IT.dat
                                vi.dat
                                vi_VN.dat
                                vmw.dat
                                vmw_MZ.dat
                                vo.dat
                                vo_001.dat
                                vun.dat
                                vun_TZ.dat
                                wa.dat
                                wa_BE.dat
                                wae.dat
                                wae_CH.dat
                                wal.dat
                                wal_ET.dat
                                wbp.dat
                                wbp_AU.dat
                                wo.dat
                                wo_SN.dat
                                xh.dat
                                xh_ZA.dat
                                xnr.dat
                                xnr_IN.dat
                                xog.dat
                                xog_UG.dat
                                yav.dat
                                yav_CM.dat
                                yi.dat
                                yi_UA.dat
                                yo.dat
                                yo_BJ.dat
                                yo_NG.dat
                                yrl.dat
                                yrl_BR.dat
                                yrl_CO.dat
                                yrl_VE.dat
                                yue.dat
                                yue_Hans.dat
                                yue_Hans_CN.dat
                                yue_Hant.dat
                                yue_Hant_CN.dat
                                yue_Hant_HK.dat
                                za.dat
                                za_CN.dat
                                zgh.dat
                                zgh_MA.dat
                                zh.dat
                                zh_Hans.dat
                                zh_Hans_CN.dat
                                zh_Hans_HK.dat
                                zh_Hans_MO.dat
                                zh_Hans_MY.dat
                                zh_Hans_SG.dat
                                zh_Hant.dat
                                zh_Hant_HK.dat
                                zh_Hant_MO.dat
                                zh_Hant_MY.dat
                                zh_Hant_TW.dat
                                zh_Latn.dat
                                zh_Latn_CN.dat
                                zu.dat
                                zu_ZA.dat
                            localtime/
                                __init__.py
                                _fallback.py
                                _helpers.py
                                _unix.py
                                _win32.py
                            messages/
                                __init__.py
                                _compat.py
                                catalog.py
                                checkers.py
                                extract.py
                                frontend.py
                                jslexer.py
                                mofile.py
                                plurals.py
                                pofile.py
                                setuptools_frontend.py
                            __init__.py
                            core.py
                            dates.py
                            global.dat
                            languages.py
                            lists.py
                            localedata.py
                            numbers.py
                            plural.py
                            py.typed
                            support.py
                            units.py
                            util.py
                        babel-2.17.0.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        bcj/
                            __init__.py
                            _bcj.cpython-313-darwin.so
                            _bcjfilter.py
                            py.typed
                        bcrypt/
                            __init__.py
                            __init__.pyi
                            _bcrypt.abi3.so
                            py.typed
                        bcrypt-4.3.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        beautifulsoup4-4.13.4.dist-info/
                            licenses/
                                AUTHORS
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        black/
                            resources/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                black.schema.json
                            __init__.cpython-313-darwin.so
                            __init__.py
                            __main__.py
                            _width_table.cpython-313-darwin.so
                            _width_table.py
                            brackets.cpython-313-darwin.so
                            brackets.py
                            cache.cpython-313-darwin.so
                            cache.py
                            comments.cpython-313-darwin.so
                            comments.py
                            concurrency.py
                            const.cpython-313-darwin.so
                            const.py
                            debug.py
                            files.py
                            handle_ipynb_magics.cpython-313-darwin.so
                            handle_ipynb_magics.py
                            linegen.cpython-313-darwin.so
                            linegen.py
                            lines.cpython-313-darwin.so
                            lines.py
                            mode.cpython-313-darwin.so
                            mode.py
                            nodes.cpython-313-darwin.so
                            nodes.py
                            numerics.cpython-313-darwin.so
                            numerics.py
                            output.py
                            parsing.cpython-313-darwin.so
                            parsing.py
                            py.typed
                            ranges.cpython-313-darwin.so
                            ranges.py
                            report.py
                            rusty.cpython-313-darwin.so
                            rusty.py
                            schema.cpython-313-darwin.so
                            schema.py
                            strings.cpython-313-darwin.so
                            strings.py
                            trans.cpython-313-darwin.so
                            trans.py
                        black-25.1.0.dist-info/
                            licenses/
                                AUTHORS.md
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        blackd/
                            __init__.py
                            __main__.py
                            middlewares.py
                        bleach/
                            _vendor/
                                html5lib/
                                    _trie/
                                        __init__.py
                                        _base.py
                                        py.py
                                    filters/
                                        __init__.py
                                        alphabeticalattributes.py
                                        base.py
                                        inject_meta_charset.py
                                        lint.py
                                        optionaltags.py
                                        sanitizer.py
                                        whitespace.py
                                    treeadapters/
                                        __init__.py
                                        genshi.py
                                        sax.py
                                    treebuilders/
                                        __init__.py
                                        base.py
                                        dom.py
                                        etree.py
                                        etree_lxml.py
                                    treewalkers/
                                        __init__.py
                                        base.py
                                        dom.py
                                        etree.py
                                        etree_lxml.py
                                        genshi.py
                                    __init__.py
                                    _ihatexml.py
                                    _inputstream.py
                                    _tokenizer.py
                                    _utils.py
                                    constants.py
                                    html5parser.py
                                    serializer.py
                                html5lib-1.1.dist-info/
                                    AUTHORS.rst
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                __init__.py
                                parse.py
                                parse.py.SHA256SUM
                                README.rst
                                vendor.txt
                                vendor_install.sh
                            __init__.py
                            callbacks.py
                            css_sanitizer.py
                            html5lib_shim.py
                            linkifier.py
                            parse_shim.py
                            sanitizer.py
                            six_shim.py
                        bleach-6.2.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        blib2to3/
                            pgen2/
                                __init__.py
                                conv.cpython-313-darwin.so
                                conv.py
                                driver.cpython-313-darwin.so
                                driver.py
                                grammar.cpython-313-darwin.so
                                grammar.py
                                literals.cpython-313-darwin.so
                                literals.py
                                parse.cpython-313-darwin.so
                                parse.py
                                pgen.cpython-313-darwin.so
                                pgen.py
                                token.cpython-313-darwin.so
                                token.py
                                tokenize.cpython-313-darwin.so
                                tokenize.py
                            __init__.py
                            Grammar.txt
                            LICENSE
                            PatternGrammar.txt
                            pygram.cpython-313-darwin.so
                            pygram.py
                            pytree.cpython-313-darwin.so
                            pytree.py
                            README
                        boolean/
                            __init__.py
                            boolean.py
                            test_boolean.py
                        boolean_py-5.0.dist-info/
                            licenses/
                                CHANGELOG.rst
                                LICENSE.txt
                                README.rst
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        Brotli-1.1.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        bs4/
                            builder/
                                __init__.py
                                _html5lib.py
                                _htmlparser.py
                                _lxml.py
                            tests/
                                fuzz/
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-4670634698080256.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-4818336571064320.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-4999465949331456.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5000587759190016.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5167584867909632.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5270998950477824.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5375146639360000.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5492400320282624.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5703933063462912.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5843991618256896.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-5984173902397440.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-6124268085182464.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-6241471367348224.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-6306874195312640.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-6450958476902400.testcase
                                    clusterfuzz-testcase-minimized-bs4_fuzzer-6600557255327744.testcase
                                    crash-0d306a50c8ed8bcd0785b67000fcd5dea1d33f08.testcase
                                    crash-ffbdfa8a2b26f13537b68d3794b0478a4090ee4a.testcase
                                __init__.py
                                test_builder.py
                                test_builder_registry.py
                                test_css.py
                                test_dammit.py
                                test_element.py
                                test_filter.py
                                test_formatter.py
                                test_fuzz.py
                                test_html5lib.py
                                test_htmlparser.py
                                test_lxml.py
                                test_navigablestring.py
                                test_pageelement.py
                                test_soup.py
                                test_tag.py
                                test_tree.py
                            __init__.py
                            _deprecation.py
                            _typing.py
                            _warnings.py
                            css.py
                            dammit.py
                            diagnose.py
                            element.py
                            exceptions.py
                            filter.py
                            formatter.py
                            py.typed
                        cattr/
                            preconf/
                                __init__.py
                                bson.py
                                json.py
                                msgpack.py
                                orjson.py
                                pyyaml.py
                                tomlkit.py
                                ujson.py
                            __init__.py
                            converters.py
                            disambiguators.py
                            dispatch.py
                            errors.py
                            gen.py
                            py.typed
                        cattrs/
                            gen/
                                __init__.py
                                _consts.py
                                _generics.py
                                _lc.py
                                _shared.py
                                typeddicts.py
                            preconf/
                                __init__.py
                                bson.py
                                cbor2.py
                                json.py
                                msgpack.py
                                msgspec.py
                                orjson.py
                                pyyaml.py
                                tomlkit.py
                                ujson.py
                            strategies/
                                __init__.py
                                _class_methods.py
                                _subclasses.py
                                _unions.py
                            __init__.py
                            _compat.py
                            _generics.py
                            cols.py
                            converters.py
                            disambiguators.py
                            dispatch.py
                            errors.py
                            fns.py
                            py.typed
                            v.py
                        cattrs-24.1.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        certifi/
                            __init__.py
                            __main__.py
                            cacert.pem
                            core.py
                            py.typed
                        certifi-2025.8.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        cffi/
                            __init__.py
                            _cffi_errors.h
                            _cffi_include.h
                            _embedding.h
                            _imp_emulation.py
                            _shimmed_dist_utils.py
                            api.py
                            backend_ctypes.py
                            cffi_opcode.py
                            commontypes.py
                            cparser.py
                            error.py
                            ffiplatform.py
                            lock.py
                            model.py
                            parse_c_type.h
                            pkgconfig.py
                            recompiler.py
                            setuptools_ext.py
                            vengine_cpy.py
                            vengine_gen.py
                            verifier.py
                        cffi-1.17.1.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        charset_normalizer/
                            cli/
                                __init__.py
                                __main__.py
                            __init__.py
                            __main__.py
                            api.py
                            cd.py
                            constant.py
                            legacy.py
                            md.cpython-313-darwin.so
                            md.py
                            md__mypyc.cpython-313-darwin.so
                            models.py
                            py.typed
                            utils.py
                            version.py
                        charset_normalizer-3.4.2.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        click/
                            __init__.py
                            _compat.py
                            _termui_impl.py
                            _textwrap.py
                            _winconsole.py
                            core.py
                            decorators.py
                            exceptions.py
                            formatting.py
                            globals.py
                            parser.py
                            py.typed
                            shell_completion.py
                            termui.py
                            testing.py
                            types.py
                            utils.py
                        click-8.2.1.dist-info/
                            licenses/
                                LICENSE.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        cloudpickle/
                            __init__.py
                            cloudpickle.py
                            cloudpickle_fast.py
                        cloudpickle-3.1.1.dist-info/
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        comm/
                            __init__.py
                            base_comm.py
                            py.typed
                        comm-0.2.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        coverage/
                            htmlfiles/
                                coverage_html.js
                                favicon_32.png
                                index.html
                                keybd_closed.png
                                pyfile.html
                                style.css
                                style.scss
                            __init__.py
                            __main__.py
                            annotate.py
                            bytecode.py
                            cmdline.py
                            collector.py
                            config.py
                            context.py
                            control.py
                            core.py
                            data.py
                            debug.py
                            disposition.py
                            env.py
                            exceptions.py
                            execfile.py
                            files.py
                            html.py
                            inorout.py
                            jsonreport.py
                            lcovreport.py
                            misc.py
                            multiproc.py
                            numbits.py
                            parser.py
                            patch.py
                            phystokens.py
                            plugin.py
                            plugin_support.py
                            py.typed
                            python.py
                            pytracer.py
                            regions.py
                            report.py
                            report_core.py
                            results.py
                            sqldata.py
                            sqlitedb.py
                            sysmon.py
                            templite.py
                            tomlconfig.py
                            tracer.cpython-313-darwin.so
                            tracer.pyi
                            types.py
                            version.py
                            xmlreport.py
                        coverage-7.10.2.dist-info/
                            licenses/
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        cramjam/
                            __init__.py
                            cramjam.cpython-313-darwin.so
                        cramjam-2.11.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        Cryptodome/
                            Cipher/
                                __init__.py
                                __init__.pyi
                                _ARC4.abi3.so
                                _chacha20.abi3.so
                                _EKSBlowfish.py
                                _EKSBlowfish.pyi
                                _mode_cbc.py
                                _mode_cbc.pyi
                                _mode_ccm.py
                                _mode_ccm.pyi
                                _mode_cfb.py
                                _mode_cfb.pyi
                                _mode_ctr.py
                                _mode_ctr.pyi
                                _mode_eax.py
                                _mode_eax.pyi
                                _mode_ecb.py
                                _mode_ecb.pyi
                                _mode_gcm.py
                                _mode_gcm.pyi
                                _mode_kw.py
                                _mode_kwp.py
                                _mode_ocb.py
                                _mode_ocb.pyi
                                _mode_ofb.py
                                _mode_ofb.pyi
                                _mode_openpgp.py
                                _mode_openpgp.pyi
                                _mode_siv.py
                                _mode_siv.pyi
                                _pkcs1_decode.abi3.so
                                _pkcs1_oaep_decode.py
                                _raw_aes.abi3.so
                                _raw_arc2.abi3.so
                                _raw_blowfish.abi3.so
                                _raw_cast.abi3.so
                                _raw_cbc.abi3.so
                                _raw_cfb.abi3.so
                                _raw_ctr.abi3.so
                                _raw_des.abi3.so
                                _raw_des3.abi3.so
                                _raw_ecb.abi3.so
                                _raw_eksblowfish.abi3.so
                                _raw_ocb.abi3.so
                                _raw_ofb.abi3.so
                                _Salsa20.abi3.so
                                AES.py
                                AES.pyi
                                ARC2.py
                                ARC2.pyi
                                ARC4.py
                                ARC4.pyi
                                Blowfish.py
                                Blowfish.pyi
                                CAST.py
                                CAST.pyi
                                ChaCha20.py
                                ChaCha20.pyi
                                ChaCha20_Poly1305.py
                                ChaCha20_Poly1305.pyi
                                DES.py
                                DES.pyi
                                DES3.py
                                DES3.pyi
                                PKCS1_OAEP.py
                                PKCS1_OAEP.pyi
                                PKCS1_v1_5.py
                                PKCS1_v1_5.pyi
                                Salsa20.py
                                Salsa20.pyi
                            Hash/
                                __init__.py
                                __init__.pyi
                                _BLAKE2b.abi3.so
                                _BLAKE2s.abi3.so
                                _ghash_portable.abi3.so
                                _keccak.abi3.so
                                _MD2.abi3.so
                                _MD4.abi3.so
                                _MD5.abi3.so
                                _poly1305.abi3.so
                                _RIPEMD160.abi3.so
                                _SHA1.abi3.so
                                _SHA224.abi3.so
                                _SHA256.abi3.so
                                _SHA384.abi3.so
                                _SHA512.abi3.so
                                BLAKE2b.py
                                BLAKE2b.pyi
                                BLAKE2s.py
                                BLAKE2s.pyi
                                CMAC.py
                                CMAC.pyi
                                cSHAKE128.py
                                cSHAKE128.pyi
                                cSHAKE256.py
                                cSHAKE256.pyi
                                HMAC.py
                                HMAC.pyi
                                KangarooTwelve.py
                                KangarooTwelve.pyi
                                keccak.py
                                keccak.pyi
                                KMAC128.py
                                KMAC128.pyi
                                KMAC256.py
                                KMAC256.pyi
                                MD2.py
                                MD2.pyi
                                MD4.py
                                MD4.pyi
                                MD5.py
                                MD5.pyi
                                Poly1305.py
                                Poly1305.pyi
                                RIPEMD.py
                                RIPEMD.pyi
                                RIPEMD160.py
                                RIPEMD160.pyi
                                SHA.py
                                SHA.pyi
                                SHA1.py
                                SHA1.pyi
                                SHA224.py
                                SHA224.pyi
                                SHA256.py
                                SHA256.pyi
                                SHA384.py
                                SHA384.pyi
                                SHA3_224.py
                                SHA3_224.pyi
                                SHA3_256.py
                                SHA3_256.pyi
                                SHA3_384.py
                                SHA3_384.pyi
                                SHA3_512.py
                                SHA3_512.pyi
                                SHA512.py
                                SHA512.pyi
                                SHAKE128.py
                                SHAKE128.pyi
                                SHAKE256.py
                                SHAKE256.pyi
                                TupleHash128.py
                                TupleHash128.pyi
                                TupleHash256.py
                                TupleHash256.pyi
                                TurboSHAKE128.py
                                TurboSHAKE128.pyi
                                TurboSHAKE256.py
                                TurboSHAKE256.pyi
                            IO/
                                __init__.py
                                _PBES.py
                                _PBES.pyi
                                PEM.py
                                PEM.pyi
                                PKCS8.py
                                PKCS8.pyi
                            Math/
                                __init__.py
                                _IntegerBase.py
                                _IntegerBase.pyi
                                _IntegerCustom.py
                                _IntegerCustom.pyi
                                _IntegerGMP.py
                                _IntegerGMP.pyi
                                _IntegerNative.py
                                _IntegerNative.pyi
                                _modexp.abi3.so
                                Numbers.py
                                Numbers.pyi
                                Primality.py
                                Primality.pyi
                            Protocol/
                                __init__.py
                                __init__.pyi
                                _scrypt.abi3.so
                                DH.py
                                DH.pyi
                                HPKE.py
                                KDF.py
                                KDF.pyi
                                SecretSharing.py
                                SecretSharing.pyi
                            PublicKey/
                                __init__.py
                                __init__.pyi
                                _curve.py
                                _curve25519.abi3.so
                                _curve448.abi3.so
                                _ec_ws.abi3.so
                                _ed25519.abi3.so
                                _ed448.abi3.so
                                _edwards.py
                                _montgomery.py
                                _nist_ecc.py
                                _openssh.py
                                _openssh.pyi
                                _point.py
                                _point.pyi
                                DSA.py
                                DSA.pyi
                                ECC.py
                                ECC.pyi
                                ElGamal.py
                                ElGamal.pyi
                                RSA.py
                                RSA.pyi
                            Random/
                                __init__.py
                                __init__.pyi
                                random.py
                                random.pyi
                            SelfTest/
                                Cipher/
                                    __init__.py
                                    common.py
                                    test_AES.py
                                    test_ARC2.py
                                    test_ARC4.py
                                    test_Blowfish.py
                                    test_CAST.py
                                    test_CBC.py
                                    test_CCM.py
                                    test_CFB.py
                                    test_ChaCha20.py
                                    test_ChaCha20_Poly1305.py
                                    test_CTR.py
                                    test_DES.py
                                    test_DES3.py
                                    test_EAX.py
                                    test_GCM.py
                                    test_KW.py
                                    test_OCB.py
                                    test_OFB.py
                                    test_OpenPGP.py
                                    test_pkcs1_15.py
                                    test_pkcs1_oaep.py
                                    test_Salsa20.py
                                    test_SIV.py
                                Hash/
                                    __init__.py
                                    common.py
                                    test_BLAKE2.py
                                    test_CMAC.py
                                    test_cSHAKE.py
                                    test_HMAC.py
                                    test_KangarooTwelve.py
                                    test_keccak.py
                                    test_KMAC.py
                                    test_MD2.py
                                    test_MD4.py
                                    test_MD5.py
                                    test_Poly1305.py
                                    test_RIPEMD160.py
                                    test_SHA1.py
                                    test_SHA224.py
                                    test_SHA256.py
                                    test_SHA384.py
                                    test_SHA3_224.py
                                    test_SHA3_256.py
                                    test_SHA3_384.py
                                    test_SHA3_512.py
                                    test_SHA512.py
                                    test_SHAKE.py
                                    test_TupleHash.py
                                    test_TurboSHAKE.py
                                IO/
                                    __init__.py
                                    test_PBES.py
                                    test_PKCS8.py
                                Math/
                                    __init__.py
                                    test_modexp.py
                                    test_modmult.py
                                    test_Numbers.py
                                    test_Primality.py
                                Protocol/
                                    __init__.py
                                    test_ecdh.py
                                    test_HPKE.py
                                    test_KDF.py
                                    test_rfc1751.py
                                    test_SecretSharing.py
                                PublicKey/
                                    __init__.py
                                    test_DSA.py
                                    test_ECC_Curve25519.py
                                    test_ECC_Curve448.py
                                    test_ECC_Ed25519.py
                                    test_ECC_Ed448.py
                                    test_ECC_NIST.py
                                    test_ElGamal.py
                                    test_import_Curve25519.py
                                    test_import_Curve448.py
                                    test_import_DSA.py
                                    test_import_ECC.py
                                    test_import_RSA.py
                                    test_RSA.py
                                Random/
                                    __init__.py
                                    test_random.py
                                Signature/
                                    __init__.py
                                    test_dss.py
                                    test_eddsa.py
                                    test_pkcs1_15.py
                                    test_pss.py
                                Util/
                                    __init__.py
                                    test_asn1.py
                                    test_Counter.py
                                    test_number.py
                                    test_Padding.py
                                    test_rfc1751.py
                                    test_strxor.py
                                __init__.py
                                __main__.py
                                loader.py
                                st_common.py
                            Signature/
                                __init__.py
                                DSS.py
                                DSS.pyi
                                eddsa.py
                                eddsa.pyi
                                pkcs1_15.py
                                pkcs1_15.pyi
                                PKCS1_PSS.py
                                PKCS1_PSS.pyi
                                PKCS1_v1_5.py
                                PKCS1_v1_5.pyi
                                pss.py
                                pss.pyi
                            Util/
                                __init__.py
                                _cpu_features.py
                                _cpu_features.pyi
                                _cpuid_c.abi3.so
                                _file_system.py
                                _file_system.pyi
                                _raw_api.py
                                _raw_api.pyi
                                _strxor.abi3.so
                                asn1.py
                                asn1.pyi
                                Counter.py
                                Counter.pyi
                                number.py
                                number.pyi
                                Padding.py
                                Padding.pyi
                                py3compat.py
                                py3compat.pyi
                                RFC1751.py
                                RFC1751.pyi
                                strxor.py
                                strxor.pyi
                            __init__.py
                            __init__.pyi
                            py.typed
                        cryptography/
                            hazmat/
                                backends/
                                    openssl/
                                        __init__.py
                                        backend.py
                                    __init__.py
                                bindings/
                                    _rust/
                                        openssl/
                                            __init__.pyi
                                            aead.pyi
                                            ciphers.pyi
                                            cmac.pyi
                                            dh.pyi
                                            dsa.pyi
                                            ec.pyi
                                            ed25519.pyi
                                            ed448.pyi
                                            hashes.pyi
                                            hmac.pyi
                                            kdf.pyi
                                            keys.pyi
                                            poly1305.pyi
                                            rsa.pyi
                                            x25519.pyi
                                            x448.pyi
                                        __init__.pyi
                                        _openssl.pyi
                                        asn1.pyi
                                        exceptions.pyi
                                        ocsp.pyi
                                        pkcs12.pyi
                                        pkcs7.pyi
                                        test_support.pyi
                                        x509.pyi
                                    openssl/
                                        __init__.py
                                        _conditional.py
                                        binding.py
                                    __init__.py
                                    _rust.abi3.so
                                decrepit/
                                    ciphers/
                                        __init__.py
                                        algorithms.py
                                    __init__.py
                                primitives/
                                    asymmetric/
                                        __init__.py
                                        dh.py
                                        dsa.py
                                        ec.py
                                        ed25519.py
                                        ed448.py
                                        padding.py
                                        rsa.py
                                        types.py
                                        utils.py
                                        x25519.py
                                        x448.py
                                    ciphers/
                                        __init__.py
                                        aead.py
                                        algorithms.py
                                        base.py
                                        modes.py
                                    kdf/
                                        __init__.py
                                        argon2.py
                                        concatkdf.py
                                        hkdf.py
                                        kbkdf.py
                                        pbkdf2.py
                                        scrypt.py
                                        x963kdf.py
                                    serialization/
                                        __init__.py
                                        base.py
                                        pkcs12.py
                                        pkcs7.py
                                        ssh.py
                                    twofactor/
                                        __init__.py
                                        hotp.py
                                        totp.py
                                    __init__.py
                                    _asymmetric.py
                                    _cipheralgorithm.py
                                    _serialization.py
                                    cmac.py
                                    constant_time.py
                                    hashes.py
                                    hmac.py
                                    keywrap.py
                                    padding.py
                                    poly1305.py
                                __init__.py
                                _oid.py
                            x509/
                                __init__.py
                                base.py
                                certificate_transparency.py
                                extensions.py
                                general_name.py
                                name.py
                                ocsp.py
                                oid.py
                                verification.py
                            __about__.py
                            __init__.py
                            exceptions.py
                            fernet.py
                            py.typed
                            utils.py
                        cryptography-45.0.6.dist-info/
                            licenses/
                                LICENSE
                                LICENSE.APACHE
                                LICENSE.BSD
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        Cython/
                            Build/
                                Tests/
                                    __init__.py
                                    TestCyCache.py
                                    TestCythonizeArgsParser.py
                                    TestDependencies.py
                                    TestInline.py
                                    TestIpythonMagic.py
                                    TestRecythonize.py
                                    TestStripLiterals.py
                                __init__.py
                                BuildExecutable.py
                                Cache.py
                                Cythonize.py
                                Dependencies.py
                                Distutils.py
                                Inline.py
                                IpythonMagic.py
                                SharedModule.py
                            Compiler/
                                Tests/
                                    __init__.py
                                    TestBuffer.py
                                    TestBuiltin.py
                                    TestCmdLine.py
                                    TestCode.py
                                    TestFlowControl.py
                                    TestGrammar.py
                                    TestMemView.py
                                    TestParseTreeTransforms.py
                                    TestScanning.py
                                    TestSignatureMatching.py
                                    TestStringEncoding.py
                                    TestTreeFragment.py
                                    TestTreePath.py
                                    TestTypes.py
                                    TestUtilityLoad.py
                                    TestVisitor.py
                                    Utils.py
                                __init__.py
                                AnalysedTreeTransforms.py
                                Annotate.py
                                AutoDocTransforms.py
                                Buffer.py
                                Builtin.py
                                CmdLine.py
                                Code.cpython-313-darwin.so
                                Code.pxd
                                Code.py
                                CodeGeneration.py
                                CythonScope.py
                                Dataclass.py
                                DebugFlags.py
                                Errors.py
                                ExprNodes.py
                                FlowControl.cpython-313-darwin.so
                                FlowControl.pxd
                                FlowControl.py
                                FusedNode.cpython-313-darwin.so
                                FusedNode.py
                                Future.py
                                Interpreter.py
                                Lexicon.py
                                LineTable.cpython-313-darwin.so
                                LineTable.py
                                Main.py
                                MatchCaseNodes.py
                                MemoryView.py
                                ModuleNode.py
                                Naming.py
                                Nodes.py
                                Optimize.py
                                Options.py
                                ParseTreeTransforms.pxd
                                ParseTreeTransforms.py
                                Parsing.cpython-313-darwin.so
                                Parsing.pxd
                                Parsing.py
                                Pipeline.py
                                PyrexTypes.py
                                Pythran.py
                                Scanning.cpython-313-darwin.so
                                Scanning.pxd
                                Scanning.py
                                StringEncoding.py
                                Symtab.py
                                TreeFragment.py
                                TreePath.py
                                TypeInference.py
                                TypeSlots.py
                                UFuncs.py
                                UtilityCode.py
                                UtilNodes.py
                                Version.py
                                Visitor.cpython-313-darwin.so
                                Visitor.pxd
                                Visitor.py
                            Debugger/
                                Tests/
                                    __init__.py
                                    cfuncs.c
                                    codefile
                                    test_libcython_in_gdb.py
                                    test_libpython_in_gdb.py
                                    TestLibCython.py
                                __init__.py
                                Cygdb.py
                                DebugWriter.py
                                libcython.py
                                libpython.py
                            Distutils/
                                __init__.py
                                build_ext.py
                                extension.py
                                old_build_ext.py
                            Includes/
                                cpython/
                                    __init__.pxd
                                    array.pxd
                                    bool.pxd
                                    buffer.pxd
                                    bytearray.pxd
                                    bytes.pxd
                                    cellobject.pxd
                                    ceval.pxd
                                    codecs.pxd
                                    complex.pxd
                                    contextvars.pxd
                                    conversion.pxd
                                    datetime.pxd
                                    descr.pxd
                                    dict.pxd
                                    exc.pxd
                                    fileobject.pxd
                                    float.pxd
                                    function.pxd
                                    genobject.pxd
                                    getargs.pxd
                                    instance.pxd
                                    iterator.pxd
                                    iterobject.pxd
                                    list.pxd
                                    long.pxd
                                    longintrepr.pxd
                                    mapping.pxd
                                    marshal.pxd
                                    mem.pxd
                                    memoryview.pxd
                                    method.pxd
                                    module.pxd
                                    number.pxd
                                    object.pxd
                                    pycapsule.pxd
                                    pylifecycle.pxd
                                    pyport.pxd
                                    pystate.pxd
                                    pythread.pxd
                                    ref.pxd
                                    sequence.pxd
                                    set.pxd
                                    slice.pxd
                                    time.pxd
                                    tuple.pxd
                                    type.pxd
                                    unicode.pxd
                                    version.pxd
                                    weakref.pxd
                                libc/
                                    __init__.pxd
                                    complex.pxd
                                    errno.pxd
                                    float.pxd
                                    limits.pxd
                                    locale.pxd
                                    math.pxd
                                    setjmp.pxd
                                    signal.pxd
                                    stddef.pxd
                                    stdint.pxd
                                    stdio.pxd
                                    stdlib.pxd
                                    string.pxd
                                    threads.pxd
                                    time.pxd
                                libcpp/
                                    __init__.pxd
                                    algorithm.pxd
                                    any.pxd
                                    atomic.pxd
                                    barrier.pxd
                                    bit.pxd
                                    cast.pxd
                                    cmath.pxd
                                    complex.pxd
                                    deque.pxd
                                    exception.pxd
                                    execution.pxd
                                    forward_list.pxd
                                    functional.pxd
                                    future.pxd
                                    iterator.pxd
                                    latch.pxd
                                    limits.pxd
                                    list.pxd
                                    map.pxd
                                    memory.pxd
                                    mutex.pxd
                                    numbers.pxd
                                    numeric.pxd
                                    optional.pxd
                                    pair.pxd
                                    queue.pxd
                                    random.pxd
                                    semaphore.pxd
                                    set.pxd
                                    shared_mutex.pxd
                                    span.pxd
                                    stack.pxd
                                    stop_token.pxd
                                    string.pxd
                                    string_view.pxd
                                    typeindex.pxd
                                    typeinfo.pxd
                                    unordered_map.pxd
                                    unordered_set.pxd
                                    utility.pxd
                                    vector.pxd
                                numpy/
                                    math.pxd
                                posix/
                                    __init__.pxd
                                    dlfcn.pxd
                                    fcntl.pxd
                                    ioctl.pxd
                                    mman.pxd
                                    resource.pxd
                                    select.pxd
                                    signal.pxd
                                    stat.pxd
                                    stdio.pxd
                                    stdlib.pxd
                                    strings.pxd
                                    time.pxd
                                    types.pxd
                                    uio.pxd
                                    unistd.pxd
                                    wait.pxd
                                openmp.pxd
                            Plex/
                                __init__.py
                                Actions.cpython-313-darwin.so
                                Actions.pxd
                                Actions.py
                                DFA.cpython-313-darwin.so
                                DFA.pxd
                                DFA.py
                                Errors.py
                                Lexicons.py
                                Machines.cpython-313-darwin.so
                                Machines.pxd
                                Machines.py
                                Regexps.py
                                Scanners.cpython-313-darwin.so
                                Scanners.pxd
                                Scanners.py
                                Transitions.cpython-313-darwin.so
                                Transitions.pxd
                                Transitions.py
                            Runtime/
                                __init__.py
                                refnanny.cpython-313-darwin.so
                                refnanny.pyx
                            Tempita/
                                __init__.py
                                _looper.py
                                _tempita.cpython-313-darwin.so
                                _tempita.py
                            Tests/
                                __init__.py
                                TestCodeWriter.py
                                TestCythonUtils.py
                                TestJediTyper.py
                                TestShadow.py
                                TestStringIOTree.py
                                TestTestUtils.py
                                xmlrunner.py
                            Utility/
                                __init__.py
                                arrayarray.h
                                AsyncGen.c
                                Buffer.c
                                BufferFormatFromTypeInfo.pxd
                                Builtins.c
                                CConvert.pyx
                                CMath.c
                                CommonStructures.c
                                Complex.c
                                Coroutine.c
                                CpdefEnums.pyx
                                CppConvert.pyx
                                CppSupport.cpp
                                CythonFunction.c
                                Dataclasses.c
                                Dataclasses.py
                                Embed.c
                                Exceptions.c
                                ExtensionTypes.c
                                FunctionArguments.c
                                ImportExport.c
                                Lock.c
                                MemoryView.pxd
                                MemoryView.pyx
                                MemoryView_C.c
                                ModuleSetupCode.c
                                NumpyImportArray.c
                                ObjectHandling.c
                                Optimize.c
                                Overflow.c
                                Printing.c
                                Profile.c
                                StringTools.c
                                TestCythonScope.pyx
                                TestCyUtilityLoader.pyx
                                TestUtilityLoader.c
                                TypeConversion.c
                                UFuncs.pyx
                                UFuncs_C.c
                            __init__.py
                            __init__.pyi
                            CodeWriter.py
                            Coverage.py
                            Debugging.py
                            py.typed
                            Shadow.py
                            Shadow.pyi
                            StringIOTree.cpython-313-darwin.so
                            StringIOTree.py
                            TestUtils.py
                            Utils.cpython-313-darwin.so
                            Utils.py
                        cython-3.1.2.dist-info/
                            licenses/
                                COPYING.txt
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        dask/
                            array/
                                _array_expr/
                                    tests/
                                        __init__.py
                                        test_collection.py
                                    __init__.py
                                    _backends.py
                                    _blockwise.py
                                    _collection.py
                                    _creation.py
                                    _expr.py
                                    _gufunc.py
                                    _io.py
                                    _map_blocks.py
                                    _overlap.py
                                    _rechunk.py
                                    _reductions.py
                                    _shuffle.py
                                    _slicing.py
                                    _ufunc.py
                                    _utils.py
                                    random.py
                                lib/
                                    __init__.py
                                    stride_tricks.py
                                tests/
                                    __init__.py
                                    test_api.py
                                    test_array_core.py
                                    test_array_expr_incompatible.py
                                    test_array_function.py
                                    test_array_utils.py
                                    test_atop.py
                                    test_chunk.py
                                    test_creation.py
                                    test_cupy_core.py
                                    test_cupy_creation.py
                                    test_cupy_gufunc.py
                                    test_cupy_linalg.py
                                    test_cupy_overlap.py
                                    test_cupy_percentile.py
                                    test_cupy_random.py
                                    test_cupy_reductions.py
                                    test_cupy_routines.py
                                    test_cupy_slicing.py
                                    test_cupy_sparse.py
                                    test_dispatch.py
                                    test_fft.py
                                    test_gufunc.py
                                    test_image.py
                                    test_linalg.py
                                    test_map_blocks.py
                                    test_masked.py
                                    test_numpy_compat.py
                                    test_optimization.py
                                    test_overlap.py
                                    test_percentiles.py
                                    test_random.py
                                    test_rechunk.py
                                    test_reductions.py
                                    test_reshape.py
                                    test_routines.py
                                    test_shuffle.py
                                    test_slicing.py
                                    test_sparse.py
                                    test_stats.py
                                    test_svg.py
                                    test_testing.py
                                    test_ufunc.py
                                    test_wrap.py
                                    test_xarray.py
                                __init__.py
                                _reductions_generic.py
                                _shuffle.py
                                api.py
                                backends.py
                                blockwise.py
                                chunk.py
                                chunk_types.py
                                core.py
                                creation.py
                                cupy_entry_point.py
                                dispatch.py
                                einsumfuncs.py
                                fft.py
                                gufunc.py
                                image.py
                                linalg.py
                                ma.py
                                numpy_compat.py
                                NUMPY_LICENSE.txt
                                optimization.py
                                overlap.py
                                percentile.py
                                random.py
                                rechunk.py
                                reductions.py
                                reshape.py
                                routines.py
                                slicing.py
                                stats.py
                                svg.py
                                tiledb_io.py
                                ufunc.py
                                utils.py
                                wrap.py
                            bag/
                                tests/
                                    __init__.py
                                    test_avro.py
                                    test_bag.py
                                    test_random.py
                                    test_text.py
                                __init__.py
                                avro.py
                                chunk.py
                                core.py
                                random.py
                                text.py
                                utils.py
                            bytes/
                                tests/
                                    __init__.py
                                    test_bytes_utils.py
                                    test_compression.py
                                    test_http.py
                                    test_local.py
                                    test_s3.py
                                __init__.py
                                core.py
                                utils.py
                            dataframe/
                                dask_expr/
                                    diagnostics/
                                        __init__.py
                                        _analyze.py
                                        _analyze_plugin.py
                                        _explain.py
                                    io/
                                        tests/
                                            __init__.py
                                            test_delayed.py
                                            test_distributed.py
                                            test_from_pandas.py
                                            test_io.py
                                            test_parquet.py
                                            test_sql.py
                                        __init__.py
                                        _delayed.py
                                        bag.py
                                        io.py
                                        parquet.py
                                        records.py
                                    tests/
                                        __init__.py
                                        _util.py
                                        test_align_partitions.py
                                        test_categorical.py
                                        test_collection.py
                                        test_concat.py
                                        test_core.py
                                        test_cumulative.py
                                        test_datasets.py
                                        test_datetime.py
                                        test_describe.py
                                        test_diagnostics.py
                                        test_distributed.py
                                        test_dummies.py
                                        test_format.py
                                        test_fusion.py
                                        test_groupby.py
                                        test_indexing.py
                                        test_interchange.py
                                        test_map_partitions_overlap.py
                                        test_merge.py
                                        test_merge_asof.py
                                        test_partitioning_knowledge.py
                                        test_predicate_pushdown.py
                                        test_quantiles.py
                                        test_reductions.py
                                        test_repartition.py
                                        test_reshape.py
                                        test_rolling.py
                                        test_shuffle.py
                                        test_string_accessor.py
                                        test_ufunc.py
                                    __init__.py
                                    _accessor.py
                                    _backends.py
                                    _categorical.py
                                    _collection.py
                                    _concat.py
                                    _cumulative.py
                                    _datetime.py
                                    _describe.py
                                    _dummies.py
                                    _expr.py
                                    _groupby.py
                                    _indexing.py
                                    _interchange.py
                                    _merge.py
                                    _merge_asof.py
                                    _quantile.py
                                    _quantiles.py
                                    _reductions.py
                                    _repartition.py
                                    _rolling.py
                                    _shuffle.py
                                    _str_accessor.py
                                    _util.py
                                    _version.py
                                    datasets.py
                                io/
                                    orc/
                                        __init__.py
                                        arrow.py
                                        core.py
                                        utils.py
                                    parquet/
                                        __init__.py
                                        arrow.py
                                        core.py
                                        utils.py
                                    tests/
                                        __init__.py
                                        test_csv.py
                                        test_demo.py
                                        test_hdf.py
                                        test_io.py
                                        test_json.py
                                        test_orc.py
                                        test_parquet.py
                                        test_sql.py
                                    __init__.py
                                    csv.py
                                    demo.py
                                    hdf.py
                                    io.py
                                    json.py
                                    sql.py
                                    utils.py
                                tests/
                                    __init__.py
                                    test_accessors.py
                                    test_api.py
                                    test_arithmetics_reduction.py
                                    test_boolean.py
                                    test_categorical.py
                                    test_dataframe.py
                                    test_extensions.py
                                    test_groupby.py
                                    test_hashing.py
                                    test_hyperloglog.py
                                    test_indexing.py
                                    test_merge_column_and_index.py
                                    test_methods.py
                                    test_multi.py
                                    test_numeric.py
                                    test_pyarrow.py
                                    test_pyarrow_compat.py
                                    test_reshape.py
                                    test_rolling.py
                                    test_shuffle.py
                                    test_ufunc.py
                                    test_utils_dataframe.py
                                tseries/
                                    tests/
                                        __init__.py
                                        test_resample.py
                                        test_resample_expr.py
                                    __init__.py
                                    resample.py
                                __init__.py
                                _compat.py
                                _dtypes.py
                                _pyarrow.py
                                _pyarrow_compat.py
                                accessor.py
                                api.py
                                backends.py
                                categorical.py
                                core.py
                                dispatch.py
                                extensions.py
                                groupby.py
                                hyperloglog.py
                                indexing.py
                                methods.py
                                multi.py
                                partitionquantiles.py
                                rolling.py
                                shuffle.py
                                utils.py
                            diagnostics/
                                tests/
                                    __init__.py
                                    test_profiler.py
                                    test_progress.py
                                __init__.py
                                profile.py
                                profile_visualize.py
                                progress.py
                            tests/
                                __init__.py
                                test_backends.py
                                test_base.py
                                test_cache.py
                                test_callbacks.py
                                test_ci.py
                                test_cli.py
                                test_compatibility.py
                                test_config.py
                                test_context.py
                                test_core.py
                                test_datasets.py
                                test_delayed.py
                                test_distributed.py
                                test_docs.py
                                test_dot.py
                                test_expr.py
                                test_graph_manipulation.py
                                test_hashing.py
                                test_highgraph.py
                                test_hlgexpr.py
                                test_imports.py
                                test_layers.py
                                test_local.py
                                test_ml.py
                                test_multiprocessing.py
                                test_optimization.py
                                test_order.py
                                test_rewrite.py
                                test_sizeof.py
                                test_spark_compat.py
                                test_system.py
                                test_task_spec.py
                                test_threaded.py
                                test_tokenize.py
                                test_traceback.py
                                test_typing.py
                                test_utils.py
                                test_utils_test.py
                                warning_aliases.py
                            widgets/
                                templates/
                                    array.html.j2
                                    dataframe.html.j2
                                    highlevelgraph.html.j2
                                    highlevelgraph_layer.html.j2
                                tests/
                                    templates/
                                        bytes.html.j2
                                        custom_filter.html.j2
                                        example.html.j2
                                    test_widgets.py
                                __init__.py
                                widgets.py
                            __init__.py
                            __main__.py
                            _collections.py
                            _compatibility.py
                            _dispatch.py
                            _expr.py
                            _task_spec.py
                            _version.py
                            backends.py
                            base.py
                            blockwise.py
                            cache.py
                            callbacks.py
                            cli.py
                            config.py
                            conftest.py
                            context.py
                            core.py
                            dask-schema.yaml
                            dask.yaml
                            datasets.py
                            delayed.py
                            distributed.py
                            dot.py
                            graph_manipulation.py
                            hashing.py
                            highlevelgraph.py
                            layers.py
                            local.py
                            ml.py
                            multiprocessing.py
                            optimization.py
                            order.py
                            py.typed
                            rewrite.py
                            sizeof.py
                            system.py
                            task_spec.py
                            threaded.py
                            tokenize.py
                            typing.py
                            utils.py
                            utils_test.py
                        dask-2025.7.0.dist-info/
                            licenses/
                                dask/
                                    array/
                                        NUMPY_LICENSE.txt
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        dateutil/
                            parser/
                                __init__.py
                                _parser.py
                                isoparser.py
                            tz/
                                __init__.py
                                _common.py
                                _factories.py
                                tz.py
                                win.py
                            zoneinfo/
                                __init__.py
                                dateutil-zoneinfo.tar.gz
                                rebuild.py
                            __init__.py
                            _common.py
                            _version.py
                            easter.py
                            relativedelta.py
                            rrule.py
                            tzwin.py
                            utils.py
                        dateutil-stubs/
                            parser/
                                __init__.pyi
                                _parser.pyi
                                isoparser.pyi
                            tz/
                                __init__.pyi
                                _common.pyi
                                tz.pyi
                                win.pyi
                            zoneinfo/
                                __init__.pyi
                                rebuild.pyi
                            __init__.pyi
                            _common.pyi
                            _version.pyi
                            easter.pyi
                            METADATA.toml
                            py.typed
                            relativedelta.pyi
                            rrule.pyi
                            tzwin.pyi
                            utils.pyi
                        debugpy/
                            _vendored/
                                pydevd/
                                    _pydev_bundle/
                                        fsnotify/
                                            __init__.py
                                        __init__.py
                                        _pydev_calltip_util.py
                                        _pydev_completer.py
                                        _pydev_execfile.py
                                        _pydev_filesystem_encoding.py
                                        _pydev_getopt.py
                                        _pydev_imports_tipper.py
                                        _pydev_jy_imports_tipper.py
                                        _pydev_log.py
                                        _pydev_saved_modules.py
                                        _pydev_sys_patch.py
                                        _pydev_tipper_common.py
                                        pydev_console_utils.py
                                        pydev_import_hook.py
                                        pydev_imports.py
                                        pydev_ipython_console.py
                                        pydev_ipython_console_011.py
                                        pydev_is_thread_alive.py
                                        pydev_localhost.py
                                        pydev_log.py
                                        pydev_monkey.py
                                        pydev_monkey_qt.py
                                        pydev_override.py
                                        pydev_umd.py
                                        pydev_versioncheck.py
                                    _pydev_runfiles/
                                        __init__.py
                                        pydev_runfiles.py
                                        pydev_runfiles_coverage.py
                                        pydev_runfiles_nose.py
                                        pydev_runfiles_parallel.py
                                        pydev_runfiles_parallel_client.py
                                        pydev_runfiles_pytest2.py
                                        pydev_runfiles_unittest.py
                                        pydev_runfiles_xml_rpc.py
                                    _pydevd_bundle/
                                        _debug_adapter/
                                            __init__.py
                                            __main__pydevd_gen_debug_adapter_protocol.py
                                            debugProtocol.json
                                            debugProtocolCustom.json
                                            pydevd_base_schema.py
                                            pydevd_schema.py
                                            pydevd_schema_log.py
                                        pydevd_concurrency_analyser/
                                            __init__.py
                                            pydevd_concurrency_logger.py
                                            pydevd_thread_wrappers.py
                                        __init__.py
                                        pydevconsole_code.py
                                        pydevd_additional_thread_info.py
                                        pydevd_additional_thread_info_regular.py
                                        pydevd_api.py
                                        pydevd_breakpoints.py
                                        pydevd_bytecode_utils.py
                                        pydevd_bytecode_utils_py311.py
                                        pydevd_code_to_source.py
                                        pydevd_collect_bytecode_info.py
                                        pydevd_comm.py
                                        pydevd_comm_constants.py
                                        pydevd_command_line_handling.py
                                        pydevd_console.py
                                        pydevd_constants.py
                                        pydevd_custom_frames.py
                                        pydevd_cython.c
                                        pydevd_cython.cpython-313-darwin.so
                                        pydevd_cython.pxd
                                        pydevd_cython.pyx
                                        pydevd_cython_wrapper.py
                                        pydevd_daemon_thread.py
                                        pydevd_defaults.py
                                        pydevd_dont_trace.py
                                        pydevd_dont_trace_files.py
                                        pydevd_exec2.py
                                        pydevd_extension_api.py
                                        pydevd_extension_utils.py
                                        pydevd_filtering.py
                                        pydevd_frame.py
                                        pydevd_frame_utils.py
                                        pydevd_gevent_integration.py
                                        pydevd_import_class.py
                                        pydevd_io.py
                                        pydevd_json_debug_options.py
                                        pydevd_net_command.py
                                        pydevd_net_command_factory_json.py
                                        pydevd_net_command_factory_xml.py
                                        pydevd_plugin_utils.py
                                        pydevd_process_net_command.py
                                        pydevd_process_net_command_json.py
                                        pydevd_referrers.py
                                        pydevd_reload.py
                                        pydevd_resolver.py
                                        pydevd_runpy.py
                                        pydevd_safe_repr.py
                                        pydevd_save_locals.py
                                        pydevd_signature.py
                                        pydevd_source_mapping.py
                                        pydevd_stackless.py
                                        pydevd_suspended_frames.py
                                        pydevd_thread_lifecycle.py
                                        pydevd_timeout.py
                                        pydevd_trace_dispatch.py
                                        pydevd_trace_dispatch_regular.py
                                        pydevd_traceproperty.py
                                        pydevd_utils.py
                                        pydevd_vars.py
                                        pydevd_vm_type.py
                                        pydevd_xml.py
                                    _pydevd_frame_eval/
                                        vendored/
                                            bytecode/
                                                tests/
                                                    __init__.py
                                                    test_bytecode.py
                                                    test_cfg.py
                                                    test_code.py
                                                    test_concrete.py
                                                    test_flags.py
                                                    test_instr.py
                                                    test_misc.py
                                                    test_peephole_opt.py
                                                    util_annotation.py
                                                __init__.py
                                                bytecode.py
                                                cfg.py
                                                concrete.py
                                                flags.py
                                                instr.py
                                                peephole_opt.py
                                            __init__.py
                                            pydevd_fix_code.py
                                            README.txt
                                        .gitignore
                                        __init__.py
                                        pydevd_frame_eval_cython_wrapper.py
                                        pydevd_frame_eval_main.py
                                        pydevd_frame_evaluator.c
                                        pydevd_frame_evaluator.pxd
                                        pydevd_frame_evaluator.template.pyx
                                        pydevd_frame_tracing.py
                                        pydevd_modify_bytecode.py
                                        release_mem.h
                                    _pydevd_sys_monitoring/
                                        _pydevd_sys_monitoring.py
                                        _pydevd_sys_monitoring_cython.c
                                        _pydevd_sys_monitoring_cython.cpython-313-darwin.so
                                        _pydevd_sys_monitoring_cython.pxd
                                        _pydevd_sys_monitoring_cython.pyx
                                        pydevd_sys_monitoring.py
                                    pydev_ipython/
                                        __init__.py
                                        inputhook.py
                                        inputhookglut.py
                                        inputhookgtk.py
                                        inputhookgtk3.py
                                        inputhookpyglet.py
                                        inputhookqt4.py
                                        inputhookqt5.py
                                        inputhookqt6.py
                                        inputhooktk.py
                                        inputhookwx.py
                                        matplotlibtools.py
                                        qt.py
                                        qt_for_kernel.py
                                        qt_loaders.py
                                        README
                                        version.py
                                    pydev_sitecustomize/
                                        __not_in_default_pythonpath.txt
                                        sitecustomize.py
                                    pydevd_attach_to_process/
                                        common/
                                            py_custom_pyeval_settrace.hpp
                                            py_custom_pyeval_settrace_310.hpp
                                            py_custom_pyeval_settrace_311.hpp
                                            py_custom_pyeval_settrace_common.hpp
                                            py_settrace.hpp
                                            py_utils.hpp
                                            py_version.hpp
                                            python.h
                                            ref_utils.hpp
                                        linux_and_mac/
                                            .gitignore
                                            attach.cpp
                                            compile_linux.sh
                                            compile_mac.sh
                                            compile_manylinux.cmd
                                            lldb_prepare.py
                                        winappdbg/
                                            win32/
                                                __init__.py
                                                advapi32.py
                                                context_amd64.py
                                                context_i386.py
                                                dbghelp.py
                                                defines.py
                                                gdi32.py
                                                kernel32.py
                                                ntdll.py
                                                peb_teb.py
                                                psapi.py
                                                shell32.py
                                                shlwapi.py
                                                user32.py
                                                version.py
                                                wtsapi32.py
                                            __init__.py
                                            breakpoint.py
                                            compat.py
                                            crash.py
                                            debug.py
                                            disasm.py
                                            event.py
                                            interactive.py
                                            module.py
                                            process.py
                                            registry.py
                                            search.py
                                            sql.py
                                            system.py
                                            textio.py
                                            thread.py
                                            util.py
                                            window.py
                                        windows/
                                            attach.cpp
                                            attach.h
                                            compile_windows.bat
                                            inject_dll.cpp
                                            py_win_helpers.hpp
                                            run_code_in_memory.hpp
                                            run_code_on_dllmain.cpp
                                            stdafx.cpp
                                            stdafx.h
                                            targetver.h
                                        _always_live_program.py
                                        _check.py
                                        _test_attach_to_process.py
                                        _test_attach_to_process_linux.py
                                        add_code_to_python_process.py
                                        attach.dylib
                                        attach_pydevd.py
                                        attach_script.py
                                        README.txt
                                    pydevd_plugins/
                                        extensions/
                                            types/
                                                __init__.py
                                                pydevd_helpers.py
                                                pydevd_plugin_numpy_types.py
                                                pydevd_plugin_pandas_types.py
                                                pydevd_plugins_django_form_str.py
                                            __init__.py
                                            README.md
                                        __init__.py
                                        django_debug.py
                                        jinja2_debug.py
                                        pydevd_line_validation.py
                                    pydev_app_engine_debug_startup.py
                                    pydev_coverage.py
                                    pydev_pysrc.py
                                    pydev_run_in_console.py
                                    pydevconsole.py
                                    pydevd.py
                                    pydevd_file_utils.py
                                    pydevd_tracing.py
                                    setup_pydevd_cython.py
                                __init__.py
                                _pydevd_packaging.py
                                _util.py
                                force_pydevd.py
                            adapter/
                                __init__.py
                                __main__.py
                                clients.py
                                components.py
                                launchers.py
                                servers.py
                                sessions.py
                            common/
                                __init__.py
                                json.py
                                log.py
                                messaging.py
                                singleton.py
                                sockets.py
                                stacks.py
                                timestamp.py
                                util.py
                            launcher/
                                __init__.py
                                __main__.py
                                debuggee.py
                                handlers.py
                                output.py
                                winapi.py
                            server/
                                __init__.py
                                api.py
                                attach_pid_injected.py
                                cli.py
                            __init__.py
                            __main__.py
                            _version.py
                            public_api.py
                            ThirdPartyNotices.txt
                        debugpy-1.8.15.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        decorator-5.2.1.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            pbr.json
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        defusedxml/
                            __init__.py
                            cElementTree.py
                            common.py
                            ElementTree.py
                            expatbuilder.py
                            expatreader.py
                            lxml.py
                            minidom.py
                            pulldom.py
                            sax.py
                            xmlrpc.py
                        defusedxml-0.7.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        distributed/
                            cli/
                                __init__.py
                                dask_scheduler.py
                                dask_spec.py
                                dask_ssh.py
                                dask_worker.py
                                utils.py
                            comm/
                                __init__.py
                                addressing.py
                                core.py
                                inproc.py
                                registry.py
                                tcp.py
                                ucx.py
                                utils.py
                                ws.py
                            dashboard/
                                components/
                                    __init__.py
                                    nvml.py
                                    rmm.py
                                    scheduler.py
                                    shared.py
                                    worker.py
                                templates/
                                    __init__.py
                                    performance_report.html
                                __init__.py
                                core.py
                                export_tool.js
                                export_tool.py
                                scheduler.py
                                theme.yaml
                                utils.py
                                worker.py
                            deploy/
                                __init__.py
                                adaptive.py
                                adaptive_core.py
                                cluster.py
                                local.py
                                old_ssh.py
                                spec.py
                                ssh.py
                                subprocess.py
                                utils.py
                            diagnostics/
                                __init__.py
                                cluster_dump.py
                                cudf.py
                                eventstream.py
                                graph_layout.py
                                memory_sampler.py
                                memray.py
                                nvml.py
                                plugin.py
                                progress.py
                                progress_stream.py
                                progressbar.py
                                rmm.py
                                task_stream.py
                                websocket.py
                            http/
                                scheduler/
                                    prometheus/
                                        __init__.py
                                        core.py
                                        semaphore.py
                                        stealing.py
                                    __init__.py
                                    api.py
                                    info.py
                                    json.py
                                    missing_bokeh.py
                                static/
                                    css/
                                        __init__.py
                                        base.css
                                        gpu.css
                                        individual-cluster-map.css
                                        sortable.min.css
                                        status.css
                                    images/
                                        __init__.py
                                        dask-logo.svg
                                        fa-bars.svg
                                        favicon.ico
                                        jupyter.svg
                                        numpy.png
                                        pandas.png
                                        python.png
                                    js/
                                        __init__.py
                                        anime.min.js
                                        individual-cluster-map.js
                                        reconnecting-websocket.min.js
                                        sortable.min.js
                                    __init__.py
                                    individual-cluster-map.html
                                templates/
                                    __init__.py
                                    base.html
                                    call-stack.html
                                    exceptions.html
                                    gpu.html
                                    json-index.html
                                    logs.html
                                    main.html
                                    simple.html
                                    status.html
                                    task.html
                                    worker-table.html
                                    worker.html
                                    workers.html
                                worker/
                                    prometheus/
                                        __init__.py
                                        core.py
                                    __init__.py
                                __init__.py
                                health.py
                                prometheus.py
                                proxy.py
                                routing.py
                                statics.py
                                utils.py
                            protocol/
                                __init__.py
                                arrow.py
                                compression.py
                                core.py
                                cuda.py
                                cupy.py
                                h5py.py
                                keras.py
                                netcdf4.py
                                numba.py
                                numpy.py
                                pickle.py
                                rmm.py
                                scipy.py
                                serialize.py
                                sparse.py
                                torch.py
                                utils.py
                                utils_test.py
                            shuffle/
                                __init__.py
                                _arrow.py
                                _buffer.py
                                _comms.py
                                _core.py
                                _disk.py
                                _exceptions.py
                                _limiter.py
                                _memory.py
                                _merge.py
                                _pickle.py
                                _rechunk.py
                                _scheduler_plugin.py
                                _shuffle.py
                                _worker_plugin.py
                            widgets/
                                templates/
                                    __init__.py
                                    client.html.j2
                                    cluster.html.j2
                                    computation.html.j2
                                    future.html.j2
                                    has_what.html.j2
                                    local_cluster.html.j2
                                    log.html.j2
                                    logs.html.j2
                                    process_interface.html.j2
                                    scheduler.html.j2
                                    scheduler_info.html.j2
                                    security.html.j2
                                    task_state.html.j2
                                    who_has.html.j2
                                    worker_state.html.j2
                                __init__.py
                            __init__.py
                            _async_taskgroup.py
                            _asyncio.py
                            _concurrent_futures_thread.py
                            _signals.py
                            _stories.py
                            _version.py
                            active_memory_manager.py
                            actor.py
                            batched.py
                            bokeh.py
                            broker.py
                            cfexecutor.py
                            chaos.py
                            client.py
                            cluster_dump.py
                            collections.py
                            compatibility.py
                            config.py
                            core.py
                            counter.py
                            diskutils.py
                            distributed-schema.yaml
                            distributed.yaml
                            event.py
                            exceptions.py
                            gc.py
                            itertools.py
                            lock.py
                            metrics.py
                            multi_lock.py
                            nanny.py
                            node.py
                            objects.py
                            preloading.py
                            process.py
                            proctitle.py
                            profile.py
                            publish.py
                            py.typed
                            queues.py
                            recreate_tasks.py
                            scheduler.py
                            security.py
                            semaphore.py
                            sizeof.py
                            spans.py
                            spill.py
                            stealing.py
                            system.py
                            system_monitor.py
                            threadpoolexecutor.py
                            utils.py
                            utils_comm.py
                            utils_test.py
                            variable.py
                            versions.py
                            worker.py
                            worker_client.py
                            worker_memory.py
                            worker_state_machine.py
                        distributed-2025.7.0.dist-info/
                            licenses/
                                AUTHORS.md
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        dotenv/
                            __init__.py
                            __main__.py
                            cli.py
                            ipython.py
                            main.py
                            parser.py
                            py.typed
                            variables.py
                            version.py
                        executing/
                            __init__.py
                            _exceptions.py
                            _position_node_finder.py
                            _pytest_utils.py
                            executing.py
                            py.typed
                            version.py
                        executing-2.2.0.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        fastjsonschema/
                            __init__.py
                            __main__.py
                            draft04.py
                            draft06.py
                            draft07.py
                            exceptions.py
                            generator.py
                            indent.py
                            ref_resolver.py
                            version.py
                        fastjsonschema-2.21.1.dist-info/
                            AUTHORS
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        fastparquet/
                            parquet_thrift/
                                parquet/
                                    __init__.py
                                    ttypes.py
                                __init__.py
                            __init__.py
                            _version.py
                            api.py
                            cencoding.c
                            cencoding.cpython-313-darwin.so
                            cencoding.pyx
                            compression.py
                            converted_types.py
                            core.py
                            dataframe.py
                            encoding.py
                            evolve.py
                            json.py
                            parquet.thrift
                            schema.py
                            speedups.c
                            speedups.cpython-313-darwin.so
                            speedups.pyx
                            thrift_structures.py
                            util.py
                            writer.py
                        fastparquet-2024.11.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        fhconfparser/
                            __init__.py
                            fhconfparser.py
                            simpleconf.py
                        fhconfparser-2024.1.dist-info/
                            INSTALLER
                            LICENSE.md
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        fqdn/
                            __init__.py
                            _compat.py
                        fqdn-1.5.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        fsspec/
                            implementations/
                                __init__.py
                                arrow.py
                                asyn_wrapper.py
                                cache_mapper.py
                                cache_metadata.py
                                cached.py
                                dask.py
                                data.py
                                dbfs.py
                                dirfs.py
                                ftp.py
                                gist.py
                                git.py
                                github.py
                                http.py
                                http_sync.py
                                jupyter.py
                                libarchive.py
                                local.py
                                memory.py
                                reference.py
                                sftp.py
                                smb.py
                                tar.py
                                webhdfs.py
                                zip.py
                            tests/
                                abstract/
                                    __init__.py
                                    common.py
                                    copy.py
                                    get.py
                                    mv.py
                                    open.py
                                    pipe.py
                                    put.py
                            __init__.py
                            _version.py
                            archive.py
                            asyn.py
                            caching.py
                            callbacks.py
                            compression.py
                            config.py
                            conftest.py
                            core.py
                            dircache.py
                            exceptions.py
                            fuse.py
                            generic.py
                            gui.py
                            json.py
                            mapping.py
                            parquet.py
                            registry.py
                            spec.py
                            transaction.py
                            utils.py
                        fsspec-2025.7.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        h11/
                            __init__.py
                            _abnf.py
                            _connection.py
                            _events.py
                            _headers.py
                            _readers.py
                            _receivebuffer.py
                            _state.py
                            _util.py
                            _version.py
                            _writers.py
                            py.typed
                        h11-0.16.0.dist-info/
                            licenses/
                                LICENSE.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        httpcore/
                            _async/
                                __init__.py
                                connection.py
                                connection_pool.py
                                http11.py
                                http2.py
                                http_proxy.py
                                interfaces.py
                                socks_proxy.py
                            _backends/
                                __init__.py
                                anyio.py
                                auto.py
                                base.py
                                mock.py
                                sync.py
                                trio.py
                            _sync/
                                __init__.py
                                connection.py
                                connection_pool.py
                                http11.py
                                http2.py
                                http_proxy.py
                                interfaces.py
                                socks_proxy.py
                            __init__.py
                            _api.py
                            _exceptions.py
                            _models.py
                            _ssl.py
                            _synchronization.py
                            _trace.py
                            _utils.py
                            py.typed
                        httpcore-1.0.9.dist-info/
                            licenses/
                                LICENSE.md
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        httpx/
                            _transports/
                                __init__.py
                                asgi.py
                                base.py
                                default.py
                                mock.py
                                wsgi.py
                            __init__.py
                            __version__.py
                            _api.py
                            _auth.py
                            _client.py
                            _config.py
                            _content.py
                            _decoders.py
                            _exceptions.py
                            _main.py
                            _models.py
                            _multipart.py
                            _status_codes.py
                            _types.py
                            _urlparse.py
                            _urls.py
                            _utils.py
                            py.typed
                        httpx-0.28.1.dist-info/
                            licenses/
                                LICENSE.md
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        humanize/
                            locale/
                                ar/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                bn_BD/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ca_ES/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                da_DK/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                de_DE/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                el_GR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                eo/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                es_ES/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                eu/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                fa_IR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                fi_FI/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                fr_FR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                he_IL/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                hu_HU/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                id_ID/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                it_IT/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ja_JP/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ko_KR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                nb/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                nl_NL/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                pl_PL/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                pt_BR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                pt_PT/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ru_RU/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                sk_SK/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                sl_SI/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                sv_SE/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                tlh/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                tr_TR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                uk_UA/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                vi_VN/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                zh_CN/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                zh_HK/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                            __init__.py
                            _version.py
                            filesize.py
                            i18n.py
                            lists.py
                            number.py
                            py.typed
                            time.py
                        humanize-4.12.3.dist-info/
                            licenses/
                                LICENCE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        idna/
                            __init__.py
                            codec.py
                            compat.py
                            core.py
                            idnadata.py
                            intranges.py
                            package_data.py
                            py.typed
                            uts46data.py
                        idna-3.10.dist-info/
                            INSTALLER
                            LICENSE.md
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        inflate64/
                            __init__.py
                            _inflate64.cpython-313-darwin.so
                            py.typed
                        inflate64-1.0.3.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        iniconfig/
                            __init__.py
                            _parse.py
                            _version.py
                            exceptions.py
                            py.typed
                        iniconfig-2.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        invoke/
                            completion/
                                __init__.py
                                bash.completion
                                complete.py
                                fish.completion
                                zsh.completion
                            parser/
                                __init__.py
                                argument.py
                                context.py
                                parser.py
                            vendor/
                                fluidity/
                                    __init__.py
                                    backwardscompat.py
                                    machine.py
                                lexicon/
                                    __init__.py
                                    _version.py
                                    alias_dict.py
                                    attribute_dict.py
                                yaml/
                                    __init__.py
                                    composer.py
                                    constructor.py
                                    cyaml.py
                                    dumper.py
                                    emitter.py
                                    error.py
                                    events.py
                                    loader.py
                                    nodes.py
                                    parser.py
                                    reader.py
                                    representer.py
                                    resolver.py
                                    scanner.py
                                    serializer.py
                                    tokens.py
                                __init__.py
                            __init__.py
                            __main__.py
                            _version.py
                            collection.py
                            config.py
                            context.py
                            env.py
                            exceptions.py
                            executor.py
                            loader.py
                            main.py
                            program.py
                            py.typed
                            runners.py
                            tasks.py
                            terminals.py
                            util.py
                            watchers.py
                        invoke-2.2.0.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        ipykernel/
                            comm/
                                __init__.py
                                comm.py
                                manager.py
                            gui/
                                __init__.py
                                gtk3embed.py
                                gtkembed.py
                            inprocess/
                                __init__.py
                                blocking.py
                                channels.py
                                client.py
                                constants.py
                                ipkernel.py
                                manager.py
                                socket.py
                            pylab/
                                __init__.py
                                backend_inline.py
                                config.py
                            resources/
                                logo-32x32.png
                                logo-64x64.png
                                logo-svg.svg
                            __init__.py
                            __main__.py
                            _eventloop_macos.py
                            _version.py
                            compiler.py
                            connect.py
                            control.py
                            datapub.py
                            debugger.py
                            displayhook.py
                            embed.py
                            eventloops.py
                            heartbeat.py
                            iostream.py
                            ipkernel.py
                            jsonutil.py
                            kernelapp.py
                            kernelbase.py
                            kernelspec.py
                            log.py
                            parentpoller.py
                            pickleutil.py
                            py.typed
                            serialize.py
                            trio_runner.py
                            zmqshell.py
                        ipykernel-6.30.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        IPython/
                            core/
                                magics/
                                    __init__.py
                                    ast_mod.py
                                    auto.py
                                    basic.py
                                    code.py
                                    config.py
                                    display.py
                                    execution.py
                                    extension.py
                                    history.py
                                    logging.py
                                    namespace.py
                                    osm.py
                                    packaging.py
                                    pylab.py
                                    script.py
                                profile/
                                    README_STARTUP
                                __init__.py
                                alias.py
                                application.py
                                async_helpers.py
                                autocall.py
                                builtin_trap.py
                                compilerop.py
                                completer.py
                                completerlib.py
                                crashhandler.py
                                debugger.py
                                debugger_backport.py
                                display.py
                                display_functions.py
                                display_trap.py
                                displayhook.py
                                displaypub.py
                                doctb.py
                                error.py
                                events.py
                                extensions.py
                                formatters.py
                                getipython.py
                                guarded_eval.py
                                history.py
                                historyapp.py
                                hooks.py
                                inputtransformer2.py
                                interactiveshell.py
                                latex_symbols.py
                                logger.py
                                macro.py
                                magic.py
                                magic_arguments.py
                                oinspect.py
                                page.py
                                payload.py
                                payloadpage.py
                                prefilter.py
                                profileapp.py
                                profiledir.py
                                pylabtools.py
                                release.py
                                shellapp.py
                                splitinput.py
                                tbtools.py
                                tips.py
                                ultratb.py
                                usage.py
                            extensions/
                                deduperreload/
                                    __init__.py
                                    deduperreload.py
                                    deduperreload_patching.py
                                __init__.py
                                autoreload.py
                                storemagic.py
                            external/
                                __init__.py
                                pickleshare.py
                                qt_for_kernel.py
                                qt_loaders.py
                            lib/
                                __init__.py
                                backgroundjobs.py
                                clipboard.py
                                deepreload.py
                                demo.py
                                display.py
                                editorhooks.py
                                guisupport.py
                                latextools.py
                                lexers.py
                                pretty.py
                            sphinxext/
                                __init__.py
                                custom_doctests.py
                                ipython_console_highlighting.py
                                ipython_directive.py
                            terminal/
                                pt_inputhooks/
                                    __init__.py
                                    asyncio.py
                                    glut.py
                                    gtk.py
                                    gtk3.py
                                    gtk4.py
                                    osx.py
                                    pyglet.py
                                    qt.py
                                    tk.py
                                    wx.py
                                shortcuts/
                                    __init__.py
                                    auto_match.py
                                    auto_suggest.py
                                    filters.py
                                __init__.py
                                debugger.py
                                embed.py
                                interactiveshell.py
                                ipapp.py
                                magics.py
                                prompts.py
                                ptutils.py
                            testing/
                                plugin/
                                    __init__.py
                                    dtexample.py
                                    ipdoctest.py
                                    pytest_ipdoctest.py
                                    setup.py
                                    simple.py
                                    simplevars.py
                                    test_combo.txt
                                    test_example.txt
                                    test_exampleip.txt
                                    test_ipdoctest.py
                                    test_refs.py
                                __init__.py
                                decorators.py
                                globalipapp.py
                                ipunittest.py
                                skipdoctest.py
                                tools.py
                            utils/
                                __init__.py
                                _process_cli.py
                                _process_common.py
                                _process_emscripten.py
                                _process_posix.py
                                _process_win32.py
                                _process_win32_controller.py
                                _sysinfo.py
                                capture.py
                                coloransi.py
                                contexts.py
                                data.py
                                decorators.py
                                dir2.py
                                docs.py
                                encoding.py
                                eventful.py
                                frame.py
                                generics.py
                                importstring.py
                                io.py
                                ipstruct.py
                                jsonutil.py
                                log.py
                                module_paths.py
                                openpy.py
                                path.py
                                process.py
                                py3compat.py
                                PyColorize.py
                                sentinel.py
                                strdispatch.py
                                sysinfo.py
                                syspathcontext.py
                                tempdir.py
                                terminal.py
                                text.py
                                timing.py
                                tokenutil.py
                                wildcard.py
                            __init__.py
                            __main__.py
                            display.py
                            paths.py
                            py.typed
                        ipython-9.4.0.dist-info/
                            licenses/
                                COPYING.rst
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        ipython_pygments_lexers-1.1.1.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        ipywidgets/
                            tests/
                                __init__.py
                                test_embed.py
                            widgets/
                                tests/
                                    data/
                                        jupyter-logo-transparent.png
                                    __init__.py
                                    test_datetime_serializers.py
                                    test_docutils.py
                                    test_interaction.py
                                    test_link.py
                                    test_selectioncontainer.py
                                    test_send_state.py
                                    test_set_state.py
                                    test_traits.py
                                    test_utils.py
                                    test_widget.py
                                    test_widget_box.py
                                    test_widget_button.py
                                    test_widget_datetime.py
                                    test_widget_float.py
                                    test_widget_image.py
                                    test_widget_naive_datetime.py
                                    test_widget_output.py
                                    test_widget_selection.py
                                    test_widget_string.py
                                    test_widget_templates.py
                                    test_widget_time.py
                                    test_widget_upload.py
                                    utils.py
                                __init__.py
                                docutils.py
                                domwidget.py
                                interaction.py
                                trait_types.py
                                utils.py
                                valuewidget.py
                                widget.py
                                widget_bool.py
                                widget_box.py
                                widget_button.py
                                widget_color.py
                                widget_controller.py
                                widget_core.py
                                widget_date.py
                                widget_datetime.py
                                widget_description.py
                                widget_float.py
                                widget_int.py
                                widget_layout.py
                                widget_link.py
                                widget_media.py
                                widget_output.py
                                widget_selection.py
                                widget_selectioncontainer.py
                                widget_string.py
                                widget_style.py
                                widget_tagsinput.py
                                widget_templates.py
                                widget_time.py
                                widget_upload.py
                            __init__.py
                            _version.py
                            comm.py
                            embed.py
                            state.schema.json
                            view.schema.json
                        ipywidgets-8.1.7.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        isoduration/
                            formatter/
                                __init__.py
                                checking.py
                                exceptions.py
                                formatting.py
                            operations/
                                __init__.py
                                util.py
                            parser/
                                __init__.py
                                exceptions.py
                                parsing.py
                                util.py
                            __init__.py
                            constants.py
                            types.py
                        isoduration-20.11.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jedi/
                            api/
                                refactoring/
                                    __init__.py
                                    extract.py
                                __init__.py
                                classes.py
                                completion.py
                                completion_cache.py
                                environment.py
                                errors.py
                                exceptions.py
                                file_name.py
                                helpers.py
                                interpreter.py
                                keywords.py
                                project.py
                                replstartup.py
                                strings.py
                            inference/
                                compiled/
                                    subprocess/
                                        __init__.py
                                        __main__.py
                                        functions.py
                                    __init__.py
                                    access.py
                                    getattr_static.py
                                    mixed.py
                                    value.py
                                gradual/
                                    __init__.py
                                    annotation.py
                                    base.py
                                    conversion.py
                                    generics.py
                                    stub_value.py
                                    type_var.py
                                    typeshed.py
                                    typing.py
                                    utils.py
                                value/
                                    __init__.py
                                    decorator.py
                                    dynamic_arrays.py
                                    function.py
                                    instance.py
                                    iterable.py
                                    klass.py
                                    module.py
                                    namespace.py
                                __init__.py
                                analysis.py
                                arguments.py
                                base_value.py
                                cache.py
                                context.py
                                docstring_utils.py
                                docstrings.py
                                dynamic_params.py
                                filters.py
                                finder.py
                                flow_analysis.py
                                helpers.py
                                imports.py
                                lazy_value.py
                                names.py
                                param.py
                                parser_cache.py
                                recursion.py
                                references.py
                                signature.py
                                star_args.py
                                syntax_tree.py
                                sys_path.py
                                utils.py
                            plugins/
                                __init__.py
                                django.py
                                flask.py
                                pytest.py
                                registry.py
                                stdlib.py
                            third_party/
                                django-stubs/
                                    django-stubs/
                                        apps/
                                            __init__.pyi
                                            config.pyi
                                            registry.pyi
                                        conf/
                                            locale/
                                                __init__.pyi
                                            urls/
                                                __init__.pyi
                                                i18n.pyi
                                                static.pyi
                                            __init__.pyi
                                            global_settings.pyi
                                        contrib/
                                            admin/
                                                templatetags/
                                                    __init__.pyi
                                                    admin_list.pyi
                                                    admin_modify.pyi
                                                    admin_static.pyi
                                                    admin_urls.pyi
                                                    base.pyi
                                                    log.pyi
                                                views/
                                                    __init__.pyi
                                                    autocomplete.pyi
                                                    decorators.pyi
                                                    main.pyi
                                                __init__.pyi
                                                actions.pyi
                                                apps.pyi
                                                checks.pyi
                                                decorators.pyi
                                                filters.pyi
                                                forms.pyi
                                                helpers.pyi
                                                models.pyi
                                                options.pyi
                                                sites.pyi
                                                tests.pyi
                                                utils.pyi
                                                widgets.pyi
                                            admindocs/
                                                __init__.pyi
                                                middleware.pyi
                                                urls.pyi
                                                utils.pyi
                                                views.pyi
                                            auth/
                                                handlers/
                                                    __init__.pyi
                                                    modwsgi.pyi
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        changepassword.pyi
                                                        createsuperuser.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                admin.pyi
                                                apps.pyi
                                                backends.pyi
                                                base_user.pyi
                                                checks.pyi
                                                context_processors.pyi
                                                decorators.pyi
                                                forms.pyi
                                                hashers.pyi
                                                middleware.pyi
                                                mixins.pyi
                                                models.pyi
                                                password_validation.pyi
                                                signals.pyi
                                                tokens.pyi
                                                urls.pyi
                                                validators.pyi
                                                views.pyi
                                            contenttypes/
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        remove_stale_contenttypes.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                admin.pyi
                                                apps.pyi
                                                checks.pyi
                                                fields.pyi
                                                forms.pyi
                                                models.pyi
                                                views.pyi
                                            flatpages/
                                                templatetags/
                                                    __init__.pyi
                                                    flatpages.pyi
                                                __init__.pyi
                                                forms.pyi
                                                middleware.pyi
                                                models.pyi
                                                sitemaps.pyi
                                                urls.pyi
                                                views.pyi
                                            gis/
                                                db/
                                                    models/
                                                        __init__.pyi
                                                        fields.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                            humanize/
                                                templatetags/
                                                    __init__.pyi
                                                    humanize.pyi
                                                __init__.pyi
                                            messages/
                                                storage/
                                                    __init__.pyi
                                                    base.pyi
                                                    cookie.pyi
                                                    fallback.pyi
                                                    session.pyi
                                                __init__.pyi
                                                api.pyi
                                                constants.pyi
                                                context_processors.pyi
                                                middleware.pyi
                                                utils.pyi
                                                views.pyi
                                            postgres/
                                                aggregates/
                                                    __init__.pyi
                                                    general.pyi
                                                    mixins.pyi
                                                    statistics.pyi
                                                fields/
                                                    __init__.pyi
                                                    array.pyi
                                                    citext.pyi
                                                    hstore.pyi
                                                    jsonb.pyi
                                                    mixins.pyi
                                                    ranges.pyi
                                                __init__.pyi
                                                constraints.pyi
                                                functions.pyi
                                                indexes.pyi
                                                lookups.pyi
                                                operations.pyi
                                                search.pyi
                                                signals.pyi
                                                validators.pyi
                                            redirects/
                                                __init__.pyi
                                                middleware.pyi
                                                models.pyi
                                            sessions/
                                                backends/
                                                    __init__.pyi
                                                    base.pyi
                                                    cache.pyi
                                                    cached_db.pyi
                                                    db.pyi
                                                    file.pyi
                                                    signed_cookies.pyi
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        clearsessions.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                base_session.pyi
                                                exceptions.pyi
                                                middleware.pyi
                                                models.pyi
                                                serializers.pyi
                                            sitemaps/
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        ping_google.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                views.pyi
                                            sites/
                                                __init__.pyi
                                                apps.pyi
                                                management.pyi
                                                managers.pyi
                                                middleware.pyi
                                                models.pyi
                                                requests.pyi
                                                shortcuts.pyi
                                            staticfiles/
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        collectstatic.pyi
                                                        findstatic.pyi
                                                        runserver.pyi
                                                    __init__.pyi
                                                templatetags/
                                                    __init__.pyi
                                                    staticfiles.pyi
                                                __init__.pyi
                                                apps.pyi
                                                checks.pyi
                                                finders.pyi
                                                handlers.pyi
                                                storage.pyi
                                                testing.pyi
                                                urls.pyi
                                                utils.pyi
                                                views.pyi
                                            syndication/
                                                __init__.pyi
                                                views.pyi
                                            __init__.pyi
                                        core/
                                            cache/
                                                backends/
                                                    __init__.pyi
                                                    base.pyi
                                                    db.pyi
                                                    dummy.pyi
                                                    filebased.pyi
                                                    locmem.pyi
                                                    memcached.pyi
                                                __init__.pyi
                                                utils.pyi
                                            checks/
                                                security/
                                                    __init__.pyi
                                                    base.pyi
                                                    csrf.pyi
                                                    sessions.pyi
                                                __init__.pyi
                                                caches.pyi
                                                database.pyi
                                                messages.pyi
                                                model_checks.pyi
                                                registry.pyi
                                                templates.pyi
                                                translation.pyi
                                                urls.pyi
                                            files/
                                                __init__.pyi
                                                base.pyi
                                                images.pyi
                                                locks.pyi
                                                move.pyi
                                                storage.pyi
                                                temp.pyi
                                                uploadedfile.pyi
                                                uploadhandler.pyi
                                                utils.pyi
                                            handlers/
                                                __init__.pyi
                                                base.pyi
                                                exception.pyi
                                                wsgi.pyi
                                            mail/
                                                backends/
                                                    __init__.pyi
                                                    base.pyi
                                                    console.pyi
                                                    dummy.pyi
                                                    filebased.pyi
                                                    locmem.pyi
                                                    smtp.pyi
                                                __init__.pyi
                                                message.pyi
                                                utils.pyi
                                            management/
                                                commands/
                                                    __init__.pyi
                                                    dumpdata.pyi
                                                    loaddata.pyi
                                                    makemessages.pyi
                                                    runserver.pyi
                                                    testserver.pyi
                                                __init__.pyi
                                                base.pyi
                                                color.pyi
                                                sql.pyi
                                                templates.pyi
                                                utils.pyi
                                            serializers/
                                                __init__.pyi
                                                base.pyi
                                                json.pyi
                                                python.pyi
                                            servers/
                                                __init__.pyi
                                                basehttp.pyi
                                            __init__.pyi
                                            exceptions.pyi
                                            paginator.pyi
                                            signals.pyi
                                            signing.pyi
                                            validators.pyi
                                            wsgi.pyi
                                        db/
                                            backends/
                                                base/
                                                    __init__.pyi
                                                    base.pyi
                                                    client.pyi
                                                    creation.pyi
                                                    features.pyi
                                                    introspection.pyi
                                                    operations.pyi
                                                    schema.pyi
                                                    validation.pyi
                                                dummy/
                                                    __init__.pyi
                                                    base.pyi
                                                mysql/
                                                    __init__.pyi
                                                    client.pyi
                                                postgresql/
                                                    __init__.pyi
                                                    base.pyi
                                                    client.pyi
                                                    creation.pyi
                                                    operations.pyi
                                                sqlite3/
                                                    __init__.pyi
                                                    base.pyi
                                                    creation.pyi
                                                    features.pyi
                                                    introspection.pyi
                                                    operations.pyi
                                                    schema.pyi
                                                __init__.pyi
                                                ddl_references.pyi
                                                signals.pyi
                                                utils.pyi
                                            migrations/
                                                operations/
                                                    __init__.pyi
                                                    base.pyi
                                                    fields.pyi
                                                    models.pyi
                                                    special.pyi
                                                    utils.pyi
                                                __init__.pyi
                                                autodetector.pyi
                                                exceptions.pyi
                                                executor.pyi
                                                graph.pyi
                                                loader.pyi
                                                migration.pyi
                                                optimizer.pyi
                                                questioner.pyi
                                                recorder.pyi
                                                serializer.pyi
                                                state.pyi
                                                topological_sort.pyi
                                                utils.pyi
                                                writer.pyi
                                            models/
                                                fields/
                                                    __init__.pyi
                                                    files.pyi
                                                    mixins.pyi
                                                    proxy.pyi
                                                    related.pyi
                                                    related_descriptors.pyi
                                                    related_lookups.pyi
                                                    reverse_related.pyi
                                                functions/
                                                    __init__.pyi
                                                    comparison.pyi
                                                    datetime.pyi
                                                    math.pyi
                                                    mixins.pyi
                                                    text.pyi
                                                    window.pyi
                                                sql/
                                                    __init__.pyi
                                                    compiler.pyi
                                                    constants.pyi
                                                    datastructures.pyi
                                                    query.pyi
                                                    subqueries.pyi
                                                    where.pyi
                                                __init__.pyi
                                                aggregates.pyi
                                                base.pyi
                                                constraints.pyi
                                                deletion.pyi
                                                enums.pyi
                                                expressions.pyi
                                                indexes.pyi
                                                lookups.pyi
                                                manager.pyi
                                                options.pyi
                                                query.pyi
                                                query_utils.pyi
                                                signals.pyi
                                                utils.pyi
                                            __init__.pyi
                                            transaction.pyi
                                            utils.pyi
                                        dispatch/
                                            __init__.pyi
                                            dispatcher.pyi
                                        forms/
                                            __init__.pyi
                                            boundfield.pyi
                                            fields.pyi
                                            forms.pyi
                                            formsets.pyi
                                            models.pyi
                                            renderers.pyi
                                            utils.pyi
                                            widgets.pyi
                                        http/
                                            __init__.pyi
                                            cookie.pyi
                                            multipartparser.pyi
                                            request.pyi
                                            response.pyi
                                        middleware/
                                            __init__.pyi
                                            cache.pyi
                                            clickjacking.pyi
                                            common.pyi
                                            csrf.pyi
                                            gzip.pyi
                                            http.pyi
                                            locale.pyi
                                            security.pyi
                                        template/
                                            backends/
                                                __init__.pyi
                                                base.pyi
                                                django.pyi
                                                dummy.pyi
                                                jinja2.pyi
                                                utils.pyi
                                            loaders/
                                                __init__.pyi
                                                app_directories.pyi
                                                base.pyi
                                                cached.pyi
                                                filesystem.pyi
                                                locmem.pyi
                                            __init__.pyi
                                            base.pyi
                                            context.pyi
                                            context_processors.pyi
                                            defaultfilters.pyi
                                            defaulttags.pyi
                                            engine.pyi
                                            exceptions.pyi
                                            library.pyi
                                            loader.pyi
                                            loader_tags.pyi
                                            response.pyi
                                            smartif.pyi
                                            utils.pyi
                                        templatetags/
                                            __init__.pyi
                                            cache.pyi
                                            i18n.pyi
                                            l10n.pyi
                                            static.pyi
                                            tz.pyi
                                        test/
                                            __init__.pyi
                                            client.pyi
                                            html.pyi
                                            runner.pyi
                                            selenium.pyi
                                            signals.pyi
                                            testcases.pyi
                                            utils.pyi
                                        urls/
                                            __init__.pyi
                                            base.pyi
                                            conf.pyi
                                            converters.pyi
                                            exceptions.pyi
                                            resolvers.pyi
                                            utils.pyi
                                        utils/
                                            translation/
                                                __init__.pyi
                                                reloader.pyi
                                                template.pyi
                                                trans_null.pyi
                                                trans_real.pyi
                                            __init__.pyi
                                            _os.pyi
                                            archive.pyi
                                            autoreload.pyi
                                            baseconv.pyi
                                            cache.pyi
                                            crypto.pyi
                                            datastructures.pyi
                                            dateformat.pyi
                                            dateparse.pyi
                                            dates.pyi
                                            datetime_safe.pyi
                                            deconstruct.pyi
                                            decorators.pyi
                                            deprecation.pyi
                                            duration.pyi
                                            encoding.pyi
                                            feedgenerator.pyi
                                            formats.pyi
                                            functional.pyi
                                            hashable.pyi
                                            html.pyi
                                            http.pyi
                                            inspect.pyi
                                            ipv6.pyi
                                            itercompat.pyi
                                            jslex.pyi
                                            log.pyi
                                            lorem_ipsum.pyi
                                            module_loading.pyi
                                            numberformat.pyi
                                            regex_helper.pyi
                                            safestring.pyi
                                            six.pyi
                                            termcolors.pyi
                                            text.pyi
                                            timesince.pyi
                                            timezone.pyi
                                            topological_sort.pyi
                                            tree.pyi
                                            version.pyi
                                            xmlutils.pyi
                                        views/
                                            decorators/
                                                __init__.pyi
                                                cache.pyi
                                                clickjacking.pyi
                                                csrf.pyi
                                                debug.pyi
                                                gzip.pyi
                                                http.pyi
                                                vary.pyi
                                            generic/
                                                __init__.pyi
                                                base.pyi
                                                dates.pyi
                                                detail.pyi
                                                edit.pyi
                                                list.pyi
                                            __init__.pyi
                                            csrf.pyi
                                            debug.pyi
                                            defaults.pyi
                                            i18n.pyi
                                            static.pyi
                                        __init__.pyi
                                        shortcuts.pyi
                                    LICENSE.txt
                                typeshed/
                                    stdlib/
                                        2/
                                            distutils/
                                                command/
                                                    __init__.pyi
                                                    bdist.pyi
                                                    bdist_dumb.pyi
                                                    bdist_msi.pyi
                                                    bdist_packager.pyi
                                                    bdist_rpm.pyi
                                                    bdist_wininst.pyi
                                                    build.pyi
                                                    build_clib.pyi
                                                    build_ext.pyi
                                                    build_py.pyi
                                                    build_scripts.pyi
                                                    check.pyi
                                                    clean.pyi
                                                    config.pyi
                                                    install.pyi
                                                    install_data.pyi
                                                    install_egg_info.pyi
                                                    install_headers.pyi
                                                    install_lib.pyi
                                                    install_scripts.pyi
                                                    register.pyi
                                                    sdist.pyi
                                                    upload.pyi
                                                __init__.pyi
                                                archive_util.pyi
                                                bcppcompiler.pyi
                                                ccompiler.pyi
                                                cmd.pyi
                                                config.pyi
                                                core.pyi
                                                cygwinccompiler.pyi
                                                debug.pyi
                                                dep_util.pyi
                                                dir_util.pyi
                                                dist.pyi
                                                emxccompiler.pyi
                                                errors.pyi
                                                extension.pyi
                                                fancy_getopt.pyi
                                                file_util.pyi
                                                filelist.pyi
                                                log.pyi
                                                msvccompiler.pyi
                                                spawn.pyi
                                                sysconfig.pyi
                                                text_file.pyi
                                                unixccompiler.pyi
                                                util.pyi
                                                version.pyi
                                            email/
                                                mime/
                                                    __init__.pyi
                                                    application.pyi
                                                    audio.pyi
                                                    base.pyi
                                                    image.pyi
                                                    message.pyi
                                                    multipart.pyi
                                                    nonmultipart.pyi
                                                    text.pyi
                                                __init__.pyi
                                                _parseaddr.pyi
                                                base64mime.pyi
                                                charset.pyi
                                                encoders.pyi
                                                feedparser.pyi
                                                generator.pyi
                                                header.pyi
                                                iterators.pyi
                                                message.pyi
                                                MIMEText.pyi
                                                parser.pyi
                                                quoprimime.pyi
                                                utils.pyi
                                            encodings/
                                                __init__.pyi
                                                utf_8.pyi
                                            multiprocessing/
                                                dummy/
                                                    __init__.pyi
                                                    connection.pyi
                                                __init__.pyi
                                                pool.pyi
                                                process.pyi
                                                util.pyi
                                            os/
                                                __init__.pyi
                                                path.pyi
                                            __builtin__.pyi
                                            _ast.pyi
                                            _collections.pyi
                                            _functools.pyi
                                            _hotshot.pyi
                                            _io.pyi
                                            _json.pyi
                                            _md5.pyi
                                            _sha.pyi
                                            _sha256.pyi
                                            _sha512.pyi
                                            _socket.pyi
                                            _sre.pyi
                                            _struct.pyi
                                            _symtable.pyi
                                            _threading_local.pyi
                                            _winreg.pyi
                                            abc.pyi
                                            ast.pyi
                                            atexit.pyi
                                            BaseHTTPServer.pyi
                                            builtins.pyi
                                            CGIHTTPServer.pyi
                                            collections.pyi
                                            commands.pyi
                                            compileall.pyi
                                            ConfigParser.pyi
                                            Cookie.pyi
                                            cookielib.pyi
                                            copy_reg.pyi
                                            cPickle.pyi
                                            cStringIO.pyi
                                            dircache.pyi
                                            dummy_thread.pyi
                                            exceptions.pyi
                                            fcntl.pyi
                                            fnmatch.pyi
                                            functools.pyi
                                            future_builtins.pyi
                                            gc.pyi
                                            getopt.pyi
                                            getpass.pyi
                                            gettext.pyi
                                            glob.pyi
                                            gzip.pyi
                                            hashlib.pyi
                                            heapq.pyi
                                            htmlentitydefs.pyi
                                            HTMLParser.pyi
                                            httplib.pyi
                                            imp.pyi
                                            importlib.pyi
                                            inspect.pyi
                                            io.pyi
                                            itertools.pyi
                                            json.pyi
                                            markupbase.pyi
                                            md5.pyi
                                            mimetools.pyi
                                            mutex.pyi
                                            ntpath.pyi
                                            nturl2path.pyi
                                            os2emxpath.pyi
                                            pipes.pyi
                                            platform.pyi
                                            popen2.pyi
                                            posix.pyi
                                            posixpath.pyi
                                            Queue.pyi
                                            random.pyi
                                            re.pyi
                                            repr.pyi
                                            resource.pyi
                                            rfc822.pyi
                                            robotparser.pyi
                                            runpy.pyi
                                            sets.pyi
                                            sha.pyi
                                            shelve.pyi
                                            shlex.pyi
                                            signal.pyi
                                            SimpleHTTPServer.pyi
                                            smtplib.pyi
                                            SocketServer.pyi
                                            spwd.pyi
                                            sre_constants.pyi
                                            sre_parse.pyi
                                            stat.pyi
                                            string.pyi
                                            StringIO.pyi
                                            stringold.pyi
                                            strop.pyi
                                            subprocess.pyi
                                            symbol.pyi
                                            sys.pyi
                                            tempfile.pyi
                                            textwrap.pyi
                                            thread.pyi
                                            toaiff.pyi
                                            tokenize.pyi
                                            types.pyi
                                            typing.pyi
                                            unittest.pyi
                                            urllib.pyi
                                            urllib2.pyi
                                            urlparse.pyi
                                            user.pyi
                                            UserDict.pyi
                                            UserList.pyi
                                            UserString.pyi
                                            whichdb.pyi
                                            xmlrpclib.pyi
                                        2and3/
                                            _typeshed/
                                                __init__.pyi
                                                wsgi.pyi
                                                xml.pyi
                                            ctypes/
                                                __init__.pyi
                                                util.pyi
                                                wintypes.pyi
                                            curses/
                                                __init__.pyi
                                                ascii.pyi
                                                panel.pyi
                                                textpad.pyi
                                            ensurepip/
                                                __init__.pyi
                                            lib2to3/
                                                pgen2/
                                                    __init__.pyi
                                                    driver.pyi
                                                    grammar.pyi
                                                    literals.pyi
                                                    parse.pyi
                                                    pgen.pyi
                                                    token.pyi
                                                    tokenize.pyi
                                                __init__.pyi
                                                pygram.pyi
                                                pytree.pyi
                                            logging/
                                                __init__.pyi
                                                config.pyi
                                                handlers.pyi
                                            msilib/
                                                __init__.pyi
                                                schema.pyi
                                                sequence.pyi
                                                text.pyi
                                            pydoc_data/
                                                __init__.pyi
                                                topics.pyi
                                            pyexpat/
                                                __init__.pyi
                                                errors.pyi
                                                model.pyi
                                            sqlite3/
                                                __init__.pyi
                                                dbapi2.pyi
                                            wsgiref/
                                                __init__.pyi
                                                handlers.pyi
                                                headers.pyi
                                                simple_server.pyi
                                                types.pyi
                                                util.pyi
                                                validate.pyi
                                            xml/
                                                dom/
                                                    __init__.pyi
                                                    domreg.pyi
                                                    expatbuilder.pyi
                                                    minicompat.pyi
                                                    minidom.pyi
                                                    NodeFilter.pyi
                                                    pulldom.pyi
                                                    xmlbuilder.pyi
                                                etree/
                                                    __init__.pyi
                                                    cElementTree.pyi
                                                    ElementInclude.pyi
                                                    ElementPath.pyi
                                                    ElementTree.pyi
                                                parsers/
                                                    expat/
                                                        __init__.pyi
                                                        errors.pyi
                                                        model.pyi
                                                    __init__.pyi
                                                sax/
                                                    __init__.pyi
                                                    handler.pyi
                                                    saxutils.pyi
                                                    xmlreader.pyi
                                                __init__.pyi
                                            __future__.pyi
                                            _bisect.pyi
                                            _codecs.pyi
                                            _csv.pyi
                                            _curses.pyi
                                            _dummy_threading.pyi
                                            _heapq.pyi
                                            _msi.pyi
                                            _random.pyi
                                            _warnings.pyi
                                            _weakref.pyi
                                            _weakrefset.pyi
                                            aifc.pyi
                                            antigravity.pyi
                                            argparse.pyi
                                            array.pyi
                                            asynchat.pyi
                                            asyncore.pyi
                                            audioop.pyi
                                            base64.pyi
                                            bdb.pyi
                                            binascii.pyi
                                            binhex.pyi
                                            bisect.pyi
                                            bz2.pyi
                                            calendar.pyi
                                            cgi.pyi
                                            cgitb.pyi
                                            chunk.pyi
                                            cmath.pyi
                                            cmd.pyi
                                            code.pyi
                                            codecs.pyi
                                            codeop.pyi
                                            colorsys.pyi
                                            contextlib.pyi
                                            copy.pyi
                                            cProfile.pyi
                                            crypt.pyi
                                            csv.pyi
                                            datetime.pyi
                                            decimal.pyi
                                            difflib.pyi
                                            dis.pyi
                                            doctest.pyi
                                            dummy_threading.pyi
                                            errno.pyi
                                            filecmp.pyi
                                            fileinput.pyi
                                            formatter.pyi
                                            fractions.pyi
                                            ftplib.pyi
                                            genericpath.pyi
                                            grp.pyi
                                            hmac.pyi
                                            imaplib.pyi
                                            imghdr.pyi
                                            keyword.pyi
                                            linecache.pyi
                                            locale.pyi
                                            macpath.pyi
                                            mailbox.pyi
                                            mailcap.pyi
                                            marshal.pyi
                                            math.pyi
                                            mimetypes.pyi
                                            mmap.pyi
                                            modulefinder.pyi
                                            msvcrt.pyi
                                            netrc.pyi
                                            nis.pyi
                                            numbers.pyi
                                            opcode.pyi
                                            operator.pyi
                                            optparse.pyi
                                            parser.pyi
                                            pdb.pyi
                                            pickle.pyi
                                            pickletools.pyi
                                            pkgutil.pyi
                                            plistlib.pyi
                                            poplib.pyi
                                            pprint.pyi
                                            profile.pyi
                                            pstats.pyi
                                            pty.pyi
                                            pwd.pyi
                                            py_compile.pyi
                                            pyclbr.pyi
                                            pydoc.pyi
                                            quopri.pyi
                                            readline.pyi
                                            rlcompleter.pyi
                                            sched.pyi
                                            select.pyi
                                            shutil.pyi
                                            site.pyi
                                            smtpd.pyi
                                            sndhdr.pyi
                                            socket.pyi
                                            sre_compile.pyi
                                            ssl.pyi
                                            stringprep.pyi
                                            struct.pyi
                                            sunau.pyi
                                            symtable.pyi
                                            sysconfig.pyi
                                            syslog.pyi
                                            tabnanny.pyi
                                            tarfile.pyi
                                            telnetlib.pyi
                                            termios.pyi
                                            this.pyi
                                            threading.pyi
                                            time.pyi
                                            timeit.pyi
                                            token.pyi
                                            trace.pyi
                                            traceback.pyi
                                            tty.pyi
                                            turtle.pyi
                                            unicodedata.pyi
                                            uu.pyi
                                            uuid.pyi
                                            warnings.pyi
                                            wave.pyi
                                            weakref.pyi
                                            webbrowser.pyi
                                            winsound.pyi
                                            xdrlib.pyi
                                            zipfile.pyi
                                            zipimport.pyi
                                            zlib.pyi
                                        3/
                                            asyncio/
                                                __init__.pyi
                                                base_events.pyi
                                                base_futures.pyi
                                                base_subprocess.pyi
                                                base_tasks.pyi
                                                compat.pyi
                                                constants.pyi
                                                coroutines.pyi
                                                events.pyi
                                                exceptions.pyi
                                                format_helpers.pyi
                                                futures.pyi
                                                locks.pyi
                                                log.pyi
                                                proactor_events.pyi
                                                protocols.pyi
                                                queues.pyi
                                                runners.pyi
                                                selector_events.pyi
                                                sslproto.pyi
                                                staggered.pyi
                                                streams.pyi
                                                subprocess.pyi
                                                tasks.pyi
                                                threads.pyi
                                                transports.pyi
                                                trsock.pyi
                                                unix_events.pyi
                                                windows_events.pyi
                                                windows_utils.pyi
                                            collections/
                                                __init__.pyi
                                                abc.pyi
                                            concurrent/
                                                futures/
                                                    __init__.pyi
                                                    _base.pyi
                                                    process.pyi
                                                    thread.pyi
                                                __init__.pyi
                                            dbm/
                                                __init__.pyi
                                                dumb.pyi
                                                gnu.pyi
                                                ndbm.pyi
                                            distutils/
                                                command/
                                                    __init__.pyi
                                                    bdist.pyi
                                                    bdist_dumb.pyi
                                                    bdist_msi.pyi
                                                    bdist_packager.pyi
                                                    bdist_rpm.pyi
                                                    bdist_wininst.pyi
                                                    build.pyi
                                                    build_clib.pyi
                                                    build_ext.pyi
                                                    build_py.pyi
                                                    build_scripts.pyi
                                                    check.pyi
                                                    clean.pyi
                                                    config.pyi
                                                    install.pyi
                                                    install_data.pyi
                                                    install_egg_info.pyi
                                                    install_headers.pyi
                                                    install_lib.pyi
                                                    install_scripts.pyi
                                                    register.pyi
                                                    sdist.pyi
                                                    upload.pyi
                                                __init__.pyi
                                                archive_util.pyi
                                                bcppcompiler.pyi
                                                ccompiler.pyi
                                                cmd.pyi
                                                config.pyi
                                                core.pyi
                                                cygwinccompiler.pyi
                                                debug.pyi
                                                dep_util.pyi
                                                dir_util.pyi
                                                dist.pyi
                                                errors.pyi
                                                extension.pyi
                                                fancy_getopt.pyi
                                                file_util.pyi
                                                filelist.pyi
                                                log.pyi
                                                msvccompiler.pyi
                                                spawn.pyi
                                                sysconfig.pyi
                                                text_file.pyi
                                                unixccompiler.pyi
                                                util.pyi
                                                version.pyi
                                            email/
                                                mime/
                                                    __init__.pyi
                                                    application.pyi
                                                    audio.pyi
                                                    base.pyi
                                                    image.pyi
                                                    message.pyi
                                                    multipart.pyi
                                                    nonmultipart.pyi
                                                    text.pyi
                                                __init__.pyi
                                                charset.pyi
                                                contentmanager.pyi
                                                encoders.pyi
                                                errors.pyi
                                                feedparser.pyi
                                                generator.pyi
                                                header.pyi
                                                headerregistry.pyi
                                                iterators.pyi
                                                message.pyi
                                                parser.pyi
                                                policy.pyi
                                                utils.pyi
                                            encodings/
                                                __init__.pyi
                                                utf_8.pyi
                                            html/
                                                __init__.pyi
                                                entities.pyi
                                                parser.pyi
                                            http/
                                                __init__.pyi
                                                client.pyi
                                                cookiejar.pyi
                                                cookies.pyi
                                                server.pyi
                                            importlib/
                                                __init__.pyi
                                                abc.pyi
                                                machinery.pyi
                                                metadata.pyi
                                                resources.pyi
                                                util.pyi
                                            json/
                                                __init__.pyi
                                                decoder.pyi
                                                encoder.pyi
                                                tool.pyi
                                            multiprocessing/
                                                dummy/
                                                    __init__.pyi
                                                    connection.pyi
                                                __init__.pyi
                                                connection.pyi
                                                context.pyi
                                                managers.pyi
                                                pool.pyi
                                                process.pyi
                                                queues.pyi
                                                shared_memory.pyi
                                                sharedctypes.pyi
                                                spawn.pyi
                                                synchronize.pyi
                                            os/
                                                __init__.pyi
                                                path.pyi
                                            tkinter/
                                                __init__.pyi
                                                commondialog.pyi
                                                constants.pyi
                                                dialog.pyi
                                                filedialog.pyi
                                                font.pyi
                                                messagebox.pyi
                                                ttk.pyi
                                            unittest/
                                                __init__.pyi
                                                async_case.pyi
                                                case.pyi
                                                loader.pyi
                                                main.pyi
                                                mock.pyi
                                                result.pyi
                                                runner.pyi
                                                signals.pyi
                                                suite.pyi
                                                util.pyi
                                            urllib/
                                                __init__.pyi
                                                error.pyi
                                                parse.pyi
                                                request.pyi
                                                response.pyi
                                                robotparser.pyi
                                            venv/
                                                __init__.pyi
                                            xmlrpc/
                                                __init__.pyi
                                                client.pyi
                                                server.pyi
                                            _ast.pyi
                                            _bootlocale.pyi
                                            _compat_pickle.pyi
                                            _compression.pyi
                                            _decimal.pyi
                                            _dummy_thread.pyi
                                            _imp.pyi
                                            _importlib_modulespec.pyi
                                            _json.pyi
                                            _markupbase.pyi
                                            _operator.pyi
                                            _osx_support.pyi
                                            _posixsubprocess.pyi
                                            _pydecimal.pyi
                                            _sitebuiltins.pyi
                                            _stat.pyi
                                            _thread.pyi
                                            _threading_local.pyi
                                            _tkinter.pyi
                                            _tracemalloc.pyi
                                            _winapi.pyi
                                            abc.pyi
                                            ast.pyi
                                            atexit.pyi
                                            builtins.pyi
                                            compileall.pyi
                                            configparser.pyi
                                            copyreg.pyi
                                            enum.pyi
                                            faulthandler.pyi
                                            fcntl.pyi
                                            fnmatch.pyi
                                            functools.pyi
                                            gc.pyi
                                            getopt.pyi
                                            getpass.pyi
                                            gettext.pyi
                                            glob.pyi
                                            gzip.pyi
                                            hashlib.pyi
                                            heapq.pyi
                                            imp.pyi
                                            inspect.pyi
                                            io.pyi
                                            ipaddress.pyi
                                            itertools.pyi
                                            lzma.pyi
                                            macurl2path.pyi
                                            nntplib.pyi
                                            ntpath.pyi
                                            nturl2path.pyi
                                            pathlib.pyi
                                            pipes.pyi
                                            platform.pyi
                                            posix.pyi
                                            posixpath.pyi
                                            queue.pyi
                                            random.pyi
                                            re.pyi
                                            reprlib.pyi
                                            resource.pyi
                                            runpy.pyi
                                            secrets.pyi
                                            selectors.pyi
                                            shelve.pyi
                                            shlex.pyi
                                            signal.pyi
                                            smtplib.pyi
                                            socketserver.pyi
                                            spwd.pyi
                                            sre_constants.pyi
                                            sre_parse.pyi
                                            stat.pyi
                                            statistics.pyi
                                            string.pyi
                                            subprocess.pyi
                                            symbol.pyi
                                            sys.pyi
                                            tempfile.pyi
                                            textwrap.pyi
                                            tokenize.pyi
                                            tracemalloc.pyi
                                            types.pyi
                                            typing.pyi
                                            winreg.pyi
                                            xxlimited.pyi
                                            zipapp.pyi
                                        3.7/
                                            _py_abc.pyi
                                            contextvars.pyi
                                            dataclasses.pyi
                                        3.9/
                                            zoneinfo/
                                                __init__.pyi
                                            graphlib.pyi
                                    third_party/
                                        2/
                                            concurrent/
                                                futures/
                                                    __init__.pyi
                                                    _base.pyi
                                                    process.pyi
                                                    thread.pyi
                                                __init__.pyi
                                            fb303/
                                                __init__.pyi
                                                FacebookService.pyi
                                            kazoo/
                                                recipe/
                                                    __init__.pyi
                                                    watchers.pyi
                                                __init__.pyi
                                                client.pyi
                                                exceptions.pyi
                                            OpenSSL/
                                                __init__.pyi
                                                crypto.pyi
                                            routes/
                                                __init__.pyi
                                                mapper.pyi
                                                util.pyi
                                            scribe/
                                                __init__.pyi
                                                scribe.pyi
                                                ttypes.pyi
                                            six/
                                                moves/
                                                    urllib/
                                                        __init__.pyi
                                                        error.pyi
                                                        parse.pyi
                                                        request.pyi
                                                        response.pyi
                                                        robotparser.pyi
                                                    __init__.pyi
                                                    _dummy_thread.pyi
                                                    _thread.pyi
                                                    BaseHTTPServer.pyi
                                                    CGIHTTPServer.pyi
                                                    collections_abc.pyi
                                                    configparser.pyi
                                                    cPickle.pyi
                                                    email_mime_base.pyi
                                                    email_mime_multipart.pyi
                                                    email_mime_nonmultipart.pyi
                                                    email_mime_text.pyi
                                                    html_entities.pyi
                                                    html_parser.pyi
                                                    http_client.pyi
                                                    http_cookiejar.pyi
                                                    http_cookies.pyi
                                                    queue.pyi
                                                    reprlib.pyi
                                                    SimpleHTTPServer.pyi
                                                    socketserver.pyi
                                                    urllib_error.pyi
                                                    urllib_parse.pyi
                                                    urllib_request.pyi
                                                    urllib_response.pyi
                                                    urllib_robotparser.pyi
                                                    xmlrpc_client.pyi
                                                __init__.pyi
                                            tornado/
                                                __init__.pyi
                                                concurrent.pyi
                                                gen.pyi
                                                httpclient.pyi
                                                httpserver.pyi
                                                httputil.pyi
                                                ioloop.pyi
                                                locks.pyi
                                                netutil.pyi
                                                process.pyi
                                                tcpserver.pyi
                                                testing.pyi
                                                util.pyi
                                                web.pyi
                                            enum.pyi
                                            ipaddress.pyi
                                            pathlib2.pyi
                                            pymssql.pyi
                                        2and3/
                                            atomicwrites/
                                                __init__.pyi
                                            attr/
                                                __init__.pyi
                                                _version_info.pyi
                                                converters.pyi
                                                exceptions.pyi
                                                filters.pyi
                                                validators.pyi
                                            backports/
                                                __init__.pyi
                                                ssl_match_hostname.pyi
                                            bleach/
                                                __init__.pyi
                                                callbacks.pyi
                                                linkifier.pyi
                                                sanitizer.pyi
                                                utils.pyi
                                            boto/
                                                ec2/
                                                    __init__.pyi
                                                elb/
                                                    __init__.pyi
                                                kms/
                                                    __init__.pyi
                                                    exceptions.pyi
                                                    layer1.pyi
                                                s3/
                                                    __init__.pyi
                                                    acl.pyi
                                                    bucket.pyi
                                                    bucketlistresultset.pyi
                                                    bucketlogging.pyi
                                                    connection.pyi
                                                    cors.pyi
                                                    deletemarker.pyi
                                                    key.pyi
                                                    keyfile.pyi
                                                    lifecycle.pyi
                                                    multidelete.pyi
                                                    multipart.pyi
                                                    prefix.pyi
                                                    tagging.pyi
                                                    user.pyi
                                                    website.pyi
                                                __init__.pyi
                                                auth.pyi
                                                auth_handler.pyi
                                                compat.pyi
                                                connection.pyi
                                                exception.pyi
                                                plugin.pyi
                                                regioninfo.pyi
                                                utils.pyi
                                            cachetools/
                                                __init__.pyi
                                                abc.pyi
                                                cache.pyi
                                                decorators.pyi
                                                func.pyi
                                                lfu.pyi
                                                lru.pyi
                                                rr.pyi
                                                ttl.pyi
                                            characteristic/
                                                __init__.pyi
                                            chardet/
                                                __init__.pyi
                                                enums.pyi
                                                langbulgarianmodel.pyi
                                                langcyrillicmodel.pyi
                                                langgreekmodel.pyi
                                                langhebrewmodel.pyi
                                                langhungarianmodel.pyi
                                                langthaimodel.pyi
                                                langturkishmodel.pyi
                                                universaldetector.pyi
                                                version.pyi
                                            click/
                                                __init__.pyi
                                                _termui_impl.pyi
                                                core.pyi
                                                decorators.pyi
                                                exceptions.pyi
                                                formatting.pyi
                                                globals.pyi
                                                parser.pyi
                                                termui.pyi
                                                testing.pyi
                                                types.pyi
                                                utils.pyi
                                            cryptography/
                                                hazmat/
                                                    backends/
                                                        __init__.pyi
                                                        interfaces.pyi
                                                    bindings/
                                                        openssl/
                                                            __init__.pyi
                                                            binding.pyi
                                                        __init__.pyi
                                                    primitives/
                                                        asymmetric/
                                                            __init__.pyi
                                                            dh.pyi
                                                            dsa.pyi
                                                            ec.pyi
                                                            ed25519.pyi
                                                            ed448.pyi
                                                            padding.pyi
                                                            rsa.pyi
                                                            utils.pyi
                                                            x25519.pyi
                                                            x448.pyi
                                                        ciphers/
                                                            __init__.pyi
                                                            aead.pyi
                                                            algorithms.pyi
                                                            modes.pyi
                                                        kdf/
                                                            __init__.pyi
                                                            concatkdf.pyi
                                                            hkdf.pyi
                                                            kbkdf.pyi
                                                            pbkdf2.pyi
                                                            scrypt.pyi
                                                            x963kdf.pyi
                                                        serialization/
                                                            __init__.pyi
                                                            pkcs12.pyi
                                                        twofactor/
                                                            __init__.pyi
                                                            hotp.pyi
                                                            totp.pyi
                                                        __init__.pyi
                                                        cmac.pyi
                                                        constant_time.pyi
                                                        hashes.pyi
                                                        hmac.pyi
                                                        keywrap.pyi
                                                        padding.pyi
                                                        poly1305.pyi
                                                    __init__.pyi
                                                x509/
                                                    __init__.pyi
                                                    extensions.pyi
                                                    oid.pyi
                                                __init__.pyi
                                                exceptions.pyi
                                                fernet.pyi
                                            datetimerange/
                                                __init__.pyi
                                            dateutil/
                                                tz/
                                                    __init__.pyi
                                                    _common.pyi
                                                    tz.pyi
                                                __init__.pyi
                                                _common.pyi
                                                easter.pyi
                                                parser.pyi
                                                relativedelta.pyi
                                                rrule.pyi
                                                utils.pyi
                                            deprecated/
                                                __init__.pyi
                                                classic.pyi
                                                sphinx.pyi
                                            emoji/
                                                __init__.pyi
                                                core.pyi
                                                unicode_codes.pyi
                                            flask/
                                                json/
                                                    __init__.pyi
                                                    tag.pyi
                                                __init__.pyi
                                                app.pyi
                                                blueprints.pyi
                                                cli.pyi
                                                config.pyi
                                                ctx.pyi
                                                debughelpers.pyi
                                                globals.pyi
                                                helpers.pyi
                                                logging.pyi
                                                sessions.pyi
                                                signals.pyi
                                                templating.pyi
                                                testing.pyi
                                                views.pyi
                                                wrappers.pyi
                                            geoip2/
                                                __init__.pyi
                                                database.pyi
                                                errors.pyi
                                                mixins.pyi
                                                models.pyi
                                                records.pyi
                                            google/
                                                protobuf/
                                                    compiler/
                                                        __init__.pyi
                                                        plugin_pb2.pyi
                                                    internal/
                                                        __init__.pyi
                                                        containers.pyi
                                                        decoder.pyi
                                                        encoder.pyi
                                                        enum_type_wrapper.pyi
                                                        extension_dict.pyi
                                                        message_listener.pyi
                                                        python_message.pyi
                                                        well_known_types.pyi
                                                        wire_format.pyi
                                                    util/
                                                        __init__.pyi
                                                    __init__.pyi
                                                    any_pb2.pyi
                                                    api_pb2.pyi
                                                    descriptor.pyi
                                                    descriptor_pb2.pyi
                                                    descriptor_pool.pyi
                                                    duration_pb2.pyi
                                                    empty_pb2.pyi
                                                    field_mask_pb2.pyi
                                                    json_format.pyi
                                                    message.pyi
                                                    message_factory.pyi
                                                    reflection.pyi
                                                    service.pyi
                                                    source_context_pb2.pyi
                                                    struct_pb2.pyi
                                                    symbol_database.pyi
                                                    timestamp_pb2.pyi
                                                    type_pb2.pyi
                                                    wrappers_pb2.pyi
                                                __init__.pyi
                                            jinja2/
                                                __init__.pyi
                                                _compat.pyi
                                                _stringdefs.pyi
                                                bccache.pyi
                                                compiler.pyi
                                                constants.pyi
                                                debug.pyi
                                                defaults.pyi
                                                environment.pyi
                                                exceptions.pyi
                                                ext.pyi
                                                filters.pyi
                                                lexer.pyi
                                                loaders.pyi
                                                meta.pyi
                                                nodes.pyi
                                                optimizer.pyi
                                                parser.pyi
                                                runtime.pyi
                                                sandbox.pyi
                                                tests.pyi
                                                utils.pyi
                                                visitor.pyi
                                            markdown/
                                                extensions/
                                                    __init__.pyi
                                                    abbr.pyi
                                                    admonition.pyi
                                                    attr_list.pyi
                                                    codehilite.pyi
                                                    def_list.pyi
                                                    extra.pyi
                                                    fenced_code.pyi
                                                    footnotes.pyi
                                                    legacy_attrs.pyi
                                                    legacy_em.pyi
                                                    md_in_html.pyi
                                                    meta.pyi
                                                    nl2br.pyi
                                                    sane_lists.pyi
                                                    smarty.pyi
                                                    tables.pyi
                                                    toc.pyi
                                                    wikilinks.pyi
                                                __init__.pyi
                                                __meta__.pyi
                                                blockparser.pyi
                                                blockprocessors.pyi
                                                core.pyi
                                                inlinepatterns.pyi
                                                pep562.pyi
                                                postprocessors.pyi
                                                preprocessors.pyi
                                                serializers.pyi
                                                treeprocessors.pyi
                                                util.pyi
                                            markupsafe/
                                                __init__.pyi
                                                _compat.pyi
                                                _constants.pyi
                                                _native.pyi
                                                _speedups.pyi
                                            maxminddb/
                                                __init__.pyi
                                                compat.pyi
                                                const.pyi
                                                decoder.pyi
                                                errors.pyi
                                                extension.pyi
                                                reader.pyi
                                            nmap/
                                                __init__.pyi
                                                nmap.pyi
                                            paramiko/
                                                __init__.pyi
                                                _version.pyi
                                                _winapi.pyi
                                                agent.pyi
                                                auth_handler.pyi
                                                ber.pyi
                                                buffered_pipe.pyi
                                                channel.pyi
                                                client.pyi
                                                common.pyi
                                                compress.pyi
                                                config.pyi
                                                dsskey.pyi
                                                ecdsakey.pyi
                                                ed25519key.pyi
                                                file.pyi
                                                hostkeys.pyi
                                                kex_curve25519.pyi
                                                kex_ecdh_nist.pyi
                                                kex_gex.pyi
                                                kex_group1.pyi
                                                kex_group14.pyi
                                                kex_group16.pyi
                                                kex_gss.pyi
                                                message.pyi
                                                packet.pyi
                                                pipe.pyi
                                                pkey.pyi
                                                primes.pyi
                                                proxy.pyi
                                                py3compat.pyi
                                                rsakey.pyi
                                                server.pyi
                                                sftp.pyi
                                                sftp_attr.pyi
                                                sftp_client.pyi
                                                sftp_file.pyi
                                                sftp_handle.pyi
                                                sftp_server.pyi
                                                sftp_si.pyi
                                                ssh_exception.pyi
                                                ssh_gss.pyi
                                                transport.pyi
                                                util.pyi
                                                win_pageant.pyi
                                            pymysql/
                                                constants/
                                                    __init__.pyi
                                                    CLIENT.pyi
                                                    COMMAND.pyi
                                                    ER.pyi
                                                    FIELD_TYPE.pyi
                                                    FLAG.pyi
                                                    SERVER_STATUS.pyi
                                                __init__.pyi
                                                charset.pyi
                                                connections.pyi
                                                converters.pyi
                                                cursors.pyi
                                                err.pyi
                                                times.pyi
                                                util.pyi
                                            pynamodb/
                                                connection/
                                                    __init__.pyi
                                                    base.pyi
                                                    table.pyi
                                                    util.pyi
                                                __init__.pyi
                                                attributes.pyi
                                                constants.pyi
                                                exceptions.pyi
                                                indexes.pyi
                                                models.pyi
                                                settings.pyi
                                                throttle.pyi
                                                types.pyi
                                            pytz/
                                                __init__.pyi
                                            pyVmomi/
                                                vim/
                                                    __init__.pyi
                                                    event.pyi
                                                    fault.pyi
                                                    option.pyi
                                                    view.pyi
                                                vmodl/
                                                    __init__.pyi
                                                    fault.pyi
                                                    query.pyi
                                                __init__.pyi
                                            redis/
                                                __init__.pyi
                                                client.pyi
                                                connection.pyi
                                                exceptions.pyi
                                                utils.pyi
                                            requests/
                                                packages/
                                                    urllib3/
                                                        contrib/
                                                            __init__.pyi
                                                        packages/
                                                            ssl_match_hostname/
                                                                __init__.pyi
                                                                _implementation.pyi
                                                            __init__.pyi
                                                        util/
                                                            __init__.pyi
                                                            connection.pyi
                                                            request.pyi
                                                            response.pyi
                                                            retry.pyi
                                                            ssl_.pyi
                                                            timeout.pyi
                                                            url.pyi
                                                        __init__.pyi
                                                        _collections.pyi
                                                        connection.pyi
                                                        connectionpool.pyi
                                                        exceptions.pyi
                                                        fields.pyi
                                                        filepost.pyi
                                                        poolmanager.pyi
                                                        request.pyi
                                                        response.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                adapters.pyi
                                                api.pyi
                                                auth.pyi
                                                compat.pyi
                                                cookies.pyi
                                                exceptions.pyi
                                                hooks.pyi
                                                models.pyi
                                                sessions.pyi
                                                status_codes.pyi
                                                structures.pyi
                                                utils.pyi
                                            retry/
                                                __init__.pyi
                                                api.pyi
                                            simplejson/
                                                __init__.pyi
                                                decoder.pyi
                                                encoder.pyi
                                                scanner.pyi
                                            slugify/
                                                __init__.pyi
                                                slugify.pyi
                                                special.pyi
                                            tzlocal/
                                                __init__.pyi
                                            werkzeug/
                                                contrib/
                                                    __init__.pyi
                                                    atom.pyi
                                                    cache.pyi
                                                    fixers.pyi
                                                    iterio.pyi
                                                    jsrouting.pyi
                                                    limiter.pyi
                                                    lint.pyi
                                                    profiler.pyi
                                                    securecookie.pyi
                                                    sessions.pyi
                                                    testtools.pyi
                                                    wrappers.pyi
                                                debug/
                                                    __init__.pyi
                                                    console.pyi
                                                    repr.pyi
                                                    tbtools.pyi
                                                middleware/
                                                    __init__.pyi
                                                    dispatcher.pyi
                                                    http_proxy.pyi
                                                    lint.pyi
                                                    profiler.pyi
                                                    proxy_fix.pyi
                                                    shared_data.pyi
                                                __init__.pyi
                                                _compat.pyi
                                                _internal.pyi
                                                _reloader.pyi
                                                datastructures.pyi
                                                exceptions.pyi
                                                filesystem.pyi
                                                formparser.pyi
                                                http.pyi
                                                local.pyi
                                                posixemulation.pyi
                                                routing.pyi
                                                script.pyi
                                                security.pyi
                                                serving.pyi
                                                test.pyi
                                                testapp.pyi
                                                urls.pyi
                                                useragents.pyi
                                                utils.pyi
                                                wrappers.pyi
                                                wsgi.pyi
                                            yaml/
                                                __init__.pyi
                                                composer.pyi
                                                constructor.pyi
                                                cyaml.pyi
                                                dumper.pyi
                                                emitter.pyi
                                                error.pyi
                                                events.pyi
                                                loader.pyi
                                                nodes.pyi
                                                parser.pyi
                                                reader.pyi
                                                representer.pyi
                                                resolver.pyi
                                                scanner.pyi
                                                serializer.pyi
                                                tokens.pyi
                                            backports_abc.pyi
                                            certifi.pyi
                                            croniter.pyi
                                            dateparser.pyi
                                            decorator.pyi
                                            first.pyi
                                            gflags.pyi
                                            itsdangerous.pyi
                                            mock.pyi
                                            mypy_extensions.pyi
                                            polib.pyi
                                            pycurl.pyi
                                            pyre_extensions.pyi
                                            singledispatch.pyi
                                            tabulate.pyi
                                            termcolor.pyi
                                            toml.pyi
                                            typing_extensions.pyi
                                            ujson.pyi
                                        3/
                                            aiofiles/
                                                threadpool/
                                                    __init__.pyi
                                                    binary.pyi
                                                    text.pyi
                                                __init__.pyi
                                                base.pyi
                                                os.pyi
                                            docutils/
                                                parsers/
                                                    rst/
                                                        __init__.pyi
                                                        nodes.pyi
                                                        roles.pyi
                                                        states.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                examples.pyi
                                                nodes.pyi
                                            filelock/
                                                __init__.pyi
                                            freezegun/
                                                __init__.pyi
                                                api.pyi
                                            jwt/
                                                contrib/
                                                    algorithms/
                                                        __init__.pyi
                                                        py_ecdsa.pyi
                                                        pycrypto.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                algorithms.pyi
                                            pkg_resources/
                                                __init__.pyi
                                                py31compat.pyi
                                            pyrfc3339/
                                                __init__.pyi
                                                generator.pyi
                                                parser.pyi
                                                utils.pyi
                                            six/
                                                moves/
                                                    urllib/
                                                        __init__.pyi
                                                        error.pyi
                                                        parse.pyi
                                                        request.pyi
                                                        response.pyi
                                                        robotparser.pyi
                                                    __init__.pyi
                                                    _dummy_thread.pyi
                                                    _thread.pyi
                                                    BaseHTTPServer.pyi
                                                    builtins.pyi
                                                    CGIHTTPServer.pyi
                                                    collections_abc.pyi
                                                    configparser.pyi
                                                    cPickle.pyi
                                                    email_mime_base.pyi
                                                    email_mime_multipart.pyi
                                                    email_mime_nonmultipart.pyi
                                                    email_mime_text.pyi
                                                    html_entities.pyi
                                                    html_parser.pyi
                                                    http_client.pyi
                                                    http_cookiejar.pyi
                                                    http_cookies.pyi
                                                    queue.pyi
                                                    reprlib.pyi
                                                    SimpleHTTPServer.pyi
                                                    socketserver.pyi
                                                    tkinter.pyi
                                                    tkinter_commondialog.pyi
                                                    tkinter_constants.pyi
                                                    tkinter_dialog.pyi
                                                    tkinter_filedialog.pyi
                                                    tkinter_tkfiledialog.pyi
                                                    tkinter_ttk.pyi
                                                    urllib_error.pyi
                                                    urllib_parse.pyi
                                                    urllib_request.pyi
                                                    urllib_response.pyi
                                                    urllib_robotparser.pyi
                                                __init__.pyi
                                            typed_ast/
                                                __init__.pyi
                                                ast27.pyi
                                                ast3.pyi
                                                conversions.pyi
                                            waitress/
                                                __init__.pyi
                                                adjustments.pyi
                                                buffers.pyi
                                                channel.pyi
                                                compat.pyi
                                                parser.pyi
                                                proxy_headers.pyi
                                                receiver.pyi
                                                rfc7230.pyi
                                                runner.pyi
                                                server.pyi
                                                task.pyi
                                                trigger.pyi
                                                utilities.pyi
                                                wasyncore.pyi
                                            contextvars.pyi
                                            dataclasses.pyi
                                            frozendict.pyi
                                            orjson.pyi
                                    LICENSE
                            __init__.py
                            __main__.py
                            _compatibility.py
                            cache.py
                            common.py
                            debug.py
                            file_io.py
                            parser_utils.py
                            settings.py
                            utils.py
                        jedi-0.19.2.dist-info/
                            AUTHORS.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jinja2/
                            __init__.py
                            _identifier.py
                            async_utils.py
                            bccache.py
                            compiler.py
                            constants.py
                            debug.py
                            defaults.py
                            environment.py
                            exceptions.py
                            ext.py
                            filters.py
                            idtracking.py
                            lexer.py
                            loaders.py
                            meta.py
                            nativetypes.py
                            nodes.py
                            optimizer.py
                            parser.py
                            py.typed
                            runtime.py
                            sandbox.py
                            tests.py
                            utils.py
                            visitor.py
                        jinja2-3.1.6.dist-info/
                            licenses/
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        joblib/
                            externals/
                                cloudpickle/
                                    __init__.py
                                    cloudpickle.py
                                    cloudpickle_fast.py
                                loky/
                                    backend/
                                        __init__.py
                                        _posix_reduction.py
                                        _win_reduction.py
                                        context.py
                                        fork_exec.py
                                        popen_loky_posix.py
                                        popen_loky_win32.py
                                        process.py
                                        queues.py
                                        reduction.py
                                        resource_tracker.py
                                        spawn.py
                                        synchronize.py
                                        utils.py
                                    __init__.py
                                    _base.py
                                    cloudpickle_wrapper.py
                                    initializers.py
                                    process_executor.py
                                    reusable_executor.py
                                __init__.py
                            test/
                                data/
                                    __init__.py
                                    create_numpy_pickle.py
                                    joblib_0.10.0_compressed_pickle_py27_np16.gz
                                    joblib_0.10.0_compressed_pickle_py27_np17.gz
                                    joblib_0.10.0_compressed_pickle_py33_np18.gz
                                    joblib_0.10.0_compressed_pickle_py34_np19.gz
                                    joblib_0.10.0_compressed_pickle_py35_np19.gz
                                    joblib_0.10.0_pickle_py27_np17.pkl
                                    joblib_0.10.0_pickle_py27_np17.pkl.bz2
                                    joblib_0.10.0_pickle_py27_np17.pkl.gzip
                                    joblib_0.10.0_pickle_py27_np17.pkl.lzma
                                    joblib_0.10.0_pickle_py27_np17.pkl.xz
                                    joblib_0.10.0_pickle_py33_np18.pkl
                                    joblib_0.10.0_pickle_py33_np18.pkl.bz2
                                    joblib_0.10.0_pickle_py33_np18.pkl.gzip
                                    joblib_0.10.0_pickle_py33_np18.pkl.lzma
                                    joblib_0.10.0_pickle_py33_np18.pkl.xz
                                    joblib_0.10.0_pickle_py34_np19.pkl
                                    joblib_0.10.0_pickle_py34_np19.pkl.bz2
                                    joblib_0.10.0_pickle_py34_np19.pkl.gzip
                                    joblib_0.10.0_pickle_py34_np19.pkl.lzma
                                    joblib_0.10.0_pickle_py34_np19.pkl.xz
                                    joblib_0.10.0_pickle_py35_np19.pkl
                                    joblib_0.10.0_pickle_py35_np19.pkl.bz2
                                    joblib_0.10.0_pickle_py35_np19.pkl.gzip
                                    joblib_0.10.0_pickle_py35_np19.pkl.lzma
                                    joblib_0.10.0_pickle_py35_np19.pkl.xz
                                    joblib_0.11.0_compressed_pickle_py36_np111.gz
                                    joblib_0.11.0_pickle_py36_np111.pkl
                                    joblib_0.11.0_pickle_py36_np111.pkl.bz2
                                    joblib_0.11.0_pickle_py36_np111.pkl.gzip
                                    joblib_0.11.0_pickle_py36_np111.pkl.lzma
                                    joblib_0.11.0_pickle_py36_np111.pkl.xz
                                    joblib_0.8.4_compressed_pickle_py27_np17.gz
                                    joblib_0.9.2_compressed_pickle_py27_np16.gz
                                    joblib_0.9.2_compressed_pickle_py27_np17.gz
                                    joblib_0.9.2_compressed_pickle_py34_np19.gz
                                    joblib_0.9.2_compressed_pickle_py35_np19.gz
                                    joblib_0.9.2_pickle_py27_np16.pkl
                                    joblib_0.9.2_pickle_py27_np16.pkl_01.npy
                                    joblib_0.9.2_pickle_py27_np16.pkl_02.npy
                                    joblib_0.9.2_pickle_py27_np16.pkl_03.npy
                                    joblib_0.9.2_pickle_py27_np16.pkl_04.npy
                                    joblib_0.9.2_pickle_py27_np17.pkl
                                    joblib_0.9.2_pickle_py27_np17.pkl_01.npy
                                    joblib_0.9.2_pickle_py27_np17.pkl_02.npy
                                    joblib_0.9.2_pickle_py27_np17.pkl_03.npy
                                    joblib_0.9.2_pickle_py27_np17.pkl_04.npy
                                    joblib_0.9.2_pickle_py33_np18.pkl
                                    joblib_0.9.2_pickle_py33_np18.pkl_01.npy
                                    joblib_0.9.2_pickle_py33_np18.pkl_02.npy
                                    joblib_0.9.2_pickle_py33_np18.pkl_03.npy
                                    joblib_0.9.2_pickle_py33_np18.pkl_04.npy
                                    joblib_0.9.2_pickle_py34_np19.pkl
                                    joblib_0.9.2_pickle_py34_np19.pkl_01.npy
                                    joblib_0.9.2_pickle_py34_np19.pkl_02.npy
                                    joblib_0.9.2_pickle_py34_np19.pkl_03.npy
                                    joblib_0.9.2_pickle_py34_np19.pkl_04.npy
                                    joblib_0.9.2_pickle_py35_np19.pkl
                                    joblib_0.9.2_pickle_py35_np19.pkl_01.npy
                                    joblib_0.9.2_pickle_py35_np19.pkl_02.npy
                                    joblib_0.9.2_pickle_py35_np19.pkl_03.npy
                                    joblib_0.9.2_pickle_py35_np19.pkl_04.npy
                                    joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz
                                    joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_01.npy.z
                                    joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_02.npy.z
                                    joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_03.npy.z
                                __init__.py
                                common.py
                                test_backports.py
                                test_cloudpickle_wrapper.py
                                test_config.py
                                test_dask.py
                                test_disk.py
                                test_func_inspect.py
                                test_func_inspect_special_encoding.py
                                test_hashing.py
                                test_init.py
                                test_logger.py
                                test_memmapping.py
                                test_memory.py
                                test_memory_async.py
                                test_missing_multiprocessing.py
                                test_module.py
                                test_numpy_pickle.py
                                test_numpy_pickle_compat.py
                                test_numpy_pickle_utils.py
                                test_parallel.py
                                test_store_backends.py
                                test_testing.py
                                test_utils.py
                                testutils.py
                            __init__.py
                            _cloudpickle_wrapper.py
                            _dask.py
                            _memmapping_reducer.py
                            _multiprocessing_helpers.py
                            _parallel_backends.py
                            _store_backends.py
                            _utils.py
                            backports.py
                            compressor.py
                            disk.py
                            executor.py
                            func_inspect.py
                            hashing.py
                            logger.py
                            memory.py
                            numpy_pickle.py
                            numpy_pickle_compat.py
                            numpy_pickle_utils.py
                            parallel.py
                            pool.py
                            testing.py
                        joblib-1.5.1.dist-info/
                            licenses/
                                LICENSE.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        json5/
                            __init__.py
                            __main__.py
                            host.py
                            lib.py
                            parser.py
                            py.typed
                            tool.py
                            version.py
                        json5-0.12.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jsonpointer-3.0.0.dist-info/
                            AUTHORS
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jsonschema/
                            benchmarks/
                                issue232/
                                    issue.json
                                __init__.py
                                const_vs_enum.py
                                contains.py
                                issue232.py
                                json_schema_test_suite.py
                                nested_schemas.py
                                subcomponents.py
                                unused_registry.py
                                useless_applicator_schemas.py
                                useless_keywords.py
                                validator_creation.py
                            tests/
                                __init__.py
                                _suite.py
                                fuzz_validate.py
                                test_cli.py
                                test_deprecations.py
                                test_exceptions.py
                                test_format.py
                                test_jsonschema_test_suite.py
                                test_types.py
                                test_utils.py
                                test_validators.py
                            __init__.py
                            __main__.py
                            _format.py
                            _keywords.py
                            _legacy_keywords.py
                            _types.py
                            _typing.py
                            _utils.py
                            cli.py
                            exceptions.py
                            protocols.py
                            validators.py
                        jsonschema-4.25.0.dist-info/
                            licenses/
                                COPYING
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jsonschema_specifications/
                            schemas/
                                draft201909/
                                    vocabularies/
                                        applicator
                                        content
                                        core
                                        meta-data
                                        validation
                                    metaschema.json
                                draft202012/
                                    vocabularies/
                                        applicator
                                        content
                                        core
                                        format
                                        format-annotation
                                        format-assertion
                                        meta-data
                                        unevaluated
                                        validation
                                    metaschema.json
                                draft3/
                                    metaschema.json
                                draft4/
                                    metaschema.json
                                draft6/
                                    metaschema.json
                                draft7/
                                    metaschema.json
                            tests/
                                __init__.py
                                test_jsonschema_specifications.py
                            __init__.py
                            _core.py
                        jsonschema_specifications-2025.4.1.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter-1.1.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jupyter_client/
                            asynchronous/
                                __init__.py
                                client.py
                            blocking/
                                __init__.py
                                client.py
                            ioloop/
                                __init__.py
                                manager.py
                                restarter.py
                            provisioning/
                                __init__.py
                                factory.py
                                local_provisioner.py
                                provisioner_base.py
                            ssh/
                                __init__.py
                                forward.py
                                tunnel.py
                            __init__.py
                            _version.py
                            adapter.py
                            channels.py
                            channelsabc.py
                            client.py
                            clientabc.py
                            connect.py
                            consoleapp.py
                            jsonutil.py
                            kernelapp.py
                            kernelspec.py
                            kernelspecapp.py
                            launcher.py
                            localinterfaces.py
                            manager.py
                            managerabc.py
                            multikernelmanager.py
                            py.typed
                            restarter.py
                            runapp.py
                            session.py
                            threaded.py
                            utils.py
                            win_interrupt.py
                        jupyter_client-8.6.3.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter_console/
                            tests/
                                __init__.py
                                conftest.py
                                test_console.py
                                test_image_handler.py
                                writetofile.py
                            __init__.py
                            __main__.py
                            _version.py
                            app.py
                            completer.py
                            ptshell.py
                            utils.py
                            zmqhistory.py
                        jupyter_console-6.6.3.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter_core/
                            utils/
                                __init__.py
                            __init__.py
                            __main__.py
                            application.py
                            command.py
                            migrate.py
                            paths.py
                            py.typed
                            troubleshoot.py
                            version.py
                        jupyter_core-5.8.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter_events/
                            schemas/
                                event-core-schema.yml
                                event-metaschema.yml
                                property-metaschema.yml
                            __init__.py
                            _version.py
                            cli.py
                            logger.py
                            py.typed
                            pytest_plugin.py
                            schema.py
                            schema_registry.py
                            traits.py
                            utils.py
                            validators.py
                            yaml.py
                        jupyter_events-0.12.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter_lsp/
                            etc/
                                jupyter-lsp-jupyter-server.json
                            schema/
                                __init__.py
                                schema.json
                            specs/
                                config/
                                    __init__.py
                                    bash-language-server.schema.json
                                    dockerfile-language-server-nodejs.schema.json
                                    julia-language-server.schema.json
                                    pyls.schema.json
                                    pylsp.schema.json
                                    pyright.schema.json
                                    r-languageserver.schema.json
                                    sql-language-server.schema.json
                                    texlab.schema.json
                                    typescript-language-server.schema.json
                                    yaml-language-server.schema.json
                                __init__.py
                                bash_language_server.py
                                dockerfile_language_server_nodejs.py
                                javascript_typescript_langserver.py
                                jedi_language_server.py
                                julia_language_server.py
                                pyls.py
                                pyright.py
                                python_lsp_server.py
                                r_languageserver.py
                                sql_language_server.py
                                texlab.py
                                typescript_language_server.py
                                unified_language_server.py
                                utils.py
                                vscode_css_languageserver.py
                                vscode_html_languageserver.py
                                vscode_json_languageserver.py
                                yaml_language_server.py
                            tests/
                                __init__.py
                                conftest.py
                                listener.py
                                test_auth.py
                                test_bad_spec.py
                                test_conf_d.py
                                test_detect.py
                                test_extension.py
                                test_listener.py
                                test_paths.py
                                test_session.py
                                test_stdio.py
                                test_virtual_documents_shadow.py
                            __init__.py
                            _version.py
                            constants.py
                            handlers.py
                            manager.py
                            non_blocking.py
                            paths.py
                            serverextension.py
                            session.py
                            stdio.py
                            trait_types.py
                            types.py
                            virtual_documents_shadow.py
                        jupyter_lsp-2.2.6.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jupyter_server/
                            auth/
                                __init__.py
                                __main__.py
                                authorizer.py
                                decorator.py
                                identity.py
                                login.py
                                logout.py
                                security.py
                                utils.py
                            base/
                                __init__.py
                                call_context.py
                                handlers.py
                                websocket.py
                                zmqhandlers.py
                            event_schemas/
                                contents_service/
                                    v1.yaml
                                gateway_client/
                                    v1.yaml
                                kernel_actions/
                                    v1.yaml
                            extension/
                                __init__.py
                                application.py
                                config.py
                                handler.py
                                manager.py
                                serverextension.py
                                utils.py
                            files/
                                __init__.py
                                handlers.py
                            gateway/
                                __init__.py
                                connections.py
                                gateway_client.py
                                handlers.py
                                managers.py
                            i18n/
                                zh_CN/
                                    LC_MESSAGES/
                                        nbui.po
                                        notebook.po
                                __init__.py
                                babel_nbui.cfg
                                babel_notebook.cfg
                                nbjs.json
                                nbui.pot
                                notebook.pot
                                README.md
                            kernelspecs/
                                __init__.py
                                handlers.py
                            nbconvert/
                                __init__.py
                                handlers.py
                            prometheus/
                                __init__.py
                                log_functions.py
                                metrics.py
                            services/
                                api/
                                    __init__.py
                                    api.yaml
                                    handlers.py
                                config/
                                    __init__.py
                                    handlers.py
                                    manager.py
                                contents/
                                    __init__.py
                                    checkpoints.py
                                    filecheckpoints.py
                                    fileio.py
                                    filemanager.py
                                    handlers.py
                                    largefilemanager.py
                                    manager.py
                                events/
                                    __init__.py
                                    handlers.py
                                kernels/
                                    connection/
                                        __init__.py
                                        abc.py
                                        base.py
                                        channels.py
                                    __init__.py
                                    handlers.py
                                    kernelmanager.py
                                    websocket.py
                                kernelspecs/
                                    __init__.py
                                    handlers.py
                                nbconvert/
                                    __init__.py
                                    handlers.py
                                security/
                                    __init__.py
                                    handlers.py
                                sessions/
                                    __init__.py
                                    handlers.py
                                    sessionmanager.py
                                __init__.py
                                shutdown.py
                            static/
                                favicons/
                                    favicon-busy-1.ico
                                    favicon-busy-2.ico
                                    favicon-busy-3.ico
                                    favicon-file.ico
                                    favicon-notebook.ico
                                    favicon-terminal.ico
                                    favicon.ico
                                logo/
                                    logo.png
                                style/
                                    bootstrap-theme.min.css
                                    bootstrap-theme.min.css.map
                                    bootstrap.min.css
                                    bootstrap.min.css.map
                                    index.css
                                favicon.ico
                            templates/
                                404.html
                                browser-open.html
                                error.html
                                login.html
                                logout.html
                                main.html
                                page.html
                                view.html
                            terminal/
                                __init__.py
                                api_handlers.py
                                handlers.py
                                terminalmanager.py
                            view/
                                __init__.py
                                handlers.py
                            __init__.py
                            __main__.py
                            _sysinfo.py
                            _tz.py
                            _version.py
                            config_manager.py
                            log.py
                            py.typed
                            pytest_plugin.py
                            serverapp.py
                            traittypes.py
                            transutils.py
                            utils.py
                        jupyter_server-2.16.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyter_server_terminals/
                            __init__.py
                            _version.py
                            api_handlers.py
                            app.py
                            base.py
                            handlers.py
                            py.typed
                            rest-api.yml
                            terminalmanager.py
                        jupyter_server_terminals-0.5.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyterlab/
                            extensions/
                                __init__.py
                                manager.py
                                pypi.py
                                readonly.py
                            galata/
                                @jupyterlab/
                                    galata-extension/
                                        static/
                                            lib_extension_index_js.59743b9da90d1b8bb0d5.js
                                            remoteEntry.2686f203677a9bf51626.js
                                            style.js
                                        build_log.json
                                        package.json
                                __init__.py
                            handlers/
                                __init__.py
                                announcements.py
                                build_handler.py
                                error_handler.py
                                extension_manager_handler.py
                                plugin_manager_handler.py
                            schemas/
                                @jupyterlab/
                                    application-extension/
                                        commands.json
                                        context-menu.json
                                        package.json.orig
                                        property-inspector.json
                                        shell.json
                                        top-bar.json
                                    apputils-extension/
                                        kernels-settings.json
                                        notification.json
                                        package.json.orig
                                        palette.json
                                        print.json
                                        sanitizer.json
                                        sessionDialogs.json
                                        themes.json
                                        utilityCommands.json
                                    cell-toolbar-extension/
                                        package.json.orig
                                        plugin.json
                                    celltags-extension/
                                        package.json.orig
                                        plugin.json
                                    codemirror-extension/
                                        package.json.orig
                                        plugin.json
                                    completer-extension/
                                        inline-completer.json
                                        manager.json
                                        package.json.orig
                                    console-extension/
                                        completer.json
                                        foreign.json
                                        package.json.orig
                                        tracker.json
                                    csvviewer-extension/
                                        csv.json
                                        package.json.orig
                                        tsv.json
                                    debugger-extension/
                                        main.json
                                        package.json.orig
                                    docmanager-extension/
                                        download.json
                                        package.json.orig
                                        plugin.json
                                    documentsearch-extension/
                                        package.json.orig
                                        plugin.json
                                    extensionmanager-extension/
                                        package.json.orig
                                        plugin.json
                                    filebrowser-extension/
                                        browser.json
                                        download.json
                                        open-browser-tab.json
                                        open-with.json
                                        package.json.orig
                                        widget.json
                                    fileeditor-extension/
                                        completer.json
                                        package.json.orig
                                        plugin.json
                                    help-extension/
                                        about.json
                                        jupyter-forum.json
                                        launch-classic.json
                                        package.json.orig
                                    htmlviewer-extension/
                                        package.json.orig
                                        plugin.json
                                    hub-extension/
                                        menu.json
                                        package.json.orig
                                    imageviewer-extension/
                                        package.json.orig
                                        plugin.json
                                    inspector-extension/
                                        consoles.json
                                        inspector.json
                                        notebooks.json
                                        package.json.orig
                                    launcher-extension/
                                        package.json.orig
                                        plugin.json
                                    logconsole-extension/
                                        package.json.orig
                                        plugin.json
                                    lsp-extension/
                                        package.json.orig
                                        plugin.json
                                    mainmenu-extension/
                                        package.json.orig
                                        plugin.json
                                    markdownviewer-extension/
                                        package.json.orig
                                        plugin.json
                                    mathjax-extension/
                                        package.json.orig
                                        plugin.json
                                    metadataform-extension/
                                        metadataforms.json
                                        package.json.orig
                                    notebook-extension/
                                        completer.json
                                        export.json
                                        package.json.orig
                                        panel.json
                                        tools.json
                                        tracker.json
                                    running-extension/
                                        package.json.orig
                                        plugin.json
                                    settingeditor-extension/
                                        form-ui.json
                                        package.json.orig
                                        plugin.json
                                    shortcuts-extension/
                                        package.json.orig
                                        shortcuts.json
                                    statusbar-extension/
                                        package.json.orig
                                        plugin.json
                                    terminal-extension/
                                        package.json.orig
                                        plugin.json
                                    toc-extension/
                                        package.json.orig
                                        registry.json
                                    tooltip-extension/
                                        consoles.json
                                        files.json
                                        notebooks.json
                                        package.json.orig
                                    translation-extension/
                                        package.json.orig
                                        plugin.json
                                    workspaces-extension/
                                        indicator.json
                                        menu.json
                                        package.json.orig
                                        sidebar.json
                            staging/
                                templates/
                                    403.html
                                    error.html
                                    partial.html
                                    template.html
                                .yarnrc.yml
                                bootstrap.js
                                index.js
                                package.json
                                publicpath.js
                                webpack.config.js
                                webpack.prod.config.js
                                webpack.prod.minimize.config.js
                                webpack.prod.release.config.js
                                yarn.js
                                yarn.lock
                            static/
                                100.1d14ca44a3cc8849349f.js
                                1039.3fe94e87219c0ed159d3.js
                                1096.dd4c563e0483cbbeb9c9.js
                                1189.c1482e88f0e949753db6.js
                                1208.4b9ab7b231d39ebdbc3f.js
                                1219.b5630aa3a46050fddc27.js
                                1268.e75d8a6dd557ac8957ca.js
                                1359.d5f23f0e2a6f67b69751.js
                                1423.4bcf4453e1c1d12d872f.js
                                1436.2c11d9dee0ad6f49e968.js
                                1445.a0e099c27d073217031a.js
                                1449.7026e8748d2a77e15d5b.js
                                1462.57e39f487257f25263d4.js
                                1491.010c623dd546db976e95.js
                                1495.13603dd823bbf5eb08b3.js
                                1518.3e4807844734ff34efd0.js
                                1673.b0ee25168543434bdbca.js
                                1737.a5fc97075f693ec36fe6.js
                                1832.b1ede2fe899bdec88938.js
                                1834.7445ad0c82371ac40737.js
                                1838.839690ff17ec3c532f0a.js
                                1887.56f83f163a18c61efb16.js
                                1909.7487a09fefbe7f9eabb6.js
                                1909.7487a09fefbe7f9eabb6.js.LICENSE.txt
                                1912.f16dddc294d66c3c81e9.js
                                1954.f1c519cb1415c7da3e8c.js
                                1960.f8d8ef8a91360e60f0b9.js
                                1962.6a7da74e809b70d5200d.js
                                1969.86e3168e52802569d650.js
                                1986.26029e99ef54a5652df8.js
                                1991.84fc123d7cfe8ae2948e.js
                                1cb1c39ea642f26a4dfe.woff
                                2023.59b30086fbeff6d17e3b.js
                                2211.04a176892c4c3071836c.js
                                227.6bd3154334bb91c5ca1c.js
                                227.6bd3154334bb91c5ca1c.js.LICENSE.txt
                                2280.6614699f54522fffbc00.js
                                232.5419cbec68e3fd0cf431.js
                                232.5419cbec68e3fd0cf431.js.LICENSE.txt
                                2353.ab70488f07a7c0a7a3fd.js
                                246.326a6482593e8a7bcd58.js
                                2467.4227742ac4b60289f222.js
                                247.84259ab142dd8c151fc2.js
                                2491.c169ecbc5fde2bcdb1b3.js
                                2550.75fcaa650ffac405c0dc.js
                                2574.327dadfe49120269ff31.js
                                2576.b98b7b23adeec4cb6932.js
                                2590.99e505d19b964439aa31.js
                                2601.2429d5a03c8465ae6290.js
                                2633.ea053b40991eb5adbc69.js
                                2641.e77441e7a3e0d12834c5.js
                                265.6f9e37c0b72db64203b1.js
                                2658.d1cae1b08b068d864368.js
                                26683bf201fb258a2237.woff
                                2681.a47f40e38ecd31ccd687.js
                                2707.61050e600b0aa9624127.js
                                2729.cafaf0caf2c0c83ac9fe.js
                                2794.05495c139ed000b57598.js
                                2823.0b6015b5e03c08281f41.js
                                2880.8483d51b11998bfe8e4b.js
                                2957.bc5eb9549a0b15c44916.js
                                2959.b24c9f67d639376f5ead.js
                                3048.59e6166a886a78f4f698.js
                                30e889b58cbc51adfbb0.woff
                                3111.33574d9124842f355bce.js
                                3112.0757b31e24c5334fda73.js
                                3122.fed5688acdcf6ff6aa6b.js
                                321.0fb994fd384a54491584.js
                                3257.30af681f0c294efb65f7.js
                                3257.30af681f0c294efb65f7.js.LICENSE.txt
                                32792104b5ef69eded90.woff
                                3282.22e78350d54fcaf3c6c8.js
                                3293.375c6685d72662fc062f.js
                                3303.b5596c0715d2d58332fb.js
                                3358.7ba73a6804155b619b44.js
                                3372.8eeafd96de9a7a205f40.js
                                339.380593b40d8d41150a4e.js
                                355254db9ca10a09a3b5.woff
                                3616.a4271ffcf2ac3b4c2338.js
                                36e0d72d8a7afc696a3e.woff
                                3709.e33bc30c83272aa85628.js
                                373c04fd2418f5c77eea.eot
                                3763.56191df5d72d2ffa5aa6.js
                                3780.c9294dc98ae926717741.js
                                3799.eaa0438bc5c41bad0516.js
                                3824.5e23be1e37fce5b7c6b3.js
                                3832.c6026c483bb46cc8e599.js
                                3974.79f68bca9a02c92dab5e.js
                                3991.678edf189fe92a216c70.js
                                3bc6ecaae7ecf6f8d7f8.woff
                                3de784d07b9fa8f104c1.woff
                                3f6d3488cf65374f6f67.woff
                                4001.80ab3ef5300d7ce2d1fe.js
                                4010.7ccc4c383efb7272d781.js
                                4053.4945facc348478fd59f4.js
                                4068.9cc41f46f729f2c4369b.js
                                4076.b4d803d8bf1bd6c97854.js
                                4090.eec44f90a54aa383426c.js
                                4266.155b468271987c81d948.js
                                4296.721da424585874d0789e.js
                                4311.b44e8bc4829e0b1226d2.js
                                4323.b2bd8a329a81d30ed039.js
                                4350.8c8a0e7a3ffe036494e1.js
                                4353.8572f6845cfde92dc152.js
                                4364.b9b49d8d836882f44e62.js
                                4372.645626a2452c190dbb22.js
                                4372.645626a2452c190dbb22.js.LICENSE.txt
                                4408.f24dd0edf35e08548967.js
                                4462.c3c6de84bc9399e0290d.js
                                4484.e1d2565d1a3daa5fe5f1.js
                                4486.8d2f41ae787607b7bf31.js
                                4528.43328125d98d6cfdfa99.js
                                4611.bd2b768223b0cd570834.js
                                4616.04cfbd55593c51921cc7.js
                                4728.56c0b9d87316b2fa012e.js
                                4728.56c0b9d87316b2fa012e.js.LICENSE.txt
                                4735.7731d551ca68bcb58e9f.js
                                4797.3740ef47b224a11a7fab.js
                                481e39042508ae313a60.woff
                                4838.8db4c61349bfba200547.js
                                4855.29e8dc6982ba4873487d.js
                                4878.f7557c5c99a54b40c49b.js
                                492.5f186062d2dcdf79c86c.js
                                4928.6cb408e4def87534970d.js
                                4981.eed4ddb90566e90e3df4.js
                                4982.c609185756485c6e3344.js
                                5085.a38923f36b551620798a.js
                                5090.404be96d8a6eae1e719a.js
                                5090.404be96d8a6eae1e719a.js.LICENSE.txt
                                5135.7f204de2153e4d85406d.js
                                5211.83e78dadcef89cae04bf.js
                                5224.8a6bbc774d20be66fdfb.js
                                5244.eefac84704ad30f00af3.js
                                5317.f4bba2e3d0f4fdd088f7.js
                                5318.d5df5c275e925c22d780.js
                                5338.38c32bdfb0695f9b501f.js
                                5489.7fab44eac7538297b164.js
                                5492.44728a640c37a4b4aa0c.js
                                5521.0337f193af4e5eee6057.js
                                5566.c76ea61eb723ee84e2cf.js
                                5606.e03dfa10c124a03f36ba.js
                                580.4ea1e6182e0b35ff091a.js
                                5829.0e46d479b4ade4783661.js
                                5847.930208c25e45ecf30657.js
                                5862.be1ec453e8db6844c62d.js
                                5877.72ab5a29e95ce21981e4.js
                                5929.d561797f8259994ecdd8.js
                                5942.05cbcd55c5f45ff7db43.js
                                5987.7e967df5417044d337a4.js
                                5cda41563a095bd70c78.woff
                                6003.94cdab770c801f3c46f7.js
                                6060.52dca011e9f2f279fc5e.js
                                6095.6e79e3bad86e054aa8c8.js
                                6145.c422868290460078c013.js
                                6166.2bc9ac8e2156c0701a52.js
                                6170.65d899f43342f1e34bf1.js
                                6180.edc40db2566e62650403.js
                                6208.feaef264d58c31fc4201.js
                                6214.617de47747c5a9b19ef7.js
                                6275.e99f9312900c481b467d.js
                                6294.b3cb5e16527b9d09b4a2.js
                                6364.c592f3101de349ba3904.js
                                6372.edc0712a4be855493530.js
                                6412.ebdf8da40f1ba8272df9.js
                                6439.1723c0b3882bf535486e.js
                                6460.d9aaa1e48da295c6035d.js
                                649.4081045b1737e4213282.js
                                6492.804d51a693edf6978ef4.js
                                6540.51c00e890179a4832552.js
                                6540.51c00e890179a4832552.js.LICENSE.txt
                                6733.bf3398ba9bb890f0fb67.js
                                6733.bf3398ba9bb890f0fb67.js.LICENSE.txt
                                6767.4b82d96c237ca7e31bc6.js
                                6779.051cfbcb0700a96839b2.js
                                6831.1df8fa4cabb5b1c19803.js
                                6843.dabcc3c9658bc6ded6d1.js
                                6874.bb2f7fbc6ce56eecc800.js
                                6896.af1d649e0efae70b7b1a.js
                                6941.465bebbd3d8a024f5f15.js
                                6974.b5b353b8af28fbc91291.js
                                6986.a89a5aba790481992875.js
                                6993.c93f5a810fcf441cbb6f.js
                                7136.b312751fbb25b73f5e71.js
                                721921bab0d001ebff02.woff
                                7250.b88d0a5e237ff5ff1aad.js
                                7260.b47dcaccbe7991104e8a.js
                                7269.962f078e97afc4f68e79.js
                                72bc573386dd1d48c5bb.woff
                                731.82a7b980b5b7f4b7a14f.js
                                7318.7cc6b4b0b3151b205ecb.js
                                7371.63b12ce793df713ab95b.js
                                7425.f1c25f6c8aaec77e8635.js
                                7445.7c793c8e1720f8ec4f85.js
                                7575.2e3e32236d5667bba43f.js
                                7587.3112240b6b82407b0f16.js
                                7694.1cbff84dccb512476b7c.js
                                7741.2ad1372a5862c4522be3.js
                                7756.93d0ab41829355a147ab.js
                                7769.d39df7673ee2660a9ac4.js
                                7803.0c8929610218552319bf.js
                                7856.dd9523e57bed80f1f694.js
                                7879.5c485d200dc01b6f43ff.js
                                7881.c5a234ce171f347c94e2.js
                                7990.01eaa552261b6e12a74a.js
                                7990.01eaa552261b6e12a74a.js.LICENSE.txt
                                79d088064beb3826054f.eot
                                8038.aea19fb961abd87d6255.js
                                805.2a0b8ac50aa8e6ab096f.js
                                8103.ed2b21471519b58a3d73.js
                                8217.801fbb0b549a74238760.js
                                8232.e31d5021e77a9b5215d6.js
                                8313.aac706f5036a7209b3a8.js
                                8326.9dda93079a9e4f1b9be6.js
                                8354.94077232b086a13541cc.js
                                8368.c75a4b32ae45ec88465d.js
                                8391.e5fb2e35cced405eb819.js
                                84.fe0a55d7756c37585fb4.js
                                8418.42e29778d4b49fb54e8e.js
                                8493.3b6106e45d5661438d8e.js
                                8537.21b8b9ae0d81ae264499.js
                                8606.bc1b0136e61d173913cd.js
                                867.e814bf26fbfc77fc4f16.js
                                870673df72e70f87c91a.woff
                                874.fbd3ae653c7337f3425b.js
                                8753.56da17175b663d61f9d3.js
                                8778.a3883f9acac5a903d6be.js
                                8779.6eebdb56785e3d38a457.js
                                8786.a2bc3dfc1ea13c04ba94.js
                                8786.a2bc3dfc1ea13c04ba94.js.LICENSE.txt
                                8816.d7ec52fb31e9c6749593.js
                                8830.d5bb102ed8737ffe38cb.js
                                8855.b17b9969fce42d0398e4.js
                                88b98cad3688915e50da.woff
                                89.933673451ca4a51053cb.js
                                8915.ab253990b1581460b255.js
                                898.ed04189e15f0a3781fb1.js
                                8ea8791754915a898a31.woff2
                                8ea8dbb1b02e6f730f55.woff
                                9023.2ff687d7ff50df3719fc.js
                                9046.2a28e08629ab71d9ebb1.js
                                9085.5a959b5878e7afd8a878.js
                                9085.5a959b5878e7afd8a878.js.LICENSE.txt
                                9123.501219cd782693d6539f.js
                                9136.8f4cc6ecadcf250fd8ac.js
                                9296.c82d1f1a8d9204ca6ed7.js
                                9311.ad0012965aa52db7a3e3.js
                                9329.1683d45b6478b7c81a24.js
                                9359.34d1b961b733676193cb.js
                                9400.90fd1d2212781c80b587.js
                                9474.01b4e1d1e3376f4a5919.js
                                9517.7056cafdf1da3a136d45.js
                                9572.f91bbaa33e932d524f8f.js
                                961.29c067b15a524e556eed.js
                                961.29c067b15a524e556eed.js.LICENSE.txt
                                9652.a8d2e5854bcae4d40041.js
                                9674eb1bd55047179038.svg
                                9746.c7e86b432363dfd28caa.js
                                9834b82ad26e2a37583d.woff2
                                9881.37d189ff085cb3468683.js
                                9890.75ea8024e2c1c49c89a3.js
                                9892.1c3a710069391fd93b5d.js
                                9892.1c3a710069391fd93b5d.js.LICENSE.txt
                                a009bea404f7a500ded4.woff
                                a3b9817780214caf01e8.svg
                                af04542b29eaac04550a.woff
                                af6397503fcefbd61397.ttf
                                af96f67d7accf5fd2a4a.woff
                                b418136e3b384baaadec.woff
                                be0a084962d8066884f7.svg
                                bootstrap.js
                                build_log.json
                                c49810b53ecc0d87d802.woff
                                c56da8d69f1a0208b8e0.woff
                                cb9e9e693192413cde2b.woff
                                cda59d6efffa685830fd.ttf
                                e4299464e7b012968eed.eot
                                e42a88444448ac3d6054.woff2
                                e8711bbb871afd8e9dea.ttf
                                f9217f66874b0c01cd8c.woff
                                fc6ddf5df402b263cfb1.woff
                                index.html
                                index.out.js
                                jlab_core.39ffbf5b9a750816e020.js
                                main.2155fa5c4dce2b7a12e6.js
                                package.json
                                style.js
                                third-party-licenses.json
                            tests/
                                mock_packages/
                                    extension/
                                        index.js
                                        mock_package.py
                                        package.json
                                        setup.py
                                        yarn.lock
                                    incompat/
                                        index.js
                                        package.json
                                    interop/
                                        consumer/
                                            index.js
                                            jlab_mock_consumer.py
                                            package.json
                                            setup.py
                                        provider/
                                            index.js
                                            jlab_mock_provider.py
                                            package.json
                                            setup.py
                                        token/
                                            index.js
                                            package.json
                                    mimeextension/
                                        index.js
                                        package.json
                                        yarn.lock
                                    package/
                                        index.js
                                        package.json
                                    service-manager-extension/
                                        index.js
                                        mock_service_manager_package.py
                                        package.json
                                        setup.py
                                    test-hyphens/
                                        test_hyphens/
                                            __init__.py
                                        index.js
                                        MANIFEST.in
                                        package.json
                                        pyproject.toml
                                        setup.py
                                        yarn.lock
                                    test-hyphens-underscore/
                                        test_hyphens_underscore/
                                            __init__.py
                                        index.js
                                        MANIFEST.in
                                        package.json
                                        pyproject.toml
                                        setup.py
                                        yarn.lock
                                    test_no_hyphens/
                                        test_no_hyphens/
                                            __init__.py
                                        index.js
                                        MANIFEST.in
                                        package.json
                                        pyproject.toml
                                        setup.py
                                        yarn.lock
                                    .yarnrc.yml
                                __init__.py
                                conftest.py
                                echo_kernel.py
                                test_announcements.py
                                test_app.py
                                test_build_api.py
                                test_custom_css_handler.py
                                test_extensions.py
                                test_jupyterlab.py
                                test_plugin_manager_handler.py
                                test_registry.py
                            themes/
                                @jupyterlab/
                                    theme-dark-extension/
                                        index.css
                                        index.js
                                    theme-dark-high-contrast-extension/
                                        index.css
                                        index.js
                                    theme-light-extension/
                                        index.css
                                        index.js
                            __init__.py
                            __main__.py
                            _version.py
                            browser-test.js
                            browser_check.py
                            commands.py
                            coreconfig.py
                            debuglog.py
                            federated_labextensions.py
                            jlpmapp.py
                            labapp.py
                            labextensions.py
                            labhubapp.py
                            node-version-check.js
                            pytest_plugin.py
                            semver.py
                            serverextension.py
                            style.js
                            upgrade_extension.py
                            utils.py
                        jupyterlab-4.4.5.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyterlab_pygments/
                            __init__.py
                            _version.py
                            style.py
                        jupyterlab_pygments-0.3.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyterlab_server/
                            templates/
                                403.html
                                error.html
                                index.html
                            test_data/
                                app-settings/
                                    overrides.json
                                schemas/
                                    @jupyterlab/
                                        apputils-extension/
                                            themes.json
                                        codemirror-extension/
                                            commands.json
                                        shortcuts-extension/
                                            package.json.orig
                                            plugin.json
                                        translation-extension/
                                            plugin.json
                                        unicode-extension/
                                            plugin.json
                                workspaces/
                                    foo-2c26.jupyterlab-workspace
                                    foo-92dd.jupyterlab-workspace
                            __init__.py
                            __main__.py
                            _version.py
                            app.py
                            config.py
                            handlers.py
                            licenses_app.py
                            licenses_handler.py
                            listings_handler.py
                            process.py
                            process_app.py
                            py.typed
                            pytest_plugin.py
                            rest-api.yml
                            server.py
                            settings_handler.py
                            settings_utils.py
                            spec.py
                            test_utils.py
                            themes_handler.py
                            translation_utils.py
                            translations_handler.py
                            workspaces_app.py
                            workspaces_handler.py
                        jupyterlab_server-2.27.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jupyterlab_widgets/
                            .gitignore
                            __init__.py
                            _version.py
                        jupyterlab_widgets-3.0.15.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        lark/
                            __pyinstaller/
                                __init__.py
                                hook-lark.py
                            grammars/
                                __init__.py
                                common.lark
                                lark.lark
                                python.lark
                                unicode.lark
                            parsers/
                                __init__.py
                                cyk.py
                                earley.py
                                earley_common.py
                                earley_forest.py
                                grammar_analysis.py
                                lalr_analysis.py
                                lalr_interactive_parser.py
                                lalr_parser.py
                                lalr_parser_state.py
                                xearley.py
                            tools/
                                __init__.py
                                nearley.py
                                serialize.py
                                standalone.py
                            __init__.py
                            ast_utils.py
                            common.py
                            exceptions.py
                            grammar.py
                            indenter.py
                            lark.py
                            lexer.py
                            load_grammar.py
                            parse_tree_builder.py
                            parser_frontends.py
                            py.typed
                            reconstruct.py
                            tree.py
                            tree_matcher.py
                            tree_templates.py
                            utils.py
                            visitors.py
                        lark-1.2.2.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        license_expression/
                            data/
                                cc-by-4.0.LICENSE
                                license_key_index.json.ABOUT
                                scancode-licensedb-index.json
                            __init__.py
                            _pyahocorasick.ABOUT
                            _pyahocorasick.py
                        license_expression-30.4.4.dist-info/
                            licenses/
                                apache-2.0.LICENSE
                                AUTHORS.rst
                                CHANGELOG.rst
                                CODE_OF_CONDUCT.rst
                                NOTICE
                                README.rst
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        licensecheck/
                            license_matrix/
                                __init__.py
                                matrix.csv
                            pypi_licenses/
                                osi_approved.txt
                                other.txt
                            resolvers/
                                __init__.py
                                native.py
                                uv.py
                            __init__.py
                            __main__.py
                            checker.py
                            cli.py
                            fmt.py
                            html.template
                            packageinfo.py
                            session.py
                            types.py
                        licensecheck-2025.1.0.dist-info/
                            licenses/
                                LICENSE.md
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        llvmlite/
                            binding/
                                __init__.py
                                analysis.py
                                common.py
                                context.py
                                dylib.py
                                executionengine.py
                                ffi.py
                                initfini.py
                                libllvmlite.dylib
                                linker.py
                                module.py
                                newpassmanagers.py
                                object_file.py
                                options.py
                                orcjit.py
                                passmanagers.py
                                targets.py
                                transforms.py
                                typeref.py
                                value.py
                            ir/
                                __init__.py
                                _utils.py
                                builder.py
                                context.py
                                instructions.py
                                module.py
                                transforms.py
                                types.py
                                values.py
                            tests/
                                __init__.py
                                __main__.py
                                customize.py
                                refprune_proto.py
                                test_binding.py
                                test_ir.py
                                test_refprune.py
                                test_valuerepr.py
                            __init__.py
                            _version.py
                            utils.py
                        llvmlite-0.44.0.dist-info/
                            INSTALLER
                            LICENSE
                            LICENSE.thirdparty
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        locket/
                            __init__.py
                        locket-1.0.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        logging/
                            __init__.py
                            config.py
                            handlers.py
                        logging-0.4.9.6.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        loguru/
                            __init__.py
                            __init__.pyi
                            _asyncio_loop.py
                            _better_exceptions.py
                            _colorama.py
                            _colorizer.py
                            _contextvars.py
                            _ctime_functions.py
                            _datetime.py
                            _defaults.py
                            _error_interceptor.py
                            _file_sink.py
                            _filters.py
                            _get_frame.py
                            _handler.py
                            _locks_machinery.py
                            _logger.py
                            _recattrs.py
                            _simple_sinks.py
                            _string_parsers.py
                            py.typed
                        loguru-0.7.3.dist-info/
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        markdown/
                            extensions/
                                __init__.py
                                abbr.py
                                admonition.py
                                attr_list.py
                                codehilite.py
                                def_list.py
                                extra.py
                                fenced_code.py
                                footnotes.py
                                legacy_attrs.py
                                legacy_em.py
                                md_in_html.py
                                meta.py
                                nl2br.py
                                sane_lists.py
                                smarty.py
                                tables.py
                                toc.py
                                wikilinks.py
                            __init__.py
                            __main__.py
                            __meta__.py
                            blockparser.py
                            blockprocessors.py
                            core.py
                            htmlparser.py
                            inlinepatterns.py
                            postprocessors.py
                            preprocessors.py
                            serializers.py
                            test_tools.py
                            treeprocessors.py
                            util.py
                        markdown-3.8.2.dist-info/
                            licenses/
                                LICENSE.md
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        markdown_it/
                            cli/
                                __init__.py
                                parse.py
                            common/
                                __init__.py
                                entities.py
                                html_blocks.py
                                html_re.py
                                normalize_url.py
                                utils.py
                            helpers/
                                __init__.py
                                parse_link_destination.py
                                parse_link_label.py
                                parse_link_title.py
                            presets/
                                __init__.py
                                commonmark.py
                                default.py
                                zero.py
                            rules_block/
                                __init__.py
                                blockquote.py
                                code.py
                                fence.py
                                heading.py
                                hr.py
                                html_block.py
                                lheading.py
                                list.py
                                paragraph.py
                                reference.py
                                state_block.py
                                table.py
                            rules_core/
                                __init__.py
                                block.py
                                inline.py
                                linkify.py
                                normalize.py
                                replacements.py
                                smartquotes.py
                                state_core.py
                                text_join.py
                            rules_inline/
                                __init__.py
                                autolink.py
                                backticks.py
                                balance_pairs.py
                                emphasis.py
                                entity.py
                                escape.py
                                fragments_join.py
                                html_inline.py
                                image.py
                                link.py
                                linkify.py
                                newline.py
                                state_inline.py
                                strikethrough.py
                                text.py
                            __init__.py
                            _compat.py
                            _punycode.py
                            main.py
                            parser_block.py
                            parser_core.py
                            parser_inline.py
                            port.yaml
                            py.typed
                            renderer.py
                            ruler.py
                            token.py
                            tree.py
                            utils.py
                        markdown_it_py-3.0.0.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            LICENSE.markdown-it
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        markupsafe/
                            __init__.py
                            _native.py
                            _speedups.c
                            _speedups.cpython-313-darwin.so
                            _speedups.pyi
                            py.typed
                        MarkupSafe-3.0.2.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        matplotlib_inline/
                            __init__.py
                            backend_inline.py
                            config.py
                        matplotlib_inline-0.1.7.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        mdurl/
                            __init__.py
                            _decode.py
                            _encode.py
                            _format.py
                            _parse.py
                            _url.py
                            py.typed
                        mdurl-0.1.2.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        mistune/
                            directives/
                                __init__.py
                                _base.py
                                _fenced.py
                                _rst.py
                                admonition.py
                                image.py
                                include.py
                                toc.py
                            plugins/
                                __init__.py
                                abbr.py
                                def_list.py
                                footnotes.py
                                formatting.py
                                math.py
                                ruby.py
                                speedup.py
                                spoiler.py
                                table.py
                                task_lists.py
                                url.py
                            renderers/
                                __init__.py
                                _list.py
                                html.py
                                markdown.py
                                rst.py
                            __init__.py
                            __main__.py
                            block_parser.py
                            core.py
                            helpers.py
                            inline_parser.py
                            list_parser.py
                            markdown.py
                            py.typed
                            toc.py
                            util.py
                        mistune-3.1.3.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        msgpack/
                            __init__.py
                            _cmsgpack.cpython-313-darwin.so
                            exceptions.py
                            ext.py
                            fallback.py
                        msgpack-1.1.1.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        multivolumefile/
                            __init__.py
                            __init__.pyi
                            py.typed
                            stat.py
                        multivolumefile-0.2.3.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        mypy/
                            dmypy/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                __main__.py
                                client.cpython-313-darwin.so
                                client.py
                            plugins/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                attrs.cpython-313-darwin.so
                                attrs.py
                                common.cpython-313-darwin.so
                                common.py
                                ctypes.cpython-313-darwin.so
                                ctypes.py
                                dataclasses.cpython-313-darwin.so
                                dataclasses.py
                                default.cpython-313-darwin.so
                                default.py
                                enums.cpython-313-darwin.so
                                enums.py
                                functools.cpython-313-darwin.so
                                functools.py
                                proper_plugin.cpython-313-darwin.so
                                proper_plugin.py
                                singledispatch.cpython-313-darwin.so
                                singledispatch.py
                            server/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                astdiff.cpython-313-darwin.so
                                astdiff.py
                                astmerge.cpython-313-darwin.so
                                astmerge.py
                                aststrip.cpython-313-darwin.so
                                aststrip.py
                                deps.cpython-313-darwin.so
                                deps.py
                                mergecheck.cpython-313-darwin.so
                                mergecheck.py
                                objgraph.cpython-313-darwin.so
                                objgraph.py
                                subexpr.cpython-313-darwin.so
                                subexpr.py
                                target.cpython-313-darwin.so
                                target.py
                                trigger.cpython-313-darwin.so
                                trigger.py
                                update.cpython-313-darwin.so
                                update.py
                            test/
                                meta/
                                    __init__.py
                                    _pytest.py
                                    test_diff_helper.py
                                    test_parse_data.py
                                    test_update_data.py
                                __init__.py
                                config.py
                                data.py
                                helpers.py
                                test_config_parser.py
                                test_find_sources.py
                                test_ref_info.py
                                testapi.py
                                testargs.py
                                testcheck.py
                                testcmdline.py
                                testconstraints.py
                                testdaemon.py
                                testdeps.py
                                testdiff.py
                                testerrorstream.py
                                testfinegrained.py
                                testfinegrainedcache.py
                                testformatter.py
                                testfscache.py
                                testgraph.py
                                testinfer.py
                                testipc.py
                                testmerge.py
                                testmodulefinder.py
                                testmypyc.py
                                testoutput.py
                                testparse.py
                                testpep561.py
                                testpythoneval.py
                                testreports.py
                                testsemanal.py
                                testsolve.py
                                teststubgen.py
                                teststubinfo.py
                                teststubtest.py
                                testsubtypes.py
                                testtransform.py
                                testtypegen.py
                                testtypes.py
                                testutil.py
                                typefixture.py
                                update_data.py
                                visitors.cpython-313-darwin.so
                                visitors.py
                            typeshed/
                                stdlib/
                                    _typeshed/
                                        __init__.pyi
                                        _type_checker_internals.pyi
                                        dbapi.pyi
                                        importlib.pyi
                                        wsgi.pyi
                                        xml.pyi
                                    asyncio/
                                        __init__.pyi
                                        base_events.pyi
                                        base_futures.pyi
                                        base_subprocess.pyi
                                        base_tasks.pyi
                                        constants.pyi
                                        coroutines.pyi
                                        events.pyi
                                        exceptions.pyi
                                        format_helpers.pyi
                                        futures.pyi
                                        graph.pyi
                                        locks.pyi
                                        log.pyi
                                        mixins.pyi
                                        proactor_events.pyi
                                        protocols.pyi
                                        queues.pyi
                                        runners.pyi
                                        selector_events.pyi
                                        sslproto.pyi
                                        staggered.pyi
                                        streams.pyi
                                        subprocess.pyi
                                        taskgroups.pyi
                                        tasks.pyi
                                        threads.pyi
                                        timeouts.pyi
                                        transports.pyi
                                        trsock.pyi
                                        unix_events.pyi
                                        windows_events.pyi
                                        windows_utils.pyi
                                    collections/
                                        __init__.pyi
                                        abc.pyi
                                    compression/
                                        _common/
                                            __init__.pyi
                                            _streams.pyi
                                        bz2/
                                            __init__.pyi
                                        gzip/
                                            __init__.pyi
                                        lzma/
                                            __init__.pyi
                                        zlib/
                                            __init__.pyi
                                        __init__.pyi
                                    concurrent/
                                        futures/
                                            __init__.pyi
                                            _base.pyi
                                            interpreter.pyi
                                            process.pyi
                                            thread.pyi
                                        __init__.pyi
                                    ctypes/
                                        macholib/
                                            __init__.pyi
                                            dyld.pyi
                                            dylib.pyi
                                            framework.pyi
                                        __init__.pyi
                                        _endian.pyi
                                        util.pyi
                                        wintypes.pyi
                                    curses/
                                        __init__.pyi
                                        ascii.pyi
                                        has_key.pyi
                                        panel.pyi
                                        textpad.pyi
                                    dbm/
                                        __init__.pyi
                                        dumb.pyi
                                        gnu.pyi
                                        ndbm.pyi
                                        sqlite3.pyi
                                    distutils/
                                        command/
                                            __init__.pyi
                                            bdist.pyi
                                            bdist_dumb.pyi
                                            bdist_msi.pyi
                                            bdist_packager.pyi
                                            bdist_rpm.pyi
                                            bdist_wininst.pyi
                                            build.pyi
                                            build_clib.pyi
                                            build_ext.pyi
                                            build_py.pyi
                                            build_scripts.pyi
                                            check.pyi
                                            clean.pyi
                                            config.pyi
                                            install.pyi
                                            install_data.pyi
                                            install_egg_info.pyi
                                            install_headers.pyi
                                            install_lib.pyi
                                            install_scripts.pyi
                                            register.pyi
                                            sdist.pyi
                                            upload.pyi
                                        __init__.pyi
                                        _msvccompiler.pyi
                                        archive_util.pyi
                                        bcppcompiler.pyi
                                        ccompiler.pyi
                                        cmd.pyi
                                        config.pyi
                                        core.pyi
                                        cygwinccompiler.pyi
                                        debug.pyi
                                        dep_util.pyi
                                        dir_util.pyi
                                        dist.pyi
                                        errors.pyi
                                        extension.pyi
                                        fancy_getopt.pyi
                                        file_util.pyi
                                        filelist.pyi
                                        log.pyi
                                        msvccompiler.pyi
                                        spawn.pyi
                                        sysconfig.pyi
                                        text_file.pyi
                                        unixccompiler.pyi
                                        util.pyi
                                        version.pyi
                                    email/
                                        mime/
                                            __init__.pyi
                                            application.pyi
                                            audio.pyi
                                            base.pyi
                                            image.pyi
                                            message.pyi
                                            multipart.pyi
                                            nonmultipart.pyi
                                            text.pyi
                                        __init__.pyi
                                        _header_value_parser.pyi
                                        _policybase.pyi
                                        base64mime.pyi
                                        charset.pyi
                                        contentmanager.pyi
                                        encoders.pyi
                                        errors.pyi
                                        feedparser.pyi
                                        generator.pyi
                                        header.pyi
                                        headerregistry.pyi
                                        iterators.pyi
                                        message.pyi
                                        parser.pyi
                                        policy.pyi
                                        quoprimime.pyi
                                        utils.pyi
                                    encodings/
                                        __init__.pyi
                                        aliases.pyi
                                        ascii.pyi
                                        base64_codec.pyi
                                        big5.pyi
                                        big5hkscs.pyi
                                        bz2_codec.pyi
                                        charmap.pyi
                                        cp037.pyi
                                        cp1006.pyi
                                        cp1026.pyi
                                        cp1125.pyi
                                        cp1140.pyi
                                        cp1250.pyi
                                        cp1251.pyi
                                        cp1252.pyi
                                        cp1253.pyi
                                        cp1254.pyi
                                        cp1255.pyi
                                        cp1256.pyi
                                        cp1257.pyi
                                        cp1258.pyi
                                        cp273.pyi
                                        cp424.pyi
                                        cp437.pyi
                                        cp500.pyi
                                        cp720.pyi
                                        cp737.pyi
                                        cp775.pyi
                                        cp850.pyi
                                        cp852.pyi
                                        cp855.pyi
                                        cp856.pyi
                                        cp857.pyi
                                        cp858.pyi
                                        cp860.pyi
                                        cp861.pyi
                                        cp862.pyi
                                        cp863.pyi
                                        cp864.pyi
                                        cp865.pyi
                                        cp866.pyi
                                        cp869.pyi
                                        cp874.pyi
                                        cp875.pyi
                                        cp932.pyi
                                        cp949.pyi
                                        cp950.pyi
                                        euc_jis_2004.pyi
                                        euc_jisx0213.pyi
                                        euc_jp.pyi
                                        euc_kr.pyi
                                        gb18030.pyi
                                        gb2312.pyi
                                        gbk.pyi
                                        hex_codec.pyi
                                        hp_roman8.pyi
                                        hz.pyi
                                        idna.pyi
                                        iso2022_jp.pyi
                                        iso2022_jp_1.pyi
                                        iso2022_jp_2.pyi
                                        iso2022_jp_2004.pyi
                                        iso2022_jp_3.pyi
                                        iso2022_jp_ext.pyi
                                        iso2022_kr.pyi
                                        iso8859_1.pyi
                                        iso8859_10.pyi
                                        iso8859_11.pyi
                                        iso8859_13.pyi
                                        iso8859_14.pyi
                                        iso8859_15.pyi
                                        iso8859_16.pyi
                                        iso8859_2.pyi
                                        iso8859_3.pyi
                                        iso8859_4.pyi
                                        iso8859_5.pyi
                                        iso8859_6.pyi
                                        iso8859_7.pyi
                                        iso8859_8.pyi
                                        iso8859_9.pyi
                                        johab.pyi
                                        koi8_r.pyi
                                        koi8_t.pyi
                                        koi8_u.pyi
                                        kz1048.pyi
                                        latin_1.pyi
                                        mac_arabic.pyi
                                        mac_croatian.pyi
                                        mac_cyrillic.pyi
                                        mac_farsi.pyi
                                        mac_greek.pyi
                                        mac_iceland.pyi
                                        mac_latin2.pyi
                                        mac_roman.pyi
                                        mac_romanian.pyi
                                        mac_turkish.pyi
                                        mbcs.pyi
                                        oem.pyi
                                        palmos.pyi
                                        ptcp154.pyi
                                        punycode.pyi
                                        quopri_codec.pyi
                                        raw_unicode_escape.pyi
                                        rot_13.pyi
                                        shift_jis.pyi
                                        shift_jis_2004.pyi
                                        shift_jisx0213.pyi
                                        tis_620.pyi
                                        undefined.pyi
                                        unicode_escape.pyi
                                        utf_16.pyi
                                        utf_16_be.pyi
                                        utf_16_le.pyi
                                        utf_32.pyi
                                        utf_32_be.pyi
                                        utf_32_le.pyi
                                        utf_7.pyi
                                        utf_8.pyi
                                        utf_8_sig.pyi
                                        uu_codec.pyi
                                        zlib_codec.pyi
                                    ensurepip/
                                        __init__.pyi
                                    html/
                                        __init__.pyi
                                        entities.pyi
                                        parser.pyi
                                    http/
                                        __init__.pyi
                                        client.pyi
                                        cookiejar.pyi
                                        cookies.pyi
                                        server.pyi
                                    importlib/
                                        metadata/
                                            __init__.pyi
                                            _meta.pyi
                                            diagnose.pyi
                                        resources/
                                            __init__.pyi
                                            _common.pyi
                                            _functional.pyi
                                            abc.pyi
                                            readers.pyi
                                            simple.pyi
                                        __init__.pyi
                                        _abc.pyi
                                        _bootstrap.pyi
                                        _bootstrap_external.pyi
                                        abc.pyi
                                        machinery.pyi
                                        readers.pyi
                                        simple.pyi
                                        util.pyi
                                    json/
                                        __init__.pyi
                                        decoder.pyi
                                        encoder.pyi
                                        scanner.pyi
                                        tool.pyi
                                    lib2to3/
                                        fixes/
                                            __init__.pyi
                                            fix_apply.pyi
                                            fix_asserts.pyi
                                            fix_basestring.pyi
                                            fix_buffer.pyi
                                            fix_dict.pyi
                                            fix_except.pyi
                                            fix_exec.pyi
                                            fix_execfile.pyi
                                            fix_exitfunc.pyi
                                            fix_filter.pyi
                                            fix_funcattrs.pyi
                                            fix_future.pyi
                                            fix_getcwdu.pyi
                                            fix_has_key.pyi
                                            fix_idioms.pyi
                                            fix_import.pyi
                                            fix_imports.pyi
                                            fix_imports2.pyi
                                            fix_input.pyi
                                            fix_intern.pyi
                                            fix_isinstance.pyi
                                            fix_itertools.pyi
                                            fix_itertools_imports.pyi
                                            fix_long.pyi
                                            fix_map.pyi
                                            fix_metaclass.pyi
                                            fix_methodattrs.pyi
                                            fix_ne.pyi
                                            fix_next.pyi
                                            fix_nonzero.pyi
                                            fix_numliterals.pyi
                                            fix_operator.pyi
                                            fix_paren.pyi
                                            fix_print.pyi
                                            fix_raise.pyi
                                            fix_raw_input.pyi
                                            fix_reduce.pyi
                                            fix_reload.pyi
                                            fix_renames.pyi
                                            fix_repr.pyi
                                            fix_set_literal.pyi
                                            fix_standarderror.pyi
                                            fix_sys_exc.pyi
                                            fix_throw.pyi
                                            fix_tuple_params.pyi
                                            fix_types.pyi
                                            fix_unicode.pyi
                                            fix_urllib.pyi
                                            fix_ws_comma.pyi
                                            fix_xrange.pyi
                                            fix_xreadlines.pyi
                                            fix_zip.pyi
                                        pgen2/
                                            __init__.pyi
                                            driver.pyi
                                            grammar.pyi
                                            literals.pyi
                                            parse.pyi
                                            pgen.pyi
                                            token.pyi
                                            tokenize.pyi
                                        __init__.pyi
                                        btm_matcher.pyi
                                        fixer_base.pyi
                                        main.pyi
                                        pygram.pyi
                                        pytree.pyi
                                        refactor.pyi
                                    logging/
                                        __init__.pyi
                                        config.pyi
                                        handlers.pyi
                                    msilib/
                                        __init__.pyi
                                        schema.pyi
                                        sequence.pyi
                                        text.pyi
                                    multiprocessing/
                                        dummy/
                                            __init__.pyi
                                            connection.pyi
                                        __init__.pyi
                                        connection.pyi
                                        context.pyi
                                        forkserver.pyi
                                        heap.pyi
                                        managers.pyi
                                        pool.pyi
                                        popen_fork.pyi
                                        popen_forkserver.pyi
                                        popen_spawn_posix.pyi
                                        popen_spawn_win32.pyi
                                        process.pyi
                                        queues.pyi
                                        reduction.pyi
                                        resource_sharer.pyi
                                        resource_tracker.pyi
                                        shared_memory.pyi
                                        sharedctypes.pyi
                                        spawn.pyi
                                        synchronize.pyi
                                        util.pyi
                                    os/
                                        __init__.pyi
                                        path.pyi
                                    pathlib/
                                        __init__.pyi
                                        types.pyi
                                    pydoc_data/
                                        __init__.pyi
                                        topics.pyi
                                    pyexpat/
                                        __init__.pyi
                                        errors.pyi
                                        model.pyi
                                    sqlite3/
                                        __init__.pyi
                                        dbapi2.pyi
                                        dump.pyi
                                    string/
                                        __init__.pyi
                                        templatelib.pyi
                                    sys/
                                        __init__.pyi
                                        _monitoring.pyi
                                    tkinter/
                                        __init__.pyi
                                        colorchooser.pyi
                                        commondialog.pyi
                                        constants.pyi
                                        dialog.pyi
                                        dnd.pyi
                                        filedialog.pyi
                                        font.pyi
                                        messagebox.pyi
                                        scrolledtext.pyi
                                        simpledialog.pyi
                                        tix.pyi
                                        ttk.pyi
                                    unittest/
                                        __init__.pyi
                                        _log.pyi
                                        async_case.pyi
                                        case.pyi
                                        loader.pyi
                                        main.pyi
                                        mock.pyi
                                        result.pyi
                                        runner.pyi
                                        signals.pyi
                                        suite.pyi
                                        util.pyi
                                    urllib/
                                        __init__.pyi
                                        error.pyi
                                        parse.pyi
                                        request.pyi
                                        response.pyi
                                        robotparser.pyi
                                    venv/
                                        __init__.pyi
                                    wsgiref/
                                        __init__.pyi
                                        handlers.pyi
                                        headers.pyi
                                        simple_server.pyi
                                        types.pyi
                                        util.pyi
                                        validate.pyi
                                    xml/
                                        dom/
                                            __init__.pyi
                                            domreg.pyi
                                            expatbuilder.pyi
                                            minicompat.pyi
                                            minidom.pyi
                                            NodeFilter.pyi
                                            pulldom.pyi
                                            xmlbuilder.pyi
                                        etree/
                                            __init__.pyi
                                            cElementTree.pyi
                                            ElementInclude.pyi
                                            ElementPath.pyi
                                            ElementTree.pyi
                                        parsers/
                                            expat/
                                                __init__.pyi
                                                errors.pyi
                                                model.pyi
                                            __init__.pyi
                                        sax/
                                            __init__.pyi
                                            _exceptions.pyi
                                            expatreader.pyi
                                            handler.pyi
                                            saxutils.pyi
                                            xmlreader.pyi
                                        __init__.pyi
                                    xmlrpc/
                                        __init__.pyi
                                        client.pyi
                                        server.pyi
                                    zipfile/
                                        _path/
                                            __init__.pyi
                                            glob.pyi
                                        __init__.pyi
                                    zoneinfo/
                                        __init__.pyi
                                        _common.pyi
                                        _tzpath.pyi
                                    __future__.pyi
                                    __main__.pyi
                                    _ast.pyi
                                    _asyncio.pyi
                                    _bisect.pyi
                                    _blake2.pyi
                                    _bootlocale.pyi
                                    _bz2.pyi
                                    _codecs.pyi
                                    _collections_abc.pyi
                                    _compat_pickle.pyi
                                    _compression.pyi
                                    _contextvars.pyi
                                    _csv.pyi
                                    _ctypes.pyi
                                    _curses.pyi
                                    _curses_panel.pyi
                                    _dbm.pyi
                                    _decimal.pyi
                                    _frozen_importlib.pyi
                                    _frozen_importlib_external.pyi
                                    _gdbm.pyi
                                    _hashlib.pyi
                                    _heapq.pyi
                                    _imp.pyi
                                    _interpchannels.pyi
                                    _interpqueues.pyi
                                    _interpreters.pyi
                                    _io.pyi
                                    _json.pyi
                                    _locale.pyi
                                    _lsprof.pyi
                                    _lzma.pyi
                                    _markupbase.pyi
                                    _msi.pyi
                                    _multibytecodec.pyi
                                    _operator.pyi
                                    _osx_support.pyi
                                    _pickle.pyi
                                    _posixsubprocess.pyi
                                    _py_abc.pyi
                                    _pydecimal.pyi
                                    _queue.pyi
                                    _random.pyi
                                    _sitebuiltins.pyi
                                    _socket.pyi
                                    _sqlite3.pyi
                                    _ssl.pyi
                                    _stat.pyi
                                    _struct.pyi
                                    _thread.pyi
                                    _threading_local.pyi
                                    _tkinter.pyi
                                    _tracemalloc.pyi
                                    _warnings.pyi
                                    _weakref.pyi
                                    _weakrefset.pyi
                                    _winapi.pyi
                                    abc.pyi
                                    aifc.pyi
                                    annotationlib.pyi
                                    antigravity.pyi
                                    argparse.pyi
                                    array.pyi
                                    ast.pyi
                                    asynchat.pyi
                                    asyncore.pyi
                                    atexit.pyi
                                    audioop.pyi
                                    base64.pyi
                                    bdb.pyi
                                    binascii.pyi
                                    binhex.pyi
                                    bisect.pyi
                                    builtins.pyi
                                    bz2.pyi
                                    calendar.pyi
                                    cgi.pyi
                                    cgitb.pyi
                                    chunk.pyi
                                    cmath.pyi
                                    cmd.pyi
                                    code.pyi
                                    codecs.pyi
                                    codeop.pyi
                                    colorsys.pyi
                                    compileall.pyi
                                    configparser.pyi
                                    contextlib.pyi
                                    contextvars.pyi
                                    copy.pyi
                                    copyreg.pyi
                                    cProfile.pyi
                                    crypt.pyi
                                    csv.pyi
                                    dataclasses.pyi
                                    datetime.pyi
                                    decimal.pyi
                                    difflib.pyi
                                    dis.pyi
                                    doctest.pyi
                                    enum.pyi
                                    errno.pyi
                                    faulthandler.pyi
                                    fcntl.pyi
                                    filecmp.pyi
                                    fileinput.pyi
                                    fnmatch.pyi
                                    formatter.pyi
                                    fractions.pyi
                                    ftplib.pyi
                                    functools.pyi
                                    gc.pyi
                                    genericpath.pyi
                                    getopt.pyi
                                    getpass.pyi
                                    gettext.pyi
                                    glob.pyi
                                    graphlib.pyi
                                    grp.pyi
                                    gzip.pyi
                                    hashlib.pyi
                                    heapq.pyi
                                    hmac.pyi
                                    imaplib.pyi
                                    imghdr.pyi
                                    imp.pyi
                                    inspect.pyi
                                    io.pyi
                                    ipaddress.pyi
                                    itertools.pyi
                                    keyword.pyi
                                    linecache.pyi
                                    locale.pyi
                                    lzma.pyi
                                    mailbox.pyi
                                    mailcap.pyi
                                    marshal.pyi
                                    math.pyi
                                    mimetypes.pyi
                                    mmap.pyi
                                    modulefinder.pyi
                                    msvcrt.pyi
                                    netrc.pyi
                                    nis.pyi
                                    nntplib.pyi
                                    nt.pyi
                                    ntpath.pyi
                                    nturl2path.pyi
                                    numbers.pyi
                                    opcode.pyi
                                    operator.pyi
                                    optparse.pyi
                                    ossaudiodev.pyi
                                    parser.pyi
                                    pdb.pyi
                                    pickle.pyi
                                    pickletools.pyi
                                    pipes.pyi
                                    pkgutil.pyi
                                    platform.pyi
                                    plistlib.pyi
                                    poplib.pyi
                                    posix.pyi
                                    posixpath.pyi
                                    pprint.pyi
                                    profile.pyi
                                    pstats.pyi
                                    pty.pyi
                                    pwd.pyi
                                    py_compile.pyi
                                    pyclbr.pyi
                                    pydoc.pyi
                                    queue.pyi
                                    quopri.pyi
                                    random.pyi
                                    re.pyi
                                    readline.pyi
                                    reprlib.pyi
                                    resource.pyi
                                    rlcompleter.pyi
                                    runpy.pyi
                                    sched.pyi
                                    secrets.pyi
                                    select.pyi
                                    selectors.pyi
                                    shelve.pyi
                                    shlex.pyi
                                    shutil.pyi
                                    signal.pyi
                                    site.pyi
                                    smtpd.pyi
                                    smtplib.pyi
                                    sndhdr.pyi
                                    socket.pyi
                                    socketserver.pyi
                                    spwd.pyi
                                    sre_compile.pyi
                                    sre_constants.pyi
                                    sre_parse.pyi
                                    ssl.pyi
                                    stat.pyi
                                    statistics.pyi
                                    stringprep.pyi
                                    struct.pyi
                                    subprocess.pyi
                                    sunau.pyi
                                    symbol.pyi
                                    symtable.pyi
                                    sysconfig.pyi
                                    syslog.pyi
                                    tabnanny.pyi
                                    tarfile.pyi
                                    telnetlib.pyi
                                    tempfile.pyi
                                    termios.pyi
                                    textwrap.pyi
                                    this.pyi
                                    threading.pyi
                                    time.pyi
                                    timeit.pyi
                                    token.pyi
                                    tokenize.pyi
                                    tomllib.pyi
                                    trace.pyi
                                    traceback.pyi
                                    tracemalloc.pyi
                                    tty.pyi
                                    turtle.pyi
                                    types.pyi
                                    typing.pyi
                                    typing_extensions.pyi
                                    unicodedata.pyi
                                    uu.pyi
                                    uuid.pyi
                                    VERSIONS
                                    warnings.pyi
                                    wave.pyi
                                    weakref.pyi
                                    webbrowser.pyi
                                    winreg.pyi
                                    winsound.pyi
                                    xdrlib.pyi
                                    xxlimited.pyi
                                    zipapp.pyi
                                    zipimport.pyi
                                    zlib.pyi
                                stubs/
                                    mypy-extensions/
                                        mypy_extensions.pyi
                                LICENSE
                            xml/
                                mypy-html.css
                                mypy-html.xslt
                                mypy-txt.xslt
                                mypy.xsd
                            __init__.cpython-313-darwin.so
                            __init__.py
                            __main__.py
                            api.cpython-313-darwin.so
                            api.py
                            applytype.cpython-313-darwin.so
                            applytype.py
                            argmap.cpython-313-darwin.so
                            argmap.py
                            binder.cpython-313-darwin.so
                            binder.py
                            bogus_type.py
                            build.cpython-313-darwin.so
                            build.py
                            checker.cpython-313-darwin.so
                            checker.py
                            checker_shared.cpython-313-darwin.so
                            checker_shared.py
                            checker_state.cpython-313-darwin.so
                            checker_state.py
                            checkexpr.cpython-313-darwin.so
                            checkexpr.py
                            checkmember.cpython-313-darwin.so
                            checkmember.py
                            checkpattern.cpython-313-darwin.so
                            checkpattern.py
                            checkstrformat.cpython-313-darwin.so
                            checkstrformat.py
                            config_parser.cpython-313-darwin.so
                            config_parser.py
                            constant_fold.cpython-313-darwin.so
                            constant_fold.py
                            constraints.cpython-313-darwin.so
                            constraints.py
                            copytype.cpython-313-darwin.so
                            copytype.py
                            defaults.cpython-313-darwin.so
                            defaults.py
                            dmypy_os.cpython-313-darwin.so
                            dmypy_os.py
                            dmypy_server.cpython-313-darwin.so
                            dmypy_server.py
                            dmypy_util.cpython-313-darwin.so
                            dmypy_util.py
                            erasetype.cpython-313-darwin.so
                            erasetype.py
                            error_formatter.cpython-313-darwin.so
                            error_formatter.py
                            errorcodes.cpython-313-darwin.so
                            errorcodes.py
                            errors.cpython-313-darwin.so
                            errors.py
                            evalexpr.cpython-313-darwin.so
                            evalexpr.py
                            expandtype.cpython-313-darwin.so
                            expandtype.py
                            exprtotype.cpython-313-darwin.so
                            exprtotype.py
                            fastparse.cpython-313-darwin.so
                            fastparse.py
                            find_sources.cpython-313-darwin.so
                            find_sources.py
                            fixup.cpython-313-darwin.so
                            fixup.py
                            freetree.cpython-313-darwin.so
                            freetree.py
                            fscache.cpython-313-darwin.so
                            fscache.py
                            fswatcher.cpython-313-darwin.so
                            fswatcher.py
                            gclogger.cpython-313-darwin.so
                            gclogger.py
                            git.cpython-313-darwin.so
                            git.py
                            graph_utils.cpython-313-darwin.so
                            graph_utils.py
                            indirection.cpython-313-darwin.so
                            indirection.py
                            infer.cpython-313-darwin.so
                            infer.py
                            inspections.cpython-313-darwin.so
                            inspections.py
                            ipc.cpython-313-darwin.so
                            ipc.py
                            join.cpython-313-darwin.so
                            join.py
                            literals.cpython-313-darwin.so
                            literals.py
                            lookup.cpython-313-darwin.so
                            lookup.py
                            main.cpython-313-darwin.so
                            main.py
                            maptype.cpython-313-darwin.so
                            maptype.py
                            meet.cpython-313-darwin.so
                            meet.py
                            memprofile.cpython-313-darwin.so
                            memprofile.py
                            message_registry.cpython-313-darwin.so
                            message_registry.py
                            messages.cpython-313-darwin.so
                            messages.py
                            metastore.cpython-313-darwin.so
                            metastore.py
                            mixedtraverser.cpython-313-darwin.so
                            mixedtraverser.py
                            modulefinder.cpython-313-darwin.so
                            modulefinder.py
                            moduleinspect.cpython-313-darwin.so
                            moduleinspect.py
                            mro.cpython-313-darwin.so
                            mro.py
                            nodes.cpython-313-darwin.so
                            nodes.py
                            operators.cpython-313-darwin.so
                            operators.py
                            options.cpython-313-darwin.so
                            options.py
                            parse.cpython-313-darwin.so
                            parse.py
                            partially_defined.cpython-313-darwin.so
                            partially_defined.py
                            patterns.cpython-313-darwin.so
                            patterns.py
                            plugin.cpython-313-darwin.so
                            plugin.py
                            py.typed
                            pyinfo.py
                            reachability.cpython-313-darwin.so
                            reachability.py
                            refinfo.cpython-313-darwin.so
                            refinfo.py
                            renaming.cpython-313-darwin.so
                            renaming.py
                            report.cpython-313-darwin.so
                            report.py
                            scope.cpython-313-darwin.so
                            scope.py
                            semanal.cpython-313-darwin.so
                            semanal.py
                            semanal_classprop.cpython-313-darwin.so
                            semanal_classprop.py
                            semanal_enum.cpython-313-darwin.so
                            semanal_enum.py
                            semanal_infer.cpython-313-darwin.so
                            semanal_infer.py
                            semanal_main.cpython-313-darwin.so
                            semanal_main.py
                            semanal_namedtuple.cpython-313-darwin.so
                            semanal_namedtuple.py
                            semanal_newtype.cpython-313-darwin.so
                            semanal_newtype.py
                            semanal_pass1.cpython-313-darwin.so
                            semanal_pass1.py
                            semanal_shared.cpython-313-darwin.so
                            semanal_shared.py
                            semanal_typeargs.cpython-313-darwin.so
                            semanal_typeargs.py
                            semanal_typeddict.cpython-313-darwin.so
                            semanal_typeddict.py
                            sharedparse.cpython-313-darwin.so
                            sharedparse.py
                            solve.cpython-313-darwin.so
                            solve.py
                            split_namespace.py
                            state.cpython-313-darwin.so
                            state.py
                            stats.cpython-313-darwin.so
                            stats.py
                            strconv.cpython-313-darwin.so
                            strconv.py
                            stubdoc.py
                            stubgen.cpython-313-darwin.so
                            stubgen.py
                            stubgenc.py
                            stubinfo.cpython-313-darwin.so
                            stubinfo.py
                            stubtest.py
                            stubutil.cpython-313-darwin.so
                            stubutil.py
                            subtypes.cpython-313-darwin.so
                            subtypes.py
                            suggestions.cpython-313-darwin.so
                            suggestions.py
                            traverser.cpython-313-darwin.so
                            traverser.py
                            treetransform.cpython-313-darwin.so
                            treetransform.py
                            tvar_scope.cpython-313-darwin.so
                            tvar_scope.py
                            type_visitor.cpython-313-darwin.so
                            type_visitor.py
                            typeanal.cpython-313-darwin.so
                            typeanal.py
                            typeops.cpython-313-darwin.so
                            typeops.py
                            types.cpython-313-darwin.so
                            types.py
                            types_utils.cpython-313-darwin.so
                            types_utils.py
                            typestate.cpython-313-darwin.so
                            typestate.py
                            typetraverser.cpython-313-darwin.so
                            typetraverser.py
                            typevars.cpython-313-darwin.so
                            typevars.py
                            typevartuples.cpython-313-darwin.so
                            typevartuples.py
                            util.cpython-313-darwin.so
                            util.py
                            version.py
                            visitor.cpython-313-darwin.so
                            visitor.py
                        mypy-1.17.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        mypy_extensions-1.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        mypyc/
                            analysis/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                attrdefined.cpython-313-darwin.so
                                attrdefined.py
                                blockfreq.cpython-313-darwin.so
                                blockfreq.py
                                dataflow.cpython-313-darwin.so
                                dataflow.py
                                ircheck.cpython-313-darwin.so
                                ircheck.py
                                selfleaks.cpython-313-darwin.so
                                selfleaks.py
                            codegen/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                cstring.cpython-313-darwin.so
                                cstring.py
                                emit.cpython-313-darwin.so
                                emit.py
                                emitclass.cpython-313-darwin.so
                                emitclass.py
                                emitfunc.cpython-313-darwin.so
                                emitfunc.py
                                emitmodule.cpython-313-darwin.so
                                emitmodule.py
                                emitwrapper.cpython-313-darwin.so
                                emitwrapper.py
                                literals.cpython-313-darwin.so
                                literals.py
                            ir/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                class_ir.cpython-313-darwin.so
                                class_ir.py
                                func_ir.cpython-313-darwin.so
                                func_ir.py
                                module_ir.cpython-313-darwin.so
                                module_ir.py
                                ops.cpython-313-darwin.so
                                ops.py
                                pprint.cpython-313-darwin.so
                                pprint.py
                                rtypes.cpython-313-darwin.so
                                rtypes.py
                            irbuild/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                ast_helpers.cpython-313-darwin.so
                                ast_helpers.py
                                builder.cpython-313-darwin.so
                                builder.py
                                callable_class.cpython-313-darwin.so
                                callable_class.py
                                classdef.cpython-313-darwin.so
                                classdef.py
                                constant_fold.cpython-313-darwin.so
                                constant_fold.py
                                context.cpython-313-darwin.so
                                context.py
                                env_class.cpython-313-darwin.so
                                env_class.py
                                expression.cpython-313-darwin.so
                                expression.py
                                for_helpers.cpython-313-darwin.so
                                for_helpers.py
                                format_str_tokenizer.cpython-313-darwin.so
                                format_str_tokenizer.py
                                function.cpython-313-darwin.so
                                function.py
                                generator.cpython-313-darwin.so
                                generator.py
                                ll_builder.cpython-313-darwin.so
                                ll_builder.py
                                main.cpython-313-darwin.so
                                main.py
                                mapper.cpython-313-darwin.so
                                mapper.py
                                match.cpython-313-darwin.so
                                match.py
                                missingtypevisitor.cpython-313-darwin.so
                                missingtypevisitor.py
                                nonlocalcontrol.cpython-313-darwin.so
                                nonlocalcontrol.py
                                prebuildvisitor.cpython-313-darwin.so
                                prebuildvisitor.py
                                prepare.cpython-313-darwin.so
                                prepare.py
                                specialize.cpython-313-darwin.so
                                specialize.py
                                statement.cpython-313-darwin.so
                                statement.py
                                targets.cpython-313-darwin.so
                                targets.py
                                util.cpython-313-darwin.so
                                util.py
                                visitor.cpython-313-darwin.so
                                visitor.py
                                vtable.cpython-313-darwin.so
                                vtable.py
                            lib-rt/
                                bytes_ops.c
                                CPy.h
                                dict_ops.c
                                exc_ops.c
                                float_ops.c
                                generic_ops.c
                                getargs.c
                                getargsfast.c
                                init.c
                                int_ops.c
                                list_ops.c
                                misc_ops.c
                                module_shim.tmpl
                                mypyc_util.h
                                pythoncapi_compat.h
                                pythonsupport.c
                                pythonsupport.h
                                set_ops.c
                                str_ops.c
                                tuple_ops.c
                            lower/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                int_ops.cpython-313-darwin.so
                                int_ops.py
                                list_ops.cpython-313-darwin.so
                                list_ops.py
                                misc_ops.cpython-313-darwin.so
                                misc_ops.py
                                registry.cpython-313-darwin.so
                                registry.py
                            primitives/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                bytes_ops.cpython-313-darwin.so
                                bytes_ops.py
                                dict_ops.cpython-313-darwin.so
                                dict_ops.py
                                exc_ops.cpython-313-darwin.so
                                exc_ops.py
                                float_ops.cpython-313-darwin.so
                                float_ops.py
                                generic_ops.cpython-313-darwin.so
                                generic_ops.py
                                int_ops.cpython-313-darwin.so
                                int_ops.py
                                list_ops.cpython-313-darwin.so
                                list_ops.py
                                misc_ops.cpython-313-darwin.so
                                misc_ops.py
                                registry.cpython-313-darwin.so
                                registry.py
                                set_ops.cpython-313-darwin.so
                                set_ops.py
                                str_ops.cpython-313-darwin.so
                                str_ops.py
                                tuple_ops.cpython-313-darwin.so
                                tuple_ops.py
                            test/
                                __init__.py
                                config.py
                                test_alwaysdefined.py
                                test_analysis.py
                                test_annotate.py
                                test_cheader.py
                                test_commandline.py
                                test_emit.py
                                test_emitclass.py
                                test_emitfunc.py
                                test_emitwrapper.py
                                test_exceptions.py
                                test_external.py
                                test_irbuild.py
                                test_ircheck.py
                                test_literals.py
                                test_lowering.py
                                test_misc.py
                                test_namegen.py
                                test_optimizations.py
                                test_pprint.py
                                test_rarray.py
                                test_refcount.py
                                test_run.py
                                test_serialization.py
                                test_struct.py
                                test_tuplename.py
                                test_typeops.py
                                testutil.py
                            transform/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                copy_propagation.cpython-313-darwin.so
                                copy_propagation.py
                                exceptions.cpython-313-darwin.so
                                exceptions.py
                                flag_elimination.cpython-313-darwin.so
                                flag_elimination.py
                                ir_transform.cpython-313-darwin.so
                                ir_transform.py
                                lower.cpython-313-darwin.so
                                lower.py
                                refcount.cpython-313-darwin.so
                                refcount.py
                                spill.cpython-313-darwin.so
                                spill.py
                                uninit.cpython-313-darwin.so
                                uninit.py
                            __init__.cpython-313-darwin.so
                            __init__.py
                            __main__.py
                            annotate.cpython-313-darwin.so
                            annotate.py
                            build.cpython-313-darwin.so
                            build.py
                            common.cpython-313-darwin.so
                            common.py
                            crash.cpython-313-darwin.so
                            crash.py
                            errors.cpython-313-darwin.so
                            errors.py
                            namegen.cpython-313-darwin.so
                            namegen.py
                            options.cpython-313-darwin.so
                            options.py
                            py.typed
                            rt_subtype.cpython-313-darwin.so
                            rt_subtype.py
                            sametype.cpython-313-darwin.so
                            sametype.py
                            subtype.cpython-313-darwin.so
                            subtype.py
                        nacl/
                            bindings/
                                __init__.py
                                crypto_aead.py
                                crypto_box.py
                                crypto_core.py
                                crypto_generichash.py
                                crypto_hash.py
                                crypto_kx.py
                                crypto_pwhash.py
                                crypto_scalarmult.py
                                crypto_secretbox.py
                                crypto_secretstream.py
                                crypto_shorthash.py
                                crypto_sign.py
                                randombytes.py
                                sodium_core.py
                                utils.py
                            pwhash/
                                __init__.py
                                _argon2.py
                                argon2i.py
                                argon2id.py
                                scrypt.py
                            __init__.py
                            _sodium.abi3.so
                            encoding.py
                            exceptions.py
                            hash.py
                            hashlib.py
                            public.py
                            py.typed
                            secret.py
                            signing.py
                            utils.py
                        nbclient/
                            __init__.py
                            _version.py
                            cli.py
                            client.py
                            exceptions.py
                            jsonutil.py
                            output_widget.py
                            py.typed
                            util.py
                        nbclient-0.10.2.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        nbconvert/
                            exporters/
                                __init__.py
                                asciidoc.py
                                base.py
                                exporter.py
                                html.py
                                latex.py
                                markdown.py
                                notebook.py
                                pdf.py
                                python.py
                                qt_exporter.py
                                qt_screenshot.py
                                qtpdf.py
                                qtpng.py
                                rst.py
                                script.py
                                slides.py
                                templateexporter.py
                                webpdf.py
                            filters/
                                __init__.py
                                ansi.py
                                citation.py
                                datatypefilter.py
                                filter_links.py
                                highlight.py
                                latex.py
                                markdown.py
                                markdown_mistune.py
                                metadata.py
                                pandoc.py
                                strings.py
                                widgetsdatatypefilter.py
                            postprocessors/
                                __init__.py
                                base.py
                                serve.py
                            preprocessors/
                                __init__.py
                                base.py
                                clearmetadata.py
                                clearoutput.py
                                coalescestreams.py
                                convertfigures.py
                                csshtmlheader.py
                                execute.py
                                extractattachments.py
                                extractoutput.py
                                highlightmagics.py
                                latex.py
                                regexremove.py
                                sanitize.py
                                svg2pdf.py
                                tagremove.py
                            resources/
                                __init__.py
                            templates/
                                skeleton/
                                    Makefile
                                    README.md
                                README.md
                            utils/
                                __init__.py
                                _contextlib_chdir.py
                                base.py
                                exceptions.py
                                io.py
                                iso639_1.py
                                lexers.py
                                pandoc.py
                                text.py
                                version.py
                            writers/
                                __init__.py
                                base.py
                                debug.py
                                files.py
                                stdout.py
                            __init__.py
                            __main__.py
                            _version.py
                            conftest.py
                            nbconvertapp.py
                            py.typed
                        nbconvert-7.16.6.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        nbformat/
                            corpus/
                                tests/
                                    __init__.py
                                    test_words.py
                                __init__.py
                                words.py
                            v1/
                                __init__.py
                                convert.py
                                nbbase.py
                                nbjson.py
                                rwbase.py
                            v2/
                                __init__.py
                                convert.py
                                nbbase.py
                                nbjson.py
                                nbpy.py
                                nbxml.py
                                rwbase.py
                            v3/
                                __init__.py
                                convert.py
                                nbbase.py
                                nbformat.v3.schema.json
                                nbjson.py
                                nbpy.py
                                rwbase.py
                            v4/
                                __init__.py
                                convert.py
                                nbbase.py
                                nbformat.v4.0.schema.json
                                nbformat.v4.1.schema.json
                                nbformat.v4.2.schema.json
                                nbformat.v4.3.schema.json
                                nbformat.v4.4.schema.json
                                nbformat.v4.5.schema.json
                                nbformat.v4.schema.json
                                nbjson.py
                                rwbase.py
                            __init__.py
                            _imports.py
                            _struct.py
                            _version.py
                            converter.py
                            current.py
                            json_compat.py
                            notebooknode.py
                            py.typed
                            reader.py
                            sentinel.py
                            sign.py
                            validator.py
                            warnings.py
                        nbformat-5.10.4.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        nest_asyncio-1.6.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        notebook/
                            custom/
                                custom.css
                            static/
                                100.cbc26eb447514f5af591.js
                                100.cbc26eb447514f5af591.js.map
                                1053.92d524d23b6ffd97d9de.js
                                1053.92d524d23b6ffd97d9de.js.map
                                1088.47e247a20947f628f48f.js
                                1088.47e247a20947f628f48f.js.map
                                1091.f006368c55525d627dc3.js
                                1091.f006368c55525d627dc3.js.map
                                1122.16363dcd990a9685123e.js
                                1122.16363dcd990a9685123e.js.map
                                114.3735fbb3fc442d926d2b.js
                                114.3735fbb3fc442d926d2b.js.map
                                1169.f64c3773007d9d09487e.js
                                131.729c28b8323daf822cbe.js
                                131.729c28b8323daf822cbe.js.map
                                132.bbe0fd1e86fe078554cf.js
                                132.bbe0fd1e86fe078554cf.js.map
                                1418.5913bb08784c217a1f0b.js
                                1418.5913bb08784c217a1f0b.js.map
                                145.2fd139f1721cfaedfccf.js
                                145.2fd139f1721cfaedfccf.js.map
                                1542.8f0b79431f7af2f43f1e.js
                                1542.8f0b79431f7af2f43f1e.js.map
                                1558.d1ebe7cb088451b0d7de.js
                                1558.d1ebe7cb088451b0d7de.js.map
                                1584.5e136a9d8643093bc7e9.js
                                1584.5e136a9d8643093bc7e9.js.map
                                1601.4154c4f9ed460feae33b.js
                                1601.4154c4f9ed460feae33b.js.map
                                1618.da67fb30732c49b969ba.js
                                1618.da67fb30732c49b969ba.js.map
                                1650.43e49e4c78755f921679.js
                                1650.43e49e4c78755f921679.js.map
                                1684.72557761abcc7d3f021b.js
                                1684.72557761abcc7d3f021b.js.map
                                1715.eb47d8a8fb23246d8368.js
                                1715.eb47d8a8fb23246d8368.js.map
                                1837.6bbfd9967be58e1325f1.js
                                1837.6bbfd9967be58e1325f1.js.map
                                1869.48ca2e23bddad3adfc1a.js
                                1869.48ca2e23bddad3adfc1a.js.map
                                1871.c375ee093b7e51966390.js
                                1871.c375ee093b7e51966390.js.map
                                1911.cfe3314fd3a9b879389c.js
                                1911.cfe3314fd3a9b879389c.js.map
                                1939.e620a31e5ee7d4ccc1bc.js
                                1939.e620a31e5ee7d4ccc1bc.js.map
                                1941.b15cc60637b0a879bea6.js
                                1941.b15cc60637b0a879bea6.js.map
                                1950.a590659714a301a94f31.js
                                1950.a590659714a301a94f31.js.map
                                1cb1c39ea642f26a4dfe.woff
                                2019.a0afb11aac931fb43c5c.js
                                2019.a0afb11aac931fb43c5c.js.map
                                2065.e9b5d8d0a8bec3304454.js
                                2065.e9b5d8d0a8bec3304454.js.map
                                2188.8a4dbc0baaccf031e5c4.js
                                2188.8a4dbc0baaccf031e5c4.js.map
                                221.21b91ccc95eefd849fa5.js
                                221.21b91ccc95eefd849fa5.js.map
                                2228.5897a4ab53c9c224da5d.js
                                2228.5897a4ab53c9c224da5d.js.map
                                2343.81357d860d7aa9156d23.js
                                2343.81357d860d7aa9156d23.js.map
                                2386.4a6f7defebb9a3696820.js
                                2386.4a6f7defebb9a3696820.js.map
                                2409.6091282e2ebffe2ab089.js
                                2409.6091282e2ebffe2ab089.js.map
                                2425.6472013fa9798ece0dc9.js
                                2425.6472013fa9798ece0dc9.js.map
                                2453.ebdb135eb902bf82e103.js
                                2453.ebdb135eb902bf82e103.js.map
                                2552.e56002ba65105afb9b18.js
                                2552.e56002ba65105afb9b18.js.map
                                2581.f9bb29600b7e080b2b84.js
                                2581.f9bb29600b7e080b2b84.js.map
                                2666.39e11f71d749eca59f8e.js
                                2666.39e11f71d749eca59f8e.js.map
                                26683bf201fb258a2237.woff
                                2682.69beaaa72effdd61afbe.js
                                2682.69beaaa72effdd61afbe.js.map
                                270.dced80a7f5cbf1705712.js
                                270.dced80a7f5cbf1705712.js.map
                                2702.bc49dbd258cca77aeea4.js
                                2702.bc49dbd258cca77aeea4.js.map
                                28.b5145a84e3a511427e72.js
                                28.b5145a84e3a511427e72.js.map
                                2816.03541f3103bf4c09e591.js
                                2816.03541f3103bf4c09e591.js.map
                                2871.46ec88c6997ef947f39f.js
                                2871.46ec88c6997ef947f39f.js.map
                                2913.274b19d8f201991f4a69.js
                                2913.274b19d8f201991f4a69.js.map
                                2955.199d6b7c6b5d8531cad7.js
                                2955.199d6b7c6b5d8531cad7.js.map
                                306.dd9ffcf982b0c863872b.js
                                306.dd9ffcf982b0c863872b.js.map
                                3076.433a08e00b3f195539d0.js
                                3076.433a08e00b3f195539d0.js.map
                                3079.63bdfdb9a8c6c94b4c9a.js
                                3079.63bdfdb9a8c6c94b4c9a.js.map
                                30e889b58cbc51adfbb0.woff
                                310.857f702af7a4a486c75e.js
                                310.857f702af7a4a486c75e.js.map
                                311.d6a177e2f8f1b1690911.js
                                311.d6a177e2f8f1b1690911.js.map
                                3111.bdf4a0f672df2a6cdd74.js
                                3111.bdf4a0f672df2a6cdd74.js.map
                                3146.f98fbe7d5b55224f0160.js
                                3146.f98fbe7d5b55224f0160.js.map
                                3197.132cf892d4ef38649b32.js
                                3197.132cf892d4ef38649b32.js.map
                                3207.10d3ef96eccf1096e1c3.js
                                3207.10d3ef96eccf1096e1c3.js.map
                                3211.2e93fd406e5c4e53774f.js
                                3211.2e93fd406e5c4e53774f.js.map
                                3230.29b02fdb14e1bdf52d07.js
                                3230.29b02fdb14e1bdf52d07.js.map
                                32792104b5ef69eded90.woff
                                3322.e8348cc2a800190d4f49.js
                                3322.e8348cc2a800190d4f49.js.map
                                3336.1430b8576b899f650fb9.js
                                3336.1430b8576b899f650fb9.js.map
                                3370.aa66c4f8e4c91fc5628a.js
                                3370.aa66c4f8e4c91fc5628a.js.map
                                339.ca73209c818e0defdea2.js
                                339.ca73209c818e0defdea2.js.map
                                3420.693f6432957cbf2699c5.js
                                3420.693f6432957cbf2699c5.js.map
                                3449.53ec937d932f8f73a39b.js
                                3449.53ec937d932f8f73a39b.js.map
                                3462.0383dfd16602627036bd.js
                                3462.0383dfd16602627036bd.js.map
                                35.a486baf38b12aec5500f.js
                                35.a486baf38b12aec5500f.js.map
                                3501.c1c56527cb2f94c27dcf.js
                                3501.c1c56527cb2f94c27dcf.js.map
                                355254db9ca10a09a3b5.woff
                                3562.3b759e4fdd798f9dca94.js
                                3562.3b759e4fdd798f9dca94.js.map
                                3619.2e4bf80097f9890aef49.js
                                3619.2e4bf80097f9890aef49.js.map
                                36e0d72d8a7afc696a3e.woff
                                3700.b937e669a5feb21ccb06.js
                                3700.b937e669a5feb21ccb06.js.map
                                373c04fd2418f5c77eea.eot
                                3752.f222858bad091688a0c5.js
                                3752.f222858bad091688a0c5.js.map
                                3768.0b6995cb2c93a75f2359.js
                                3768.0b6995cb2c93a75f2359.js.map
                                3782.b5169726474369258b8f.js
                                3782.b5169726474369258b8f.js.map
                                3797.ad30e7a4bf8dc994e5be.js
                                3797.ad30e7a4bf8dc994e5be.js.map
                                383.086fc5ebac8a08e85b7c.js
                                383.086fc5ebac8a08e85b7c.js.map
                                3bc6ecaae7ecf6f8d7f8.woff
                                3de784d07b9fa8f104c1.woff
                                3f6d3488cf65374f6f67.woff
                                4002.7d2089cf976c84095255.js
                                4002.7d2089cf976c84095255.js.map
                                403.270ca5cf44874182bd4d.js
                                403.270ca5cf44874182bd4d.js.map
                                4030.5a53f3aacfd5bc109b79.js
                                4030.5a53f3aacfd5bc109b79.js.map
                                4038.edb04f3d9d68204491ba.js
                                4038.edb04f3d9d68204491ba.js.map
                                4039.dcbb5e4f3949b6eff7e9.js
                                4039.dcbb5e4f3949b6eff7e9.js.map
                                4105.5144c29f0bbce103fec4.js
                                4105.5144c29f0bbce103fec4.js.map
                                4148.410616c0288bc98e224f.js
                                4148.410616c0288bc98e224f.js.map
                                417.29f636ec8be265b7e480.js
                                417.29f636ec8be265b7e480.js.map
                                4276.2edc46f98f304de431b0.js
                                4276.2edc46f98f304de431b0.js.map
                                431.4a876e95bf0e93ffd46f.js
                                431.4a876e95bf0e93ffd46f.js.map
                                4324.fa653693694bd924557b.js
                                4324.fa653693694bd924557b.js.map
                                4382.c317254086f1ae2d605a.js
                                4382.c317254086f1ae2d605a.js.map
                                4387.a7f58bf45dd9275aee44.js
                                4387.a7f58bf45dd9275aee44.js.map
                                4406.c435ee1d9e07c37b46e4.js
                                4406.c435ee1d9e07c37b46e4.js.map
                                4430.879d60462da8c4629a70.js
                                4430.879d60462da8c4629a70.js.map
                                4498.4d8665e22c39c0b3f329.js
                                4498.4d8665e22c39c0b3f329.js.map
                                4521.c728470feb41d3f877d1.js
                                4521.c728470feb41d3f877d1.js.map
                                4588.46b592131684aa708905.js
                                4588.46b592131684aa708905.js.map
                                4645.9017711a4d52533bd2ae.js
                                4645.9017711a4d52533bd2ae.js.map
                                4667.288ec271d366f6d03bf4.js
                                4667.288ec271d366f6d03bf4.js.map
                                4670.3fc6925b39a00569037e.js
                                4670.3fc6925b39a00569037e.js.map
                                4708.ea8fa57a2460a633deb4.js
                                4708.ea8fa57a2460a633deb4.js.map
                                4810.f422cb69c3eca42dd212.js
                                4810.f422cb69c3eca42dd212.js.map
                                481e39042508ae313a60.woff
                                4825.d47a910536278ab25419.js
                                4825.d47a910536278ab25419.js.map
                                4828.57b2977d0c98f8416cc4.js
                                4828.57b2977d0c98f8416cc4.js.map
                                4837.2a30feab2693717d3d43.js
                                4837.2a30feab2693717d3d43.js.map
                                4843.7eed3c5267c10f3eb786.js
                                4843.7eed3c5267c10f3eb786.js.map
                                4886.6084c97eb0f7628908ee.js
                                4886.6084c97eb0f7628908ee.js.map
                                4926.7f42350f683b70d59456.js
                                4926.7f42350f683b70d59456.js.map
                                4965.591924d7805c15261494.js
                                4965.591924d7805c15261494.js.map
                                4971.e850b0a1dcb6d3fce7a4.js
                                4971.e850b0a1dcb6d3fce7a4.js.map
                                5019.48f595eb3007a3ca0f91.js
                                5019.48f595eb3007a3ca0f91.js.map
                                5061.aede931a61d7ce87ee23.js
                                5061.aede931a61d7ce87ee23.js.map
                                5095.cacabf11fc06b3d7f4ad.js
                                5095.cacabf11fc06b3d7f4ad.js.map
                                5115.722cf90a473016a17ba7.js
                                5115.722cf90a473016a17ba7.js.map
                                5135.1cde65c1d79a0adc262d.js
                                5135.1cde65c1d79a0adc262d.js.map
                                5249.47203d8dad661b809e38.js
                                5249.47203d8dad661b809e38.js.map
                                5299.a014c52ba3f8492bad0f.js
                                5299.a014c52ba3f8492bad0f.js.map
                                5425.2e42adccd47405a6a6a3.js
                                5425.2e42adccd47405a6a6a3.js.map
                                5448.a9016133a2b9389ac102.js
                                5448.a9016133a2b9389ac102.js.map
                                5494.391c359bd3d5f45fb30b.js
                                5494.391c359bd3d5f45fb30b.js.map
                                5573.38e0610ea3d6d9b005b5.js
                                5573.38e0610ea3d6d9b005b5.js.map
                                5601.ffda77b468bc8b17a221.js
                                5601.ffda77b468bc8b17a221.js.map
                                563.0a7566a6f2b684579011.js
                                563.0a7566a6f2b684579011.js.map
                                5698.3347ece7b9654a7783ce.js
                                5698.3347ece7b9654a7783ce.js.map
                                5748.5dca396b965fb74427ff.js
                                5748.5dca396b965fb74427ff.js.map
                                5765.f588990a6e3cb69dcefe.js
                                5765.f588990a6e3cb69dcefe.js.map
                                5777.c601d5372b8b7c9b6ff0.js
                                5777.c601d5372b8b7c9b6ff0.js.map
                                5822.6dcbc72eeab5ed4295aa.js
                                5822.6dcbc72eeab5ed4295aa.js.map
                                5828.66806b64a5e5ffda935f.js
                                5828.66806b64a5e5ffda935f.js.map
                                5834.aca2b773e8f9ffc9639e.js
                                5834.aca2b773e8f9ffc9639e.js.map
                                5850.30a4d9a000a79095dcff.js
                                5850.30a4d9a000a79095dcff.js.map
                                5872.9d35ff1e9109987247b6.js
                                5872.9d35ff1e9109987247b6.js.map
                                5972.456ddfa373f527f850fb.js
                                5972.456ddfa373f527f850fb.js.map
                                5996.9dd601211e357e9bf641.js
                                5996.9dd601211e357e9bf641.js.map
                                5cda41563a095bd70c78.woff
                                6139.9b4118bd8223a51fa897.js
                                6139.9b4118bd8223a51fa897.js.map
                                6271.809bc8c9941039275a30.js
                                6271.809bc8c9941039275a30.js.map
                                6301.c02f41d998293ace8bac.js
                                6301.c02f41d998293ace8bac.js.map
                                632.c59cde46a58f6dac3b70.js
                                632.c59cde46a58f6dac3b70.js.map
                                6345.348b6265ddf3713ab5d6.js
                                6345.348b6265ddf3713ab5d6.js.map
                                6428.e4e53b40817c3dd248ca.js
                                6428.e4e53b40817c3dd248ca.js.map
                                647.3a6deb0e090650f1c3e2.js
                                647.3a6deb0e090650f1c3e2.js.map
                                6491.4ec5e8e76fbff7d9698a.js
                                6491.4ec5e8e76fbff7d9698a.js.map
                                6521.95f93bd416d53955c700.js
                                6521.95f93bd416d53955c700.js.map
                                6561.ebddc37c2afcedcddd21.js
                                6561.ebddc37c2afcedcddd21.js.map
                                661.bfd67818fb0b29d1fcb4.js
                                661.bfd67818fb0b29d1fcb4.js.map
                                6653.6525abafd19e7997f79c.js
                                6653.6525abafd19e7997f79c.js.map
                                67.9cbc679ecb920dd7951b.js
                                67.9cbc679ecb920dd7951b.js.map
                                6739.b86fe9f9325e098414af.js
                                6739.b86fe9f9325e098414af.js.map
                                677.bedd668f19a13f2743c4.js
                                677.bedd668f19a13f2743c4.js.map
                                6788.c9f5f85294a5ed5f86ec.js
                                6788.c9f5f85294a5ed5f86ec.js.map
                                6800.35cead61fb9b37904873.js
                                6800.35cead61fb9b37904873.js.map
                                6873.d5b12730d4556b6f37bf.js
                                6873.d5b12730d4556b6f37bf.js.map
                                69.aa2a725012bd95ceceba.js
                                69.aa2a725012bd95ceceba.js.map
                                6942.073187fa00ada10fcd06.js
                                6942.073187fa00ada10fcd06.js.map
                                6972.3bd59944fc1dc3e59150.js
                                6972.3bd59944fc1dc3e59150.js.map
                                7005.9f299a4f2a4e116a7369.js
                                7005.9f299a4f2a4e116a7369.js.map
                                7022.ada0a27a1f0d61d90ee8.js
                                7022.ada0a27a1f0d61d90ee8.js.map
                                7054.093d48fae797c6c33872.js
                                7054.093d48fae797c6c33872.js.map
                                7061.ada76efa0840f101be5b.js
                                7061.ada76efa0840f101be5b.js.map
                                7154.1ab03d07151bbd0aad06.js
                                7154.1ab03d07151bbd0aad06.js.map
                                7159.41e52038b70d27a3b442.js
                                7159.41e52038b70d27a3b442.js.map
                                7170.aef383eb04df84d63d6a.js
                                7170.aef383eb04df84d63d6a.js.map
                                7179.a27cb1e09e47e519cbfa.js
                                7179.a27cb1e09e47e519cbfa.js.map
                                721921bab0d001ebff02.woff
                                7264.56c0f8b7752822724b0f.js
                                7264.56c0f8b7752822724b0f.js.map
                                72bc573386dd1d48c5bb.woff
                                7302.3f668970091842fbc9ca.js
                                7302.3f668970091842fbc9ca.js.map
                                7360.b3741cc7257cecd9efe9.js
                                7360.b3741cc7257cecd9efe9.js.map
                                7369.a065dc2ed2f56a44cb0f.js
                                7369.a065dc2ed2f56a44cb0f.js.map
                                7378.df12091e8f42a5da0429.js
                                7378.df12091e8f42a5da0429.js.map
                                745.30bb604aa86c8167d1a4.js
                                745.30bb604aa86c8167d1a4.js.map
                                7450.beacefc07c8e386709fa.js
                                7450.beacefc07c8e386709fa.js.map
                                7471.27c6037e2917dcd9958a.js
                                7471.27c6037e2917dcd9958a.js.map
                                7488.4d8124f72a0f10256f44.js
                                7488.4d8124f72a0f10256f44.js.map
                                7534.e6ec4e7bd41255482e3e.js
                                7534.e6ec4e7bd41255482e3e.js.map
                                755.3d6eb3b7f81d035f52f4.js
                                755.3d6eb3b7f81d035f52f4.js.map
                                7561.ab0621a9e054b91897f7.js
                                7561.ab0621a9e054b91897f7.js.map
                                757.86f80ac05f38c4f4be68.js
                                757.86f80ac05f38c4f4be68.js.map
                                7582.5611b71499b0becf7b6a.js
                                7582.5611b71499b0becf7b6a.js.map
                                7634.ad26bf6396390c53768a.js
                                7634.ad26bf6396390c53768a.js.map
                                7674.80774120971faccbb256.js
                                7674.80774120971faccbb256.js.map
                                777.de863ae105caa5756453.js
                                777.de863ae105caa5756453.js.map
                                7803.0c44e7b8d148353eed87.js
                                7803.0c44e7b8d148353eed87.js.map
                                7811.fa11577c84ea92d4102c.js
                                7811.fa11577c84ea92d4102c.js.map
                                7817.74b742c39300a07a9efa.js
                                7817.74b742c39300a07a9efa.js.map
                                7866.b73df9c77816d05d6784.js
                                7866.b73df9c77816d05d6784.js.map
                                7884.07a3d44e10261bae9b1f.js
                                7884.07a3d44e10261bae9b1f.js.map
                                7906.c3e50e3c279ee95b5b0c.js
                                7906.c3e50e3c279ee95b5b0c.js.map
                                792.050c0efb8da8e633f900.js
                                792.050c0efb8da8e633f900.js.map
                                7957.d903973498b192f6210c.js
                                7957.d903973498b192f6210c.js.map
                                7969.0080840fce265b81a360.js
                                7969.0080840fce265b81a360.js.map
                                7995.8f35600b7ffffa34c89b.js
                                7995.8f35600b7ffffa34c89b.js.map
                                7997.1469ff294f8b64fd26ec.js
                                7997.1469ff294f8b64fd26ec.js.map
                                79d088064beb3826054f.eot
                                8010.0c4fde830729471df121.js
                                8010.0c4fde830729471df121.js.map
                                8218.983a3a002f016180aaab.js
                                8218.983a3a002f016180aaab.js.map
                                8285.8bade38c361d9af60b43.js
                                8285.8bade38c361d9af60b43.js.map
                                8313.45ac616d61cf717bff16.js
                                8313.45ac616d61cf717bff16.js.map
                                8378.c1a78f0d6f0124d37fa9.js
                                8378.c1a78f0d6f0124d37fa9.js.map
                                8381.0291906ada65d4e5df4e.js
                                8381.0291906ada65d4e5df4e.js.map
                                841.e2a344f8bed0447367be.js
                                841.e2a344f8bed0447367be.js.map
                                8433.ed9247b868845dc191b2.js
                                8433.ed9247b868845dc191b2.js.map
                                8446.66c7f866128c07ec4265.js
                                8446.66c7f866128c07ec4265.js.map
                                8479.1807152edb3d746c4d0b.js
                                8479.1807152edb3d746c4d0b.js.map
                                85.f5f11db2bc819f9ae970.js
                                85.f5f11db2bc819f9ae970.js.map
                                850.4ff5be1ac6f4d6958c7a.js
                                850.4ff5be1ac6f4d6958c7a.js.map
                                8579.973518a0960b2b927064.js
                                8579.973518a0960b2b927064.js.map
                                866.8574f33a07edc3fc33b5.js
                                866.8574f33a07edc3fc33b5.js.map
                                8678.9d28c7fae2ee6c13d2eb.js
                                8678.9d28c7fae2ee6c13d2eb.js.map
                                8701.7be1d7a9c41099ea4b6f.js
                                8701.7be1d7a9c41099ea4b6f.js.map
                                870673df72e70f87c91a.woff
                                874.9e1bcef8ee789652f606.js
                                874.9e1bcef8ee789652f606.js.map
                                8781.3f87f07359077c3a8a85.js
                                8781.3f87f07359077c3a8a85.js.map
                                883.df3c548d474bbe7fc62c.js
                                883.df3c548d474bbe7fc62c.js.map
                                8845.ac1c5acb78cea4acee08.js
                                8845.ac1c5acb78cea4acee08.js.map
                                8875.0604966d624b3656aa1c.js
                                8875.0604966d624b3656aa1c.js.map
                                88b98cad3688915e50da.woff
                                8929.f522b600b8907f9241c6.js
                                8929.f522b600b8907f9241c6.js.map
                                8937.4892770eb5cc44a5f24d.js
                                8937.4892770eb5cc44a5f24d.js.map
                                8979.cafa00ee6b2e82b39a17.js
                                8979.cafa00ee6b2e82b39a17.js.map
                                8983.56458cb92e3e2efe6d33.js
                                8983.56458cb92e3e2efe6d33.js.map
                                899.5a5d6e7bd36baebe76af.js
                                899.5a5d6e7bd36baebe76af.js.map
                                8ea8791754915a898a31.woff2
                                8ea8dbb1b02e6f730f55.woff
                                9022.16842ed509ced9c32e9c.js
                                9022.16842ed509ced9c32e9c.js.map
                                9037.663c64b842834ea1989d.js
                                9037.663c64b842834ea1989d.js.map
                                906.da3adda3c4b703a102d7.js
                                906.da3adda3c4b703a102d7.js.map
                                9060.d564b58af7791af334db.js
                                9060.d564b58af7791af334db.js.map
                                9068.d8c4c8fa34c89c710d15.js
                                9068.d8c4c8fa34c89c710d15.js.map
                                9116.3fe5c69fba4a31452403.js
                                9116.3fe5c69fba4a31452403.js.map
                                9233.916f96402862a0190f46.js
                                9233.916f96402862a0190f46.js.map
                                9234.ec504d9c9a30598a995c.js
                                9234.ec504d9c9a30598a995c.js.map
                                9239.8802747dd58982052b99.js
                                9239.8802747dd58982052b99.js.map
                                9250.a4dfe77db702bf7a316c.js
                                9250.a4dfe77db702bf7a316c.js.map
                                9310.dce9f915c210d4c8802c.js
                                9310.dce9f915c210d4c8802c.js.map
                                9322.02659b877f7881740557.js
                                9322.02659b877f7881740557.js.map
                                9331.5850506ebb1d3f304481.js
                                9331.5850506ebb1d3f304481.js.map
                                9380.b2ee26fa1e359ebe5fb8.js
                                9380.b2ee26fa1e359ebe5fb8.js.map
                                9425.46a85c9a33b839e23d9f.js
                                9425.46a85c9a33b839e23d9f.js.map
                                9442.e301e4179b7c69c125d7.js
                                9442.e301e4179b7c69c125d7.js.map
                                9531.0772cd1f4cfe0c65a5a7.js
                                9531.0772cd1f4cfe0c65a5a7.js.map
                                9558.255ac6fa674e07653e39.js
                                9558.255ac6fa674e07653e39.js.map
                                9604.f29b5b0d3160e238fdf7.js
                                9604.f29b5b0d3160e238fdf7.js.map
                                9619.72d0af35a1e6e3c624d7.js
                                9619.72d0af35a1e6e3c624d7.js.map
                                9674eb1bd55047179038.svg
                                9676.0476942dc748eb1854c5.js
                                9676.0476942dc748eb1854c5.js.map
                                9799.f8f37b03cc4afc27f8f0.js
                                9799.f8f37b03cc4afc27f8f0.js.map
                                9834b82ad26e2a37583d.woff2
                                a009bea404f7a500ded4.woff
                                a3b9817780214caf01e8.svg
                                af04542b29eaac04550a.woff
                                af6397503fcefbd61397.ttf
                                af96f67d7accf5fd2a4a.woff
                                b418136e3b384baaadec.woff
                                be0a084962d8066884f7.svg
                                c49810b53ecc0d87d802.woff
                                c56da8d69f1a0208b8e0.woff
                                cb9e9e693192413cde2b.woff
                                cda59d6efffa685830fd.ttf
                                e4299464e7b012968eed.eot
                                e42a88444448ac3d6054.woff2
                                e8711bbb871afd8e9dea.ttf
                                f9217f66874b0c01cd8c.woff
                                fc6ddf5df402b263cfb1.woff
                                main.e99dd4f880b24bc94403.js
                                main.e99dd4f880b24bc94403.js.map
                                notebook_core.e0fcfe0884f9e1166813.js
                                notebook_core.e0fcfe0884f9e1166813.js.map
                                third-party-licenses.json
                            templates/
                                consoles.html
                                edit.html
                                error.html
                                notebooks.html
                                terminals.html
                                tree.html
                            __init__.py
                            __main__.py
                            _version.py
                            app.py
                        notebook-7.4.5.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        notebook_shim/
                            tests/
                                confs/
                                    jupyter_my_ext_config.py
                                    jupyter_notebook_config.py
                                    jupyter_server_config.py
                                __init__.py
                                mockextension.py
                                test_extension.py
                            __init__.py
                            _version.py
                            nbserver.py
                            shim.py
                            traits.py
                        notebook_shim-0.2.4.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        numba/
                            cext/
                                __init__.py
                                cext.h
                                dictobject.c
                                dictobject.h
                                listobject.c
                                listobject.h
                                utils.c
                            cloudpickle/
                                __init__.py
                                cloudpickle.py
                                cloudpickle_fast.py
                            core/
                                annotations/
                                    __init__.py
                                    pretty_annotate.py
                                    template.html
                                    type_annotations.py
                                datamodel/
                                    __init__.py
                                    manager.py
                                    models.py
                                    new_models.py
                                    old_models.py
                                    packer.py
                                    registry.py
                                    testing.py
                                rewrites/
                                    __init__.py
                                    ir_print.py
                                    registry.py
                                    static_binop.py
                                    static_getitem.py
                                    static_raise.py
                                runtime/
                                    __init__.py
                                    _nrt_python.c
                                    _nrt_python.cpython-313-darwin.so
                                    _nrt_pythonmod.c
                                    context.py
                                    nrt.cpp
                                    nrt.h
                                    nrt.py
                                    nrt_external.h
                                    nrtdynmod.py
                                    nrtopt.py
                                typeconv/
                                    __init__.py
                                    _typeconv.cpython-313-darwin.so
                                    castgraph.py
                                    rules.py
                                    typeconv.py
                                types/
                                    new_scalars/
                                        __init__.py
                                        machine_types.py
                                        numpy_types.py
                                        python_types.py
                                        scalars.py
                                    __init__.py
                                    __init__.pyi
                                    abstract.py
                                    common.py
                                    containers.py
                                    function_type.py
                                    functions.py
                                    iterators.py
                                    misc.py
                                    npytypes.py
                                    old_scalars.py
                                    scalars.py
                                typing/
                                    __init__.py
                                    arraydecl.py
                                    asnumbatype.py
                                    bufproto.py
                                    builtins.py
                                    cffi_utils.py
                                    cmathdecl.py
                                    collections.py
                                    context.py
                                    ctypes_utils.py
                                    dictdecl.py
                                    enumdecl.py
                                    listdecl.py
                                    mathdecl.py
                                    new_builtins.py
                                    new_cmathdecl.py
                                    new_mathdecl.py
                                    npdatetime.py
                                    npydecl.py
                                    old_builtins.py
                                    old_cmathdecl.py
                                    old_mathdecl.py
                                    setdecl.py
                                    templates.py
                                    typeof.py
                                unsafe/
                                    __init__.py
                                    bytes.py
                                    eh.py
                                    nrt.py
                                    refcount.py
                                __init__.py
                                analysis.py
                                base.py
                                boxing.py
                                bytecode.py
                                byteflow.py
                                caching.py
                                callconv.py
                                callwrapper.py
                                ccallback.py
                                cgutils.py
                                codegen.py
                                compiler.py
                                compiler_lock.py
                                compiler_machinery.py
                                config.py
                                consts.py
                                controlflow.py
                                cpu.py
                                cpu_options.py
                                debuginfo.py
                                decorators.py
                                descriptors.py
                                dispatcher.py
                                entrypoints.py
                                environment.py
                                errors.py
                                event.py
                                extending.py
                                externals.py
                                fastmathpass.py
                                funcdesc.py
                                generators.py
                                imputils.py
                                inline_closurecall.py
                                interpreter.py
                                intrinsics.py
                                ir.py
                                ir_utils.py
                                itanium_mangler.py
                                llvm_bindings.py
                                lowering.py
                                new_boxing.py
                                object_mode_passes.py
                                old_boxing.py
                                optional.py
                                options.py
                                postproc.py
                                pylowering.py
                                pythonapi.py
                                registry.py
                                removerefctpass.py
                                serialize.py
                                sigutils.py
                                ssa.py
                                target_extension.py
                                targetconfig.py
                                tracing.py
                                transforms.py
                                typed_passes.py
                                typeinfer.py
                                untyped_passes.py
                                utils.py
                                withcontexts.py
                            cpython/
                                unsafe/
                                    __init__.py
                                    numbers.py
                                    tuple.py
                                __init__.py
                                builtins.py
                                charseq.py
                                cmathimpl.py
                                enumimpl.py
                                hashing.py
                                heapq.py
                                iterators.py
                                listobj.py
                                mathimpl.py
                                new_builtins.py
                                new_hashing.py
                                new_mathimpl.py
                                new_numbers.py
                                new_tupleobj.py
                                numbers.py
                                old_builtins.py
                                old_hashing.py
                                old_mathimpl.py
                                old_numbers.py
                                old_tupleobj.py
                                printimpl.py
                                randomimpl.py
                                rangeobj.py
                                setobj.py
                                slicing.py
                                tupleobj.py
                                unicode.py
                                unicode_support.py
                            cuda/
                                cudadrv/
                                    __init__.py
                                    _extras.cpython-313-darwin.so
                                    devicearray.py
                                    devices.py
                                    driver.py
                                    drvapi.py
                                    dummyarray.py
                                    enums.py
                                    error.py
                                    libs.py
                                    ndarray.py
                                    nvrtc.py
                                    nvvm.py
                                    rtapi.py
                                    runtime.py
                                kernels/
                                    __init__.py
                                    reduction.py
                                    transpose.py
                                simulator/
                                    cudadrv/
                                        __init__.py
                                        devicearray.py
                                        devices.py
                                        driver.py
                                        drvapi.py
                                        dummyarray.py
                                        error.py
                                        libs.py
                                        nvvm.py
                                        runtime.py
                                    __init__.py
                                    api.py
                                    compiler.py
                                    kernel.py
                                    kernelapi.py
                                    reduction.py
                                    vector_types.py
                                tests/
                                    cudadrv/
                                        __init__.py
                                        test_array_attr.py
                                        test_context_stack.py
                                        test_cuda_array_slicing.py
                                        test_cuda_auto_context.py
                                        test_cuda_devicerecord.py
                                        test_cuda_driver.py
                                        test_cuda_libraries.py
                                        test_cuda_memory.py
                                        test_cuda_ndarray.py
                                        test_deallocations.py
                                        test_detect.py
                                        test_emm_plugins.py
                                        test_events.py
                                        test_host_alloc.py
                                        test_init.py
                                        test_inline_ptx.py
                                        test_is_fp16.py
                                        test_linker.py
                                        test_managed_alloc.py
                                        test_mvc.py
                                        test_nvvm_driver.py
                                        test_pinned.py
                                        test_profiler.py
                                        test_ptds.py
                                        test_reset_device.py
                                        test_runtime.py
                                        test_select_device.py
                                        test_streams.py
                                    cudapy/
                                        __init__.py
                                        cache_usecases.py
                                        cache_with_cpu_usecases.py
                                        extensions_usecases.py
                                        recursion_usecases.py
                                        test_alignment.py
                                        test_array.py
                                        test_array_args.py
                                        test_array_methods.py
                                        test_atomics.py
                                        test_blackscholes.py
                                        test_boolean.py
                                        test_caching.py
                                        test_casting.py
                                        test_cffi.py
                                        test_compiler.py
                                        test_complex.py
                                        test_complex_kernel.py
                                        test_const_string.py
                                        test_constmem.py
                                        test_cooperative_groups.py
                                        test_cuda_array_interface.py
                                        test_cuda_jit_no_types.py
                                        test_datetime.py
                                        test_debug.py
                                        test_debuginfo.py
                                        test_device_func.py
                                        test_dispatcher.py
                                        test_enums.py
                                        test_errors.py
                                        test_exception.py
                                        test_extending.py
                                        test_fastmath.py
                                        test_forall.py
                                        test_freevar.py
                                        test_frexp_ldexp.py
                                        test_globals.py
                                        test_gufunc.py
                                        test_gufunc_scalar.py
                                        test_gufunc_scheduling.py
                                        test_idiv.py
                                        test_inspect.py
                                        test_intrinsics.py
                                        test_ipc.py
                                        test_iterators.py
                                        test_lang.py
                                        test_laplace.py
                                        test_libdevice.py
                                        test_lineinfo.py
                                        test_localmem.py
                                        test_mandel.py
                                        test_math.py
                                        test_matmul.py
                                        test_minmax.py
                                        test_montecarlo.py
                                        test_multigpu.py
                                        test_multiprocessing.py
                                        test_multithreads.py
                                        test_nondet.py
                                        test_operator.py
                                        test_optimization.py
                                        test_overload.py
                                        test_powi.py
                                        test_print.py
                                        test_py2_div_issue.py
                                        test_random.py
                                        test_record_dtype.py
                                        test_recursion.py
                                        test_reduction.py
                                        test_retrieve_autoconverted_arrays.py
                                        test_serialize.py
                                        test_slicing.py
                                        test_sm.py
                                        test_sm_creation.py
                                        test_sync.py
                                        test_transpose.py
                                        test_ufuncs.py
                                        test_userexc.py
                                        test_vector_type.py
                                        test_vectorize.py
                                        test_vectorize_complex.py
                                        test_vectorize_decor.py
                                        test_vectorize_device.py
                                        test_vectorize_scalar_arg.py
                                        test_warning.py
                                        test_warp_ops.py
                                    cudasim/
                                        __init__.py
                                        support.py
                                        test_cudasim_issues.py
                                    data/
                                        __init__.py
                                        cuda_include.cu
                                        error.cu
                                        jitlink.cu
                                        jitlink.ptx
                                        warn.cu
                                    doc_examples/
                                        ffi/
                                            __init__.py
                                            functions.cu
                                        __init__.py
                                        test_cg.py
                                        test_cpu_gpu_compat.py
                                        test_ffi.py
                                        test_laplace.py
                                        test_matmul.py
                                        test_montecarlo.py
                                        test_random.py
                                        test_reduction.py
                                        test_sessionize.py
                                        test_ufunc.py
                                        test_vecadd.py
                                    nocuda/
                                        __init__.py
                                        test_dummyarray.py
                                        test_function_resolution.py
                                        test_import.py
                                        test_library_lookup.py
                                        test_nvvm.py
                                    __init__.py
                                __init__.py
                                api.py
                                api_util.py
                                args.py
                                cg.py
                                codegen.py
                                compiler.py
                                cpp_function_wrappers.cu
                                cuda_fp16.h
                                cuda_fp16.hpp
                                cuda_paths.py
                                cudadecl.py
                                cudaimpl.py
                                cudamath.py
                                decorators.py
                                descriptor.py
                                device_init.py
                                deviceufunc.py
                                dispatcher.py
                                errors.py
                                extending.py
                                initialize.py
                                intrinsic_wrapper.py
                                intrinsics.py
                                libdevice.py
                                libdevicedecl.py
                                libdevicefuncs.py
                                libdeviceimpl.py
                                mathimpl.py
                                models.py
                                nvvmutils.py
                                printimpl.py
                                random.py
                                simulator_init.py
                                stubs.py
                                target.py
                                testing.py
                                types.py
                                ufuncs.py
                                vector_types.py
                                vectorizers.py
                            experimental/
                                jitclass/
                                    __init__.py
                                    _box.cpython-313-darwin.so
                                    base.py
                                    boxing.py
                                    decorators.py
                                    overloads.py
                                __init__.py
                                function_type.py
                                structref.py
                            misc/
                                help/
                                    __init__.py
                                    inspector.py
                                __init__.py
                                appdirs.py
                                cffiimpl.py
                                cmdlang.gdb
                                coverage_support.py
                                dump_style.py
                                findlib.py
                                firstlinefinder.py
                                gdb_hook.py
                                gdb_print_extension.py
                                init_utils.py
                                inspection.py
                                literal.py
                                llvm_pass_timings.py
                                mergesort.py
                                numba_entry.py
                                numba_gdbinfo.py
                                numba_sysinfo.py
                                POST.py
                                quicksort.py
                                special.py
                                timsort.py
                            np/
                                math/
                                    __init__.py
                                    cmathimpl.py
                                    mathimpl.py
                                    numbers.py
                                polynomial/
                                    __init__.py
                                    polynomial_core.py
                                    polynomial_functions.py
                                random/
                                    __init__.py
                                    _constants.py
                                    distributions.py
                                    generator_core.py
                                    generator_methods.py
                                    new_distributions.py
                                    new_random_methods.py
                                    old_distributions.py
                                    old_random_methods.py
                                    random_methods.py
                                ufunc/
                                    __init__.py
                                    _internal.cpython-313-darwin.so
                                    _num_threads.cpython-313-darwin.so
                                    array_exprs.py
                                    decorators.py
                                    dufunc.py
                                    gufunc.py
                                    omppool.cpython-313-darwin.so
                                    parallel.py
                                    sigparse.py
                                    ufunc_base.py
                                    ufuncbuilder.py
                                    workqueue.cpython-313-darwin.so
                                    wrappers.py
                                unsafe/
                                    __init__.py
                                    ndarray.py
                                __init__.py
                                arraymath.py
                                arrayobj.py
                                extensions.py
                                linalg.py
                                new_arraymath.py
                                npdatetime.py
                                npdatetime_helpers.py
                                npyfuncs.py
                                npyimpl.py
                                numpy_support.py
                                old_arraymath.py
                                ufunc_db.py
                            parfors/
                                __init__.py
                                array_analysis.py
                                parfor.py
                                parfor_lowering.py
                                parfor_lowering_utils.py
                            pycc/
                                __init__.py
                                cc.py
                                compiler.py
                                decorators.py
                                llvm_types.py
                                modulemixin.c
                                platform.py
                            scripts/
                                __init__.py
                                generate_lower_listing.py
                            stencils/
                                __init__.py
                                stencil.py
                                stencilparfor.py
                            testing/
                                __init__.py
                                __main__.py
                                _runtests.py
                                loader.py
                                main.py
                                notebook.py
                            tests/
                                doc_examples/
                                    __init__.py
                                    test_examples.py
                                    test_interval_example.py
                                    test_jitclass.py
                                    test_literal_container_usage.py
                                    test_literally_usage.py
                                    test_llvm_pass_timings.py
                                    test_numpy_generators.py
                                    test_parallel_chunksize.py
                                    test_rec_array.py
                                    test_structref_usage.py
                                    test_typed_dict_usage.py
                                    test_typed_list_usage.py
                                gdb/
                                    __init__.py
                                    test_array_arg.py
                                    test_basic.py
                                    test_break_on_symbol.py
                                    test_break_on_symbol_version.py
                                    test_conditional_breakpoint.py
                                    test_pretty_print.py
                                npyufunc/
                                    __init__.py
                                    cache_usecases.py
                                    test_caching.py
                                    test_dufunc.py
                                    test_errors.py
                                    test_gufunc.py
                                    test_parallel_env_variable.py
                                    test_parallel_low_work.py
                                    test_parallel_ufunc_issues.py
                                    test_ufunc.py
                                    test_ufuncbuilding.py
                                    test_update_inplace.py
                                    test_vectorize_decor.py
                                    ufuncbuilding_usecases.py
                                pycc_distutils_usecase/
                                    nested/
                                        __init__.py
                                        source_module.py
                                    __init__.py
                                    setup_distutils.py
                                    setup_distutils_nested.py
                                    setup_setuptools.py
                                    setup_setuptools_nested.py
                                    source_module.py
                                __init__.py
                                annotation_usecases.py
                                cache_usecases.py
                                cffi_usecases.py
                                cfunc_cache_usecases.py
                                chained_assign_usecases.py
                                cloudpickle_main_class.py
                                compile_with_pycc.py
                                complex_usecases.py
                                ctypes_usecases.py
                                doctest_usecase.py
                                dummy_module.py
                                enum_usecases.py
                                error_usecases.py
                                errorhandling_usecases.py
                                gdb_support.py
                                inlining_usecases.py
                                matmul_usecase.py
                                orphaned_semaphore_usecase.py
                                overload_usecases.py
                                parfor_iss9490_usecase.py
                                parfors_cache_usecases.py
                                pdlike_usecase.py
                                recursion_usecases.py
                                serialize_usecases.py
                                support.py
                                test_alignment.py
                                test_analysis.py
                                test_annotations.py
                                test_api.py
                                test_array_analysis.py
                                test_array_attr.py
                                test_array_constants.py
                                test_array_exprs.py
                                test_array_iterators.py
                                test_array_manipulation.py
                                test_array_methods.py
                                test_array_reductions.py
                                test_array_return.py
                                test_asnumbatype.py
                                test_auto_constants.py
                                test_blackscholes.py
                                test_boundscheck.py
                                test_buffer_protocol.py
                                test_builtins.py
                                test_byteflow.py
                                test_caching.py
                                test_casting.py
                                test_cffi.py
                                test_cfunc.py
                                test_cgutils.py
                                test_chained_assign.py
                                test_chrome_trace.py
                                test_cli.py
                                test_closure.py
                                test_codegen.py
                                test_compile_cache.py
                                test_compiler_flags.py
                                test_compiler_lock.py
                                test_complex.py
                                test_comprehension.py
                                test_conditions_as_predicates.py
                                test_config.py
                                test_conversion.py
                                test_copy_propagate.py
                                test_ctypes.py
                                test_dataflow.py
                                test_datamodel.py
                                test_debug.py
                                test_debuginfo.py
                                test_deprecations.py
                                test_dictimpl.py
                                test_dictobject.py
                                test_dicts.py
                                test_dispatcher.py
                                test_doctest.py
                                test_dyn_array.py
                                test_dyn_func.py
                                test_entrypoints.py
                                test_enums.py
                                test_errorhandling.py
                                test_errormodels.py
                                test_event.py
                                test_exceptions.py
                                test_extended_arg.py
                                test_extending.py
                                test_extending_types.py
                                test_fancy_indexing.py
                                test_fastmath.py
                                test_findlib.py
                                test_firstlinefinder.py
                                test_flow_control.py
                                test_func_interface.py
                                test_func_lifetime.py
                                test_funcdesc.py
                                test_function_type.py
                                test_gdb_bindings.py
                                test_gdb_dwarf.py
                                test_generators.py
                                test_getitem_on_types.py
                                test_gil.py
                                test_globals.py
                                test_hashing.py
                                test_heapq.py
                                test_help.py
                                test_import.py
                                test_indexing.py
                                test_init_utils.py
                                test_inlining.py
                                test_interpreter.py
                                test_interproc.py
                                test_intwidth.py
                                test_ir.py
                                test_ir_inlining.py
                                test_ir_utils.py
                                test_itanium_mangler.py
                                test_iteration.py
                                test_jit_module.py
                                test_jitclasses.py
                                test_jitmethod.py
                                test_linalg.py
                                test_listimpl.py
                                test_listobject.py
                                test_lists.py
                                test_literal_dispatch.py
                                test_llvm_pass_timings.py
                                test_llvm_version_check.py
                                test_locals.py
                                test_looplifting.py
                                test_make_function_to_jit_function.py
                                test_mandelbrot.py
                                test_mangling.py
                                test_map_filter_reduce.py
                                test_mathlib.py
                                test_maxmin.py
                                test_misc_coverage_support.py
                                test_mixed_tuple_unroller.py
                                test_moved_modules.py
                                test_multi3.py
                                test_nan.py
                                test_ndarray_subclasses.py
                                test_nested_calls.py
                                test_new_type_system.py
                                test_np_functions.py
                                test_np_randomgen.py
                                test_npdatetime.py
                                test_nrt.py
                                test_nrt_refct.py
                                test_num_threads.py
                                test_numberctor.py
                                test_numbers.py
                                test_numconv.py
                                test_numpy_support.py
                                test_numpyadapt.py
                                test_obj_lifetime.py
                                test_object_mode.py
                                test_objects.py
                                test_operators.py
                                test_optimisation_pipelines.py
                                test_optional.py
                                test_overlap.py
                                test_parallel_backend.py
                                test_parfors.py
                                test_parfors_caching.py
                                test_parfors_passes.py
                                test_pipeline.py
                                test_polynomial.py
                                test_practical_lowering_issues.py
                                test_print.py
                                test_profiler.py
                                test_pycc.py
                                test_python_int.py
                                test_pythonapi.py
                                test_random.py
                                test_range.py
                                test_recarray_usecases.py
                                test_record_dtype.py
                                test_recursion.py
                                test_refop_pruning.py
                                test_remove_dead.py
                                test_repr.py
                                test_return_values.py
                                test_runtests.py
                                test_serialize.py
                                test_sets.py
                                test_slices.py
                                test_sort.py
                                test_ssa.py
                                test_stencils.py
                                test_storeslice.py
                                test_struct_ref.py
                                test_support.py
                                test_svml.py
                                test_sys_monitoring.py
                                test_sys_stdin_assignment.py
                                test_sysinfo.py
                                test_target_extension.py
                                test_target_overloadselector.py
                                test_threadsafety.py
                                test_tracing.py
                                test_try_except.py
                                test_tuples.py
                                test_typeconv.py
                                test_typedlist.py
                                test_typedobjectutils.py
                                test_typeguard.py
                                test_typeinfer.py
                                test_typenames.py
                                test_typeof.py
                                test_types.py
                                test_typingerror.py
                                test_ufuncs.py
                                test_unicode.py
                                test_unicode_array.py
                                test_unicode_names.py
                                test_unpack_sequence.py
                                test_unpickle_without_module.py
                                test_unsafe_intrinsics.py
                                test_usecases.py
                                test_vectorization.py
                                test_vectorization_type_inference.py
                                test_warnings.py
                                test_withlifting.py
                                threading_backend_usecases.py
                                typedlist_usecases.py
                                usecases.py
                            typed/
                                __init__.py
                                dictimpl.py
                                dictobject.py
                                listobject.py
                                py.typed
                                typeddict.py
                                typedlist.py
                                typedobjectutils.py
                            types/
                                __init__.py
                            __init__.py
                            __main__.py
                            _arraystruct.h
                            _devicearray.cpython-313-darwin.so
                            _devicearray.h
                            _dispatcher.cpython-313-darwin.so
                            _dynfunc.c
                            _dynfunc.cpython-313-darwin.so
                            _dynfuncmod.c
                            _hashtable.h
                            _helperlib.c
                            _helperlib.cpython-313-darwin.so
                            _helpermod.c
                            _lapack.c
                            _numba_common.h
                            _pymodule.h
                            _random.c
                            _typeof.h
                            _unicodetype_db.h
                            _version.py
                            capsulethunk.h
                            extending.py
                            mathnames.h
                            mviewbuf.c
                            mviewbuf.cpython-313-darwin.so
                            pythoncapi_compat.h
                            runtests.py
                        numba-0.61.2.dist-info/
                            INSTALLER
                            LICENSE
                            LICENSES.third-party
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        numpy/
                            _core/
                                include/
                                    numpy/
                                        random/
                                            bitgen.h
                                            distributions.h
                                            libdivide.h
                                            LICENSE.txt
                                        __multiarray_api.c
                                        __multiarray_api.h
                                        __ufunc_api.c
                                        __ufunc_api.h
                                        _neighborhood_iterator_imp.h
                                        _numpyconfig.h
                                        _public_dtype_api_table.h
                                        arrayobject.h
                                        arrayscalars.h
                                        dtype_api.h
                                        halffloat.h
                                        ndarrayobject.h
                                        ndarraytypes.h
                                        npy_1_7_deprecated_api.h
                                        npy_2_compat.h
                                        npy_2_complexcompat.h
                                        npy_3kcompat.h
                                        npy_common.h
                                        npy_cpu.h
                                        npy_endian.h
                                        npy_math.h
                                        npy_no_deprecated_api.h
                                        npy_os.h
                                        numpyconfig.h
                                        ufuncobject.h
                                        utils.h
                                lib/
                                    npy-pkg-config/
                                        mlib.ini
                                        npymath.ini
                                    pkgconfig/
                                        numpy.pc
                                    libnpymath.a
                                tests/
                                    data/
                                        astype_copy.pkl
                                        generate_umath_validation_data.cpp
                                        recarray_from_file.fits
                                        umath-validation-set-arccos.csv
                                        umath-validation-set-arccosh.csv
                                        umath-validation-set-arcsin.csv
                                        umath-validation-set-arcsinh.csv
                                        umath-validation-set-arctan.csv
                                        umath-validation-set-arctanh.csv
                                        umath-validation-set-cbrt.csv
                                        umath-validation-set-cos.csv
                                        umath-validation-set-cosh.csv
                                        umath-validation-set-exp.csv
                                        umath-validation-set-exp2.csv
                                        umath-validation-set-expm1.csv
                                        umath-validation-set-log.csv
                                        umath-validation-set-log10.csv
                                        umath-validation-set-log1p.csv
                                        umath-validation-set-log2.csv
                                        umath-validation-set-README.txt
                                        umath-validation-set-sin.csv
                                        umath-validation-set-sinh.csv
                                        umath-validation-set-tan.csv
                                        umath-validation-set-tanh.csv
                                    examples/
                                        cython/
                                            checks.pyx
                                            meson.build
                                            setup.py
                                        limited_api/
                                            limited_api1.c
                                            limited_api2.pyx
                                            limited_api_latest.c
                                            meson.build
                                            setup.py
                                    _locales.py
                                    _natype.py
                                    test__exceptions.py
                                    test_abc.py
                                    test_api.py
                                    test_argparse.py
                                    test_array_api_info.py
                                    test_array_coercion.py
                                    test_array_interface.py
                                    test_arraymethod.py
                                    test_arrayobject.py
                                    test_arrayprint.py
                                    test_casting_floatingpoint_errors.py
                                    test_casting_unittests.py
                                    test_conversion_utils.py
                                    test_cpu_dispatcher.py
                                    test_cpu_features.py
                                    test_custom_dtypes.py
                                    test_cython.py
                                    test_datetime.py
                                    test_defchararray.py
                                    test_deprecations.py
                                    test_dlpack.py
                                    test_dtype.py
                                    test_einsum.py
                                    test_errstate.py
                                    test_extint128.py
                                    test_function_base.py
                                    test_getlimits.py
                                    test_half.py
                                    test_hashtable.py
                                    test_indexerrors.py
                                    test_indexing.py
                                    test_item_selection.py
                                    test_limited_api.py
                                    test_longdouble.py
                                    test_machar.py
                                    test_mem_overlap.py
                                    test_mem_policy.py
                                    test_memmap.py
                                    test_multiarray.py
                                    test_multithreading.py
                                    test_nditer.py
                                    test_nep50_promotions.py
                                    test_numeric.py
                                    test_numerictypes.py
                                    test_overrides.py
                                    test_print.py
                                    test_protocols.py
                                    test_records.py
                                    test_regression.py
                                    test_scalar_ctors.py
                                    test_scalar_methods.py
                                    test_scalarbuffer.py
                                    test_scalarinherit.py
                                    test_scalarmath.py
                                    test_scalarprint.py
                                    test_shape_base.py
                                    test_simd.py
                                    test_simd_module.py
                                    test_stringdtype.py
                                    test_strings.py
                                    test_ufunc.py
                                    test_umath.py
                                    test_umath_accuracy.py
                                    test_umath_complex.py
                                    test_unicode.py
                                __init__.py
                                __init__.pyi
                                _add_newdocs.py
                                _add_newdocs.pyi
                                _add_newdocs_scalars.py
                                _add_newdocs_scalars.pyi
                                _asarray.py
                                _asarray.pyi
                                _dtype.py
                                _dtype.pyi
                                _dtype_ctypes.py
                                _dtype_ctypes.pyi
                                _exceptions.py
                                _exceptions.pyi
                                _internal.py
                                _internal.pyi
                                _machar.py
                                _machar.pyi
                                _methods.py
                                _methods.pyi
                                _multiarray_tests.cpython-313-darwin.so
                                _multiarray_umath.cpython-313-darwin.so
                                _operand_flag_tests.cpython-313-darwin.so
                                _rational_tests.cpython-313-darwin.so
                                _simd.cpython-313-darwin.so
                                _simd.pyi
                                _string_helpers.py
                                _string_helpers.pyi
                                _struct_ufunc_tests.cpython-313-darwin.so
                                _type_aliases.py
                                _type_aliases.pyi
                                _ufunc_config.py
                                _ufunc_config.pyi
                                _umath_tests.cpython-313-darwin.so
                                arrayprint.py
                                arrayprint.pyi
                                cversions.py
                                defchararray.py
                                defchararray.pyi
                                einsumfunc.py
                                einsumfunc.pyi
                                fromnumeric.py
                                fromnumeric.pyi
                                function_base.py
                                function_base.pyi
                                getlimits.py
                                getlimits.pyi
                                memmap.py
                                memmap.pyi
                                multiarray.py
                                multiarray.pyi
                                numeric.py
                                numeric.pyi
                                numerictypes.py
                                numerictypes.pyi
                                overrides.py
                                overrides.pyi
                                printoptions.py
                                printoptions.pyi
                                records.py
                                records.pyi
                                shape_base.py
                                shape_base.pyi
                                strings.py
                                strings.pyi
                                umath.py
                                umath.pyi
                            _pyinstaller/
                                tests/
                                    __init__.py
                                    pyinstaller-smoke.py
                                    test_pyinstaller.py
                                __init__.py
                                __init__.pyi
                                hook-numpy.py
                                hook-numpy.pyi
                            _typing/
                                __init__.py
                                _add_docstring.py
                                _array_like.py
                                _callable.pyi
                                _char_codes.py
                                _dtype_like.py
                                _extended_precision.py
                                _nbit.py
                                _nbit_base.py
                                _nested_sequence.py
                                _scalars.py
                                _shape.py
                                _ufunc.py
                                _ufunc.pyi
                            _utils/
                                __init__.py
                                __init__.pyi
                                _convertions.py
                                _convertions.pyi
                                _inspect.py
                                _inspect.pyi
                                _pep440.py
                                _pep440.pyi
                            char/
                                __init__.py
                                __init__.pyi
                            compat/
                                tests/
                                    __init__.py
                                __init__.py
                                py3k.py
                            core/
                                __init__.py
                                __init__.pyi
                                _dtype.py
                                _dtype.pyi
                                _dtype_ctypes.py
                                _dtype_ctypes.pyi
                                _internal.py
                                _multiarray_umath.py
                                _utils.py
                                arrayprint.py
                                defchararray.py
                                einsumfunc.py
                                fromnumeric.py
                                function_base.py
                                getlimits.py
                                multiarray.py
                                numeric.py
                                numerictypes.py
                                overrides.py
                                overrides.pyi
                                records.py
                                shape_base.py
                                umath.py
                            doc/
                                ufuncs.py
                            f2py/
                                _backends/
                                    __init__.py
                                    _backend.py
                                    _distutils.py
                                    _meson.py
                                    meson.build.template
                                src/
                                    fortranobject.c
                                    fortranobject.h
                                tests/
                                    src/
                                        abstract_interface/
                                            foo.f90
                                            gh18403_mod.f90
                                        array_from_pyobj/
                                            wrapmodule.c
                                        assumed_shape/
                                            .f2py_f2cmap
                                            foo_free.f90
                                            foo_mod.f90
                                            foo_use.f90
                                            precision.f90
                                        block_docstring/
                                            foo.f
                                        callback/
                                            foo.f
                                            gh17797.f90
                                            gh18335.f90
                                            gh25211.f
                                            gh25211.pyf
                                            gh26681.f90
                                        cli/
                                            gh_22819.pyf
                                            hi77.f
                                            hiworld.f90
                                        common/
                                            block.f
                                            gh19161.f90
                                        crackfortran/
                                            accesstype.f90
                                            common_with_division.f
                                            data_common.f
                                            data_multiplier.f
                                            data_stmts.f90
                                            data_with_comments.f
                                            foo_deps.f90
                                            gh15035.f
                                            gh17859.f
                                            gh22648.pyf
                                            gh23533.f
                                            gh23598.f90
                                            gh23598Warn.f90
                                            gh23879.f90
                                            gh27697.f90
                                            gh2848.f90
                                            operators.f90
                                            privatemod.f90
                                            publicmod.f90
                                            pubprivmod.f90
                                            unicode_comment.f90
                                        f2cmap/
                                            .f2py_f2cmap
                                            isoFortranEnvMap.f90
                                        isocintrin/
                                            isoCtests.f90
                                        kind/
                                            foo.f90
                                        mixed/
                                            foo.f
                                            foo_fixed.f90
                                            foo_free.f90
                                        modules/
                                            gh25337/
                                                data.f90
                                                use_data.f90
                                            gh26920/
                                                two_mods_with_no_public_entities.f90
                                                two_mods_with_one_public_routine.f90
                                            module_data_docstring.f90
                                            use_modules.f90
                                        negative_bounds/
                                            issue_20853.f90
                                        parameter/
                                            constant_array.f90
                                            constant_both.f90
                                            constant_compound.f90
                                            constant_integer.f90
                                            constant_non_compound.f90
                                            constant_real.f90
                                        quoted_character/
                                            foo.f
                                        regression/
                                            AB.inc
                                            assignOnlyModule.f90
                                            datonly.f90
                                            f77comments.f
                                            f77fixedform.f95
                                            f90continuation.f90
                                            incfile.f90
                                            inout.f90
                                            lower_f2py_fortran.f90
                                        return_character/
                                            foo77.f
                                            foo90.f90
                                        return_complex/
                                            foo77.f
                                            foo90.f90
                                        return_integer/
                                            foo77.f
                                            foo90.f90
                                        return_logical/
                                            foo77.f
                                            foo90.f90
                                        return_real/
                                            foo77.f
                                            foo90.f90
                                        routines/
                                            funcfortranname.f
                                            funcfortranname.pyf
                                            subrout.f
                                            subrout.pyf
                                        size/
                                            foo.f90
                                        string/
                                            char.f90
                                            fixed_string.f90
                                            gh24008.f
                                            gh24662.f90
                                            gh25286.f90
                                            gh25286.pyf
                                            gh25286_bc.pyf
                                            scalar_string.f90
                                            string.f
                                        value_attrspec/
                                            gh21665.f90
                                    __init__.py
                                    test_abstract_interface.py
                                    test_array_from_pyobj.py
                                    test_assumed_shape.py
                                    test_block_docstring.py
                                    test_callback.py
                                    test_character.py
                                    test_common.py
                                    test_crackfortran.py
                                    test_data.py
                                    test_docs.py
                                    test_f2cmap.py
                                    test_f2py2e.py
                                    test_isoc.py
                                    test_kind.py
                                    test_mixed.py
                                    test_modules.py
                                    test_parameter.py
                                    test_pyf_src.py
                                    test_quoted_character.py
                                    test_regression.py
                                    test_return_character.py
                                    test_return_complex.py
                                    test_return_integer.py
                                    test_return_logical.py
                                    test_return_real.py
                                    test_routines.py
                                    test_semicolon_split.py
                                    test_size.py
                                    test_string.py
                                    test_symbolic.py
                                    test_value_attrspec.py
                                    util.py
                                __init__.py
                                __init__.pyi
                                __main__.py
                                __version__.py
                                _isocbind.py
                                _src_pyf.py
                                auxfuncs.py
                                capi_maps.py
                                cb_rules.py
                                cfuncs.py
                                common_rules.py
                                crackfortran.py
                                diagnose.py
                                f2py2e.py
                                f90mod_rules.py
                                func2subr.py
                                rules.py
                                setup.cfg
                                symbolic.py
                                use_rules.py
                            fft/
                                tests/
                                    __init__.py
                                    test_helper.py
                                    test_pocketfft.py
                                __init__.py
                                __init__.pyi
                                _helper.py
                                _helper.pyi
                                _pocketfft.py
                                _pocketfft.pyi
                                _pocketfft_umath.cpython-313-darwin.so
                                helper.py
                                helper.pyi
                            lib/
                                tests/
                                    data/
                                        py2-np0-objarr.npy
                                        py2-objarr.npy
                                        py2-objarr.npz
                                        py3-objarr.npy
                                        py3-objarr.npz
                                        python3.npy
                                        win64python2.npy
                                    __init__.py
                                    test__datasource.py
                                    test__iotools.py
                                    test__version.py
                                    test_array_utils.py
                                    test_arraypad.py
                                    test_arraysetops.py
                                    test_arrayterator.py
                                    test_format.py
                                    test_function_base.py
                                    test_histograms.py
                                    test_index_tricks.py
                                    test_io.py
                                    test_loadtxt.py
                                    test_mixins.py
                                    test_nanfunctions.py
                                    test_packbits.py
                                    test_polynomial.py
                                    test_recfunctions.py
                                    test_regression.py
                                    test_shape_base.py
                                    test_stride_tricks.py
                                    test_twodim_base.py
                                    test_type_check.py
                                    test_ufunclike.py
                                    test_utils.py
                                __init__.py
                                __init__.pyi
                                _array_utils_impl.py
                                _array_utils_impl.pyi
                                _arraypad_impl.py
                                _arraypad_impl.pyi
                                _arraysetops_impl.py
                                _arraysetops_impl.pyi
                                _arrayterator_impl.py
                                _arrayterator_impl.pyi
                                _datasource.py
                                _datasource.pyi
                                _function_base_impl.py
                                _function_base_impl.pyi
                                _histograms_impl.py
                                _histograms_impl.pyi
                                _index_tricks_impl.py
                                _index_tricks_impl.pyi
                                _iotools.py
                                _iotools.pyi
                                _nanfunctions_impl.py
                                _nanfunctions_impl.pyi
                                _npyio_impl.py
                                _npyio_impl.pyi
                                _polynomial_impl.py
                                _polynomial_impl.pyi
                                _scimath_impl.py
                                _scimath_impl.pyi
                                _shape_base_impl.py
                                _shape_base_impl.pyi
                                _stride_tricks_impl.py
                                _stride_tricks_impl.pyi
                                _twodim_base_impl.py
                                _twodim_base_impl.pyi
                                _type_check_impl.py
                                _type_check_impl.pyi
                                _ufunclike_impl.py
                                _ufunclike_impl.pyi
                                _user_array_impl.py
                                _user_array_impl.pyi
                                _utils_impl.py
                                _utils_impl.pyi
                                _version.py
                                _version.pyi
                                array_utils.py
                                array_utils.pyi
                                format.py
                                format.pyi
                                introspect.py
                                introspect.pyi
                                mixins.py
                                mixins.pyi
                                npyio.py
                                npyio.pyi
                                recfunctions.py
                                recfunctions.pyi
                                scimath.py
                                scimath.pyi
                                stride_tricks.py
                                stride_tricks.pyi
                                user_array.py
                                user_array.pyi
                            linalg/
                                tests/
                                    __init__.py
                                    test_deprecations.py
                                    test_linalg.py
                                    test_regression.py
                                __init__.py
                                __init__.pyi
                                _linalg.py
                                _linalg.pyi
                                _umath_linalg.cpython-313-darwin.so
                                _umath_linalg.pyi
                                lapack_lite.cpython-313-darwin.so
                                lapack_lite.pyi
                                linalg.py
                                linalg.pyi
                            ma/
                                tests/
                                    __init__.py
                                    test_arrayobject.py
                                    test_core.py
                                    test_deprecations.py
                                    test_extras.py
                                    test_mrecords.py
                                    test_old_ma.py
                                    test_regression.py
                                    test_subclassing.py
                                __init__.py
                                __init__.pyi
                                API_CHANGES.txt
                                core.py
                                core.pyi
                                extras.py
                                extras.pyi
                                LICENSE
                                mrecords.py
                                mrecords.pyi
                                README.rst
                                testutils.py
                                timer_comparison.py
                            matrixlib/
                                tests/
                                    __init__.py
                                    test_defmatrix.py
                                    test_interaction.py
                                    test_masked_matrix.py
                                    test_matrix_linalg.py
                                    test_multiarray.py
                                    test_numeric.py
                                    test_regression.py
                                __init__.py
                                __init__.pyi
                                defmatrix.py
                                defmatrix.pyi
                            polynomial/
                                tests/
                                    __init__.py
                                    test_chebyshev.py
                                    test_classes.py
                                    test_hermite.py
                                    test_hermite_e.py
                                    test_laguerre.py
                                    test_legendre.py
                                    test_polynomial.py
                                    test_polyutils.py
                                    test_printing.py
                                    test_symbol.py
                                __init__.py
                                __init__.pyi
                                _polybase.py
                                _polybase.pyi
                                _polytypes.pyi
                                chebyshev.py
                                chebyshev.pyi
                                hermite.py
                                hermite.pyi
                                hermite_e.py
                                hermite_e.pyi
                                laguerre.py
                                laguerre.pyi
                                legendre.py
                                legendre.pyi
                                polynomial.py
                                polynomial.pyi
                                polyutils.py
                                polyutils.pyi
                            random/
                                _examples/
                                    cffi/
                                        extending.py
                                        parse.py
                                    cython/
                                        extending.pyx
                                        extending_distributions.pyx
                                        meson.build
                                    numba/
                                        extending.py
                                        extending_distributions.py
                                lib/
                                    libnpyrandom.a
                                tests/
                                    data/
                                        __init__.py
                                        generator_pcg64_np121.pkl.gz
                                        generator_pcg64_np126.pkl.gz
                                        mt19937-testset-1.csv
                                        mt19937-testset-2.csv
                                        pcg64-testset-1.csv
                                        pcg64-testset-2.csv
                                        pcg64dxsm-testset-1.csv
                                        pcg64dxsm-testset-2.csv
                                        philox-testset-1.csv
                                        philox-testset-2.csv
                                        sfc64-testset-1.csv
                                        sfc64-testset-2.csv
                                        sfc64_np126.pkl.gz
                                    __init__.py
                                    test_direct.py
                                    test_extending.py
                                    test_generator_mt19937.py
                                    test_generator_mt19937_regressions.py
                                    test_random.py
                                    test_randomstate.py
                                    test_randomstate_regression.py
                                    test_regression.py
                                    test_seed_sequence.py
                                    test_smoke.py
                                __init__.pxd
                                __init__.py
                                __init__.pyi
                                _bounded_integers.cpython-313-darwin.so
                                _bounded_integers.pxd
                                _common.cpython-313-darwin.so
                                _common.pxd
                                _generator.cpython-313-darwin.so
                                _generator.pyi
                                _mt19937.cpython-313-darwin.so
                                _mt19937.pyi
                                _pcg64.cpython-313-darwin.so
                                _pcg64.pyi
                                _philox.cpython-313-darwin.so
                                _philox.pyi
                                _pickle.py
                                _pickle.pyi
                                _sfc64.cpython-313-darwin.so
                                _sfc64.pyi
                                bit_generator.cpython-313-darwin.so
                                bit_generator.pxd
                                bit_generator.pyi
                                c_distributions.pxd
                                LICENSE.md
                                mtrand.cpython-313-darwin.so
                                mtrand.pyi
                            rec/
                                __init__.py
                                __init__.pyi
                            strings/
                                __init__.py
                                __init__.pyi
                            testing/
                                _private/
                                    __init__.py
                                    __init__.pyi
                                    extbuild.py
                                    extbuild.pyi
                                    utils.py
                                    utils.pyi
                                tests/
                                    __init__.py
                                    test_utils.py
                                __init__.py
                                __init__.pyi
                                overrides.py
                                overrides.pyi
                                print_coercion_tables.py
                                print_coercion_tables.pyi
                            tests/
                                __init__.py
                                test__all__.py
                                test_configtool.py
                                test_ctypeslib.py
                                test_lazyloading.py
                                test_matlib.py
                                test_numpy_config.py
                                test_numpy_version.py
                                test_public_api.py
                                test_reloading.py
                                test_scripts.py
                                test_warnings.py
                            typing/
                                tests/
                                    data/
                                        fail/
                                            arithmetic.pyi
                                            array_constructors.pyi
                                            array_like.pyi
                                            array_pad.pyi
                                            arrayprint.pyi
                                            arrayterator.pyi
                                            bitwise_ops.pyi
                                            char.pyi
                                            chararray.pyi
                                            comparisons.pyi
                                            constants.pyi
                                            datasource.pyi
                                            dtype.pyi
                                            einsumfunc.pyi
                                            flatiter.pyi
                                            fromnumeric.pyi
                                            histograms.pyi
                                            index_tricks.pyi
                                            lib_function_base.pyi
                                            lib_polynomial.pyi
                                            lib_utils.pyi
                                            lib_version.pyi
                                            linalg.pyi
                                            memmap.pyi
                                            modules.pyi
                                            multiarray.pyi
                                            ndarray.pyi
                                            ndarray_misc.pyi
                                            nditer.pyi
                                            nested_sequence.pyi
                                            npyio.pyi
                                            numerictypes.pyi
                                            random.pyi
                                            rec.pyi
                                            scalars.pyi
                                            shape.pyi
                                            shape_base.pyi
                                            stride_tricks.pyi
                                            strings.pyi
                                            testing.pyi
                                            twodim_base.pyi
                                            type_check.pyi
                                            ufunc_config.pyi
                                            ufunclike.pyi
                                            ufuncs.pyi
                                            warnings_and_errors.pyi
                                        misc/
                                            extended_precision.pyi
                                        pass/
                                            arithmetic.py
                                            array_constructors.py
                                            array_like.py
                                            arrayprint.py
                                            arrayterator.py
                                            bitwise_ops.py
                                            comparisons.py
                                            dtype.py
                                            einsumfunc.py
                                            flatiter.py
                                            fromnumeric.py
                                            index_tricks.py
                                            lib_user_array.py
                                            lib_utils.py
                                            lib_version.py
                                            literal.py
                                            ma.py
                                            mod.py
                                            modules.py
                                            multiarray.py
                                            ndarray_conversion.py
                                            ndarray_misc.py
                                            ndarray_shape_manipulation.py
                                            nditer.py
                                            numeric.py
                                            numerictypes.py
                                            random.py
                                            recfunctions.py
                                            scalars.py
                                            shape.py
                                            simple.py
                                            simple_py3.py
                                            ufunc_config.py
                                            ufunclike.py
                                            ufuncs.py
                                            warnings_and_errors.py
                                        reveal/
                                            arithmetic.pyi
                                            array_api_info.pyi
                                            array_constructors.pyi
                                            arraypad.pyi
                                            arrayprint.pyi
                                            arraysetops.pyi
                                            arrayterator.pyi
                                            bitwise_ops.pyi
                                            char.pyi
                                            chararray.pyi
                                            comparisons.pyi
                                            constants.pyi
                                            ctypeslib.pyi
                                            datasource.pyi
                                            dtype.pyi
                                            einsumfunc.pyi
                                            emath.pyi
                                            fft.pyi
                                            flatiter.pyi
                                            fromnumeric.pyi
                                            getlimits.pyi
                                            histograms.pyi
                                            index_tricks.pyi
                                            lib_function_base.pyi
                                            lib_polynomial.pyi
                                            lib_utils.pyi
                                            lib_version.pyi
                                            linalg.pyi
                                            matrix.pyi
                                            memmap.pyi
                                            mod.pyi
                                            modules.pyi
                                            multiarray.pyi
                                            nbit_base_example.pyi
                                            ndarray_assignability.pyi
                                            ndarray_conversion.pyi
                                            ndarray_misc.pyi
                                            ndarray_shape_manipulation.pyi
                                            nditer.pyi
                                            nested_sequence.pyi
                                            npyio.pyi
                                            numeric.pyi
                                            numerictypes.pyi
                                            polynomial_polybase.pyi
                                            polynomial_polyutils.pyi
                                            polynomial_series.pyi
                                            random.pyi
                                            rec.pyi
                                            scalars.pyi
                                            shape.pyi
                                            shape_base.pyi
                                            stride_tricks.pyi
                                            strings.pyi
                                            testing.pyi
                                            twodim_base.pyi
                                            type_check.pyi
                                            ufunc_config.pyi
                                            ufunclike.pyi
                                            ufuncs.pyi
                                            warnings_and_errors.pyi
                                        mypy.ini
                                    __init__.py
                                    test_isfile.py
                                    test_runtime.py
                                    test_typing.py
                                __init__.py
                                mypy_plugin.py
                            __config__.py
                            __config__.pyi
                            __init__.cython-30.pxd
                            __init__.pxd
                            __init__.py
                            __init__.pyi
                            _array_api_info.py
                            _array_api_info.pyi
                            _configtool.py
                            _configtool.pyi
                            _distributor_init.py
                            _distributor_init.pyi
                            _expired_attrs_2_0.py
                            _expired_attrs_2_0.pyi
                            _globals.py
                            _globals.pyi
                            _pytesttester.py
                            _pytesttester.pyi
                            conftest.py
                            ctypeslib.py
                            ctypeslib.pyi
                            dtypes.py
                            dtypes.pyi
                            exceptions.py
                            exceptions.pyi
                            matlib.py
                            matlib.pyi
                            py.typed
                            version.py
                            version.pyi
                        numpy-2.2.6.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        overrides/
                            __init__.py
                            enforce.py
                            final.py
                            overrides.py
                            py.typed
                            signature.py
                            typing_utils.py
                        overrides-7.7.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        packaging/
                            licenses/
                                __init__.py
                                _spdx.py
                            __init__.py
                            _elffile.py
                            _manylinux.py
                            _musllinux.py
                            _parser.py
                            _structures.py
                            _tokenizer.py
                            markers.py
                            metadata.py
                            py.typed
                            requirements.py
                            specifiers.py
                            tags.py
                            utils.py
                            version.py
                        packaging-25.0.dist-info/
                            licenses/
                                LICENSE
                                LICENSE.APACHE
                                LICENSE.BSD
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pandas/
                            _config/
                                __init__.py
                                config.py
                                dates.py
                                display.py
                                localization.py
                            _libs/
                                tslibs/
                                    __init__.py
                                    base.cpython-313-darwin.so
                                    ccalendar.cpython-313-darwin.so
                                    ccalendar.pyi
                                    conversion.cpython-313-darwin.so
                                    conversion.pyi
                                    dtypes.cpython-313-darwin.so
                                    dtypes.pyi
                                    fields.cpython-313-darwin.so
                                    fields.pyi
                                    nattype.cpython-313-darwin.so
                                    nattype.pyi
                                    np_datetime.cpython-313-darwin.so
                                    np_datetime.pyi
                                    offsets.cpython-313-darwin.so
                                    offsets.pyi
                                    parsing.cpython-313-darwin.so
                                    parsing.pyi
                                    period.cpython-313-darwin.so
                                    period.pyi
                                    strptime.cpython-313-darwin.so
                                    strptime.pyi
                                    timedeltas.cpython-313-darwin.so
                                    timedeltas.pyi
                                    timestamps.cpython-313-darwin.so
                                    timestamps.pyi
                                    timezones.cpython-313-darwin.so
                                    timezones.pyi
                                    tzconversion.cpython-313-darwin.so
                                    tzconversion.pyi
                                    vectorized.cpython-313-darwin.so
                                    vectorized.pyi
                                window/
                                    __init__.py
                                    aggregations.cpython-313-darwin.so
                                    aggregations.pyi
                                    indexers.cpython-313-darwin.so
                                    indexers.pyi
                                __init__.py
                                algos.cpython-313-darwin.so
                                algos.pyi
                                arrays.cpython-313-darwin.so
                                arrays.pyi
                                byteswap.cpython-313-darwin.so
                                byteswap.pyi
                                groupby.cpython-313-darwin.so
                                groupby.pyi
                                hashing.cpython-313-darwin.so
                                hashing.pyi
                                hashtable.cpython-313-darwin.so
                                hashtable.pyi
                                index.cpython-313-darwin.so
                                index.pyi
                                indexing.cpython-313-darwin.so
                                indexing.pyi
                                internals.cpython-313-darwin.so
                                internals.pyi
                                interval.cpython-313-darwin.so
                                interval.pyi
                                join.cpython-313-darwin.so
                                join.pyi
                                json.cpython-313-darwin.so
                                json.pyi
                                lib.cpython-313-darwin.so
                                lib.pyi
                                missing.cpython-313-darwin.so
                                missing.pyi
                                ops.cpython-313-darwin.so
                                ops.pyi
                                ops_dispatch.cpython-313-darwin.so
                                ops_dispatch.pyi
                                pandas_datetime.cpython-313-darwin.so
                                pandas_parser.cpython-313-darwin.so
                                parsers.cpython-313-darwin.so
                                parsers.pyi
                                properties.cpython-313-darwin.so
                                properties.pyi
                                reshape.cpython-313-darwin.so
                                reshape.pyi
                                sas.cpython-313-darwin.so
                                sas.pyi
                                sparse.cpython-313-darwin.so
                                sparse.pyi
                                testing.cpython-313-darwin.so
                                testing.pyi
                                tslib.cpython-313-darwin.so
                                tslib.pyi
                                writers.cpython-313-darwin.so
                                writers.pyi
                            _testing/
                                __init__.py
                                _hypothesis.py
                                _io.py
                                _warnings.py
                                asserters.py
                                compat.py
                                contexts.py
                            api/
                                extensions/
                                    __init__.py
                                indexers/
                                    __init__.py
                                interchange/
                                    __init__.py
                                types/
                                    __init__.py
                                typing/
                                    __init__.py
                                __init__.py
                            arrays/
                                __init__.py
                            compat/
                                numpy/
                                    __init__.py
                                    function.py
                                __init__.py
                                _constants.py
                                _optional.py
                                compressors.py
                                pickle_compat.py
                                pyarrow.py
                            core/
                                _numba/
                                    kernels/
                                        __init__.py
                                        mean_.py
                                        min_max_.py
                                        shared.py
                                        sum_.py
                                        var_.py
                                    __init__.py
                                    executor.py
                                    extensions.py
                                array_algos/
                                    __init__.py
                                    datetimelike_accumulations.py
                                    masked_accumulations.py
                                    masked_reductions.py
                                    putmask.py
                                    quantile.py
                                    replace.py
                                    take.py
                                    transforms.py
                                arrays/
                                    arrow/
                                        __init__.py
                                        _arrow_utils.py
                                        accessors.py
                                        array.py
                                        extension_types.py
                                    sparse/
                                        __init__.py
                                        accessor.py
                                        array.py
                                        scipy_sparse.py
                                    __init__.py
                                    _arrow_string_mixins.py
                                    _mixins.py
                                    _ranges.py
                                    _utils.py
                                    base.py
                                    boolean.py
                                    categorical.py
                                    datetimelike.py
                                    datetimes.py
                                    floating.py
                                    integer.py
                                    interval.py
                                    masked.py
                                    numeric.py
                                    numpy_.py
                                    period.py
                                    string_.py
                                    string_arrow.py
                                    timedeltas.py
                                computation/
                                    __init__.py
                                    align.py
                                    api.py
                                    check.py
                                    common.py
                                    engines.py
                                    eval.py
                                    expr.py
                                    expressions.py
                                    ops.py
                                    parsing.py
                                    pytables.py
                                    scope.py
                                dtypes/
                                    __init__.py
                                    api.py
                                    astype.py
                                    base.py
                                    cast.py
                                    common.py
                                    concat.py
                                    dtypes.py
                                    generic.py
                                    inference.py
                                    missing.py
                                groupby/
                                    __init__.py
                                    base.py
                                    categorical.py
                                    generic.py
                                    groupby.py
                                    grouper.py
                                    indexing.py
                                    numba_.py
                                    ops.py
                                indexers/
                                    __init__.py
                                    objects.py
                                    utils.py
                                indexes/
                                    __init__.py
                                    accessors.py
                                    api.py
                                    base.py
                                    category.py
                                    datetimelike.py
                                    datetimes.py
                                    extension.py
                                    frozen.py
                                    interval.py
                                    multi.py
                                    period.py
                                    range.py
                                    timedeltas.py
                                interchange/
                                    __init__.py
                                    buffer.py
                                    column.py
                                    dataframe.py
                                    dataframe_protocol.py
                                    from_dataframe.py
                                    utils.py
                                internals/
                                    __init__.py
                                    api.py
                                    array_manager.py
                                    base.py
                                    blocks.py
                                    concat.py
                                    construction.py
                                    managers.py
                                    ops.py
                                methods/
                                    __init__.py
                                    describe.py
                                    selectn.py
                                    to_dict.py
                                ops/
                                    __init__.py
                                    array_ops.py
                                    common.py
                                    dispatch.py
                                    docstrings.py
                                    invalid.py
                                    mask_ops.py
                                    missing.py
                                reshape/
                                    __init__.py
                                    api.py
                                    concat.py
                                    encoding.py
                                    melt.py
                                    merge.py
                                    pivot.py
                                    reshape.py
                                    tile.py
                                    util.py
                                sparse/
                                    __init__.py
                                    api.py
                                strings/
                                    __init__.py
                                    accessor.py
                                    base.py
                                    object_array.py
                                tools/
                                    __init__.py
                                    datetimes.py
                                    numeric.py
                                    timedeltas.py
                                    times.py
                                util/
                                    __init__.py
                                    hashing.py
                                    numba_.py
                                window/
                                    __init__.py
                                    common.py
                                    doc.py
                                    ewm.py
                                    expanding.py
                                    numba_.py
                                    online.py
                                    rolling.py
                                __init__.py
                                accessor.py
                                algorithms.py
                                api.py
                                apply.py
                                arraylike.py
                                base.py
                                common.py
                                config_init.py
                                construction.py
                                flags.py
                                frame.py
                                generic.py
                                indexing.py
                                missing.py
                                nanops.py
                                resample.py
                                roperator.py
                                sample.py
                                series.py
                                shared_docs.py
                                sorting.py
                            errors/
                                __init__.py
                            io/
                                clipboard/
                                    __init__.py
                                excel/
                                    __init__.py
                                    _base.py
                                    _calamine.py
                                    _odfreader.py
                                    _odswriter.py
                                    _openpyxl.py
                                    _pyxlsb.py
                                    _util.py
                                    _xlrd.py
                                    _xlsxwriter.py
                                formats/
                                    templates/
                                        html.tpl
                                        html_style.tpl
                                        html_table.tpl
                                        latex.tpl
                                        latex_longtable.tpl
                                        latex_table.tpl
                                        string.tpl
                                    __init__.py
                                    _color_data.py
                                    console.py
                                    css.py
                                    csvs.py
                                    excel.py
                                    format.py
                                    html.py
                                    info.py
                                    printing.py
                                    string.py
                                    style.py
                                    style_render.py
                                    xml.py
                                json/
                                    __init__.py
                                    _json.py
                                    _normalize.py
                                    _table_schema.py
                                parsers/
                                    __init__.py
                                    arrow_parser_wrapper.py
                                    base_parser.py
                                    c_parser_wrapper.py
                                    python_parser.py
                                    readers.py
                                sas/
                                    __init__.py
                                    sas7bdat.py
                                    sas_constants.py
                                    sas_xport.py
                                    sasreader.py
                                __init__.py
                                _util.py
                                api.py
                                clipboards.py
                                common.py
                                feather_format.py
                                gbq.py
                                html.py
                                orc.py
                                parquet.py
                                pickle.py
                                pytables.py
                                spss.py
                                sql.py
                                stata.py
                                xml.py
                            plotting/
                                _matplotlib/
                                    __init__.py
                                    boxplot.py
                                    converter.py
                                    core.py
                                    groupby.py
                                    hist.py
                                    misc.py
                                    style.py
                                    timeseries.py
                                    tools.py
                                __init__.py
                                _core.py
                                _misc.py
                            tests/
                                api/
                                    __init__.py
                                    test_api.py
                                    test_types.py
                                apply/
                                    __init__.py
                                    common.py
                                    test_frame_apply.py
                                    test_frame_apply_relabeling.py
                                    test_frame_transform.py
                                    test_invalid_arg.py
                                    test_numba.py
                                    test_series_apply.py
                                    test_series_apply_relabeling.py
                                    test_series_transform.py
                                    test_str.py
                                arithmetic/
                                    __init__.py
                                    common.py
                                    conftest.py
                                    test_array_ops.py
                                    test_categorical.py
                                    test_datetime64.py
                                    test_interval.py
                                    test_numeric.py
                                    test_object.py
                                    test_period.py
                                    test_timedelta64.py
                                arrays/
                                    boolean/
                                        __init__.py
                                        test_arithmetic.py
                                        test_astype.py
                                        test_comparison.py
                                        test_construction.py
                                        test_function.py
                                        test_indexing.py
                                        test_logical.py
                                        test_ops.py
                                        test_reduction.py
                                        test_repr.py
                                    categorical/
                                        __init__.py
                                        test_algos.py
                                        test_analytics.py
                                        test_api.py
                                        test_astype.py
                                        test_constructors.py
                                        test_dtypes.py
                                        test_indexing.py
                                        test_map.py
                                        test_missing.py
                                        test_operators.py
                                        test_replace.py
                                        test_repr.py
                                        test_sorting.py
                                        test_subclass.py
                                        test_take.py
                                        test_warnings.py
                                    datetimes/
                                        __init__.py
                                        test_constructors.py
                                        test_cumulative.py
                                        test_reductions.py
                                    floating/
                                        __init__.py
                                        conftest.py
                                        test_arithmetic.py
                                        test_astype.py
                                        test_comparison.py
                                        test_concat.py
                                        test_construction.py
                                        test_contains.py
                                        test_function.py
                                        test_repr.py
                                        test_to_numpy.py
                                    integer/
                                        __init__.py
                                        conftest.py
                                        test_arithmetic.py
                                        test_comparison.py
                                        test_concat.py
                                        test_construction.py
                                        test_dtypes.py
                                        test_function.py
                                        test_indexing.py
                                        test_reduction.py
                                        test_repr.py
                                    interval/
                                        __init__.py
                                        test_astype.py
                                        test_formats.py
                                        test_interval.py
                                        test_interval_pyarrow.py
                                        test_overlaps.py
                                    masked/
                                        __init__.py
                                        test_arithmetic.py
                                        test_arrow_compat.py
                                        test_function.py
                                        test_indexing.py
                                    numpy_/
                                        __init__.py
                                        test_indexing.py
                                        test_numpy.py
                                    period/
                                        __init__.py
                                        test_arrow_compat.py
                                        test_astype.py
                                        test_constructors.py
                                        test_reductions.py
                                    sparse/
                                        __init__.py
                                        test_accessor.py
                                        test_arithmetics.py
                                        test_array.py
                                        test_astype.py
                                        test_combine_concat.py
                                        test_constructors.py
                                        test_dtype.py
                                        test_indexing.py
                                        test_libsparse.py
                                        test_reductions.py
                                        test_unary.py
                                    string_/
                                        __init__.py
                                        test_concat.py
                                        test_string.py
                                        test_string_arrow.py
                                    timedeltas/
                                        __init__.py
                                        test_constructors.py
                                        test_cumulative.py
                                        test_reductions.py
                                    __init__.py
                                    masked_shared.py
                                    test_array.py
                                    test_datetimelike.py
                                    test_datetimes.py
                                    test_ndarray_backed.py
                                    test_period.py
                                    test_timedeltas.py
                                base/
                                    __init__.py
                                    common.py
                                    test_constructors.py
                                    test_conversion.py
                                    test_fillna.py
                                    test_misc.py
                                    test_transpose.py
                                    test_unique.py
                                    test_value_counts.py
                                computation/
                                    __init__.py
                                    test_compat.py
                                    test_eval.py
                                config/
                                    __init__.py
                                    test_config.py
                                    test_localization.py
                                construction/
                                    __init__.py
                                    test_extract_array.py
                                copy_view/
                                    index/
                                        __init__.py
                                        test_datetimeindex.py
                                        test_index.py
                                        test_periodindex.py
                                        test_timedeltaindex.py
                                    __init__.py
                                    test_array.py
                                    test_astype.py
                                    test_chained_assignment_deprecation.py
                                    test_clip.py
                                    test_constructors.py
                                    test_core_functionalities.py
                                    test_functions.py
                                    test_indexing.py
                                    test_internals.py
                                    test_interp_fillna.py
                                    test_methods.py
                                    test_replace.py
                                    test_setitem.py
                                    test_util.py
                                    util.py
                                dtypes/
                                    cast/
                                        __init__.py
                                        test_can_hold_element.py
                                        test_construct_from_scalar.py
                                        test_construct_ndarray.py
                                        test_construct_object_arr.py
                                        test_dict_compat.py
                                        test_downcast.py
                                        test_find_common_type.py
                                        test_infer_datetimelike.py
                                        test_infer_dtype.py
                                        test_maybe_box_native.py
                                        test_promote.py
                                    __init__.py
                                    test_common.py
                                    test_concat.py
                                    test_dtypes.py
                                    test_generic.py
                                    test_inference.py
                                    test_missing.py
                                extension/
                                    array_with_attr/
                                        __init__.py
                                        array.py
                                        test_array_with_attr.py
                                    base/
                                        __init__.py
                                        accumulate.py
                                        base.py
                                        casting.py
                                        constructors.py
                                        dim2.py
                                        dtype.py
                                        getitem.py
                                        groupby.py
                                        index.py
                                        interface.py
                                        io.py
                                        methods.py
                                        missing.py
                                        ops.py
                                        printing.py
                                        reduce.py
                                        reshaping.py
                                        setitem.py
                                    date/
                                        __init__.py
                                        array.py
                                    decimal/
                                        __init__.py
                                        array.py
                                        test_decimal.py
                                    json/
                                        __init__.py
                                        array.py
                                        test_json.py
                                    list/
                                        __init__.py
                                        array.py
                                        test_list.py
                                    __init__.py
                                    conftest.py
                                    test_arrow.py
                                    test_categorical.py
                                    test_common.py
                                    test_datetime.py
                                    test_extension.py
                                    test_interval.py
                                    test_masked.py
                                    test_numpy.py
                                    test_period.py
                                    test_sparse.py
                                    test_string.py
                                frame/
                                    constructors/
                                        __init__.py
                                        test_from_dict.py
                                        test_from_records.py
                                    indexing/
                                        __init__.py
                                        test_coercion.py
                                        test_delitem.py
                                        test_get.py
                                        test_get_value.py
                                        test_getitem.py
                                        test_indexing.py
                                        test_insert.py
                                        test_mask.py
                                        test_set_value.py
                                        test_setitem.py
                                        test_take.py
                                        test_where.py
                                        test_xs.py
                                    methods/
                                        __init__.py
                                        test_add_prefix_suffix.py
                                        test_align.py
                                        test_asfreq.py
                                        test_asof.py
                                        test_assign.py
                                        test_astype.py
                                        test_at_time.py
                                        test_between_time.py
                                        test_clip.py
                                        test_combine.py
                                        test_combine_first.py
                                        test_compare.py
                                        test_convert_dtypes.py
                                        test_copy.py
                                        test_count.py
                                        test_cov_corr.py
                                        test_describe.py
                                        test_diff.py
                                        test_dot.py
                                        test_drop.py
                                        test_drop_duplicates.py
                                        test_droplevel.py
                                        test_dropna.py
                                        test_dtypes.py
                                        test_duplicated.py
                                        test_equals.py
                                        test_explode.py
                                        test_fillna.py
                                        test_filter.py
                                        test_first_and_last.py
                                        test_first_valid_index.py
                                        test_get_numeric_data.py
                                        test_head_tail.py
                                        test_infer_objects.py
                                        test_info.py
                                        test_interpolate.py
                                        test_is_homogeneous_dtype.py
                                        test_isetitem.py
                                        test_isin.py
                                        test_iterrows.py
                                        test_join.py
                                        test_map.py
                                        test_matmul.py
                                        test_nlargest.py
                                        test_pct_change.py
                                        test_pipe.py
                                        test_pop.py
                                        test_quantile.py
                                        test_rank.py
                                        test_reindex.py
                                        test_reindex_like.py
                                        test_rename.py
                                        test_rename_axis.py
                                        test_reorder_levels.py
                                        test_replace.py
                                        test_reset_index.py
                                        test_round.py
                                        test_sample.py
                                        test_select_dtypes.py
                                        test_set_axis.py
                                        test_set_index.py
                                        test_shift.py
                                        test_size.py
                                        test_sort_index.py
                                        test_sort_values.py
                                        test_swapaxes.py
                                        test_swaplevel.py
                                        test_to_csv.py
                                        test_to_dict.py
                                        test_to_dict_of_blocks.py
                                        test_to_numpy.py
                                        test_to_period.py
                                        test_to_records.py
                                        test_to_timestamp.py
                                        test_transpose.py
                                        test_truncate.py
                                        test_tz_convert.py
                                        test_tz_localize.py
                                        test_update.py
                                        test_value_counts.py
                                        test_values.py
                                    __init__.py
                                    common.py
                                    conftest.py
                                    test_alter_axes.py
                                    test_api.py
                                    test_arithmetic.py
                                    test_arrow_interface.py
                                    test_block_internals.py
                                    test_constructors.py
                                    test_cumulative.py
                                    test_iteration.py
                                    test_logical_ops.py
                                    test_nonunique_indexes.py
                                    test_npfuncs.py
                                    test_query_eval.py
                                    test_reductions.py
                                    test_repr.py
                                    test_stack_unstack.py
                                    test_subclass.py
                                    test_ufunc.py
                                    test_unary.py
                                    test_validate.py
                                generic/
                                    __init__.py
                                    test_duplicate_labels.py
                                    test_finalize.py
                                    test_frame.py
                                    test_generic.py
                                    test_label_or_level_utils.py
                                    test_series.py
                                    test_to_xarray.py
                                groupby/
                                    aggregate/
                                        __init__.py
                                        test_aggregate.py
                                        test_cython.py
                                        test_numba.py
                                        test_other.py
                                    methods/
                                        __init__.py
                                        test_corrwith.py
                                        test_describe.py
                                        test_groupby_shift_diff.py
                                        test_is_monotonic.py
                                        test_nlargest_nsmallest.py
                                        test_nth.py
                                        test_quantile.py
                                        test_rank.py
                                        test_sample.py
                                        test_size.py
                                        test_skew.py
                                        test_value_counts.py
                                    transform/
                                        __init__.py
                                        test_numba.py
                                        test_transform.py
                                    __init__.py
                                    conftest.py
                                    test_all_methods.py
                                    test_api.py
                                    test_apply.py
                                    test_apply_mutate.py
                                    test_bin_groupby.py
                                    test_categorical.py
                                    test_counting.py
                                    test_cumulative.py
                                    test_filters.py
                                    test_groupby.py
                                    test_groupby_dropna.py
                                    test_groupby_subclass.py
                                    test_grouping.py
                                    test_index_as_string.py
                                    test_indexing.py
                                    test_libgroupby.py
                                    test_missing.py
                                    test_numba.py
                                    test_numeric_only.py
                                    test_pipe.py
                                    test_raises.py
                                    test_reductions.py
                                    test_timegrouper.py
                                indexes/
                                    base_class/
                                        __init__.py
                                        test_constructors.py
                                        test_formats.py
                                        test_indexing.py
                                        test_pickle.py
                                        test_reshape.py
                                        test_setops.py
                                        test_where.py
                                    categorical/
                                        __init__.py
                                        test_append.py
                                        test_astype.py
                                        test_category.py
                                        test_constructors.py
                                        test_equals.py
                                        test_fillna.py
                                        test_formats.py
                                        test_indexing.py
                                        test_map.py
                                        test_reindex.py
                                        test_setops.py
                                    datetimelike_/
                                        __init__.py
                                        test_drop_duplicates.py
                                        test_equals.py
                                        test_indexing.py
                                        test_is_monotonic.py
                                        test_nat.py
                                        test_sort_values.py
                                        test_value_counts.py
                                    datetimes/
                                        methods/
                                            __init__.py
                                            test_asof.py
                                            test_astype.py
                                            test_delete.py
                                            test_factorize.py
                                            test_fillna.py
                                            test_insert.py
                                            test_isocalendar.py
                                            test_map.py
                                            test_normalize.py
                                            test_repeat.py
                                            test_resolution.py
                                            test_round.py
                                            test_shift.py
                                            test_snap.py
                                            test_to_frame.py
                                            test_to_julian_date.py
                                            test_to_period.py
                                            test_to_pydatetime.py
                                            test_to_series.py
                                            test_tz_convert.py
                                            test_tz_localize.py
                                            test_unique.py
                                        __init__.py
                                        test_arithmetic.py
                                        test_constructors.py
                                        test_date_range.py
                                        test_datetime.py
                                        test_formats.py
                                        test_freq_attr.py
                                        test_indexing.py
                                        test_iter.py
                                        test_join.py
                                        test_npfuncs.py
                                        test_ops.py
                                        test_partial_slicing.py
                                        test_pickle.py
                                        test_reindex.py
                                        test_scalar_compat.py
                                        test_setops.py
                                        test_timezones.py
                                    interval/
                                        __init__.py
                                        test_astype.py
                                        test_constructors.py
                                        test_equals.py
                                        test_formats.py
                                        test_indexing.py
                                        test_interval.py
                                        test_interval_range.py
                                        test_interval_tree.py
                                        test_join.py
                                        test_pickle.py
                                        test_setops.py
                                    multi/
                                        __init__.py
                                        conftest.py
                                        test_analytics.py
                                        test_astype.py
                                        test_compat.py
                                        test_constructors.py
                                        test_conversion.py
                                        test_copy.py
                                        test_drop.py
                                        test_duplicates.py
                                        test_equivalence.py
                                        test_formats.py
                                        test_get_level_values.py
                                        test_get_set.py
                                        test_indexing.py
                                        test_integrity.py
                                        test_isin.py
                                        test_join.py
                                        test_lexsort.py
                                        test_missing.py
                                        test_monotonic.py
                                        test_names.py
                                        test_partial_indexing.py
                                        test_pickle.py
                                        test_reindex.py
                                        test_reshape.py
                                        test_setops.py
                                        test_sorting.py
                                        test_take.py
                                    numeric/
                                        __init__.py
                                        test_astype.py
                                        test_indexing.py
                                        test_join.py
                                        test_numeric.py
                                        test_setops.py
                                    object/
                                        __init__.py
                                        test_astype.py
                                        test_indexing.py
                                    period/
                                        methods/
                                            __init__.py
                                            test_asfreq.py
                                            test_astype.py
                                            test_factorize.py
                                            test_fillna.py
                                            test_insert.py
                                            test_is_full.py
                                            test_repeat.py
                                            test_shift.py
                                            test_to_timestamp.py
                                        __init__.py
                                        test_constructors.py
                                        test_formats.py
                                        test_freq_attr.py
                                        test_indexing.py
                                        test_join.py
                                        test_monotonic.py
                                        test_partial_slicing.py
                                        test_period.py
                                        test_period_range.py
                                        test_pickle.py
                                        test_resolution.py
                                        test_scalar_compat.py
                                        test_searchsorted.py
                                        test_setops.py
                                        test_tools.py
                                    ranges/
                                        __init__.py
                                        test_constructors.py
                                        test_indexing.py
                                        test_join.py
                                        test_range.py
                                        test_setops.py
                                    string/
                                        __init__.py
                                        test_astype.py
                                        test_indexing.py
                                    timedeltas/
                                        methods/
                                            __init__.py
                                            test_astype.py
                                            test_factorize.py
                                            test_fillna.py
                                            test_insert.py
                                            test_repeat.py
                                            test_shift.py
                                        __init__.py
                                        test_arithmetic.py
                                        test_constructors.py
                                        test_delete.py
                                        test_formats.py
                                        test_freq_attr.py
                                        test_indexing.py
                                        test_join.py
                                        test_ops.py
                                        test_pickle.py
                                        test_scalar_compat.py
                                        test_searchsorted.py
                                        test_setops.py
                                        test_timedelta.py
                                        test_timedelta_range.py
                                    __init__.py
                                    conftest.py
                                    test_any_index.py
                                    test_base.py
                                    test_common.py
                                    test_datetimelike.py
                                    test_engines.py
                                    test_frozen.py
                                    test_index_new.py
                                    test_indexing.py
                                    test_numpy_compat.py
                                    test_old_base.py
                                    test_setops.py
                                    test_subclass.py
                                indexing/
                                    interval/
                                        __init__.py
                                        test_interval.py
                                        test_interval_new.py
                                    multiindex/
                                        __init__.py
                                        test_chaining_and_caching.py
                                        test_datetime.py
                                        test_getitem.py
                                        test_iloc.py
                                        test_indexing_slow.py
                                        test_loc.py
                                        test_multiindex.py
                                        test_partial.py
                                        test_setitem.py
                                        test_slice.py
                                        test_sorted.py
                                    __init__.py
                                    common.py
                                    conftest.py
                                    test_at.py
                                    test_categorical.py
                                    test_chaining_and_caching.py
                                    test_check_indexer.py
                                    test_coercion.py
                                    test_datetime.py
                                    test_floats.py
                                    test_iat.py
                                    test_iloc.py
                                    test_indexers.py
                                    test_indexing.py
                                    test_loc.py
                                    test_na_indexing.py
                                    test_partial.py
                                    test_scalar.py
                                interchange/
                                    __init__.py
                                    test_impl.py
                                    test_spec_conformance.py
                                    test_utils.py
                                internals/
                                    __init__.py
                                    test_api.py
                                    test_internals.py
                                    test_managers.py
                                io/
                                    excel/
                                        __init__.py
                                        test_odf.py
                                        test_odswriter.py
                                        test_openpyxl.py
                                        test_readers.py
                                        test_style.py
                                        test_writers.py
                                        test_xlrd.py
                                        test_xlsxwriter.py
                                    formats/
                                        style/
                                            __init__.py
                                            test_bar.py
                                            test_exceptions.py
                                            test_format.py
                                            test_highlight.py
                                            test_html.py
                                            test_matplotlib.py
                                            test_non_unique.py
                                            test_style.py
                                            test_to_latex.py
                                            test_to_string.py
                                            test_tooltip.py
                                        __init__.py
                                        test_console.py
                                        test_css.py
                                        test_eng_formatting.py
                                        test_format.py
                                        test_ipython_compat.py
                                        test_printing.py
                                        test_to_csv.py
                                        test_to_excel.py
                                        test_to_html.py
                                        test_to_latex.py
                                        test_to_markdown.py
                                        test_to_string.py
                                    json/
                                        __init__.py
                                        conftest.py
                                        test_compression.py
                                        test_deprecated_kwargs.py
                                        test_json_table_schema.py
                                        test_json_table_schema_ext_dtype.py
                                        test_normalize.py
                                        test_pandas.py
                                        test_readlines.py
                                        test_ujson.py
                                    parser/
                                        common/
                                            __init__.py
                                            test_chunksize.py
                                            test_common_basic.py
                                            test_data_list.py
                                            test_decimal.py
                                            test_file_buffer_url.py
                                            test_float.py
                                            test_index.py
                                            test_inf.py
                                            test_ints.py
                                            test_iterator.py
                                            test_read_errors.py
                                            test_verbose.py
                                        dtypes/
                                            __init__.py
                                            test_categorical.py
                                            test_dtypes_basic.py
                                            test_empty.py
                                        usecols/
                                            __init__.py
                                            test_parse_dates.py
                                            test_strings.py
                                            test_usecols_basic.py
                                        __init__.py
                                        conftest.py
                                        test_c_parser_only.py
                                        test_comment.py
                                        test_compression.py
                                        test_concatenate_chunks.py
                                        test_converters.py
                                        test_dialect.py
                                        test_encoding.py
                                        test_header.py
                                        test_index_col.py
                                        test_mangle_dupes.py
                                        test_multi_thread.py
                                        test_na_values.py
                                        test_network.py
                                        test_parse_dates.py
                                        test_python_parser_only.py
                                        test_quoting.py
                                        test_read_fwf.py
                                        test_skiprows.py
                                        test_textreader.py
                                        test_unsupported.py
                                        test_upcast.py
                                    pytables/
                                        __init__.py
                                        common.py
                                        conftest.py
                                        test_append.py
                                        test_categorical.py
                                        test_compat.py
                                        test_complex.py
                                        test_errors.py
                                        test_file_handling.py
                                        test_keys.py
                                        test_put.py
                                        test_pytables_missing.py
                                        test_read.py
                                        test_retain_attributes.py
                                        test_round_trip.py
                                        test_select.py
                                        test_store.py
                                        test_subclass.py
                                        test_time_series.py
                                        test_timezones.py
                                    sas/
                                        __init__.py
                                        test_byteswap.py
                                        test_sas.py
                                        test_sas7bdat.py
                                        test_xport.py
                                    xml/
                                        __init__.py
                                        conftest.py
                                        test_to_xml.py
                                        test_xml.py
                                        test_xml_dtypes.py
                                    __init__.py
                                    conftest.py
                                    generate_legacy_storage_files.py
                                    test_clipboard.py
                                    test_common.py
                                    test_compression.py
                                    test_feather.py
                                    test_fsspec.py
                                    test_gbq.py
                                    test_gcs.py
                                    test_html.py
                                    test_http_headers.py
                                    test_orc.py
                                    test_parquet.py
                                    test_pickle.py
                                    test_s3.py
                                    test_spss.py
                                    test_sql.py
                                    test_stata.py
                                libs/
                                    __init__.py
                                    test_hashtable.py
                                    test_join.py
                                    test_lib.py
                                    test_libalgos.py
                                plotting/
                                    frame/
                                        __init__.py
                                        test_frame.py
                                        test_frame_color.py
                                        test_frame_groupby.py
                                        test_frame_legend.py
                                        test_frame_subplots.py
                                        test_hist_box_by.py
                                    __init__.py
                                    common.py
                                    conftest.py
                                    test_backend.py
                                    test_boxplot_method.py
                                    test_common.py
                                    test_converter.py
                                    test_datetimelike.py
                                    test_groupby.py
                                    test_hist_method.py
                                    test_misc.py
                                    test_series.py
                                    test_style.py
                                reductions/
                                    __init__.py
                                    test_reductions.py
                                    test_stat_reductions.py
                                resample/
                                    __init__.py
                                    conftest.py
                                    test_base.py
                                    test_datetime_index.py
                                    test_period_index.py
                                    test_resample_api.py
                                    test_resampler_grouper.py
                                    test_time_grouper.py
                                    test_timedelta.py
                                reshape/
                                    concat/
                                        __init__.py
                                        conftest.py
                                        test_append.py
                                        test_append_common.py
                                        test_categorical.py
                                        test_concat.py
                                        test_dataframe.py
                                        test_datetimes.py
                                        test_empty.py
                                        test_index.py
                                        test_invalid.py
                                        test_series.py
                                        test_sort.py
                                    merge/
                                        __init__.py
                                        test_join.py
                                        test_merge.py
                                        test_merge_asof.py
                                        test_merge_cross.py
                                        test_merge_index_as_string.py
                                        test_merge_ordered.py
                                        test_multi.py
                                    __init__.py
                                    test_crosstab.py
                                    test_cut.py
                                    test_from_dummies.py
                                    test_get_dummies.py
                                    test_melt.py
                                    test_pivot.py
                                    test_pivot_multilevel.py
                                    test_qcut.py
                                    test_union_categoricals.py
                                    test_util.py
                                scalar/
                                    interval/
                                        __init__.py
                                        test_arithmetic.py
                                        test_constructors.py
                                        test_contains.py
                                        test_formats.py
                                        test_interval.py
                                        test_overlaps.py
                                    period/
                                        __init__.py
                                        test_arithmetic.py
                                        test_asfreq.py
                                        test_period.py
                                    timedelta/
                                        methods/
                                            __init__.py
                                            test_as_unit.py
                                            test_round.py
                                        __init__.py
                                        test_arithmetic.py
                                        test_constructors.py
                                        test_formats.py
                                        test_timedelta.py
                                    timestamp/
                                        methods/
                                            __init__.py
                                            test_as_unit.py
                                            test_normalize.py
                                            test_replace.py
                                            test_round.py
                                            test_timestamp_method.py
                                            test_to_julian_date.py
                                            test_to_pydatetime.py
                                            test_tz_convert.py
                                            test_tz_localize.py
                                        __init__.py
                                        test_arithmetic.py
                                        test_comparisons.py
                                        test_constructors.py
                                        test_formats.py
                                        test_timestamp.py
                                        test_timezones.py
                                    __init__.py
                                    test_na_scalar.py
                                    test_nat.py
                                series/
                                    accessors/
                                        __init__.py
                                        test_cat_accessor.py
                                        test_dt_accessor.py
                                        test_list_accessor.py
                                        test_sparse_accessor.py
                                        test_str_accessor.py
                                        test_struct_accessor.py
                                    indexing/
                                        __init__.py
                                        test_datetime.py
                                        test_delitem.py
                                        test_get.py
                                        test_getitem.py
                                        test_indexing.py
                                        test_mask.py
                                        test_set_value.py
                                        test_setitem.py
                                        test_take.py
                                        test_where.py
                                        test_xs.py
                                    methods/
                                        __init__.py
                                        test_add_prefix_suffix.py
                                        test_align.py
                                        test_argsort.py
                                        test_asof.py
                                        test_astype.py
                                        test_autocorr.py
                                        test_between.py
                                        test_case_when.py
                                        test_clip.py
                                        test_combine.py
                                        test_combine_first.py
                                        test_compare.py
                                        test_convert_dtypes.py
                                        test_copy.py
                                        test_count.py
                                        test_cov_corr.py
                                        test_describe.py
                                        test_diff.py
                                        test_drop.py
                                        test_drop_duplicates.py
                                        test_dropna.py
                                        test_dtypes.py
                                        test_duplicated.py
                                        test_equals.py
                                        test_explode.py
                                        test_fillna.py
                                        test_get_numeric_data.py
                                        test_head_tail.py
                                        test_infer_objects.py
                                        test_info.py
                                        test_interpolate.py
                                        test_is_monotonic.py
                                        test_is_unique.py
                                        test_isin.py
                                        test_isna.py
                                        test_item.py
                                        test_map.py
                                        test_matmul.py
                                        test_nlargest.py
                                        test_nunique.py
                                        test_pct_change.py
                                        test_pop.py
                                        test_quantile.py
                                        test_rank.py
                                        test_reindex.py
                                        test_reindex_like.py
                                        test_rename.py
                                        test_rename_axis.py
                                        test_repeat.py
                                        test_replace.py
                                        test_reset_index.py
                                        test_round.py
                                        test_searchsorted.py
                                        test_set_name.py
                                        test_size.py
                                        test_sort_index.py
                                        test_sort_values.py
                                        test_to_csv.py
                                        test_to_dict.py
                                        test_to_frame.py
                                        test_to_numpy.py
                                        test_tolist.py
                                        test_truncate.py
                                        test_tz_localize.py
                                        test_unique.py
                                        test_unstack.py
                                        test_update.py
                                        test_value_counts.py
                                        test_values.py
                                        test_view.py
                                    __init__.py
                                    test_api.py
                                    test_arithmetic.py
                                    test_constructors.py
                                    test_cumulative.py
                                    test_formats.py
                                    test_iteration.py
                                    test_logical_ops.py
                                    test_missing.py
                                    test_npfuncs.py
                                    test_reductions.py
                                    test_subclass.py
                                    test_ufunc.py
                                    test_unary.py
                                    test_validate.py
                                strings/
                                    __init__.py
                                    conftest.py
                                    test_api.py
                                    test_case_justify.py
                                    test_cat.py
                                    test_extract.py
                                    test_find_replace.py
                                    test_get_dummies.py
                                    test_split_partition.py
                                    test_string_array.py
                                    test_strings.py
                                tools/
                                    __init__.py
                                    test_to_datetime.py
                                    test_to_numeric.py
                                    test_to_time.py
                                    test_to_timedelta.py
                                tseries/
                                    frequencies/
                                        __init__.py
                                        test_freq_code.py
                                        test_frequencies.py
                                        test_inference.py
                                    holiday/
                                        __init__.py
                                        test_calendar.py
                                        test_federal.py
                                        test_holiday.py
                                        test_observance.py
                                    offsets/
                                        __init__.py
                                        common.py
                                        test_business_day.py
                                        test_business_hour.py
                                        test_business_month.py
                                        test_business_quarter.py
                                        test_business_year.py
                                        test_common.py
                                        test_custom_business_day.py
                                        test_custom_business_hour.py
                                        test_custom_business_month.py
                                        test_dst.py
                                        test_easter.py
                                        test_fiscal.py
                                        test_index.py
                                        test_month.py
                                        test_offsets.py
                                        test_offsets_properties.py
                                        test_quarter.py
                                        test_ticks.py
                                        test_week.py
                                        test_year.py
                                    __init__.py
                                tslibs/
                                    __init__.py
                                    test_api.py
                                    test_array_to_datetime.py
                                    test_ccalendar.py
                                    test_conversion.py
                                    test_fields.py
                                    test_libfrequencies.py
                                    test_liboffsets.py
                                    test_np_datetime.py
                                    test_npy_units.py
                                    test_parse_iso8601.py
                                    test_parsing.py
                                    test_period.py
                                    test_resolution.py
                                    test_strptime.py
                                    test_timedeltas.py
                                    test_timezones.py
                                    test_to_offset.py
                                    test_tzconversion.py
                                util/
                                    __init__.py
                                    conftest.py
                                    test_assert_almost_equal.py
                                    test_assert_attr_equal.py
                                    test_assert_categorical_equal.py
                                    test_assert_extension_array_equal.py
                                    test_assert_frame_equal.py
                                    test_assert_index_equal.py
                                    test_assert_interval_array_equal.py
                                    test_assert_numpy_array_equal.py
                                    test_assert_produces_warning.py
                                    test_assert_series_equal.py
                                    test_deprecate.py
                                    test_deprecate_kwarg.py
                                    test_deprecate_nonkeyword_arguments.py
                                    test_doc.py
                                    test_hashing.py
                                    test_numba.py
                                    test_rewrite_warning.py
                                    test_shares_memory.py
                                    test_show_versions.py
                                    test_util.py
                                    test_validate_args.py
                                    test_validate_args_and_kwargs.py
                                    test_validate_inclusive.py
                                    test_validate_kwargs.py
                                window/
                                    moments/
                                        __init__.py
                                        conftest.py
                                        test_moments_consistency_ewm.py
                                        test_moments_consistency_expanding.py
                                        test_moments_consistency_rolling.py
                                    __init__.py
                                    conftest.py
                                    test_api.py
                                    test_apply.py
                                    test_base_indexer.py
                                    test_cython_aggregations.py
                                    test_dtypes.py
                                    test_ewm.py
                                    test_expanding.py
                                    test_groupby.py
                                    test_numba.py
                                    test_online.py
                                    test_pairwise.py
                                    test_rolling.py
                                    test_rolling_functions.py
                                    test_rolling_quantile.py
                                    test_rolling_skew_kurt.py
                                    test_timeseries_window.py
                                    test_win_type.py
                                __init__.py
                                test_aggregation.py
                                test_algos.py
                                test_common.py
                                test_downstream.py
                                test_errors.py
                                test_expressions.py
                                test_flags.py
                                test_multilevel.py
                                test_nanops.py
                                test_optional_dependency.py
                                test_register_accessor.py
                                test_sorting.py
                                test_take.py
                            tseries/
                                __init__.py
                                api.py
                                frequencies.py
                                holiday.py
                                offsets.py
                            util/
                                version/
                                    __init__.py
                                __init__.py
                                _decorators.py
                                _doctools.py
                                _exceptions.py
                                _print_versions.py
                                _test_decorators.py
                                _tester.py
                                _validators.py
                            __init__.py
                            _typing.py
                            _version.py
                            _version_meson.py
                            conftest.py
                            pyproject.toml
                            testing.py
                        pandas-2.3.1.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pandocfilters-1.5.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        paramiko/
                            __init__.py
                            _winapi.py
                            agent.py
                            auth_handler.py
                            auth_strategy.py
                            ber.py
                            buffered_pipe.py
                            channel.py
                            client.py
                            common.py
                            compress.py
                            config.py
                            ecdsakey.py
                            ed25519key.py
                            file.py
                            hostkeys.py
                            kex_curve25519.py
                            kex_ecdh_nist.py
                            kex_gex.py
                            kex_group1.py
                            kex_group14.py
                            kex_group16.py
                            kex_gss.py
                            message.py
                            packet.py
                            pipe.py
                            pkey.py
                            primes.py
                            proxy.py
                            rsakey.py
                            server.py
                            sftp.py
                            sftp_attr.py
                            sftp_client.py
                            sftp_file.py
                            sftp_handle.py
                            sftp_server.py
                            sftp_si.py
                            ssh_exception.py
                            ssh_gss.py
                            transport.py
                            util.py
                            win_openssh.py
                            win_pageant.py
                        paramiko-4.0.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        parso/
                            pgen2/
                                __init__.py
                                generator.py
                                grammar_parser.py
                            python/
                                __init__.py
                                diff.py
                                errors.py
                                grammar310.txt
                                grammar311.txt
                                grammar312.txt
                                grammar313.txt
                                grammar36.txt
                                grammar37.txt
                                grammar38.txt
                                grammar39.txt
                                parser.py
                                pep8.py
                                prefix.py
                                token.py
                                tokenize.py
                                tree.py
                            __init__.py
                            _compatibility.py
                            cache.py
                            file_io.py
                            grammar.py
                            normalizer.py
                            parser.py
                            py.typed
                            tree.py
                            utils.py
                        parso-0.8.4.dist-info/
                            AUTHORS.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        partd/
                            __init__.py
                            _version.py
                            buffer.py
                            compressed.py
                            core.py
                            dict.py
                            encode.py
                            file.py
                            numpy.py
                            pandas.py
                            pickle.py
                            python.py
                            utils.py
                            zmq.py
                        partd-1.4.2.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pathspec/
                            patterns/
                                __init__.py
                                gitwildmatch.py
                            __init__.py
                            _meta.py
                            gitignore.py
                            pathspec.py
                            pattern.py
                            py.typed
                            util.py
                        pathspec-0.12.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pexpect/
                            __init__.py
                            _async.py
                            _async_pre_await.py
                            _async_w_await.py
                            ANSI.py
                            bashrc.sh
                            exceptions.py
                            expect.py
                            fdpexpect.py
                            FSM.py
                            popen_spawn.py
                            pty_spawn.py
                            pxssh.py
                            replwrap.py
                            run.py
                            screen.py
                            socket_pexpect.py
                            spawnbase.py
                            utils.py
                        pexpect-4.9.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pkg_resources/
                            tests/
                                data/
                                    my-test-package-source/
                                        setup.cfg
                                        setup.py
                                    my-test-package-zip/
                                        my-test-package.zip
                                    my-test-package_unpacked-egg/
                                        my_test_package-1.0-py3.7.egg/
                                            EGG-INFO/
                                                dependency_links.txt
                                                PKG-INFO
                                                SOURCES.txt
                                                top_level.txt
                                                zip-safe
                                    my-test-package_zipped-egg/
                                        my_test_package-1.0-py3.7.egg
                                __init__.py
                                test_find_distributions.py
                                test_integration_zope_interface.py
                                test_markers.py
                                test_pkg_resources.py
                                test_resources.py
                                test_working_set.py
                            __init__.py
                            api_tests.txt
                            py.typed
                        platformdirs/
                            __init__.py
                            __main__.py
                            android.py
                            api.py
                            macos.py
                            py.typed
                            unix.py
                            version.py
                            windows.py
                        platformdirs-4.3.8.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pluggy/
                            __init__.py
                            _callers.py
                            _hooks.py
                            _manager.py
                            _result.py
                            _tracing.py
                            _version.py
                            _warnings.py
                            py.typed
                        pluggy-1.6.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        polars/
                            _utils/
                                construction/
                                    __init__.py
                                    dataframe.py
                                    other.py
                                    series.py
                                    utils.py
                                parse/
                                    __init__.py
                                    expr.py
                                __init__.py
                                async_.py
                                cloud.py
                                constants.py
                                convert.py
                                deprecation.py
                                getitem.py
                                logging.py
                                nest_asyncio.py
                                parquet.py
                                polars_version.py
                                pycapsule.py
                                scan.py
                                serde.py
                                slice.py
                                udfs.py
                                unstable.py
                                various.py
                                wrap.py
                            catalog/
                                unity/
                                    __init__.py
                                    client.py
                                    models.py
                                __init__.py
                            convert/
                                __init__.py
                                general.py
                                normalize.py
                            dataframe/
                                __init__.py
                                _html.py
                                frame.py
                                group_by.py
                                plotting.py
                            datatype_expr/
                                __init__.py
                                array.py
                                datatype_expr.py
                                list.py
                                struct.py
                            datatypes/
                                __init__.py
                                _parse.py
                                _utils.py
                                classes.py
                                constants.py
                                constructor.py
                                convert.py
                                group.py
                            expr/
                                __init__.py
                                array.py
                                binary.py
                                categorical.py
                                datetime.py
                                expr.py
                                list.py
                                meta.py
                                name.py
                                string.py
                                struct.py
                                whenthen.py
                            functions/
                                aggregation/
                                    __init__.py
                                    horizontal.py
                                    vertical.py
                                range/
                                    __init__.py
                                    _utils.py
                                    date_range.py
                                    datetime_range.py
                                    int_range.py
                                    linear_space.py
                                    time_range.py
                                __init__.py
                                as_datatype.py
                                business.py
                                col.py
                                datatype.py
                                eager.py
                                escape_regex.py
                                lazy.py
                                len.py
                                lit.py
                                random.py
                                repeat.py
                                whenthen.py
                            interchange/
                                __init__.py
                                buffer.py
                                column.py
                                dataframe.py
                                from_dataframe.py
                                protocol.py
                                utils.py
                            io/
                                cloud/
                                    credential_provider/
                                        __init__.py
                                        _builder.py
                                        _providers.py
                                    __init__.py
                                    _utils.py
                                csv/
                                    __init__.py
                                    _utils.py
                                    batched_reader.py
                                    functions.py
                                database/
                                    __init__.py
                                    _arrow_registry.py
                                    _cursor_proxies.py
                                    _executor.py
                                    _inference.py
                                    _utils.py
                                    functions.py
                                iceberg/
                                    __init__.py
                                    _utils.py
                                    dataset.py
                                    functions.py
                                ipc/
                                    __init__.py
                                    functions.py
                                json/
                                    __init__.py
                                    read.py
                                parquet/
                                    __init__.py
                                    field_overwrites.py
                                    functions.py
                                pyarrow_dataset/
                                    __init__.py
                                    anonymous_scan.py
                                    functions.py
                                scan_options/
                                    __init__.py
                                    _options.py
                                    cast_options.py
                                spreadsheet/
                                    __init__.py
                                    _utils.py
                                    _write_utils.py
                                    functions.py
                                __init__.py
                                _utils.py
                                avro.py
                                clipboard.py
                                delta.py
                                ndjson.py
                                partition.py
                                plugins.py
                            lazyframe/
                                __init__.py
                                engine_config.py
                                frame.py
                                group_by.py
                                in_process.py
                                opt_flags.py
                            meta/
                                __init__.py
                                build.py
                                index_type.py
                                thread_pool.py
                                versions.py
                            ml/
                                __init__.py
                                torch.py
                                utilities.py
                            series/
                                __init__.py
                                array.py
                                binary.py
                                categorical.py
                                datetime.py
                                list.py
                                plotting.py
                                series.py
                                string.py
                                struct.py
                                utils.py
                            sql/
                                __init__.py
                                context.py
                                functions.py
                            testing/
                                asserts/
                                    __init__.py
                                    frame.py
                                    series.py
                                    utils.py
                                parametric/
                                    strategies/
                                        __init__.py
                                        _utils.py
                                        core.py
                                        data.py
                                        dtype.py
                                        legacy.py
                                    __init__.py
                                    profiles.py
                                __init__.py
                            __init__.py
                            _cpu_check.py
                            _cpu_check.py''
                            _reexport.py
                            _typing.py
                            api.py
                            config.py
                            dependencies.py
                            exceptions.py
                            plugins.py
                            polars.abi3.so
                            py.typed
                            schema.py
                            selectors.py
                            string_cache.py
                            type_aliases.py
                        polars-1.32.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        prometheus_client/
                            bridge/
                                __init__.py
                                graphite.py
                            openmetrics/
                                __init__.py
                                exposition.py
                                parser.py
                            twisted/
                                __init__.py
                                _exposition.py
                            __init__.py
                            asgi.py
                            context_managers.py
                            core.py
                            decorator.py
                            exposition.py
                            gc_collector.py
                            metrics.py
                            metrics_core.py
                            mmap_dict.py
                            multiprocess.py
                            parser.py
                            platform_collector.py
                            process_collector.py
                            py.typed
                            registry.py
                            samples.py
                            utils.py
                            validation.py
                            values.py
                        prometheus_client-0.22.1.dist-info/
                            licenses/
                                LICENSE
                                NOTICE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        prompt_toolkit/
                            application/
                                __init__.py
                                application.py
                                current.py
                                dummy.py
                                run_in_terminal.py
                            clipboard/
                                __init__.py
                                base.py
                                in_memory.py
                                pyperclip.py
                            completion/
                                __init__.py
                                base.py
                                deduplicate.py
                                filesystem.py
                                fuzzy_completer.py
                                nested.py
                                word_completer.py
                            contrib/
                                completers/
                                    __init__.py
                                    system.py
                                regular_languages/
                                    __init__.py
                                    compiler.py
                                    completion.py
                                    lexer.py
                                    regex_parser.py
                                    validation.py
                                ssh/
                                    __init__.py
                                    server.py
                                telnet/
                                    __init__.py
                                    log.py
                                    protocol.py
                                    server.py
                                __init__.py
                            eventloop/
                                __init__.py
                                async_generator.py
                                inputhook.py
                                utils.py
                                win32.py
                            filters/
                                __init__.py
                                app.py
                                base.py
                                cli.py
                                utils.py
                            formatted_text/
                                __init__.py
                                ansi.py
                                base.py
                                html.py
                                pygments.py
                                utils.py
                            input/
                                __init__.py
                                ansi_escape_sequences.py
                                base.py
                                defaults.py
                                posix_pipe.py
                                posix_utils.py
                                typeahead.py
                                vt100.py
                                vt100_parser.py
                                win32.py
                                win32_pipe.py
                            key_binding/
                                bindings/
                                    __init__.py
                                    auto_suggest.py
                                    basic.py
                                    completion.py
                                    cpr.py
                                    emacs.py
                                    focus.py
                                    mouse.py
                                    named_commands.py
                                    open_in_editor.py
                                    page_navigation.py
                                    scroll.py
                                    search.py
                                    vi.py
                                __init__.py
                                defaults.py
                                digraphs.py
                                emacs_state.py
                                key_bindings.py
                                key_processor.py
                                vi_state.py
                            layout/
                                __init__.py
                                containers.py
                                controls.py
                                dimension.py
                                dummy.py
                                layout.py
                                margins.py
                                menus.py
                                mouse_handlers.py
                                processors.py
                                screen.py
                                scrollable_pane.py
                                utils.py
                            lexers/
                                __init__.py
                                base.py
                                pygments.py
                            output/
                                __init__.py
                                base.py
                                color_depth.py
                                conemu.py
                                defaults.py
                                flush_stdout.py
                                plain_text.py
                                vt100.py
                                win32.py
                                windows10.py
                            shortcuts/
                                progress_bar/
                                    __init__.py
                                    base.py
                                    formatters.py
                                __init__.py
                                dialogs.py
                                prompt.py
                                utils.py
                            styles/
                                __init__.py
                                base.py
                                defaults.py
                                named_colors.py
                                pygments.py
                                style.py
                                style_transformation.py
                            widgets/
                                __init__.py
                                base.py
                                dialogs.py
                                menus.py
                                toolbars.py
                            __init__.py
                            auto_suggest.py
                            buffer.py
                            cache.py
                            cursor_shapes.py
                            data_structures.py
                            document.py
                            enums.py
                            history.py
                            keys.py
                            log.py
                            mouse_events.py
                            patch_stdout.py
                            py.typed
                            renderer.py
                            search.py
                            selection.py
                            token.py
                            utils.py
                            validation.py
                            win32_types.py
                        prompt_toolkit-3.0.51.dist-info/
                            licenses/
                                AUTHORS.rst
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        psutil/
                            tests/
                                __init__.py
                                __main__.py
                                test_aix.py
                                test_bsd.py
                                test_connections.py
                                test_contracts.py
                                test_linux.py
                                test_memleaks.py
                                test_misc.py
                                test_osx.py
                                test_posix.py
                                test_process.py
                                test_process_all.py
                                test_scripts.py
                                test_sunos.py
                                test_system.py
                                test_testutils.py
                                test_unicode.py
                                test_windows.py
                            __init__.py
                            _common.py
                            _psaix.py
                            _psbsd.py
                            _pslinux.py
                            _psosx.py
                            _psposix.py
                            _pssunos.py
                            _psutil_osx.abi3.so
                            _psutil_posix.abi3.so
                            _pswindows.py
                        psutil-7.0.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        ptyprocess/
                            __init__.py
                            _fork_pty.py
                            ptyprocess.py
                            util.py
                        ptyprocess-0.7.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pure_eval/
                            __init__.py
                            core.py
                            my_getattr_static.py
                            py.typed
                            utils.py
                            version.py
                        pure_eval-0.2.3.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        py7zr/
                            __init__.py
                            __main__.py
                            archiveinfo.py
                            callbacks.py
                            cli.py
                            compressor.py
                            exceptions.py
                            helpers.py
                            io.py
                            properties.py
                            py.typed
                            py7zr.py
                            version.py
                            win32compat.py
                        py7zr-1.0.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pybcj-1.0.6.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pycparser/
                            ply/
                                __init__.py
                                cpp.py
                                ctokens.py
                                lex.py
                                yacc.py
                                ygen.py
                            __init__.py
                            _ast_gen.py
                            _build_tables.py
                            _c_ast.cfg
                            ast_transforms.py
                            c_ast.py
                            c_generator.py
                            c_lexer.py
                            c_parser.py
                            lextab.py
                            plyparser.py
                            yacctab.py
                        pycparser-2.22.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pycryptodomex-3.23.0.dist-info/
                            AUTHORS.rst
                            INSTALLER
                            LICENSE.rst
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pydantic/
                            _internal/
                                __init__.py
                                _config.py
                                _core_metadata.py
                                _core_utils.py
                                _dataclasses.py
                                _decorators.py
                                _decorators_v1.py
                                _discriminated_union.py
                                _docs_extraction.py
                                _fields.py
                                _forward_ref.py
                                _generate_schema.py
                                _generics.py
                                _git.py
                                _import_utils.py
                                _internal_dataclass.py
                                _known_annotated_metadata.py
                                _mock_val_ser.py
                                _model_construction.py
                                _namespace_utils.py
                                _repr.py
                                _schema_gather.py
                                _schema_generation_shared.py
                                _serializers.py
                                _signature.py
                                _typing_extra.py
                                _utils.py
                                _validate_call.py
                                _validators.py
                            deprecated/
                                __init__.py
                                class_validators.py
                                config.py
                                copy_internals.py
                                decorator.py
                                json.py
                                parse.py
                                tools.py
                            experimental/
                                __init__.py
                                arguments_schema.py
                                pipeline.py
                            plugin/
                                __init__.py
                                _loader.py
                                _schema_validator.py
                            v1/
                                __init__.py
                                _hypothesis_plugin.py
                                annotated_types.py
                                class_validators.py
                                color.py
                                config.py
                                dataclasses.py
                                datetime_parse.py
                                decorator.py
                                env_settings.py
                                error_wrappers.py
                                errors.py
                                fields.py
                                generics.py
                                json.py
                                main.py
                                mypy.py
                                networks.py
                                parse.py
                                py.typed
                                schema.py
                                tools.py
                                types.py
                                typing.py
                                utils.py
                                validators.py
                                version.py
                            __init__.py
                            _migration.py
                            alias_generators.py
                            aliases.py
                            annotated_handlers.py
                            class_validators.py
                            color.py
                            config.py
                            dataclasses.py
                            datetime_parse.py
                            decorator.py
                            env_settings.py
                            error_wrappers.py
                            errors.py
                            fields.py
                            functional_serializers.py
                            functional_validators.py
                            generics.py
                            json.py
                            json_schema.py
                            main.py
                            mypy.py
                            networks.py
                            parse.py
                            py.typed
                            root_model.py
                            schema.py
                            tools.py
                            type_adapter.py
                            types.py
                            typing.py
                            utils.py
                            validate_call_decorator.py
                            validators.py
                            version.py
                            warnings.py
                        pydantic-2.11.7.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pydantic_core/
                            __init__.py
                            _pydantic_core.cpython-313-darwin.so
                            _pydantic_core.pyi
                            core_schema.py
                            py.typed
                        pydantic_core-2.33.2.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pygments/
                            filters/
                                __init__.py
                            formatters/
                                __init__.py
                                _mapping.py
                                bbcode.py
                                groff.py
                                html.py
                                img.py
                                irc.py
                                latex.py
                                other.py
                                pangomarkup.py
                                rtf.py
                                svg.py
                                terminal.py
                                terminal256.py
                            lexers/
                                __init__.py
                                _ada_builtins.py
                                _asy_builtins.py
                                _cl_builtins.py
                                _cocoa_builtins.py
                                _csound_builtins.py
                                _css_builtins.py
                                _googlesql_builtins.py
                                _julia_builtins.py
                                _lasso_builtins.py
                                _lilypond_builtins.py
                                _lua_builtins.py
                                _luau_builtins.py
                                _mapping.py
                                _mql_builtins.py
                                _mysql_builtins.py
                                _openedge_builtins.py
                                _php_builtins.py
                                _postgres_builtins.py
                                _qlik_builtins.py
                                _scheme_builtins.py
                                _scilab_builtins.py
                                _sourcemod_builtins.py
                                _sql_builtins.py
                                _stan_builtins.py
                                _stata_builtins.py
                                _tsql_builtins.py
                                _usd_builtins.py
                                _vbscript_builtins.py
                                _vim_builtins.py
                                actionscript.py
                                ada.py
                                agile.py
                                algebra.py
                                ambient.py
                                amdgpu.py
                                ampl.py
                                apdlexer.py
                                apl.py
                                archetype.py
                                arrow.py
                                arturo.py
                                asc.py
                                asm.py
                                asn1.py
                                automation.py
                                bare.py
                                basic.py
                                bdd.py
                                berry.py
                                bibtex.py
                                blueprint.py
                                boa.py
                                bqn.py
                                business.py
                                c_cpp.py
                                c_like.py
                                capnproto.py
                                carbon.py
                                cddl.py
                                chapel.py
                                clean.py
                                codeql.py
                                comal.py
                                compiled.py
                                configs.py
                                console.py
                                cplint.py
                                crystal.py
                                csound.py
                                css.py
                                d.py
                                dalvik.py
                                data.py
                                dax.py
                                devicetree.py
                                diff.py
                                dns.py
                                dotnet.py
                                dsls.py
                                dylan.py
                                ecl.py
                                eiffel.py
                                elm.py
                                elpi.py
                                email.py
                                erlang.py
                                esoteric.py
                                ezhil.py
                                factor.py
                                fantom.py
                                felix.py
                                fift.py
                                floscript.py
                                forth.py
                                fortran.py
                                foxpro.py
                                freefem.py
                                func.py
                                functional.py
                                futhark.py
                                gcodelexer.py
                                gdscript.py
                                gleam.py
                                go.py
                                grammar_notation.py
                                graph.py
                                graphics.py
                                graphql.py
                                graphviz.py
                                gsql.py
                                hare.py
                                haskell.py
                                haxe.py
                                hdl.py
                                hexdump.py
                                html.py
                                idl.py
                                igor.py
                                inferno.py
                                installers.py
                                int_fiction.py
                                iolang.py
                                j.py
                                javascript.py
                                jmespath.py
                                jslt.py
                                json5.py
                                jsonnet.py
                                jsx.py
                                julia.py
                                jvm.py
                                kuin.py
                                kusto.py
                                ldap.py
                                lean.py
                                lilypond.py
                                lisp.py
                                macaulay2.py
                                make.py
                                maple.py
                                markup.py
                                math.py
                                matlab.py
                                maxima.py
                                meson.py
                                mime.py
                                minecraft.py
                                mips.py
                                ml.py
                                modeling.py
                                modula2.py
                                mojo.py
                                monte.py
                                mosel.py
                                ncl.py
                                nimrod.py
                                nit.py
                                nix.py
                                numbair.py
                                oberon.py
                                objective.py
                                ooc.py
                                openscad.py
                                other.py
                                parasail.py
                                parsers.py
                                pascal.py
                                pawn.py
                                pddl.py
                                perl.py
                                phix.py
                                php.py
                                pointless.py
                                pony.py
                                praat.py
                                procfile.py
                                prolog.py
                                promql.py
                                prql.py
                                ptx.py
                                python.py
                                q.py
                                qlik.py
                                qvt.py
                                r.py
                                rdf.py
                                rebol.py
                                rego.py
                                resource.py
                                ride.py
                                rita.py
                                rnc.py
                                roboconf.py
                                robotframework.py
                                ruby.py
                                rust.py
                                sas.py
                                savi.py
                                scdoc.py
                                scripting.py
                                sgf.py
                                shell.py
                                sieve.py
                                slash.py
                                smalltalk.py
                                smithy.py
                                smv.py
                                snobol.py
                                solidity.py
                                soong.py
                                sophia.py
                                special.py
                                spice.py
                                sql.py
                                srcinfo.py
                                stata.py
                                supercollider.py
                                tablegen.py
                                tact.py
                                tal.py
                                tcl.py
                                teal.py
                                templates.py
                                teraterm.py
                                testing.py
                                text.py
                                textedit.py
                                textfmts.py
                                theorem.py
                                thingsdb.py
                                tlb.py
                                tls.py
                                tnt.py
                                trafficscript.py
                                typoscript.py
                                typst.py
                                ul4.py
                                unicon.py
                                urbi.py
                                usd.py
                                varnish.py
                                verification.py
                                verifpal.py
                                vip.py
                                vyper.py
                                web.py
                                webassembly.py
                                webidl.py
                                webmisc.py
                                wgsl.py
                                whiley.py
                                wowtoc.py
                                wren.py
                                x10.py
                                xorg.py
                                yang.py
                                yara.py
                                zig.py
                            styles/
                                __init__.py
                                _mapping.py
                                abap.py
                                algol.py
                                algol_nu.py
                                arduino.py
                                autumn.py
                                borland.py
                                bw.py
                                coffee.py
                                colorful.py
                                default.py
                                dracula.py
                                emacs.py
                                friendly.py
                                friendly_grayscale.py
                                fruity.py
                                gh_dark.py
                                gruvbox.py
                                igor.py
                                inkpot.py
                                lightbulb.py
                                lilypond.py
                                lovelace.py
                                manni.py
                                material.py
                                monokai.py
                                murphy.py
                                native.py
                                nord.py
                                onedark.py
                                paraiso_dark.py
                                paraiso_light.py
                                pastie.py
                                perldoc.py
                                rainbow_dash.py
                                rrt.py
                                sas.py
                                solarized.py
                                staroffice.py
                                stata_dark.py
                                stata_light.py
                                tango.py
                                trac.py
                                vim.py
                                vs.py
                                xcode.py
                                zenburn.py
                            __init__.py
                            __main__.py
                            cmdline.py
                            console.py
                            filter.py
                            formatter.py
                            lexer.py
                            modeline.py
                            plugin.py
                            regexopt.py
                            scanner.py
                            sphinxext.py
                            style.py
                            token.py
                            unistring.py
                            util.py
                        pygments-2.19.2.dist-info/
                            licenses/
                                AUTHORS
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        PyNaCl-1.5.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pyppmd/
                            c/
                                _ppmd.cpython-313-darwin.so
                                c_ppmd.py
                            cffi/
                                cffi_ppmd.py
                            __init__.py
                            py.typed
                        pyppmd-1.2.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest/
                            __init__.py
                            __main__.py
                            py.typed
                        pytest-8.4.1.dist-info/
                            licenses/
                                AUTHORS
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest_asyncio/
                            __init__.py
                            _version.py
                            plugin.py
                            py.typed
                        pytest_asyncio-1.1.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest_cov/
                            __init__.py
                            compat.py
                            embed.py
                            engine.py
                            plugin.py
                        pytest_cov-6.2.1.dist-info/
                            licenses/
                                AUTHORS.rst
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest_local_badge/
                            __init__.py
                            badges.py
                            plugin.py
                            svg_badge.py
                        pytest_local_badge-1.0.3.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        python_dateutil-2.9.0.post0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        python_dotenv-1.1.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        python_json_logger-3.3.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            NOTICE
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pythonjsonlogger/
                            __init__.py
                            core.py
                            defaults.py
                            exception.py
                            json.py
                            jsonlogger.py
                            msgspec.py
                            orjson.py
                            py.typed
                            utils.py
                        pytz/
                            zoneinfo/
                                Africa/
                                    Abidjan
                                    Accra
                                    Addis_Ababa
                                    Algiers
                                    Asmara
                                    Asmera
                                    Bamako
                                    Bangui
                                    Banjul
                                    Bissau
                                    Blantyre
                                    Brazzaville
                                    Bujumbura
                                    Cairo
                                    Casablanca
                                    Ceuta
                                    Conakry
                                    Dakar
                                    Dar_es_Salaam
                                    Djibouti
                                    Douala
                                    El_Aaiun
                                    Freetown
                                    Gaborone
                                    Harare
                                    Johannesburg
                                    Juba
                                    Kampala
                                    Khartoum
                                    Kigali
                                    Kinshasa
                                    Lagos
                                    Libreville
                                    Lome
                                    Luanda
                                    Lubumbashi
                                    Lusaka
                                    Malabo
                                    Maputo
                                    Maseru
                                    Mbabane
                                    Mogadishu
                                    Monrovia
                                    Nairobi
                                    Ndjamena
                                    Niamey
                                    Nouakchott
                                    Ouagadougou
                                    Porto-Novo
                                    Sao_Tome
                                    Timbuktu
                                    Tripoli
                                    Tunis
                                    Windhoek
                                America/
                                    Argentina/
                                        Buenos_Aires
                                        Catamarca
                                        ComodRivadavia
                                        Cordoba
                                        Jujuy
                                        La_Rioja
                                        Mendoza
                                        Rio_Gallegos
                                        Salta
                                        San_Juan
                                        San_Luis
                                        Tucuman
                                        Ushuaia
                                    Indiana/
                                        Indianapolis
                                        Knox
                                        Marengo
                                        Petersburg
                                        Tell_City
                                        Vevay
                                        Vincennes
                                        Winamac
                                    Kentucky/
                                        Louisville
                                        Monticello
                                    North_Dakota/
                                        Beulah
                                        Center
                                        New_Salem
                                    Adak
                                    Anchorage
                                    Anguilla
                                    Antigua
                                    Araguaina
                                    Aruba
                                    Asuncion
                                    Atikokan
                                    Atka
                                    Bahia
                                    Bahia_Banderas
                                    Barbados
                                    Belem
                                    Belize
                                    Blanc-Sablon
                                    Boa_Vista
                                    Bogota
                                    Boise
                                    Buenos_Aires
                                    Cambridge_Bay
                                    Campo_Grande
                                    Cancun
                                    Caracas
                                    Catamarca
                                    Cayenne
                                    Cayman
                                    Chicago
                                    Chihuahua
                                    Ciudad_Juarez
                                    Coral_Harbour
                                    Cordoba
                                    Costa_Rica
                                    Coyhaique
                                    Creston
                                    Cuiaba
                                    Curacao
                                    Danmarkshavn
                                    Dawson
                                    Dawson_Creek
                                    Denver
                                    Detroit
                                    Dominica
                                    Edmonton
                                    Eirunepe
                                    El_Salvador
                                    Ensenada
                                    Fort_Nelson
                                    Fort_Wayne
                                    Fortaleza
                                    Glace_Bay
                                    Godthab
                                    Goose_Bay
                                    Grand_Turk
                                    Grenada
                                    Guadeloupe
                                    Guatemala
                                    Guayaquil
                                    Guyana
                                    Halifax
                                    Havana
                                    Hermosillo
                                    Indianapolis
                                    Inuvik
                                    Iqaluit
                                    Jamaica
                                    Jujuy
                                    Juneau
                                    Knox_IN
                                    Kralendijk
                                    La_Paz
                                    Lima
                                    Los_Angeles
                                    Louisville
                                    Lower_Princes
                                    Maceio
                                    Managua
                                    Manaus
                                    Marigot
                                    Martinique
                                    Matamoros
                                    Mazatlan
                                    Mendoza
                                    Menominee
                                    Merida
                                    Metlakatla
                                    Mexico_City
                                    Miquelon
                                    Moncton
                                    Monterrey
                                    Montevideo
                                    Montreal
                                    Montserrat
                                    Nassau
                                    New_York
                                    Nipigon
                                    Nome
                                    Noronha
                                    Nuuk
                                    Ojinaga
                                    Panama
                                    Pangnirtung
                                    Paramaribo
                                    Phoenix
                                    Port-au-Prince
                                    Port_of_Spain
                                    Porto_Acre
                                    Porto_Velho
                                    Puerto_Rico
                                    Punta_Arenas
                                    Rainy_River
                                    Rankin_Inlet
                                    Recife
                                    Regina
                                    Resolute
                                    Rio_Branco
                                    Rosario
                                    Santa_Isabel
                                    Santarem
                                    Santiago
                                    Santo_Domingo
                                    Sao_Paulo
                                    Scoresbysund
                                    Shiprock
                                    Sitka
                                    St_Barthelemy
                                    St_Johns
                                    St_Kitts
                                    St_Lucia
                                    St_Thomas
                                    St_Vincent
                                    Swift_Current
                                    Tegucigalpa
                                    Thule
                                    Thunder_Bay
                                    Tijuana
                                    Toronto
                                    Tortola
                                    Vancouver
                                    Virgin
                                    Whitehorse
                                    Winnipeg
                                    Yakutat
                                    Yellowknife
                                Antarctica/
                                    Casey
                                    Davis
                                    DumontDUrville
                                    Macquarie
                                    Mawson
                                    McMurdo
                                    Palmer
                                    Rothera
                                    South_Pole
                                    Syowa
                                    Troll
                                    Vostok
                                Arctic/
                                    Longyearbyen
                                Asia/
                                    Aden
                                    Almaty
                                    Amman
                                    Anadyr
                                    Aqtau
                                    Aqtobe
                                    Ashgabat
                                    Ashkhabad
                                    Atyrau
                                    Baghdad
                                    Bahrain
                                    Baku
                                    Bangkok
                                    Barnaul
                                    Beirut
                                    Bishkek
                                    Brunei
                                    Calcutta
                                    Chita
                                    Choibalsan
                                    Chongqing
                                    Chungking
                                    Colombo
                                    Dacca
                                    Damascus
                                    Dhaka
                                    Dili
                                    Dubai
                                    Dushanbe
                                    Famagusta
                                    Gaza
                                    Harbin
                                    Hebron
                                    Ho_Chi_Minh
                                    Hong_Kong
                                    Hovd
                                    Irkutsk
                                    Istanbul
                                    Jakarta
                                    Jayapura
                                    Jerusalem
                                    Kabul
                                    Kamchatka
                                    Karachi
                                    Kashgar
                                    Kathmandu
                                    Katmandu
                                    Khandyga
                                    Kolkata
                                    Krasnoyarsk
                                    Kuala_Lumpur
                                    Kuching
                                    Kuwait
                                    Macao
                                    Macau
                                    Magadan
                                    Makassar
                                    Manila
                                    Muscat
                                    Nicosia
                                    Novokuznetsk
                                    Novosibirsk
                                    Omsk
                                    Oral
                                    Phnom_Penh
                                    Pontianak
                                    Pyongyang
                                    Qatar
                                    Qostanay
                                    Qyzylorda
                                    Rangoon
                                    Riyadh
                                    Saigon
                                    Sakhalin
                                    Samarkand
                                    Seoul
                                    Shanghai
                                    Singapore
                                    Srednekolymsk
                                    Taipei
                                    Tashkent
                                    Tbilisi
                                    Tehran
                                    Tel_Aviv
                                    Thimbu
                                    Thimphu
                                    Tokyo
                                    Tomsk
                                    Ujung_Pandang
                                    Ulaanbaatar
                                    Ulan_Bator
                                    Urumqi
                                    Ust-Nera
                                    Vientiane
                                    Vladivostok
                                    Yakutsk
                                    Yangon
                                    Yekaterinburg
                                    Yerevan
                                Atlantic/
                                    Azores
                                    Bermuda
                                    Canary
                                    Cape_Verde
                                    Faeroe
                                    Faroe
                                    Jan_Mayen
                                    Madeira
                                    Reykjavik
                                    South_Georgia
                                    St_Helena
                                    Stanley
                                Australia/
                                    ACT
                                    Adelaide
                                    Brisbane
                                    Broken_Hill
                                    Canberra
                                    Currie
                                    Darwin
                                    Eucla
                                    Hobart
                                    LHI
                                    Lindeman
                                    Lord_Howe
                                    Melbourne
                                    North
                                    NSW
                                    Perth
                                    Queensland
                                    South
                                    Sydney
                                    Tasmania
                                    Victoria
                                    West
                                    Yancowinna
                                Brazil/
                                    Acre
                                    DeNoronha
                                    East
                                    West
                                Canada/
                                    Atlantic
                                    Central
                                    Eastern
                                    Mountain
                                    Newfoundland
                                    Pacific
                                    Saskatchewan
                                    Yukon
                                Chile/
                                    Continental
                                    EasterIsland
                                Etc/
                                    GMT
                                    GMT+0
                                    GMT+1
                                    GMT+10
                                    GMT+11
                                    GMT+12
                                    GMT+2
                                    GMT+3
                                    GMT+4
                                    GMT+5
                                    GMT+6
                                    GMT+7
                                    GMT+8
                                    GMT+9
                                    GMT-0
                                    GMT-1
                                    GMT-10
                                    GMT-11
                                    GMT-12
                                    GMT-13
                                    GMT-14
                                    GMT-2
                                    GMT-3
                                    GMT-4
                                    GMT-5
                                    GMT-6
                                    GMT-7
                                    GMT-8
                                    GMT-9
                                    GMT0
                                    Greenwich
                                    UCT
                                    Universal
                                    UTC
                                    Zulu
                                Europe/
                                    Amsterdam
                                    Andorra
                                    Astrakhan
                                    Athens
                                    Belfast
                                    Belgrade
                                    Berlin
                                    Bratislava
                                    Brussels
                                    Bucharest
                                    Budapest
                                    Busingen
                                    Chisinau
                                    Copenhagen
                                    Dublin
                                    Gibraltar
                                    Guernsey
                                    Helsinki
                                    Isle_of_Man
                                    Istanbul
                                    Jersey
                                    Kaliningrad
                                    Kiev
                                    Kirov
                                    Kyiv
                                    Lisbon
                                    Ljubljana
                                    London
                                    Luxembourg
                                    Madrid
                                    Malta
                                    Mariehamn
                                    Minsk
                                    Monaco
                                    Moscow
                                    Nicosia
                                    Oslo
                                    Paris
                                    Podgorica
                                    Prague
                                    Riga
                                    Rome
                                    Samara
                                    San_Marino
                                    Sarajevo
                                    Saratov
                                    Simferopol
                                    Skopje
                                    Sofia
                                    Stockholm
                                    Tallinn
                                    Tirane
                                    Tiraspol
                                    Ulyanovsk
                                    Uzhgorod
                                    Vaduz
                                    Vatican
                                    Vienna
                                    Vilnius
                                    Volgograd
                                    Warsaw
                                    Zagreb
                                    Zaporozhye
                                    Zurich
                                Indian/
                                    Antananarivo
                                    Chagos
                                    Christmas
                                    Cocos
                                    Comoro
                                    Kerguelen
                                    Mahe
                                    Maldives
                                    Mauritius
                                    Mayotte
                                    Reunion
                                Mexico/
                                    BajaNorte
                                    BajaSur
                                    General
                                Pacific/
                                    Apia
                                    Auckland
                                    Bougainville
                                    Chatham
                                    Chuuk
                                    Easter
                                    Efate
                                    Enderbury
                                    Fakaofo
                                    Fiji
                                    Funafuti
                                    Galapagos
                                    Gambier
                                    Guadalcanal
                                    Guam
                                    Honolulu
                                    Johnston
                                    Kanton
                                    Kiritimati
                                    Kosrae
                                    Kwajalein
                                    Majuro
                                    Marquesas
                                    Midway
                                    Nauru
                                    Niue
                                    Norfolk
                                    Noumea
                                    Pago_Pago
                                    Palau
                                    Pitcairn
                                    Pohnpei
                                    Ponape
                                    Port_Moresby
                                    Rarotonga
                                    Saipan
                                    Samoa
                                    Tahiti
                                    Tarawa
                                    Tongatapu
                                    Truk
                                    Wake
                                    Wallis
                                    Yap
                                US/
                                    Alaska
                                    Aleutian
                                    Arizona
                                    Central
                                    East-Indiana
                                    Eastern
                                    Hawaii
                                    Indiana-Starke
                                    Michigan
                                    Mountain
                                    Pacific
                                    Samoa
                                CET
                                CST6CDT
                                Cuba
                                EET
                                Egypt
                                Eire
                                EST
                                EST5EDT
                                Factory
                                GB
                                GB-Eire
                                GMT
                                GMT+0
                                GMT-0
                                GMT0
                                Greenwich
                                Hongkong
                                HST
                                Iceland
                                Iran
                                iso3166.tab
                                Israel
                                Jamaica
                                Japan
                                Kwajalein
                                leapseconds
                                Libya
                                MET
                                MST
                                MST7MDT
                                Navajo
                                NZ
                                NZ-CHAT
                                Poland
                                Portugal
                                PRC
                                PST8PDT
                                ROC
                                ROK
                                Singapore
                                Turkey
                                tzdata.zi
                                UCT
                                Universal
                                UTC
                                W-SU
                                WET
                                zone.tab
                                zone1970.tab
                                zonenow.tab
                                Zulu
                            __init__.py
                            exceptions.py
                            lazy.py
                            reference.py
                            tzfile.py
                            tzinfo.py
                        pytz-2025.2.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        pyximport/
                            __init__.py
                            pyxbuild.py
                            pyximport.py
                        PyYAML-6.0.2.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pyzmq-27.0.1.dist-info/
                            licenses/
                                licenses/
                                    LICENSE.libsodium.txt
                                    LICENSE.tornado.txt
                                    LICENSE.zeromq.txt
                                LICENSE.md
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pyzstd/
                            _c/
                                __init__.py
                                _zstd.cpython-313-darwin.so
                            __init__.py
                            __init__.pyi
                            __main__.py
                            _seekable_zstdfile.py
                            _zstdfile.py
                            py.typed
                        pyzstd-0.17.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        referencing/
                            tests/
                                __init__.py
                                test_core.py
                                test_exceptions.py
                                test_jsonschema.py
                                test_referencing_suite.py
                                test_retrieval.py
                            __init__.py
                            _attrs.py
                            _attrs.pyi
                            _core.py
                            exceptions.py
                            jsonschema.py
                            py.typed
                            retrieval.py
                            typing.py
                        referencing-0.36.2.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        requests/
                            __init__.py
                            __version__.py
                            _internal_utils.py
                            adapters.py
                            api.py
                            auth.py
                            certs.py
                            compat.py
                            cookies.py
                            exceptions.py
                            help.py
                            hooks.py
                            models.py
                            packages.py
                            sessions.py
                            status_codes.py
                            structures.py
                            utils.py
                        requests-2.32.4.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        requests_cache/
                            backends/
                                __init__.py
                                base.py
                                dynamodb.py
                                filesystem.py
                                gridfs.py
                                mongodb.py
                                redis.py
                                sqlite.py
                            models/
                                __init__.py
                                base.py
                                raw_response.py
                                request.py
                                response.py
                            policy/
                                __init__.py
                                actions.py
                                directives.py
                                expiration.py
                                settings.py
                            serializers/
                                __init__.py
                                cattrs.py
                                pipeline.py
                                preconf.py
                            __init__.py
                            _utils.py
                            cache_keys.py
                            patcher.py
                            py.typed
                            session.py
                        requests_cache-1.2.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        requirements/
                            __init__.py
                            fragment.py
                            parser.py
                            py.typed
                            requirement.py
                            vcs.py
                        requirements_parser-0.13.0.dist-info/
                            AUTHORS.md
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        rfc3339_validator-0.1.4.dist-info/
                            AUTHORS.rst
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        rfc3986_validator-0.1.1.dist-info/
                            AUTHORS.rst
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        rfc3987_syntax/
                            __init__.py
                            CITATION.cff
                            syntax_helpers.py
                            syntax_rfc3987.lark
                            utils.py
                        rfc3987_syntax-1.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        rich/
                            __init__.py
                            __main__.py
                            _cell_widths.py
                            _emoji_codes.py
                            _emoji_replace.py
                            _export_format.py
                            _extension.py
                            _fileno.py
                            _inspect.py
                            _log_render.py
                            _loop.py
                            _null_file.py
                            _palettes.py
                            _pick.py
                            _ratio.py
                            _spinners.py
                            _stack.py
                            _timer.py
                            _win32_console.py
                            _windows.py
                            _windows_renderer.py
                            _wrap.py
                            abc.py
                            align.py
                            ansi.py
                            bar.py
                            box.py
                            cells.py
                            color.py
                            color_triplet.py
                            columns.py
                            console.py
                            constrain.py
                            containers.py
                            control.py
                            default_styles.py
                            diagnose.py
                            emoji.py
                            errors.py
                            file_proxy.py
                            filesize.py
                            highlighter.py
                            json.py
                            jupyter.py
                            layout.py
                            live.py
                            live_render.py
                            logging.py
                            markdown.py
                            markup.py
                            measure.py
                            padding.py
                            pager.py
                            palette.py
                            panel.py
                            pretty.py
                            progress.py
                            progress_bar.py
                            prompt.py
                            protocol.py
                            py.typed
                            region.py
                            repr.py
                            rule.py
                            scope.py
                            screen.py
                            segment.py
                            spinner.py
                            status.py
                            style.py
                            styled.py
                            syntax.py
                            table.py
                            terminal_theme.py
                            text.py
                            theme.py
                            themes.py
                            traceback.py
                            tree.py
                        rich-14.1.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        rpds/
                            __init__.py
                            __init__.pyi
                            py.typed
                            rpds.cpython-313-darwin.so
                        rpds_py-0.26.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        scikit_learn-1.7.1.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        scipy/
                            .dylibs/
                                libgcc_s.1.1.dylib
                                libgfortran.5.dylib
                                libquadmath.0.dylib
                            _lib/
                                _uarray/
                                    __init__.py
                                    _backend.py
                                    _uarray.cpython-313-darwin.so
                                    LICENSE
                                array_api_compat/
                                    common/
                                        __init__.py
                                        _aliases.py
                                        _fft.py
                                        _helpers.py
                                        _linalg.py
                                        _typing.py
                                    cupy/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    dask/
                                        array/
                                            __init__.py
                                            _aliases.py
                                            _info.py
                                            fft.py
                                            linalg.py
                                        __init__.py
                                    numpy/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    torch/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        fft.py
                                        linalg.py
                                    __init__.py
                                    _internal.py
                                array_api_extra/
                                    __init__.py
                                    _funcs.py
                                    _typing.py
                                cobyqa/
                                    subsolvers/
                                        __init__.py
                                        geometry.py
                                        optim.py
                                    utils/
                                        __init__.py
                                        exceptions.py
                                        math.py
                                        versions.py
                                    __init__.py
                                    framework.py
                                    main.py
                                    models.py
                                    problem.py
                                    settings.py
                                tests/
                                    __init__.py
                                    test__gcutils.py
                                    test__pep440.py
                                    test__testutils.py
                                    test__threadsafety.py
                                    test__util.py
                                    test_array_api.py
                                    test_bunch.py
                                    test_ccallback.py
                                    test_config.py
                                    test_deprecation.py
                                    test_doccer.py
                                    test_import_cycles.py
                                    test_public_api.py
                                    test_scipy_version.py
                                    test_tmpdirs.py
                                    test_warnings.py
                                __init__.py
                                _array_api.py
                                _array_api_no_0d.py
                                _bunch.py
                                _ccallback.py
                                _ccallback_c.cpython-313-darwin.so
                                _disjoint_set.py
                                _docscrape.py
                                _elementwise_iterative_method.py
                                _finite_differences.py
                                _fpumode.cpython-313-darwin.so
                                _gcutils.py
                                _pep440.py
                                _test_ccallback.cpython-313-darwin.so
                                _test_deprecation_call.cpython-313-darwin.so
                                _test_deprecation_def.cpython-313-darwin.so
                                _testutils.py
                                _threadsafety.py
                                _tmpdirs.py
                                _util.py
                                decorator.py
                                deprecation.py
                                doccer.py
                                messagestream.cpython-313-darwin.so
                                uarray.py
                            cluster/
                                tests/
                                    __init__.py
                                    hierarchy_test_data.py
                                    test_disjoint_set.py
                                    test_hierarchy.py
                                    test_vq.py
                                __init__.py
                                _hierarchy.cpython-313-darwin.so
                                _optimal_leaf_ordering.cpython-313-darwin.so
                                _vq.cpython-313-darwin.so
                                hierarchy.py
                                vq.py
                            constants/
                                tests/
                                    __init__.py
                                    test_codata.py
                                    test_constants.py
                                __init__.py
                                _codata.py
                                _constants.py
                                codata.py
                                constants.py
                            datasets/
                                tests/
                                    __init__.py
                                    test_data.py
                                __init__.py
                                _download_all.py
                                _fetchers.py
                                _registry.py
                                _utils.py
                            differentiate/
                                tests/
                                    __init__.py
                                    test_differentiate.py
                                __init__.py
                                _differentiate.py
                            fft/
                                _pocketfft/
                                    tests/
                                        __init__.py
                                        test_basic.py
                                        test_real_transforms.py
                                    __init__.py
                                    basic.py
                                    helper.py
                                    LICENSE.md
                                    pypocketfft.cpython-313-darwin.so
                                    realtransforms.py
                                tests/
                                    __init__.py
                                    mock_backend.py
                                    test_backend.py
                                    test_basic.py
                                    test_fftlog.py
                                    test_helper.py
                                    test_multithreading.py
                                    test_real_transforms.py
                                __init__.py
                                _backend.py
                                _basic.py
                                _basic_backend.py
                                _debug_backends.py
                                _fftlog.py
                                _fftlog_backend.py
                                _helper.py
                                _realtransforms.py
                                _realtransforms_backend.py
                            fftpack/
                                tests/
                                    __init__.py
                                    fftw_double_ref.npz
                                    fftw_longdouble_ref.npz
                                    fftw_single_ref.npz
                                    test.npz
                                    test_basic.py
                                    test_helper.py
                                    test_import.py
                                    test_pseudo_diffs.py
                                    test_real_transforms.py
                                __init__.py
                                _basic.py
                                _helper.py
                                _pseudo_diffs.py
                                _realtransforms.py
                                basic.py
                                convolve.cpython-313-darwin.so
                                helper.py
                                pseudo_diffs.py
                                realtransforms.py
                            integrate/
                                _ivp/
                                    tests/
                                        __init__.py
                                        test_ivp.py
                                        test_rk.py
                                    __init__.py
                                    base.py
                                    bdf.py
                                    common.py
                                    dop853_coefficients.py
                                    ivp.py
                                    lsoda.py
                                    radau.py
                                    rk.py
                                _rules/
                                    __init__.py
                                    _base.py
                                    _gauss_kronrod.py
                                    _gauss_legendre.py
                                    _genz_malik.py
                                tests/
                                    __init__.py
                                    test__quad_vec.py
                                    test_banded_ode_solvers.py
                                    test_bvp.py
                                    test_cubature.py
                                    test_integrate.py
                                    test_odeint_jac.py
                                    test_quadpack.py
                                    test_quadrature.py
                                    test_tanhsinh.py
                                __init__.py
                                _bvp.py
                                _cubature.py
                                _dop.cpython-313-darwin.so
                                _lebedev.py
                                _lsoda.cpython-313-darwin.so
                                _ode.py
                                _odepack.cpython-313-darwin.so
                                _odepack_py.py
                                _quad_vec.py
                                _quadpack.cpython-313-darwin.so
                                _quadpack_py.py
                                _quadrature.py
                                _tanhsinh.py
                                _test_multivariate.cpython-313-darwin.so
                                _test_odeint_banded.cpython-313-darwin.so
                                _vode.cpython-313-darwin.so
                                dop.py
                                lsoda.py
                                odepack.py
                                quadpack.py
                                vode.py
                            interpolate/
                                tests/
                                    data/
                                        bug-1310.npz
                                        estimate_gradients_hang.npy
                                        gcvspl.npz
                                    __init__.py
                                    test_bary_rational.py
                                    test_bsplines.py
                                    test_fitpack.py
                                    test_fitpack2.py
                                    test_gil.py
                                    test_interpnd.py
                                    test_interpolate.py
                                    test_ndgriddata.py
                                    test_pade.py
                                    test_polyint.py
                                    test_rbf.py
                                    test_rbfinterp.py
                                    test_rgi.py
                                __init__.py
                                _bary_rational.py
                                _bspl.cpython-313-darwin.so
                                _bsplines.py
                                _cubic.py
                                _dfitpack.cpython-313-darwin.so
                                _dierckx.cpython-313-darwin.so
                                _fitpack.cpython-313-darwin.so
                                _fitpack2.py
                                _fitpack_impl.py
                                _fitpack_py.py
                                _fitpack_repro.py
                                _interpnd.cpython-313-darwin.so
                                _interpolate.py
                                _ndbspline.py
                                _ndgriddata.py
                                _pade.py
                                _polyint.py
                                _ppoly.cpython-313-darwin.so
                                _rbf.py
                                _rbfinterp.py
                                _rbfinterp_pythran.cpython-313-darwin.so
                                _rgi.py
                                _rgi_cython.cpython-313-darwin.so
                                dfitpack.py
                                fitpack.py
                                fitpack2.py
                                interpnd.py
                                interpolate.py
                                ndgriddata.py
                                polyint.py
                                rbf.py
                            io/
                                _fast_matrix_market/
                                    __init__.py
                                    _fmm_core.cpython-313-darwin.so
                                _harwell_boeing/
                                    tests/
                                        __init__.py
                                        test_fortran_format.py
                                        test_hb.py
                                    __init__.py
                                    _fortran_format_parser.py
                                    hb.py
                                arff/
                                    tests/
                                        data/
                                            iris.arff
                                            missing.arff
                                            nodata.arff
                                            quoted_nominal.arff
                                            quoted_nominal_spaces.arff
                                            test1.arff
                                            test10.arff
                                            test11.arff
                                            test2.arff
                                            test3.arff
                                            test4.arff
                                            test5.arff
                                            test6.arff
                                            test7.arff
                                            test8.arff
                                            test9.arff
                                        __init__.py
                                        test_arffread.py
                                    __init__.py
                                    _arffread.py
                                    arffread.py
                                matlab/
                                    tests/
                                        data/
                                            bad_miuint32.mat
                                            bad_miutf8_array_name.mat
                                            big_endian.mat
                                            broken_utf8.mat
                                            corrupted_zlib_checksum.mat
                                            corrupted_zlib_data.mat
                                            debigged_m4.mat
                                            japanese_utf8.txt
                                            little_endian.mat
                                            logical_sparse.mat
                                            malformed1.mat
                                            miuint32_for_miint32.mat
                                            miutf8_array_name.mat
                                            nasty_duplicate_fieldnames.mat
                                            one_by_zero_char.mat
                                            parabola.mat
                                            single_empty_string.mat
                                            some_functions.mat
                                            sqr.mat
                                            test3dmatrix_6.1_SOL2.mat
                                            test3dmatrix_6.5.1_GLNX86.mat
                                            test3dmatrix_7.1_GLNX86.mat
                                            test3dmatrix_7.4_GLNX86.mat
                                            test_empty_struct.mat
                                            test_mat4_le_floats.mat
                                            test_skip_variable.mat
                                            testbool_8_WIN64.mat
                                            testcell_6.1_SOL2.mat
                                            testcell_6.5.1_GLNX86.mat
                                            testcell_7.1_GLNX86.mat
                                            testcell_7.4_GLNX86.mat
                                            testcellnest_6.1_SOL2.mat
                                            testcellnest_6.5.1_GLNX86.mat
                                            testcellnest_7.1_GLNX86.mat
                                            testcellnest_7.4_GLNX86.mat
                                            testcomplex_4.2c_SOL2.mat
                                            testcomplex_6.1_SOL2.mat
                                            testcomplex_6.5.1_GLNX86.mat
                                            testcomplex_7.1_GLNX86.mat
                                            testcomplex_7.4_GLNX86.mat
                                            testdouble_4.2c_SOL2.mat
                                            testdouble_6.1_SOL2.mat
                                            testdouble_6.5.1_GLNX86.mat
                                            testdouble_7.1_GLNX86.mat
                                            testdouble_7.4_GLNX86.mat
                                            testemptycell_5.3_SOL2.mat
                                            testemptycell_6.5.1_GLNX86.mat
                                            testemptycell_7.1_GLNX86.mat
                                            testemptycell_7.4_GLNX86.mat
                                            testfunc_7.4_GLNX86.mat
                                            testhdf5_7.4_GLNX86.mat
                                            testmatrix_4.2c_SOL2.mat
                                            testmatrix_6.1_SOL2.mat
                                            testmatrix_6.5.1_GLNX86.mat
                                            testmatrix_7.1_GLNX86.mat
                                            testmatrix_7.4_GLNX86.mat
                                            testminus_4.2c_SOL2.mat
                                            testminus_6.1_SOL2.mat
                                            testminus_6.5.1_GLNX86.mat
                                            testminus_7.1_GLNX86.mat
                                            testminus_7.4_GLNX86.mat
                                            testmulti_4.2c_SOL2.mat
                                            testmulti_7.1_GLNX86.mat
                                            testmulti_7.4_GLNX86.mat
                                            testobject_6.1_SOL2.mat
                                            testobject_6.5.1_GLNX86.mat
                                            testobject_7.1_GLNX86.mat
                                            testobject_7.4_GLNX86.mat
                                            testonechar_4.2c_SOL2.mat
                                            testonechar_6.1_SOL2.mat
                                            testonechar_6.5.1_GLNX86.mat
                                            testonechar_7.1_GLNX86.mat
                                            testonechar_7.4_GLNX86.mat
                                            testscalarcell_7.4_GLNX86.mat
                                            testsimplecell.mat
                                            testsparse_4.2c_SOL2.mat
                                            testsparse_6.1_SOL2.mat
                                            testsparse_6.5.1_GLNX86.mat
                                            testsparse_7.1_GLNX86.mat
                                            testsparse_7.4_GLNX86.mat
                                            testsparsecomplex_4.2c_SOL2.mat
                                            testsparsecomplex_6.1_SOL2.mat
                                            testsparsecomplex_6.5.1_GLNX86.mat
                                            testsparsecomplex_7.1_GLNX86.mat
                                            testsparsecomplex_7.4_GLNX86.mat
                                            testsparsefloat_7.4_GLNX86.mat
                                            teststring_4.2c_SOL2.mat
                                            teststring_6.1_SOL2.mat
                                            teststring_6.5.1_GLNX86.mat
                                            teststring_7.1_GLNX86.mat
                                            teststring_7.4_GLNX86.mat
                                            teststringarray_4.2c_SOL2.mat
                                            teststringarray_6.1_SOL2.mat
                                            teststringarray_6.5.1_GLNX86.mat
                                            teststringarray_7.1_GLNX86.mat
                                            teststringarray_7.4_GLNX86.mat
                                            teststruct_6.1_SOL2.mat
                                            teststruct_6.5.1_GLNX86.mat
                                            teststruct_7.1_GLNX86.mat
                                            teststruct_7.4_GLNX86.mat
                                            teststructarr_6.1_SOL2.mat
                                            teststructarr_6.5.1_GLNX86.mat
                                            teststructarr_7.1_GLNX86.mat
                                            teststructarr_7.4_GLNX86.mat
                                            teststructnest_6.1_SOL2.mat
                                            teststructnest_6.5.1_GLNX86.mat
                                            teststructnest_7.1_GLNX86.mat
                                            teststructnest_7.4_GLNX86.mat
                                            testunicode_7.1_GLNX86.mat
                                            testunicode_7.4_GLNX86.mat
                                            testvec_4_GLNX86.mat
                                        __init__.py
                                        test_byteordercodes.py
                                        test_mio.py
                                        test_mio5_utils.py
                                        test_mio_funcs.py
                                        test_mio_utils.py
                                        test_miobase.py
                                        test_pathological.py
                                        test_streams.py
                                    __init__.py
                                    _byteordercodes.py
                                    _mio.py
                                    _mio4.py
                                    _mio5.py
                                    _mio5_params.py
                                    _mio5_utils.cpython-313-darwin.so
                                    _mio_utils.cpython-313-darwin.so
                                    _miobase.py
                                    _streams.cpython-313-darwin.so
                                    byteordercodes.py
                                    mio.py
                                    mio4.py
                                    mio5.py
                                    mio5_params.py
                                    mio5_utils.py
                                    mio_utils.py
                                    miobase.py
                                    streams.py
                                tests/
                                    data/
                                        array_float32_1d.sav
                                        array_float32_2d.sav
                                        array_float32_3d.sav
                                        array_float32_4d.sav
                                        array_float32_5d.sav
                                        array_float32_6d.sav
                                        array_float32_7d.sav
                                        array_float32_8d.sav
                                        array_float32_pointer_1d.sav
                                        array_float32_pointer_2d.sav
                                        array_float32_pointer_3d.sav
                                        array_float32_pointer_4d.sav
                                        array_float32_pointer_5d.sav
                                        array_float32_pointer_6d.sav
                                        array_float32_pointer_7d.sav
                                        array_float32_pointer_8d.sav
                                        example_1.nc
                                        example_2.nc
                                        example_3_maskedvals.nc
                                        fortran-3x3d-2i.dat
                                        fortran-mixed.dat
                                        fortran-sf8-11x1x10.dat
                                        fortran-sf8-15x10x22.dat
                                        fortran-sf8-1x1x1.dat
                                        fortran-sf8-1x1x5.dat
                                        fortran-sf8-1x1x7.dat
                                        fortran-sf8-1x3x5.dat
                                        fortran-si4-11x1x10.dat
                                        fortran-si4-15x10x22.dat
                                        fortran-si4-1x1x1.dat
                                        fortran-si4-1x1x5.dat
                                        fortran-si4-1x1x7.dat
                                        fortran-si4-1x3x5.dat
                                        invalid_pointer.sav
                                        null_pointer.sav
                                        scalar_byte.sav
                                        scalar_byte_descr.sav
                                        scalar_complex32.sav
                                        scalar_complex64.sav
                                        scalar_float32.sav
                                        scalar_float64.sav
                                        scalar_heap_pointer.sav
                                        scalar_int16.sav
                                        scalar_int32.sav
                                        scalar_int64.sav
                                        scalar_string.sav
                                        scalar_uint16.sav
                                        scalar_uint32.sav
                                        scalar_uint64.sav
                                        struct_arrays.sav
                                        struct_arrays_byte_idl80.sav
                                        struct_arrays_replicated.sav
                                        struct_arrays_replicated_3d.sav
                                        struct_inherit.sav
                                        struct_pointer_arrays.sav
                                        struct_pointer_arrays_replicated.sav
                                        struct_pointer_arrays_replicated_3d.sav
                                        struct_pointers.sav
                                        struct_pointers_replicated.sav
                                        struct_pointers_replicated_3d.sav
                                        struct_scalars.sav
                                        struct_scalars_replicated.sav
                                        struct_scalars_replicated_3d.sav
                                        test-1234Hz-le-1ch-10S-20bit-extra.wav
                                        test-44100Hz-2ch-32bit-float-be.wav
                                        test-44100Hz-2ch-32bit-float-le.wav
                                        test-44100Hz-be-1ch-4bytes.wav
                                        test-44100Hz-le-1ch-4bytes-early-eof-no-data.wav
                                        test-44100Hz-le-1ch-4bytes-early-eof.wav
                                        test-44100Hz-le-1ch-4bytes-incomplete-chunk.wav
                                        test-44100Hz-le-1ch-4bytes-rf64.wav
                                        test-44100Hz-le-1ch-4bytes.wav
                                        test-48000Hz-2ch-64bit-float-le-wavex.wav
                                        test-8000Hz-be-3ch-5S-24bit.wav
                                        test-8000Hz-le-1ch-1byte-ulaw.wav
                                        test-8000Hz-le-2ch-1byteu.wav
                                        test-8000Hz-le-3ch-5S-24bit-inconsistent.wav
                                        test-8000Hz-le-3ch-5S-24bit-rf64.wav
                                        test-8000Hz-le-3ch-5S-24bit.wav
                                        test-8000Hz-le-3ch-5S-36bit.wav
                                        test-8000Hz-le-3ch-5S-45bit.wav
                                        test-8000Hz-le-3ch-5S-53bit.wav
                                        test-8000Hz-le-3ch-5S-64bit.wav
                                        test-8000Hz-le-4ch-9S-12bit.wav
                                        test-8000Hz-le-5ch-9S-5bit.wav
                                        Transparent Busy.ani
                                        various_compressed.sav
                                    __init__.py
                                    test_fortran.py
                                    test_idl.py
                                    test_mmio.py
                                    test_netcdf.py
                                    test_paths.py
                                    test_wavfile.py
                                __init__.py
                                _fortran.py
                                _idl.py
                                _mmio.py
                                _netcdf.py
                                _test_fortran.cpython-313-darwin.so
                                harwell_boeing.py
                                idl.py
                                mmio.py
                                netcdf.py
                                wavfile.py
                            linalg/
                                tests/
                                    _cython_examples/
                                        extending.pyx
                                        meson.build
                                    data/
                                        carex_15_data.npz
                                        carex_18_data.npz
                                        carex_19_data.npz
                                        carex_20_data.npz
                                        carex_6_data.npz
                                        gendare_20170120_data.npz
                                    __init__.py
                                    test_basic.py
                                    test_blas.py
                                    test_cython_blas.py
                                    test_cython_lapack.py
                                    test_cythonized_array_utils.py
                                    test_decomp.py
                                    test_decomp_cholesky.py
                                    test_decomp_cossin.py
                                    test_decomp_ldl.py
                                    test_decomp_lu.py
                                    test_decomp_polar.py
                                    test_decomp_update.py
                                    test_extending.py
                                    test_fblas.py
                                    test_interpolative.py
                                    test_lapack.py
                                    test_matfuncs.py
                                    test_matmul_toeplitz.py
                                    test_procrustes.py
                                    test_sketches.py
                                    test_solve_toeplitz.py
                                    test_solvers.py
                                    test_special_matrices.py
                                __init__.pxd
                                __init__.py
                                _basic.py
                                _blas_subroutines.h
                                _cythonized_array_utils.cpython-313-darwin.so
                                _cythonized_array_utils.pxd
                                _cythonized_array_utils.pyi
                                _decomp.py
                                _decomp_cholesky.py
                                _decomp_cossin.py
                                _decomp_interpolative.cpython-313-darwin.so
                                _decomp_ldl.py
                                _decomp_lu.py
                                _decomp_lu_cython.cpython-313-darwin.so
                                _decomp_lu_cython.pyi
                                _decomp_polar.py
                                _decomp_qr.py
                                _decomp_qz.py
                                _decomp_schur.py
                                _decomp_svd.py
                                _decomp_update.cpython-313-darwin.so
                                _expm_frechet.py
                                _fblas.cpython-313-darwin.so
                                _flapack.cpython-313-darwin.so
                                _lapack_subroutines.h
                                _linalg_pythran.cpython-313-darwin.so
                                _matfuncs.py
                                _matfuncs_expm.cpython-313-darwin.so
                                _matfuncs_expm.pyi
                                _matfuncs_inv_ssq.py
                                _matfuncs_sqrtm.py
                                _matfuncs_sqrtm_triu.cpython-313-darwin.so
                                _misc.py
                                _procrustes.py
                                _sketches.py
                                _solve_toeplitz.cpython-313-darwin.so
                                _solvers.py
                                _special_matrices.py
                                _testutils.py
                                basic.py
                                blas.py
                                cython_blas.cpython-313-darwin.so
                                cython_blas.pxd
                                cython_blas.pyx
                                cython_lapack.cpython-313-darwin.so
                                cython_lapack.pxd
                                cython_lapack.pyx
                                decomp.py
                                decomp_cholesky.py
                                decomp_lu.py
                                decomp_qr.py
                                decomp_schur.py
                                decomp_svd.py
                                interpolative.py
                                lapack.py
                                matfuncs.py
                                misc.py
                                special_matrices.py
                            misc/
                                __init__.py
                                common.py
                                doccer.py
                            ndimage/
                                tests/
                                    data/
                                        label_inputs.txt
                                        label_results.txt
                                        label_strels.txt
                                    __init__.py
                                    dots.png
                                    test_c_api.py
                                    test_datatypes.py
                                    test_filters.py
                                    test_fourier.py
                                    test_interpolation.py
                                    test_measurements.py
                                    test_morphology.py
                                    test_ni_support.py
                                    test_splines.py
                                __init__.py
                                _ctest.cpython-313-darwin.so
                                _cytest.cpython-313-darwin.so
                                _delegators.py
                                _filters.py
                                _fourier.py
                                _interpolation.py
                                _measurements.py
                                _morphology.py
                                _nd_image.cpython-313-darwin.so
                                _ndimage_api.py
                                _ni_docstrings.py
                                _ni_label.cpython-313-darwin.so
                                _ni_support.py
                                _rank_filter_1d.cpython-313-darwin.so
                                _support_alternative_backends.py
                                filters.py
                                fourier.py
                                interpolation.py
                                measurements.py
                                morphology.py
                            odr/
                                tests/
                                    __init__.py
                                    test_odr.py
                                __init__.py
                                __odrpack.cpython-313-darwin.so
                                _add_newdocs.py
                                _models.py
                                _odrpack.py
                                models.py
                                odrpack.py
                            optimize/
                                _highspy/
                                    __init__.py
                                    _core.cpython-313-darwin.so
                                    _highs_options.cpython-313-darwin.so
                                    _highs_wrapper.py
                                _lsq/
                                    __init__.py
                                    bvls.py
                                    common.py
                                    dogbox.py
                                    givens_elimination.cpython-313-darwin.so
                                    least_squares.py
                                    lsq_linear.py
                                    trf.py
                                    trf_linear.py
                                _shgo_lib/
                                    __init__.py
                                    _complex.py
                                    _vertex.py
                                _trlib/
                                    __init__.py
                                    _trlib.cpython-313-darwin.so
                                _trustregion_constr/
                                    tests/
                                        __init__.py
                                        test_canonical_constraint.py
                                        test_nested_minimize.py
                                        test_projections.py
                                        test_qp_subproblem.py
                                        test_report.py
                                    __init__.py
                                    canonical_constraint.py
                                    equality_constrained_sqp.py
                                    minimize_trustregion_constr.py
                                    projections.py
                                    qp_subproblem.py
                                    report.py
                                    tr_interior_point.py
                                cython_optimize/
                                    __init__.py
                                    _zeros.cpython-313-darwin.so
                                    _zeros.pxd
                                    c_zeros.pxd
                                tests/
                                    _cython_examples/
                                        extending.pyx
                                        meson.build
                                    __init__.py
                                    test__basinhopping.py
                                    test__differential_evolution.py
                                    test__dual_annealing.py
                                    test__linprog_clean_inputs.py
                                    test__numdiff.py
                                    test__remove_redundancy.py
                                    test__root.py
                                    test__shgo.py
                                    test__spectral.py
                                    test_bracket.py
                                    test_chandrupatla.py
                                    test_cobyla.py
                                    test_cobyqa.py
                                    test_constraint_conversion.py
                                    test_constraints.py
                                    test_cython_optimize.py
                                    test_differentiable_functions.py
                                    test_direct.py
                                    test_extending.py
                                    test_hessian_update_strategy.py
                                    test_isotonic_regression.py
                                    test_lbfgsb_hessinv.py
                                    test_lbfgsb_setulb.py
                                    test_least_squares.py
                                    test_linear_assignment.py
                                    test_linesearch.py
                                    test_linprog.py
                                    test_lsq_common.py
                                    test_lsq_linear.py
                                    test_milp.py
                                    test_minimize_constrained.py
                                    test_minpack.py
                                    test_nnls.py
                                    test_nonlin.py
                                    test_optimize.py
                                    test_quadratic_assignment.py
                                    test_regression.py
                                    test_slsqp.py
                                    test_tnc.py
                                    test_trustregion.py
                                    test_trustregion_exact.py
                                    test_trustregion_krylov.py
                                    test_zeros.py
                                __init__.pxd
                                __init__.py
                                _basinhopping.py
                                _bglu_dense.cpython-313-darwin.so
                                _bracket.py
                                _chandrupatla.py
                                _cobyla.cpython-313-darwin.so
                                _cobyla_py.py
                                _cobyqa_py.py
                                _constraints.py
                                _cython_nnls.cpython-313-darwin.so
                                _dcsrch.py
                                _differentiable_functions.py
                                _differentialevolution.py
                                _direct.cpython-313-darwin.so
                                _direct_py.py
                                _dual_annealing.py
                                _elementwise.py
                                _group_columns.cpython-313-darwin.so
                                _hessian_update_strategy.py
                                _isotonic.py
                                _lbfgsb.cpython-313-darwin.so
                                _lbfgsb_py.py
                                _linesearch.py
                                _linprog.py
                                _linprog_doc.py
                                _linprog_highs.py
                                _linprog_ip.py
                                _linprog_rs.py
                                _linprog_simplex.py
                                _linprog_util.py
                                _lsap.cpython-313-darwin.so
                                _milp.py
                                _minimize.py
                                _minpack.cpython-313-darwin.so
                                _minpack_py.py
                                _moduleTNC.cpython-313-darwin.so
                                _nnls.py
                                _nonlin.py
                                _numdiff.py
                                _optimize.py
                                _pava_pybind.cpython-313-darwin.so
                                _qap.py
                                _remove_redundancy.py
                                _root.py
                                _root_scalar.py
                                _shgo.py
                                _slsqp.cpython-313-darwin.so
                                _slsqp_py.py
                                _spectral.py
                                _tnc.py
                                _trustregion.py
                                _trustregion_dogleg.py
                                _trustregion_exact.py
                                _trustregion_krylov.py
                                _trustregion_ncg.py
                                _tstutils.py
                                _zeros.cpython-313-darwin.so
                                _zeros_py.py
                                cobyla.py
                                cython_optimize.pxd
                                elementwise.py
                                lbfgsb.py
                                linesearch.py
                                minpack.py
                                minpack2.py
                                moduleTNC.py
                                nonlin.py
                                optimize.py
                                slsqp.py
                                tnc.py
                                zeros.py
                            signal/
                                tests/
                                    __init__.py
                                    _scipy_spectral_test_shim.py
                                    mpsig.py
                                    test_array_tools.py
                                    test_bsplines.py
                                    test_cont2discrete.py
                                    test_czt.py
                                    test_dltisys.py
                                    test_filter_design.py
                                    test_fir_filter_design.py
                                    test_ltisys.py
                                    test_max_len_seq.py
                                    test_peak_finding.py
                                    test_result_type.py
                                    test_savitzky_golay.py
                                    test_short_time_fft.py
                                    test_signaltools.py
                                    test_spectral.py
                                    test_splines.py
                                    test_upfirdn.py
                                    test_waveforms.py
                                    test_wavelets.py
                                    test_windows.py
                                windows/
                                    __init__.py
                                    _windows.py
                                    windows.py
                                __init__.py
                                _arraytools.py
                                _czt.py
                                _filter_design.py
                                _fir_filter_design.py
                                _lti_conversion.py
                                _ltisys.py
                                _max_len_seq.py
                                _max_len_seq_inner.cpython-313-darwin.so
                                _peak_finding.py
                                _peak_finding_utils.cpython-313-darwin.so
                                _savitzky_golay.py
                                _short_time_fft.py
                                _signaltools.py
                                _sigtools.cpython-313-darwin.so
                                _sosfilt.cpython-313-darwin.so
                                _spectral_py.py
                                _spline.cpython-313-darwin.so
                                _spline.pyi
                                _spline_filters.py
                                _upfirdn.py
                                _upfirdn_apply.cpython-313-darwin.so
                                _waveforms.py
                                _wavelets.py
                                bsplines.py
                                filter_design.py
                                fir_filter_design.py
                                lti_conversion.py
                                ltisys.py
                                signaltools.py
                                spectral.py
                                spline.py
                                waveforms.py
                                wavelets.py
                            sparse/
                                csgraph/
                                    tests/
                                        __init__.py
                                        test_connected_components.py
                                        test_conversions.py
                                        test_flow.py
                                        test_graph_laplacian.py
                                        test_matching.py
                                        test_pydata_sparse.py
                                        test_reordering.py
                                        test_shortest_path.py
                                        test_spanning_tree.py
                                        test_traversal.py
                                    __init__.py
                                    _flow.cpython-313-darwin.so
                                    _laplacian.py
                                    _matching.cpython-313-darwin.so
                                    _min_spanning_tree.cpython-313-darwin.so
                                    _reordering.cpython-313-darwin.so
                                    _shortest_path.cpython-313-darwin.so
                                    _tools.cpython-313-darwin.so
                                    _traversal.cpython-313-darwin.so
                                    _validation.py
                                linalg/
                                    _dsolve/
                                        tests/
                                            __init__.py
                                            test_linsolve.py
                                        __init__.py
                                        _add_newdocs.py
                                        _superlu.cpython-313-darwin.so
                                        linsolve.py
                                    _eigen/
                                        arpack/
                                            tests/
                                                __init__.py
                                                test_arpack.py
                                            __init__.py
                                            _arpack.cpython-313-darwin.so
                                            arpack.py
                                            COPYING
                                        lobpcg/
                                            tests/
                                                __init__.py
                                                test_lobpcg.py
                                            __init__.py
                                            lobpcg.py
                                        tests/
                                            __init__.py
                                            test_svds.py
                                        __init__.py
                                        _svds.py
                                        _svds_doc.py
                                    _isolve/
                                        tests/
                                            __init__.py
                                            test_gcrotmk.py
                                            test_iterative.py
                                            test_lgmres.py
                                            test_lsmr.py
                                            test_lsqr.py
                                            test_minres.py
                                            test_utils.py
                                        __init__.py
                                        _gcrotmk.py
                                        iterative.py
                                        lgmres.py
                                        lsmr.py
                                        lsqr.py
                                        minres.py
                                        tfqmr.py
                                        utils.py
                                    _propack/
                                        _cpropack.cpython-313-darwin.so
                                        _dpropack.cpython-313-darwin.so
                                        _spropack.cpython-313-darwin.so
                                        _zpropack.cpython-313-darwin.so
                                    tests/
                                        __init__.py
                                        propack_test_data.npz
                                        test_expm_multiply.py
                                        test_interface.py
                                        test_matfuncs.py
                                        test_norm.py
                                        test_onenormest.py
                                        test_propack.py
                                        test_pydata_sparse.py
                                        test_special_sparse_arrays.py
                                    __init__.py
                                    _expm_multiply.py
                                    _interface.py
                                    _matfuncs.py
                                    _norm.py
                                    _onenormest.py
                                    _special_sparse_arrays.py
                                    _svdp.py
                                    dsolve.py
                                    eigen.py
                                    interface.py
                                    isolve.py
                                    matfuncs.py
                                tests/
                                    data/
                                        csc_py2.npz
                                        csc_py3.npz
                                    __init__.py
                                    test_arithmetic1d.py
                                    test_array_api.py
                                    test_base.py
                                    test_common1d.py
                                    test_construct.py
                                    test_coo.py
                                    test_csc.py
                                    test_csr.py
                                    test_dok.py
                                    test_extract.py
                                    test_indexing1d.py
                                    test_matrix_io.py
                                    test_minmax1d.py
                                    test_sparsetools.py
                                    test_spfuncs.py
                                    test_sputils.py
                                __init__.py
                                _base.py
                                _bsr.py
                                _compressed.py
                                _construct.py
                                _coo.py
                                _csc.py
                                _csparsetools.cpython-313-darwin.so
                                _csr.py
                                _data.py
                                _dia.py
                                _dok.py
                                _extract.py
                                _index.py
                                _lil.py
                                _matrix.py
                                _matrix_io.py
                                _sparsetools.cpython-313-darwin.so
                                _spfuncs.py
                                _sputils.py
                                base.py
                                bsr.py
                                compressed.py
                                construct.py
                                coo.py
                                csc.py
                                csr.py
                                data.py
                                dia.py
                                dok.py
                                extract.py
                                lil.py
                                sparsetools.py
                                spfuncs.py
                                sputils.py
                            spatial/
                                qhull_src/
                                    COPYING.txt
                                tests/
                                    data/
                                        cdist-X1.txt
                                        cdist-X2.txt
                                        degenerate_pointset.npz
                                        iris.txt
                                        pdist-boolean-inp.txt
                                        pdist-chebyshev-ml-iris.txt
                                        pdist-chebyshev-ml.txt
                                        pdist-cityblock-ml-iris.txt
                                        pdist-cityblock-ml.txt
                                        pdist-correlation-ml-iris.txt
                                        pdist-correlation-ml.txt
                                        pdist-cosine-ml-iris.txt
                                        pdist-cosine-ml.txt
                                        pdist-double-inp.txt
                                        pdist-euclidean-ml-iris.txt
                                        pdist-euclidean-ml.txt
                                        pdist-hamming-ml.txt
                                        pdist-jaccard-ml.txt
                                        pdist-jensenshannon-ml-iris.txt
                                        pdist-jensenshannon-ml.txt
                                        pdist-minkowski-3.2-ml-iris.txt
                                        pdist-minkowski-3.2-ml.txt
                                        pdist-minkowski-5.8-ml-iris.txt
                                        pdist-seuclidean-ml-iris.txt
                                        pdist-seuclidean-ml.txt
                                        pdist-spearman-ml.txt
                                        random-bool-data.txt
                                        random-double-data.txt
                                        random-int-data.txt
                                        random-uint-data.txt
                                        selfdual-4d-polytope.txt
                                    __init__.py
                                    test__plotutils.py
                                    test__procrustes.py
                                    test_distance.py
                                    test_hausdorff.py
                                    test_kdtree.py
                                    test_qhull.py
                                    test_slerp.py
                                    test_spherical_voronoi.py
                                transform/
                                    tests/
                                        __init__.py
                                        test_rotation.py
                                        test_rotation_groups.py
                                        test_rotation_spline.py
                                    __init__.py
                                    _rotation.cpython-313-darwin.so
                                    _rotation_groups.py
                                    _rotation_spline.py
                                    rotation.py
                                __init__.py
                                _ckdtree.cpython-313-darwin.so
                                _distance_pybind.cpython-313-darwin.so
                                _distance_wrap.cpython-313-darwin.so
                                _geometric_slerp.py
                                _hausdorff.cpython-313-darwin.so
                                _kdtree.py
                                _plotutils.py
                                _procrustes.py
                                _qhull.cpython-313-darwin.so
                                _qhull.pyi
                                _spherical_voronoi.py
                                _voronoi.cpython-313-darwin.so
                                _voronoi.pyi
                                ckdtree.py
                                distance.py
                                distance.pyi
                                kdtree.py
                                qhull.py
                            special/
                                _precompute/
                                    __init__.py
                                    cosine_cdf.py
                                    expn_asy.py
                                    gammainc_asy.py
                                    gammainc_data.py
                                    hyp2f1_data.py
                                    lambertw.py
                                    loggamma.py
                                    struve_convergence.py
                                    utils.py
                                    wright_bessel.py
                                    wright_bessel_data.py
                                    wrightomega.py
                                    zetac.py
                                tests/
                                    _cython_examples/
                                        extending.pyx
                                        meson.build
                                    data/
                                        __init__.py
                                        boost.npz
                                        gsl.npz
                                        local.npz
                                    __init__.py
                                    test_basic.py
                                    test_bdtr.py
                                    test_boost_ufuncs.py
                                    test_boxcox.py
                                    test_cdflib.py
                                    test_cdft_asymptotic.py
                                    test_cephes_intp_cast.py
                                    test_cosine_distr.py
                                    test_cython_special.py
                                    test_data.py
                                    test_dd.py
                                    test_digamma.py
                                    test_ellip_harm.py
                                    test_erfinv.py
                                    test_exponential_integrals.py
                                    test_extending.py
                                    test_faddeeva.py
                                    test_gamma.py
                                    test_gammainc.py
                                    test_hyp2f1.py
                                    test_hypergeometric.py
                                    test_iv_ratio.py
                                    test_kolmogorov.py
                                    test_lambertw.py
                                    test_legendre.py
                                    test_log_softmax.py
                                    test_loggamma.py
                                    test_logit.py
                                    test_logsumexp.py
                                    test_mpmath.py
                                    test_nan_inputs.py
                                    test_ndtr.py
                                    test_ndtri_exp.py
                                    test_orthogonal.py
                                    test_orthogonal_eval.py
                                    test_owens_t.py
                                    test_pcf.py
                                    test_pdtr.py
                                    test_powm1.py
                                    test_precompute_expn_asy.py
                                    test_precompute_gammainc.py
                                    test_precompute_utils.py
                                    test_round.py
                                    test_sf_error.py
                                    test_sici.py
                                    test_specfun.py
                                    test_spence.py
                                    test_spfun_stats.py
                                    test_sph_harm.py
                                    test_spherical_bessel.py
                                    test_support_alternative_backends.py
                                    test_trig.py
                                    test_ufunc_signatures.py
                                    test_wright_bessel.py
                                    test_wrightomega.py
                                    test_xsf_cuda.py
                                    test_zeta.py
                                xsf/
                                    cephes/
                                        airy.h
                                        besselpoly.h
                                        beta.h
                                        cbrt.h
                                        chbevl.h
                                        chdtr.h
                                        const.h
                                        ellie.h
                                        ellik.h
                                        ellpe.h
                                        ellpk.h
                                        expn.h
                                        gamma.h
                                        hyp2f1.h
                                        hyperg.h
                                        i0.h
                                        i1.h
                                        igam.h
                                        igam_asymp_coeff.h
                                        igami.h
                                        j0.h
                                        j1.h
                                        jv.h
                                        k0.h
                                        k1.h
                                        kn.h
                                        lanczos.h
                                        ndtr.h
                                        poch.h
                                        polevl.h
                                        psi.h
                                        rgamma.h
                                        scipy_iv.h
                                        shichi.h
                                        sici.h
                                        sindg.h
                                        tandg.h
                                        trig.h
                                        unity.h
                                        zeta.h
                                    binom.h
                                    cdflib.h
                                    config.h
                                    digamma.h
                                    error.h
                                    evalpoly.h
                                    expint.h
                                    hyp2f1.h
                                    iv_ratio.h
                                    lambertw.h
                                    loggamma.h
                                    sici.h
                                    tools.h
                                    trig.h
                                    wright_bessel.h
                                    zlog1.h
                                __init__.pxd
                                __init__.py
                                _add_newdocs.py
                                _basic.py
                                _comb.cpython-313-darwin.so
                                _ellip_harm.py
                                _ellip_harm_2.cpython-313-darwin.so
                                _gufuncs.cpython-313-darwin.so
                                _input_validation.py
                                _lambertw.py
                                _logsumexp.py
                                _mptestutils.py
                                _multiufuncs.py
                                _orthogonal.py
                                _orthogonal.pyi
                                _sf_error.py
                                _specfun.cpython-313-darwin.so
                                _special_ufuncs.cpython-313-darwin.so
                                _spfun_stats.py
                                _spherical_bessel.py
                                _support_alternative_backends.py
                                _test_internal.cpython-313-darwin.so
                                _test_internal.pyi
                                _testutils.py
                                _ufuncs.cpython-313-darwin.so
                                _ufuncs.pyi
                                _ufuncs.pyx
                                _ufuncs_cxx.cpython-313-darwin.so
                                _ufuncs_cxx.pxd
                                _ufuncs_cxx.pyx
                                _ufuncs_cxx_defs.h
                                _ufuncs_defs.h
                                add_newdocs.py
                                basic.py
                                cython_special.cpython-313-darwin.so
                                cython_special.pxd
                                cython_special.pyi
                                libsf_error_state.dylib
                                orthogonal.py
                                sf_error.py
                                specfun.py
                                spfun_stats.py
                            stats/
                                _levy_stable/
                                    __init__.py
                                    levyst.cpython-313-darwin.so
                                _rcont/
                                    __init__.py
                                    rcont.cpython-313-darwin.so
                                _unuran/
                                    __init__.py
                                    unuran_wrapper.cpython-313-darwin.so
                                    unuran_wrapper.pyi
                                tests/
                                    data/
                                        levy_stable/
                                            stable-loc-scale-sample-data.npy
                                            stable-Z1-cdf-sample-data.npy
                                            stable-Z1-pdf-sample-data.npy
                                        nist_anova/
                                            AtmWtAg.dat
                                            SiRstv.dat
                                            SmLs01.dat
                                            SmLs02.dat
                                            SmLs03.dat
                                            SmLs04.dat
                                            SmLs05.dat
                                            SmLs06.dat
                                            SmLs07.dat
                                            SmLs08.dat
                                            SmLs09.dat
                                        nist_linregress/
                                            Norris.dat
                                        _mvt.py
                                        fisher_exact_results_from_r.py
                                        jf_skew_t_gamlss_pdf_data.npy
                                        rel_breitwigner_pdf_sample_data_ROOT.npy
                                        studentized_range_mpmath_ref.json
                                    __init__.py
                                    common_tests.py
                                    test_axis_nan_policy.py
                                    test_binned_statistic.py
                                    test_censored_data.py
                                    test_contingency.py
                                    test_continuous.py
                                    test_continuous_basic.py
                                    test_continuous_fit_censored.py
                                    test_correlation.py
                                    test_crosstab.py
                                    test_discrete_basic.py
                                    test_discrete_distns.py
                                    test_distributions.py
                                    test_entropy.py
                                    test_fast_gen_inversion.py
                                    test_fit.py
                                    test_hypotests.py
                                    test_kdeoth.py
                                    test_mgc.py
                                    test_morestats.py
                                    test_mstats_basic.py
                                    test_mstats_extras.py
                                    test_multicomp.py
                                    test_multivariate.py
                                    test_odds_ratio.py
                                    test_qmc.py
                                    test_rank.py
                                    test_relative_risk.py
                                    test_resampling.py
                                    test_sampling.py
                                    test_sensitivity_analysis.py
                                    test_stats.py
                                    test_survival.py
                                    test_tukeylambda_stats.py
                                    test_variation.py
                                __init__.py
                                _ansari_swilk_statistics.cpython-313-darwin.so
                                _axis_nan_policy.py
                                _biasedurn.cpython-313-darwin.so
                                _biasedurn.pxd
                                _binned_statistic.py
                                _binomtest.py
                                _bws_test.py
                                _censored_data.py
                                _common.py
                                _constants.py
                                _continuous_distns.py
                                _correlation.py
                                _covariance.py
                                _crosstab.py
                                _discrete_distns.py
                                _distn_infrastructure.py
                                _distr_params.py
                                _distribution_infrastructure.py
                                _entropy.py
                                _fit.py
                                _hypotests.py
                                _kde.py
                                _ksstats.py
                                _mannwhitneyu.py
                                _mgc.py
                                _morestats.py
                                _mstats_basic.py
                                _mstats_extras.py
                                _multicomp.py
                                _multivariate.py
                                _mvn.cpython-313-darwin.so
                                _new_distributions.py
                                _odds_ratio.py
                                _page_trend_test.py
                                _probability_distribution.py
                                _qmc.py
                                _qmc_cy.cpython-313-darwin.so
                                _qmc_cy.pyi
                                _qmvnt.py
                                _relative_risk.py
                                _resampling.py
                                _result_classes.py
                                _sampling.py
                                _sensitivity_analysis.py
                                _sobol.cpython-313-darwin.so
                                _sobol.pyi
                                _sobol_direction_numbers.npz
                                _stats.cpython-313-darwin.so
                                _stats.pxd
                                _stats_mstats_common.py
                                _stats_py.py
                                _stats_pythran.cpython-313-darwin.so
                                _survival.py
                                _tukeylambda_stats.py
                                _variation.py
                                _warnings_errors.py
                                _wilcoxon.py
                                biasedurn.py
                                contingency.py
                                distributions.py
                                kde.py
                                morestats.py
                                mstats.py
                                mstats_basic.py
                                mstats_extras.py
                                mvn.py
                                qmc.py
                                sampling.py
                                stats.py
                            __config__.py
                            __init__.py
                            _distributor_init.py
                            conftest.py
                            version.py
                        scipy-1.15.2.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        scp-0.15.0.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        send2trash/
                            mac/
                                __init__.py
                                legacy.py
                                modern.py
                            win/
                                __init__.py
                                IFileOperationProgressSink.py
                                legacy.py
                                modern.py
                            __init__.py
                            __main__.py
                            compat.py
                            exceptions.py
                            plat_gio.py
                            plat_other.py
                            util.py
                        Send2Trash-1.8.3.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        setuptools/
                            _distutils/
                                command/
                                    __init__.py
                                    _framework_compat.py
                                    bdist.py
                                    bdist_dumb.py
                                    bdist_rpm.py
                                    build.py
                                    build_clib.py
                                    build_ext.py
                                    build_py.py
                                    build_scripts.py
                                    check.py
                                    clean.py
                                    config.py
                                    install.py
                                    install_data.py
                                    install_egg_info.py
                                    install_headers.py
                                    install_lib.py
                                    install_scripts.py
                                    sdist.py
                                compat/
                                    __init__.py
                                    numpy.py
                                    py39.py
                                compilers/
                                    C/
                                        tests/
                                            test_base.py
                                            test_cygwin.py
                                            test_mingw.py
                                            test_msvc.py
                                            test_unix.py
                                        base.py
                                        cygwin.py
                                        errors.py
                                        msvc.py
                                        unix.py
                                        zos.py
                                tests/
                                    compat/
                                        __init__.py
                                        py39.py
                                    __init__.py
                                    support.py
                                    test_archive_util.py
                                    test_bdist.py
                                    test_bdist_dumb.py
                                    test_bdist_rpm.py
                                    test_build.py
                                    test_build_clib.py
                                    test_build_ext.py
                                    test_build_py.py
                                    test_build_scripts.py
                                    test_check.py
                                    test_clean.py
                                    test_cmd.py
                                    test_config_cmd.py
                                    test_core.py
                                    test_dir_util.py
                                    test_dist.py
                                    test_extension.py
                                    test_file_util.py
                                    test_filelist.py
                                    test_install.py
                                    test_install_data.py
                                    test_install_headers.py
                                    test_install_lib.py
                                    test_install_scripts.py
                                    test_log.py
                                    test_modified.py
                                    test_sdist.py
                                    test_spawn.py
                                    test_sysconfig.py
                                    test_text_file.py
                                    test_util.py
                                    test_version.py
                                    test_versionpredicate.py
                                    unix_compat.py
                                __init__.py
                                _log.py
                                _macos_compat.py
                                _modified.py
                                _msvccompiler.py
                                archive_util.py
                                ccompiler.py
                                cmd.py
                                core.py
                                cygwinccompiler.py
                                debug.py
                                dep_util.py
                                dir_util.py
                                dist.py
                                errors.py
                                extension.py
                                fancy_getopt.py
                                file_util.py
                                filelist.py
                                log.py
                                spawn.py
                                sysconfig.py
                                text_file.py
                                unixccompiler.py
                                util.py
                                version.py
                                versionpredicate.py
                                zosccompiler.py
                            _vendor/
                                autocommand/
                                    __init__.py
                                    autoasync.py
                                    autocommand.py
                                    automain.py
                                    autoparse.py
                                    errors.py
                                autocommand-2.2.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                backports/
                                    tarfile/
                                        compat/
                                            __init__.py
                                            py38.py
                                        __init__.py
                                        __main__.py
                                    __init__.py
                                backports.tarfile-1.2.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                importlib_metadata/
                                    compat/
                                        __init__.py
                                        py311.py
                                        py39.py
                                    __init__.py
                                    _adapters.py
                                    _collections.py
                                    _compat.py
                                    _functools.py
                                    _itertools.py
                                    _meta.py
                                    _text.py
                                    diagnose.py
                                    py.typed
                                importlib_metadata-8.0.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                inflect/
                                    compat/
                                        __init__.py
                                        py38.py
                                    __init__.py
                                    py.typed
                                inflect-7.3.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                jaraco/
                                    collections/
                                        __init__.py
                                        py.typed
                                    functools/
                                        __init__.py
                                        __init__.pyi
                                        py.typed
                                    text/
                                        __init__.py
                                        layouts.py
                                        Lorem ipsum.txt
                                        show-newlines.py
                                        strip-prefix.py
                                        to-dvorak.py
                                        to-qwerty.py
                                    context.py
                                jaraco.collections-5.1.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                jaraco.context-5.3.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                jaraco.functools-4.0.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                jaraco.text-3.12.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                more_itertools/
                                    __init__.py
                                    __init__.pyi
                                    more.py
                                    more.pyi
                                    py.typed
                                    recipes.py
                                    recipes.pyi
                                more_itertools-10.3.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                packaging/
                                    licenses/
                                        __init__.py
                                        _spdx.py
                                    __init__.py
                                    _elffile.py
                                    _manylinux.py
                                    _musllinux.py
                                    _parser.py
                                    _structures.py
                                    _tokenizer.py
                                    markers.py
                                    metadata.py
                                    py.typed
                                    requirements.py
                                    specifiers.py
                                    tags.py
                                    utils.py
                                    version.py
                                packaging-24.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    LICENSE.APACHE
                                    LICENSE.BSD
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                platformdirs/
                                    __init__.py
                                    __main__.py
                                    android.py
                                    api.py
                                    macos.py
                                    py.typed
                                    unix.py
                                    version.py
                                    windows.py
                                platformdirs-4.2.2.dist-info/
                                    licenses/
                                        LICENSE
                                    INSTALLER
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                tomli/
                                    __init__.py
                                    _parser.py
                                    _re.py
                                    _types.py
                                    py.typed
                                tomli-2.0.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                typeguard/
                                    __init__.py
                                    _checkers.py
                                    _config.py
                                    _decorators.py
                                    _exceptions.py
                                    _functions.py
                                    _importhook.py
                                    _memo.py
                                    _pytest_plugin.py
                                    _suppression.py
                                    _transformer.py
                                    _union_transformer.py
                                    _utils.py
                                    py.typed
                                typeguard-4.3.0.dist-info/
                                    entry_points.txt
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                typing_extensions-4.12.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    WHEEL
                                wheel/
                                    cli/
                                        __init__.py
                                        convert.py
                                        pack.py
                                        tags.py
                                        unpack.py
                                    vendored/
                                        packaging/
                                            __init__.py
                                            _elffile.py
                                            _manylinux.py
                                            _musllinux.py
                                            _parser.py
                                            _structures.py
                                            _tokenizer.py
                                            LICENSE
                                            LICENSE.APACHE
                                            LICENSE.BSD
                                            markers.py
                                            requirements.py
                                            specifiers.py
                                            tags.py
                                            utils.py
                                            version.py
                                        __init__.py
                                        vendor.txt
                                    __init__.py
                                    __main__.py
                                    _bdist_wheel.py
                                    _setuptools_logging.py
                                    bdist_wheel.py
                                    macosx_libfile.py
                                    metadata.py
                                    util.py
                                    wheelfile.py
                                wheel-0.45.1.dist-info/
                                    entry_points.txt
                                    INSTALLER
                                    LICENSE.txt
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                zipp/
                                    compat/
                                        __init__.py
                                        py310.py
                                    __init__.py
                                    glob.py
                                zipp-3.19.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                typing_extensions.py
                            command/
                                __init__.py
                                _requirestxt.py
                                alias.py
                                bdist_egg.py
                                bdist_rpm.py
                                bdist_wheel.py
                                build.py
                                build_clib.py
                                build_ext.py
                                build_py.py
                                develop.py
                                dist_info.py
                                easy_install.py
                                editable_wheel.py
                                egg_info.py
                                install.py
                                install_egg_info.py
                                install_lib.py
                                install_scripts.py
                                launcher manifest.xml
                                rotate.py
                                saveopts.py
                                sdist.py
                                setopt.py
                                test.py
                            compat/
                                __init__.py
                                py310.py
                                py311.py
                                py312.py
                                py39.py
                            config/
                                _validate_pyproject/
                                    __init__.py
                                    error_reporting.py
                                    extra_validations.py
                                    fastjsonschema_exceptions.py
                                    fastjsonschema_validations.py
                                    formats.py
                                    NOTICE
                                __init__.py
                                _apply_pyprojecttoml.py
                                distutils.schema.json
                                expand.py
                                NOTICE
                                pyprojecttoml.py
                                setupcfg.py
                                setuptools.schema.json
                            tests/
                                compat/
                                    __init__.py
                                    py39.py
                                config/
                                    downloads/
                                        __init__.py
                                        preload.py
                                    __init__.py
                                    setupcfg_examples.txt
                                    test_apply_pyprojecttoml.py
                                    test_expand.py
                                    test_pyprojecttoml.py
                                    test_pyprojecttoml_dynamic_deps.py
                                    test_setupcfg.py
                                indexes/
                                    test_links_priority/
                                        simple/
                                            foobar/
                                                index.html
                                        external.html
                                integration/
                                    __init__.py
                                    helpers.py
                                    test_pbr.py
                                    test_pip_install_sdist.py
                                __init__.py
                                contexts.py
                                environment.py
                                fixtures.py
                                mod_with_constant.py
                                namespaces.py
                                script-with-bom.py
                                test_archive_util.py
                                test_bdist_deprecations.py
                                test_bdist_egg.py
                                test_bdist_wheel.py
                                test_build.py
                                test_build_clib.py
                                test_build_ext.py
                                test_build_meta.py
                                test_build_py.py
                                test_config_discovery.py
                                test_core_metadata.py
                                test_depends.py
                                test_develop.py
                                test_dist.py
                                test_dist_info.py
                                test_distutils_adoption.py
                                test_editable_install.py
                                test_egg_info.py
                                test_extern.py
                                test_find_packages.py
                                test_find_py_modules.py
                                test_glob.py
                                test_install_scripts.py
                                test_logging.py
                                test_manifest.py
                                test_namespaces.py
                                test_scripts.py
                                test_sdist.py
                                test_setopt.py
                                test_setuptools.py
                                test_shutil_wrapper.py
                                test_unicode_utils.py
                                test_virtualenv.py
                                test_warnings.py
                                test_wheel.py
                                test_windows_wrappers.py
                                text.py
                                textwrap.py
                            __init__.py
                            _core_metadata.py
                            _discovery.py
                            _entry_points.py
                            _imp.py
                            _importlib.py
                            _itertools.py
                            _normalization.py
                            _path.py
                            _reqs.py
                            _scripts.py
                            _shutil.py
                            _static.py
                            archive_util.py
                            build_meta.py
                            cli-32.exe
                            cli-64.exe
                            cli-arm64.exe
                            cli.exe
                            depends.py
                            discovery.py
                            dist.py
                            errors.py
                            extension.py
                            glob.py
                            gui-32.exe
                            gui-64.exe
                            gui-arm64.exe
                            gui.exe
                            installer.py
                            launch.py
                            logging.py
                            modified.py
                            monkey.py
                            msvc.py
                            namespaces.py
                            script (dev).tmpl
                            script.tmpl
                            unicode_utils.py
                            version.py
                            warnings.py
                            wheel.py
                            windows_support.py
                        setuptools-80.9.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        six-1.17.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        sklearn/
                            .dylibs/
                                libomp.dylib
                            __check_build/
                                __init__.py
                                _check_build.cpython-313-darwin.so
                                _check_build.pyx
                                meson.build
                            _build_utils/
                                __init__.py
                                tempita.py
                                version.py
                            _loss/
                                tests/
                                    __init__.py
                                    test_link.py
                                    test_loss.py
                                __init__.py
                                _loss.cpython-313-darwin.so
                                _loss.pxd
                                _loss.pyx.tp
                                link.py
                                loss.py
                                meson.build
                            cluster/
                                _hdbscan/
                                    tests/
                                        __init__.py
                                        test_reachibility.py
                                    __init__.py
                                    _linkage.cpython-313-darwin.so
                                    _linkage.pyx
                                    _reachability.cpython-313-darwin.so
                                    _reachability.pyx
                                    _tree.cpython-313-darwin.so
                                    _tree.pxd
                                    _tree.pyx
                                    hdbscan.py
                                    meson.build
                                tests/
                                    __init__.py
                                    common.py
                                    test_affinity_propagation.py
                                    test_bicluster.py
                                    test_birch.py
                                    test_bisect_k_means.py
                                    test_dbscan.py
                                    test_feature_agglomeration.py
                                    test_hdbscan.py
                                    test_hierarchical.py
                                    test_k_means.py
                                    test_mean_shift.py
                                    test_optics.py
                                    test_spectral.py
                                __init__.py
                                _affinity_propagation.py
                                _agglomerative.py
                                _bicluster.py
                                _birch.py
                                _bisect_k_means.py
                                _dbscan.py
                                _dbscan_inner.cpython-313-darwin.so
                                _dbscan_inner.pyx
                                _feature_agglomeration.py
                                _hierarchical_fast.cpython-313-darwin.so
                                _hierarchical_fast.pxd
                                _hierarchical_fast.pyx
                                _k_means_common.cpython-313-darwin.so
                                _k_means_common.pxd
                                _k_means_common.pyx
                                _k_means_elkan.cpython-313-darwin.so
                                _k_means_elkan.pyx
                                _k_means_lloyd.cpython-313-darwin.so
                                _k_means_lloyd.pyx
                                _k_means_minibatch.cpython-313-darwin.so
                                _k_means_minibatch.pyx
                                _kmeans.py
                                _mean_shift.py
                                _optics.py
                                _spectral.py
                                meson.build
                            compose/
                                tests/
                                    __init__.py
                                    test_column_transformer.py
                                    test_target.py
                                __init__.py
                                _column_transformer.py
                                _target.py
                            covariance/
                                tests/
                                    __init__.py
                                    test_covariance.py
                                    test_elliptic_envelope.py
                                    test_graphical_lasso.py
                                    test_robust_covariance.py
                                __init__.py
                                _elliptic_envelope.py
                                _empirical_covariance.py
                                _graph_lasso.py
                                _robust_covariance.py
                                _shrunk_covariance.py
                            cross_decomposition/
                                tests/
                                    __init__.py
                                    test_pls.py
                                __init__.py
                                _pls.py
                            datasets/
                                data/
                                    __init__.py
                                    breast_cancer.csv
                                    diabetes_data_raw.csv.gz
                                    diabetes_target.csv.gz
                                    digits.csv.gz
                                    iris.csv
                                    linnerud_exercise.csv
                                    linnerud_physiological.csv
                                    wine_data.csv
                                descr/
                                    __init__.py
                                    breast_cancer.rst
                                    california_housing.rst
                                    covtype.rst
                                    diabetes.rst
                                    digits.rst
                                    iris.rst
                                    kddcup99.rst
                                    lfw.rst
                                    linnerud.rst
                                    olivetti_faces.rst
                                    rcv1.rst
                                    species_distributions.rst
                                    twenty_newsgroups.rst
                                    wine_data.rst
                                images/
                                    __init__.py
                                    china.jpg
                                    flower.jpg
                                    README.txt
                                tests/
                                    data/
                                        openml/
                                            id_1/
                                                __init__.py
                                                api-v1-jd-1.json.gz
                                                api-v1-jdf-1.json.gz
                                                api-v1-jdq-1.json.gz
                                                data-v1-dl-1.arff.gz
                                            id_1119/
                                                __init__.py
                                                api-v1-jd-1119.json.gz
                                                api-v1-jdf-1119.json.gz
                                                api-v1-jdl-dn-adult-census-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-adult-census-l-2-s-act-.json.gz
                                                api-v1-jdq-1119.json.gz
                                                data-v1-dl-54002.arff.gz
                                            id_1590/
                                                __init__.py
                                                api-v1-jd-1590.json.gz
                                                api-v1-jdf-1590.json.gz
                                                api-v1-jdq-1590.json.gz
                                                data-v1-dl-1595261.arff.gz
                                            id_2/
                                                __init__.py
                                                api-v1-jd-2.json.gz
                                                api-v1-jdf-2.json.gz
                                                api-v1-jdl-dn-anneal-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-anneal-l-2-s-act-.json.gz
                                                api-v1-jdq-2.json.gz
                                                data-v1-dl-1666876.arff.gz
                                            id_292/
                                                __init__.py
                                                api-v1-jd-292.json.gz
                                                api-v1-jd-40981.json.gz
                                                api-v1-jdf-292.json.gz
                                                api-v1-jdf-40981.json.gz
                                                api-v1-jdl-dn-australian-l-2-dv-1-s-dact.json.gz
                                                api-v1-jdl-dn-australian-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-australian-l-2-s-act-.json.gz
                                                data-v1-dl-49822.arff.gz
                                            id_3/
                                                __init__.py
                                                api-v1-jd-3.json.gz
                                                api-v1-jdf-3.json.gz
                                                api-v1-jdq-3.json.gz
                                                data-v1-dl-3.arff.gz
                                            id_40589/
                                                __init__.py
                                                api-v1-jd-40589.json.gz
                                                api-v1-jdf-40589.json.gz
                                                api-v1-jdl-dn-emotions-l-2-dv-3.json.gz
                                                api-v1-jdl-dn-emotions-l-2-s-act-.json.gz
                                                api-v1-jdq-40589.json.gz
                                                data-v1-dl-4644182.arff.gz
                                            id_40675/
                                                __init__.py
                                                api-v1-jd-40675.json.gz
                                                api-v1-jdf-40675.json.gz
                                                api-v1-jdl-dn-glass2-l-2-dv-1-s-dact.json.gz
                                                api-v1-jdl-dn-glass2-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-glass2-l-2-s-act-.json.gz
                                                api-v1-jdq-40675.json.gz
                                                data-v1-dl-4965250.arff.gz
                                            id_40945/
                                                __init__.py
                                                api-v1-jd-40945.json.gz
                                                api-v1-jdf-40945.json.gz
                                                api-v1-jdq-40945.json.gz
                                                data-v1-dl-16826755.arff.gz
                                            id_40966/
                                                __init__.py
                                                api-v1-jd-40966.json.gz
                                                api-v1-jdf-40966.json.gz
                                                api-v1-jdl-dn-miceprotein-l-2-dv-4.json.gz
                                                api-v1-jdl-dn-miceprotein-l-2-s-act-.json.gz
                                                api-v1-jdq-40966.json.gz
                                                data-v1-dl-17928620.arff.gz
                                            id_42074/
                                                __init__.py
                                                api-v1-jd-42074.json.gz
                                                api-v1-jdf-42074.json.gz
                                                api-v1-jdq-42074.json.gz
                                                data-v1-dl-21552912.arff.gz
                                            id_42585/
                                                __init__.py
                                                api-v1-jd-42585.json.gz
                                                api-v1-jdf-42585.json.gz
                                                api-v1-jdq-42585.json.gz
                                                data-v1-dl-21854866.arff.gz
                                            id_561/
                                                __init__.py
                                                api-v1-jd-561.json.gz
                                                api-v1-jdf-561.json.gz
                                                api-v1-jdl-dn-cpu-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-cpu-l-2-s-act-.json.gz
                                                api-v1-jdq-561.json.gz
                                                data-v1-dl-52739.arff.gz
                                            id_61/
                                                __init__.py
                                                api-v1-jd-61.json.gz
                                                api-v1-jdf-61.json.gz
                                                api-v1-jdl-dn-iris-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-iris-l-2-s-act-.json.gz
                                                api-v1-jdq-61.json.gz
                                                data-v1-dl-61.arff.gz
                                            id_62/
                                                __init__.py
                                                api-v1-jd-62.json.gz
                                                api-v1-jdf-62.json.gz
                                                api-v1-jdq-62.json.gz
                                                data-v1-dl-52352.arff.gz
                                            __init__.py
                                        __init__.py
                                        svmlight_classification.txt
                                        svmlight_invalid.txt
                                        svmlight_invalid_order.txt
                                        svmlight_multilabel.txt
                                    __init__.py
                                    test_20news.py
                                    test_arff_parser.py
                                    test_base.py
                                    test_california_housing.py
                                    test_common.py
                                    test_covtype.py
                                    test_kddcup99.py
                                    test_lfw.py
                                    test_olivetti_faces.py
                                    test_openml.py
                                    test_rcv1.py
                                    test_samples_generator.py
                                    test_svmlight_format.py
                                __init__.py
                                _arff_parser.py
                                _base.py
                                _california_housing.py
                                _covtype.py
                                _kddcup99.py
                                _lfw.py
                                _olivetti_faces.py
                                _openml.py
                                _rcv1.py
                                _samples_generator.py
                                _species_distributions.py
                                _svmlight_format_fast.cpython-313-darwin.so
                                _svmlight_format_fast.pyx
                                _svmlight_format_io.py
                                _twenty_newsgroups.py
                                meson.build
                            decomposition/
                                tests/
                                    __init__.py
                                    test_dict_learning.py
                                    test_factor_analysis.py
                                    test_fastica.py
                                    test_incremental_pca.py
                                    test_kernel_pca.py
                                    test_nmf.py
                                    test_online_lda.py
                                    test_pca.py
                                    test_sparse_pca.py
                                    test_truncated_svd.py
                                __init__.py
                                _base.py
                                _cdnmf_fast.cpython-313-darwin.so
                                _cdnmf_fast.pyx
                                _dict_learning.py
                                _factor_analysis.py
                                _fastica.py
                                _incremental_pca.py
                                _kernel_pca.py
                                _lda.py
                                _nmf.py
                                _online_lda_fast.cpython-313-darwin.so
                                _online_lda_fast.pyx
                                _pca.py
                                _sparse_pca.py
                                _truncated_svd.py
                                meson.build
                            ensemble/
                                _hist_gradient_boosting/
                                    tests/
                                        __init__.py
                                        test_binning.py
                                        test_bitset.py
                                        test_compare_lightgbm.py
                                        test_gradient_boosting.py
                                        test_grower.py
                                        test_histogram.py
                                        test_monotonic_constraints.py
                                        test_predictor.py
                                        test_splitting.py
                                        test_warm_start.py
                                    __init__.py
                                    _binning.cpython-313-darwin.so
                                    _binning.pyx
                                    _bitset.cpython-313-darwin.so
                                    _bitset.pxd
                                    _bitset.pyx
                                    _gradient_boosting.cpython-313-darwin.so
                                    _gradient_boosting.pyx
                                    _predictor.cpython-313-darwin.so
                                    _predictor.pyx
                                    binning.py
                                    common.cpython-313-darwin.so
                                    common.pxd
                                    common.pyx
                                    gradient_boosting.py
                                    grower.py
                                    histogram.cpython-313-darwin.so
                                    histogram.pyx
                                    meson.build
                                    predictor.py
                                    splitting.cpython-313-darwin.so
                                    splitting.pyx
                                    utils.py
                                tests/
                                    __init__.py
                                    test_bagging.py
                                    test_base.py
                                    test_common.py
                                    test_forest.py
                                    test_gradient_boosting.py
                                    test_iforest.py
                                    test_stacking.py
                                    test_voting.py
                                    test_weight_boosting.py
                                __init__.py
                                _bagging.py
                                _base.py
                                _forest.py
                                _gb.py
                                _gradient_boosting.cpython-313-darwin.so
                                _gradient_boosting.pyx
                                _iforest.py
                                _stacking.py
                                _voting.py
                                _weight_boosting.py
                                meson.build
                            experimental/
                                tests/
                                    __init__.py
                                    test_enable_hist_gradient_boosting.py
                                    test_enable_iterative_imputer.py
                                    test_enable_successive_halving.py
                                __init__.py
                                enable_halving_search_cv.py
                                enable_hist_gradient_boosting.py
                                enable_iterative_imputer.py
                            externals/
                                _packaging/
                                    __init__.py
                                    _structures.py
                                    version.py
                                _scipy/
                                    sparse/
                                        csgraph/
                                            __init__.py
                                            _laplacian.py
                                        __init__.py
                                    __init__.py
                                array_api_compat/
                                    common/
                                        __init__.py
                                        _aliases.py
                                        _fft.py
                                        _helpers.py
                                        _linalg.py
                                        _typing.py
                                    cupy/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    dask/
                                        array/
                                            __init__.py
                                            _aliases.py
                                            _info.py
                                            fft.py
                                            linalg.py
                                        __init__.py
                                    numpy/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    torch/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    __init__.py
                                    _internal.py
                                    LICENSE
                                    py.typed
                                    README.md
                                array_api_extra/
                                    _lib/
                                        _utils/
                                            __init__.py
                                            _compat.py
                                            _compat.pyi
                                            _helpers.py
                                            _typing.py
                                            _typing.pyi
                                        __init__.py
                                        _at.py
                                        _backends.py
                                        _funcs.py
                                        _lazy.py
                                        _testing.py
                                    __init__.py
                                    _delegation.py
                                    LICENSE
                                    py.typed
                                    README.md
                                    testing.py
                                __init__.py
                                _arff.py
                                _array_api_compat_vendor.py
                                conftest.py
                                README
                            feature_extraction/
                                tests/
                                    __init__.py
                                    test_dict_vectorizer.py
                                    test_feature_hasher.py
                                    test_image.py
                                    test_text.py
                                __init__.py
                                _dict_vectorizer.py
                                _hash.py
                                _hashing_fast.cpython-313-darwin.so
                                _hashing_fast.pyx
                                _stop_words.py
                                image.py
                                meson.build
                                text.py
                            feature_selection/
                                tests/
                                    __init__.py
                                    test_base.py
                                    test_chi2.py
                                    test_feature_select.py
                                    test_from_model.py
                                    test_mutual_info.py
                                    test_rfe.py
                                    test_sequential.py
                                    test_variance_threshold.py
                                __init__.py
                                _base.py
                                _from_model.py
                                _mutual_info.py
                                _rfe.py
                                _sequential.py
                                _univariate_selection.py
                                _variance_threshold.py
                            frozen/
                                tests/
                                    __init__.py
                                    test_frozen.py
                                __init__.py
                                _frozen.py
                            gaussian_process/
                                tests/
                                    __init__.py
                                    _mini_sequence_kernel.py
                                    test_gpc.py
                                    test_gpr.py
                                    test_kernels.py
                                __init__.py
                                _gpc.py
                                _gpr.py
                                kernels.py
                            impute/
                                tests/
                                    __init__.py
                                    test_base.py
                                    test_common.py
                                    test_impute.py
                                    test_knn.py
                                __init__.py
                                _base.py
                                _iterative.py
                                _knn.py
                            inspection/
                                _plot/
                                    tests/
                                        __init__.py
                                        test_boundary_decision_display.py
                                        test_plot_partial_dependence.py
                                    __init__.py
                                    decision_boundary.py
                                    partial_dependence.py
                                tests/
                                    __init__.py
                                    test_partial_dependence.py
                                    test_pd_utils.py
                                    test_permutation_importance.py
                                __init__.py
                                _partial_dependence.py
                                _pd_utils.py
                                _permutation_importance.py
                            linear_model/
                                _glm/
                                    tests/
                                        __init__.py
                                        test_glm.py
                                    __init__.py
                                    _newton_solver.py
                                    glm.py
                                tests/
                                    __init__.py
                                    test_base.py
                                    test_bayes.py
                                    test_common.py
                                    test_coordinate_descent.py
                                    test_huber.py
                                    test_least_angle.py
                                    test_linear_loss.py
                                    test_logistic.py
                                    test_omp.py
                                    test_passive_aggressive.py
                                    test_perceptron.py
                                    test_quantile.py
                                    test_ransac.py
                                    test_ridge.py
                                    test_sag.py
                                    test_sgd.py
                                    test_sparse_coordinate_descent.py
                                    test_theil_sen.py
                                __init__.py
                                _base.py
                                _bayes.py
                                _cd_fast.cpython-313-darwin.so
                                _cd_fast.pyx
                                _coordinate_descent.py
                                _huber.py
                                _least_angle.py
                                _linear_loss.py
                                _logistic.py
                                _omp.py
                                _passive_aggressive.py
                                _perceptron.py
                                _quantile.py
                                _ransac.py
                                _ridge.py
                                _sag.py
                                _sag_fast.cpython-313-darwin.so
                                _sag_fast.pyx.tp
                                _sgd_fast.cpython-313-darwin.so
                                _sgd_fast.pyx.tp
                                _stochastic_gradient.py
                                _theil_sen.py
                                meson.build
                            manifold/
                                tests/
                                    __init__.py
                                    test_isomap.py
                                    test_locally_linear.py
                                    test_mds.py
                                    test_spectral_embedding.py
                                    test_t_sne.py
                                __init__.py
                                _barnes_hut_tsne.cpython-313-darwin.so
                                _barnes_hut_tsne.pyx
                                _isomap.py
                                _locally_linear.py
                                _mds.py
                                _spectral_embedding.py
                                _t_sne.py
                                _utils.cpython-313-darwin.so
                                _utils.pyx
                                meson.build
                            metrics/
                                _pairwise_distances_reduction/
                                    __init__.py
                                    _argkmin.cpython-313-darwin.so
                                    _argkmin.pxd.tp
                                    _argkmin.pyx.tp
                                    _argkmin_classmode.cpython-313-darwin.so
                                    _argkmin_classmode.pyx.tp
                                    _base.cpython-313-darwin.so
                                    _base.pxd.tp
                                    _base.pyx.tp
                                    _classmode.pxd
                                    _datasets_pair.cpython-313-darwin.so
                                    _datasets_pair.pxd.tp
                                    _datasets_pair.pyx.tp
                                    _dispatcher.py
                                    _middle_term_computer.cpython-313-darwin.so
                                    _middle_term_computer.pxd.tp
                                    _middle_term_computer.pyx.tp
                                    _radius_neighbors.cpython-313-darwin.so
                                    _radius_neighbors.pxd.tp
                                    _radius_neighbors.pyx.tp
                                    _radius_neighbors_classmode.cpython-313-darwin.so
                                    _radius_neighbors_classmode.pyx.tp
                                    meson.build
                                _plot/
                                    tests/
                                        __init__.py
                                        test_common_curve_display.py
                                        test_confusion_matrix_display.py
                                        test_det_curve_display.py
                                        test_precision_recall_display.py
                                        test_predict_error_display.py
                                        test_roc_curve_display.py
                                    __init__.py
                                    confusion_matrix.py
                                    det_curve.py
                                    precision_recall_curve.py
                                    regression.py
                                    roc_curve.py
                                cluster/
                                    tests/
                                        __init__.py
                                        test_bicluster.py
                                        test_common.py
                                        test_supervised.py
                                        test_unsupervised.py
                                    __init__.py
                                    _bicluster.py
                                    _expected_mutual_info_fast.cpython-313-darwin.so
                                    _expected_mutual_info_fast.pyx
                                    _supervised.py
                                    _unsupervised.py
                                    meson.build
                                tests/
                                    __init__.py
                                    test_classification.py
                                    test_common.py
                                    test_dist_metrics.py
                                    test_pairwise.py
                                    test_pairwise_distances_reduction.py
                                    test_ranking.py
                                    test_regression.py
                                    test_score_objects.py
                                __init__.py
                                _base.py
                                _classification.py
                                _dist_metrics.cpython-313-darwin.so
                                _dist_metrics.pxd
                                _dist_metrics.pxd.tp
                                _dist_metrics.pyx.tp
                                _pairwise_fast.cpython-313-darwin.so
                                _pairwise_fast.pyx
                                _ranking.py
                                _regression.py
                                _scorer.py
                                meson.build
                                pairwise.py
                            mixture/
                                tests/
                                    __init__.py
                                    test_bayesian_mixture.py
                                    test_gaussian_mixture.py
                                    test_mixture.py
                                __init__.py
                                _base.py
                                _bayesian_mixture.py
                                _gaussian_mixture.py
                            model_selection/
                                tests/
                                    __init__.py
                                    common.py
                                    test_classification_threshold.py
                                    test_plot.py
                                    test_search.py
                                    test_split.py
                                    test_successive_halving.py
                                    test_validation.py
                                __init__.py
                                _classification_threshold.py
                                _plot.py
                                _search.py
                                _search_successive_halving.py
                                _split.py
                                _validation.py
                            neighbors/
                                tests/
                                    __init__.py
                                    test_ball_tree.py
                                    test_graph.py
                                    test_kd_tree.py
                                    test_kde.py
                                    test_lof.py
                                    test_nca.py
                                    test_nearest_centroid.py
                                    test_neighbors.py
                                    test_neighbors_pipeline.py
                                    test_neighbors_tree.py
                                    test_quad_tree.py
                                __init__.py
                                _ball_tree.cpython-313-darwin.so
                                _ball_tree.pyx.tp
                                _base.py
                                _binary_tree.pxi.tp
                                _classification.py
                                _graph.py
                                _kd_tree.cpython-313-darwin.so
                                _kd_tree.pyx.tp
                                _kde.py
                                _lof.py
                                _nca.py
                                _nearest_centroid.py
                                _partition_nodes.cpython-313-darwin.so
                                _partition_nodes.pxd
                                _partition_nodes.pyx
                                _quad_tree.cpython-313-darwin.so
                                _quad_tree.pxd
                                _quad_tree.pyx
                                _regression.py
                                _unsupervised.py
                                meson.build
                            neural_network/
                                tests/
                                    __init__.py
                                    test_base.py
                                    test_mlp.py
                                    test_rbm.py
                                    test_stochastic_optimizers.py
                                __init__.py
                                _base.py
                                _multilayer_perceptron.py
                                _rbm.py
                                _stochastic_optimizers.py
                            preprocessing/
                                tests/
                                    __init__.py
                                    test_common.py
                                    test_data.py
                                    test_discretization.py
                                    test_encoders.py
                                    test_function_transformer.py
                                    test_label.py
                                    test_polynomial.py
                                    test_target_encoder.py
                                __init__.py
                                _csr_polynomial_expansion.cpython-313-darwin.so
                                _csr_polynomial_expansion.pyx
                                _data.py
                                _discretization.py
                                _encoders.py
                                _function_transformer.py
                                _label.py
                                _polynomial.py
                                _target_encoder.py
                                _target_encoder_fast.cpython-313-darwin.so
                                _target_encoder_fast.pyx
                                meson.build
                            semi_supervised/
                                tests/
                                    __init__.py
                                    test_label_propagation.py
                                    test_self_training.py
                                __init__.py
                                _label_propagation.py
                                _self_training.py
                            svm/
                                src/
                                    liblinear/
                                        _cython_blas_helpers.h
                                        COPYRIGHT
                                        liblinear_helper.c
                                        linear.cpp
                                        linear.h
                                        tron.cpp
                                        tron.h
                                    libsvm/
                                        _svm_cython_blas_helpers.h
                                        LIBSVM_CHANGES
                                        libsvm_helper.c
                                        libsvm_sparse_helper.c
                                        libsvm_template.cpp
                                        svm.cpp
                                        svm.h
                                    newrand/
                                        newrand.h
                                tests/
                                    __init__.py
                                    test_bounds.py
                                    test_sparse.py
                                    test_svm.py
                                __init__.py
                                _base.py
                                _bounds.py
                                _classes.py
                                _liblinear.cpython-313-darwin.so
                                _liblinear.pxi
                                _liblinear.pyx
                                _libsvm.cpython-313-darwin.so
                                _libsvm.pxi
                                _libsvm.pyx
                                _libsvm_sparse.cpython-313-darwin.so
                                _libsvm_sparse.pyx
                                _newrand.cpython-313-darwin.so
                                _newrand.pyx
                                meson.build
                            tests/
                                __init__.py
                                metadata_routing_common.py
                                test_base.py
                                test_build.py
                                test_calibration.py
                                test_check_build.py
                                test_common.py
                                test_config.py
                                test_discriminant_analysis.py
                                test_docstring_parameters.py
                                test_docstring_parameters_consistency.py
                                test_docstrings.py
                                test_dummy.py
                                test_init.py
                                test_isotonic.py
                                test_kernel_approximation.py
                                test_kernel_ridge.py
                                test_metadata_routing.py
                                test_metaestimators.py
                                test_metaestimators_metadata_routing.py
                                test_min_dependencies_readme.py
                                test_multiclass.py
                                test_multioutput.py
                                test_naive_bayes.py
                                test_pipeline.py
                                test_public_functions.py
                                test_random_projection.py
                            tree/
                                tests/
                                    __init__.py
                                    test_export.py
                                    test_monotonic_tree.py
                                    test_reingold_tilford.py
                                    test_tree.py
                                __init__.py
                                _classes.py
                                _criterion.cpython-313-darwin.so
                                _criterion.pxd
                                _criterion.pyx
                                _export.py
                                _partitioner.cpython-313-darwin.so
                                _partitioner.pxd
                                _partitioner.pyx
                                _reingold_tilford.py
                                _splitter.cpython-313-darwin.so
                                _splitter.pxd
                                _splitter.pyx
                                _tree.cpython-313-darwin.so
                                _tree.pxd
                                _tree.pyx
                                _utils.cpython-313-darwin.so
                                _utils.pxd
                                _utils.pyx
                                meson.build
                            utils/
                                _repr_html/
                                    tests/
                                        __init__.py
                                        test_estimator.py
                                        test_params.py
                                    __init__.py
                                    base.py
                                    estimator.css
                                    estimator.js
                                    estimator.py
                                    params.css
                                    params.py
                                _test_common/
                                    __init__.py
                                    instance_generator.py
                                src/
                                    MurmurHash3.cpp
                                    MurmurHash3.h
                                tests/
                                    __init__.py
                                    test_arpack.py
                                    test_array_api.py
                                    test_arrayfuncs.py
                                    test_bunch.py
                                    test_chunking.py
                                    test_class_weight.py
                                    test_cython_blas.py
                                    test_deprecation.py
                                    test_encode.py
                                    test_estimator_checks.py
                                    test_estimator_html_repr.py
                                    test_extmath.py
                                    test_fast_dict.py
                                    test_fixes.py
                                    test_graph.py
                                    test_indexing.py
                                    test_mask.py
                                    test_metaestimators.py
                                    test_missing.py
                                    test_mocking.py
                                    test_multiclass.py
                                    test_murmurhash.py
                                    test_optimize.py
                                    test_parallel.py
                                    test_param_validation.py
                                    test_plotting.py
                                    test_pprint.py
                                    test_random.py
                                    test_response.py
                                    test_seq_dataset.py
                                    test_set_output.py
                                    test_shortest_path.py
                                    test_show_versions.py
                                    test_sparsefuncs.py
                                    test_stats.py
                                    test_tags.py
                                    test_testing.py
                                    test_typedefs.py
                                    test_unique.py
                                    test_user_interface.py
                                    test_validation.py
                                    test_weight_vector.py
                                __init__.py
                                _arpack.py
                                _array_api.py
                                _available_if.py
                                _bunch.py
                                _chunking.py
                                _cython_blas.cpython-313-darwin.so
                                _cython_blas.pxd
                                _cython_blas.pyx
                                _encode.py
                                _estimator_html_repr.py
                                _fast_dict.cpython-313-darwin.so
                                _fast_dict.pxd
                                _fast_dict.pyx
                                _heap.cpython-313-darwin.so
                                _heap.pxd
                                _heap.pyx
                                _indexing.py
                                _isfinite.cpython-313-darwin.so
                                _isfinite.pyx
                                _mask.py
                                _metadata_requests.py
                                _missing.py
                                _mocking.py
                                _openmp_helpers.cpython-313-darwin.so
                                _openmp_helpers.pxd
                                _openmp_helpers.pyx
                                _optional_dependencies.py
                                _param_validation.py
                                _plotting.py
                                _pprint.py
                                _random.cpython-313-darwin.so
                                _random.pxd
                                _random.pyx
                                _response.py
                                _seq_dataset.cpython-313-darwin.so
                                _seq_dataset.pxd.tp
                                _seq_dataset.pyx.tp
                                _set_output.py
                                _show_versions.py
                                _sorting.cpython-313-darwin.so
                                _sorting.pxd
                                _sorting.pyx
                                _tags.py
                                _testing.py
                                _typedefs.cpython-313-darwin.so
                                _typedefs.pxd
                                _typedefs.pyx
                                _unique.py
                                _user_interface.py
                                _vector_sentinel.cpython-313-darwin.so
                                _vector_sentinel.pxd
                                _vector_sentinel.pyx
                                _weight_vector.cpython-313-darwin.so
                                _weight_vector.pxd.tp
                                _weight_vector.pyx.tp
                                arrayfuncs.cpython-313-darwin.so
                                arrayfuncs.pyx
                                class_weight.py
                                deprecation.py
                                discovery.py
                                estimator_checks.py
                                extmath.py
                                fixes.py
                                graph.py
                                meson.build
                                metadata_routing.py
                                metaestimators.py
                                multiclass.py
                                murmurhash.cpython-313-darwin.so
                                murmurhash.pxd
                                murmurhash.pyx
                                optimize.py
                                parallel.py
                                random.py
                                sparsefuncs.py
                                sparsefuncs_fast.cpython-313-darwin.so
                                sparsefuncs_fast.pyx
                                stats.py
                                validation.py
                            __init__.py
                            _built_with_meson.py
                            _config.py
                            _cyutility.cpython-313-darwin.so
                            _distributor_init.py
                            _isotonic.cpython-313-darwin.so
                            _isotonic.pyx
                            _min_dependencies.py
                            base.py
                            calibration.py
                            conftest.py
                            discriminant_analysis.py
                            dummy.py
                            exceptions.py
                            isotonic.py
                            kernel_approximation.py
                            kernel_ridge.py
                            meson.build
                            multiclass.py
                            multioutput.py
                            naive_bayes.py
                            pipeline.py
                            random_projection.py
                        sniffio/
                            _tests/
                                __init__.py
                                test_sniffio.py
                            __init__.py
                            _impl.py
                            _version.py
                            py.typed
                        sniffio-1.3.1.dist-info/
                            INSTALLER
                            LICENSE
                            LICENSE.APACHE2
                            LICENSE.MIT
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        sortedcontainers/
                            __init__.py
                            sorteddict.py
                            sortedlist.py
                            sortedset.py
                        sortedcontainers-2.4.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        soupsieve/
                            __init__.py
                            __meta__.py
                            css_match.py
                            css_parser.py
                            css_types.py
                            pretty.py
                            py.typed
                            util.py
                        soupsieve-2.7.dist-info/
                            licenses/
                                LICENSE.md
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        stack_data/
                            __init__.py
                            core.py
                            formatting.py
                            py.typed
                            serializing.py
                            utils.py
                            version.py
                        stack_data-0.6.3.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        tblib/
                            __init__.py
                            decorators.py
                            pickling_support.py
                        tblib-3.1.0.dist-info/
                            licenses/
                                AUTHORS.rst
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        terminado/
                            _static/
                                terminado.js
                            __init__.py
                            _version.py
                            management.py
                            py.typed
                            uimod_embed.js
                            uimodule.py
                            websocket.py
                        terminado-0.18.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        texttable-1.7.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        threadpoolctl-3.6.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        tinycss2/
                            __init__.py
                            ast.py
                            bytes.py
                            color3.py
                            color4.py
                            nth.py
                            parser.py
                            serializer.py
                            tokenizer.py
                        tinycss2-1.4.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        tlz/
                            __init__.py
                            _build_tlz.py
                        tomli/
                            __init__.cpython-313-darwin.so
                            __init__.py
                            _parser.cpython-313-darwin.so
                            _parser.py
                            _re.cpython-313-darwin.so
                            _re.py
                            _types.cpython-313-darwin.so
                            _types.py
                            py.typed
                        tomli-2.2.1.dist-info/
                            INSTALLER
                            LICENSE
                            LICENSE-HEADER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        tomlkit/
                            __init__.py
                            _compat.py
                            _types.py
                            _utils.py
                            api.py
                            container.py
                            exceptions.py
                            items.py
                            parser.py
                            py.typed
                            source.py
                            toml_char.py
                            toml_document.py
                            toml_file.py
                        tomlkit-0.13.3.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        toolz/
                            curried/
                                __init__.py
                                exceptions.py
                                operator.py
                            sandbox/
                                __init__.py
                                core.py
                                parallel.py
                            tests/
                                test_compatibility.py
                                test_curried.py
                                test_curried_doctests.py
                                test_dicttoolz.py
                                test_functoolz.py
                                test_inspect_args.py
                                test_itertoolz.py
                                test_recipes.py
                                test_serialization.py
                                test_signatures.py
                                test_tlz.py
                                test_utils.py
                            __init__.py
                            _signatures.py
                            _version.py
                            compatibility.py
                            dicttoolz.py
                            functoolz.py
                            itertoolz.py
                            recipes.py
                            utils.py
                        toolz-1.0.0.dist-info/
                            AUTHORS.md
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        tornado/
                            platform/
                                __init__.py
                                asyncio.py
                                caresresolver.py
                                twisted.py
                            test/
                                csv_translations/
                                    fr_FR.csv
                                gettext_translations/
                                    fr_FR/
                                        LC_MESSAGES/
                                            tornado_test.mo
                                            tornado_test.po
                                static/
                                    dir/
                                        index.html
                                    robots.txt
                                    sample.xml
                                    sample.xml.bz2
                                    sample.xml.gz
                                templates/
                                    utf8.html
                                __init__.py
                                __main__.py
                                asyncio_test.py
                                auth_test.py
                                autoreload_test.py
                                circlerefs_test.py
                                concurrent_test.py
                                curl_httpclient_test.py
                                escape_test.py
                                gen_test.py
                                http1connection_test.py
                                httpclient_test.py
                                httpserver_test.py
                                httputil_test.py
                                import_test.py
                                ioloop_test.py
                                iostream_test.py
                                locale_test.py
                                locks_test.py
                                log_test.py
                                netutil_test.py
                                options_test.cfg
                                options_test.py
                                options_test_types.cfg
                                options_test_types_str.cfg
                                process_test.py
                                queues_test.py
                                resolve_test_helper.py
                                routing_test.py
                                runtests.py
                                simple_httpclient_test.py
                                static_foo.txt
                                tcpclient_test.py
                                tcpserver_test.py
                                template_test.py
                                test.crt
                                test.key
                                testing_test.py
                                twisted_test.py
                                util.py
                                util_test.py
                                web_test.py
                                websocket_test.py
                                wsgi_test.py
                            __init__.py
                            __init__.pyi
                            _locale_data.py
                            auth.py
                            autoreload.py
                            concurrent.py
                            curl_httpclient.py
                            escape.py
                            gen.py
                            http1connection.py
                            httpclient.py
                            httpserver.py
                            httputil.py
                            ioloop.py
                            iostream.py
                            locale.py
                            locks.py
                            log.py
                            netutil.py
                            options.py
                            process.py
                            py.typed
                            queues.py
                            routing.py
                            simple_httpclient.py
                            speedups.abi3.so
                            speedups.pyi
                            tcpclient.py
                            tcpserver.py
                            template.py
                            testing.py
                            util.py
                            web.py
                            websocket.py
                            wsgi.py
                        tornado-6.5.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        traitlets/
                            config/
                                __init__.py
                                application.py
                                argcomplete_config.py
                                configurable.py
                                loader.py
                                manager.py
                                sphinxdoc.py
                            tests/
                                __init__.py
                                test_traitlets.py
                                utils.py
                            utils/
                                __init__.py
                                bunch.py
                                decorators.py
                                descriptions.py
                                getargspec.py
                                importstring.py
                                nested_update.py
                                sentinel.py
                                text.py
                                warnings.py
                            __init__.py
                            _version.py
                            log.py
                            py.typed
                            traitlets.py
                        traitlets-5.14.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        types_python_dateutil-2.9.0.20250708.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        typing_extensions-4.14.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        typing_inspection/
                            __init__.py
                            introspection.py
                            py.typed
                            typing_objects.py
                            typing_objects.pyi
                        typing_inspection-0.4.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        tzdata/
                            zoneinfo/
                                Africa/
                                    __init__.py
                                    Abidjan
                                    Accra
                                    Addis_Ababa
                                    Algiers
                                    Asmara
                                    Asmera
                                    Bamako
                                    Bangui
                                    Banjul
                                    Bissau
                                    Blantyre
                                    Brazzaville
                                    Bujumbura
                                    Cairo
                                    Casablanca
                                    Ceuta
                                    Conakry
                                    Dakar
                                    Dar_es_Salaam
                                    Djibouti
                                    Douala
                                    El_Aaiun
                                    Freetown
                                    Gaborone
                                    Harare
                                    Johannesburg
                                    Juba
                                    Kampala
                                    Khartoum
                                    Kigali
                                    Kinshasa
                                    Lagos
                                    Libreville
                                    Lome
                                    Luanda
                                    Lubumbashi
                                    Lusaka
                                    Malabo
                                    Maputo
                                    Maseru
                                    Mbabane
                                    Mogadishu
                                    Monrovia
                                    Nairobi
                                    Ndjamena
                                    Niamey
                                    Nouakchott
                                    Ouagadougou
                                    Porto-Novo
                                    Sao_Tome
                                    Timbuktu
                                    Tripoli
                                    Tunis
                                    Windhoek
                                America/
                                    Argentina/
                                        __init__.py
                                        Buenos_Aires
                                        Catamarca
                                        ComodRivadavia
                                        Cordoba
                                        Jujuy
                                        La_Rioja
                                        Mendoza
                                        Rio_Gallegos
                                        Salta
                                        San_Juan
                                        San_Luis
                                        Tucuman
                                        Ushuaia
                                    Indiana/
                                        __init__.py
                                        Indianapolis
                                        Knox
                                        Marengo
                                        Petersburg
                                        Tell_City
                                        Vevay
                                        Vincennes
                                        Winamac
                                    Kentucky/
                                        __init__.py
                                        Louisville
                                        Monticello
                                    North_Dakota/
                                        __init__.py
                                        Beulah
                                        Center
                                        New_Salem
                                    __init__.py
                                    Adak
                                    Anchorage
                                    Anguilla
                                    Antigua
                                    Araguaina
                                    Aruba
                                    Asuncion
                                    Atikokan
                                    Atka
                                    Bahia
                                    Bahia_Banderas
                                    Barbados
                                    Belem
                                    Belize
                                    Blanc-Sablon
                                    Boa_Vista
                                    Bogota
                                    Boise
                                    Buenos_Aires
                                    Cambridge_Bay
                                    Campo_Grande
                                    Cancun
                                    Caracas
                                    Catamarca
                                    Cayenne
                                    Cayman
                                    Chicago
                                    Chihuahua
                                    Ciudad_Juarez
                                    Coral_Harbour
                                    Cordoba
                                    Costa_Rica
                                    Coyhaique
                                    Creston
                                    Cuiaba
                                    Curacao
                                    Danmarkshavn
                                    Dawson
                                    Dawson_Creek
                                    Denver
                                    Detroit
                                    Dominica
                                    Edmonton
                                    Eirunepe
                                    El_Salvador
                                    Ensenada
                                    Fort_Nelson
                                    Fort_Wayne
                                    Fortaleza
                                    Glace_Bay
                                    Godthab
                                    Goose_Bay
                                    Grand_Turk
                                    Grenada
                                    Guadeloupe
                                    Guatemala
                                    Guayaquil
                                    Guyana
                                    Halifax
                                    Havana
                                    Hermosillo
                                    Indianapolis
                                    Inuvik
                                    Iqaluit
                                    Jamaica
                                    Jujuy
                                    Juneau
                                    Knox_IN
                                    Kralendijk
                                    La_Paz
                                    Lima
                                    Los_Angeles
                                    Louisville
                                    Lower_Princes
                                    Maceio
                                    Managua
                                    Manaus
                                    Marigot
                                    Martinique
                                    Matamoros
                                    Mazatlan
                                    Mendoza
                                    Menominee
                                    Merida
                                    Metlakatla
                                    Mexico_City
                                    Miquelon
                                    Moncton
                                    Monterrey
                                    Montevideo
                                    Montreal
                                    Montserrat
                                    Nassau
                                    New_York
                                    Nipigon
                                    Nome
                                    Noronha
                                    Nuuk
                                    Ojinaga
                                    Panama
                                    Pangnirtung
                                    Paramaribo
                                    Phoenix
                                    Port-au-Prince
                                    Port_of_Spain
                                    Porto_Acre
                                    Porto_Velho
                                    Puerto_Rico
                                    Punta_Arenas
                                    Rainy_River
                                    Rankin_Inlet
                                    Recife
                                    Regina
                                    Resolute
                                    Rio_Branco
                                    Rosario
                                    Santa_Isabel
                                    Santarem
                                    Santiago
                                    Santo_Domingo
                                    Sao_Paulo
                                    Scoresbysund
                                    Shiprock
                                    Sitka
                                    St_Barthelemy
                                    St_Johns
                                    St_Kitts
                                    St_Lucia
                                    St_Thomas
                                    St_Vincent
                                    Swift_Current
                                    Tegucigalpa
                                    Thule
                                    Thunder_Bay
                                    Tijuana
                                    Toronto
                                    Tortola
                                    Vancouver
                                    Virgin
                                    Whitehorse
                                    Winnipeg
                                    Yakutat
                                    Yellowknife
                                Antarctica/
                                    __init__.py
                                    Casey
                                    Davis
                                    DumontDUrville
                                    Macquarie
                                    Mawson
                                    McMurdo
                                    Palmer
                                    Rothera
                                    South_Pole
                                    Syowa
                                    Troll
                                    Vostok
                                Arctic/
                                    __init__.py
                                    Longyearbyen
                                Asia/
                                    __init__.py
                                    Aden
                                    Almaty
                                    Amman
                                    Anadyr
                                    Aqtau
                                    Aqtobe
                                    Ashgabat
                                    Ashkhabad
                                    Atyrau
                                    Baghdad
                                    Bahrain
                                    Baku
                                    Bangkok
                                    Barnaul
                                    Beirut
                                    Bishkek
                                    Brunei
                                    Calcutta
                                    Chita
                                    Choibalsan
                                    Chongqing
                                    Chungking
                                    Colombo
                                    Dacca
                                    Damascus
                                    Dhaka
                                    Dili
                                    Dubai
                                    Dushanbe
                                    Famagusta
                                    Gaza
                                    Harbin
                                    Hebron
                                    Ho_Chi_Minh
                                    Hong_Kong
                                    Hovd
                                    Irkutsk
                                    Istanbul
                                    Jakarta
                                    Jayapura
                                    Jerusalem
                                    Kabul
                                    Kamchatka
                                    Karachi
                                    Kashgar
                                    Kathmandu
                                    Katmandu
                                    Khandyga
                                    Kolkata
                                    Krasnoyarsk
                                    Kuala_Lumpur
                                    Kuching
                                    Kuwait
                                    Macao
                                    Macau
                                    Magadan
                                    Makassar
                                    Manila
                                    Muscat
                                    Nicosia
                                    Novokuznetsk
                                    Novosibirsk
                                    Omsk
                                    Oral
                                    Phnom_Penh
                                    Pontianak
                                    Pyongyang
                                    Qatar
                                    Qostanay
                                    Qyzylorda
                                    Rangoon
                                    Riyadh
                                    Saigon
                                    Sakhalin
                                    Samarkand
                                    Seoul
                                    Shanghai
                                    Singapore
                                    Srednekolymsk
                                    Taipei
                                    Tashkent
                                    Tbilisi
                                    Tehran
                                    Tel_Aviv
                                    Thimbu
                                    Thimphu
                                    Tokyo
                                    Tomsk
                                    Ujung_Pandang
                                    Ulaanbaatar
                                    Ulan_Bator
                                    Urumqi
                                    Ust-Nera
                                    Vientiane
                                    Vladivostok
                                    Yakutsk
                                    Yangon
                                    Yekaterinburg
                                    Yerevan
                                Atlantic/
                                    __init__.py
                                    Azores
                                    Bermuda
                                    Canary
                                    Cape_Verde
                                    Faeroe
                                    Faroe
                                    Jan_Mayen
                                    Madeira
                                    Reykjavik
                                    South_Georgia
                                    St_Helena
                                    Stanley
                                Australia/
                                    __init__.py
                                    ACT
                                    Adelaide
                                    Brisbane
                                    Broken_Hill
                                    Canberra
                                    Currie
                                    Darwin
                                    Eucla
                                    Hobart
                                    LHI
                                    Lindeman
                                    Lord_Howe
                                    Melbourne
                                    North
                                    NSW
                                    Perth
                                    Queensland
                                    South
                                    Sydney
                                    Tasmania
                                    Victoria
                                    West
                                    Yancowinna
                                Brazil/
                                    __init__.py
                                    Acre
                                    DeNoronha
                                    East
                                    West
                                Canada/
                                    __init__.py
                                    Atlantic
                                    Central
                                    Eastern
                                    Mountain
                                    Newfoundland
                                    Pacific
                                    Saskatchewan
                                    Yukon
                                Chile/
                                    __init__.py
                                    Continental
                                    EasterIsland
                                Etc/
                                    __init__.py
                                    GMT
                                    GMT+0
                                    GMT+1
                                    GMT+10
                                    GMT+11
                                    GMT+12
                                    GMT+2
                                    GMT+3
                                    GMT+4
                                    GMT+5
                                    GMT+6
                                    GMT+7
                                    GMT+8
                                    GMT+9
                                    GMT-0
                                    GMT-1
                                    GMT-10
                                    GMT-11
                                    GMT-12
                                    GMT-13
                                    GMT-14
                                    GMT-2
                                    GMT-3
                                    GMT-4
                                    GMT-5
                                    GMT-6
                                    GMT-7
                                    GMT-8
                                    GMT-9
                                    GMT0
                                    Greenwich
                                    UCT
                                    Universal
                                    UTC
                                    Zulu
                                Europe/
                                    __init__.py
                                    Amsterdam
                                    Andorra
                                    Astrakhan
                                    Athens
                                    Belfast
                                    Belgrade
                                    Berlin
                                    Bratislava
                                    Brussels
                                    Bucharest
                                    Budapest
                                    Busingen
                                    Chisinau
                                    Copenhagen
                                    Dublin
                                    Gibraltar
                                    Guernsey
                                    Helsinki
                                    Isle_of_Man
                                    Istanbul
                                    Jersey
                                    Kaliningrad
                                    Kiev
                                    Kirov
                                    Kyiv
                                    Lisbon
                                    Ljubljana
                                    London
                                    Luxembourg
                                    Madrid
                                    Malta
                                    Mariehamn
                                    Minsk
                                    Monaco
                                    Moscow
                                    Nicosia
                                    Oslo
                                    Paris
                                    Podgorica
                                    Prague
                                    Riga
                                    Rome
                                    Samara
                                    San_Marino
                                    Sarajevo
                                    Saratov
                                    Simferopol
                                    Skopje
                                    Sofia
                                    Stockholm
                                    Tallinn
                                    Tirane
                                    Tiraspol
                                    Ulyanovsk
                                    Uzhgorod
                                    Vaduz
                                    Vatican
                                    Vienna
                                    Vilnius
                                    Volgograd
                                    Warsaw
                                    Zagreb
                                    Zaporozhye
                                    Zurich
                                Indian/
                                    __init__.py
                                    Antananarivo
                                    Chagos
                                    Christmas
                                    Cocos
                                    Comoro
                                    Kerguelen
                                    Mahe
                                    Maldives
                                    Mauritius
                                    Mayotte
                                    Reunion
                                Mexico/
                                    __init__.py
                                    BajaNorte
                                    BajaSur
                                    General
                                Pacific/
                                    __init__.py
                                    Apia
                                    Auckland
                                    Bougainville
                                    Chatham
                                    Chuuk
                                    Easter
                                    Efate
                                    Enderbury
                                    Fakaofo
                                    Fiji
                                    Funafuti
                                    Galapagos
                                    Gambier
                                    Guadalcanal
                                    Guam
                                    Honolulu
                                    Johnston
                                    Kanton
                                    Kiritimati
                                    Kosrae
                                    Kwajalein
                                    Majuro
                                    Marquesas
                                    Midway
                                    Nauru
                                    Niue
                                    Norfolk
                                    Noumea
                                    Pago_Pago
                                    Palau
                                    Pitcairn
                                    Pohnpei
                                    Ponape
                                    Port_Moresby
                                    Rarotonga
                                    Saipan
                                    Samoa
                                    Tahiti
                                    Tarawa
                                    Tongatapu
                                    Truk
                                    Wake
                                    Wallis
                                    Yap
                                US/
                                    __init__.py
                                    Alaska
                                    Aleutian
                                    Arizona
                                    Central
                                    East-Indiana
                                    Eastern
                                    Hawaii
                                    Indiana-Starke
                                    Michigan
                                    Mountain
                                    Pacific
                                    Samoa
                                __init__.py
                                CET
                                CST6CDT
                                Cuba
                                EET
                                Egypt
                                Eire
                                EST
                                EST5EDT
                                Factory
                                GB
                                GB-Eire
                                GMT
                                GMT+0
                                GMT-0
                                GMT0
                                Greenwich
                                Hongkong
                                HST
                                Iceland
                                Iran
                                iso3166.tab
                                Israel
                                Jamaica
                                Japan
                                Kwajalein
                                leapseconds
                                Libya
                                MET
                                MST
                                MST7MDT
                                Navajo
                                NZ
                                NZ-CHAT
                                Poland
                                Portugal
                                PRC
                                PST8PDT
                                ROC
                                ROK
                                Singapore
                                Turkey
                                tzdata.zi
                                UCT
                                Universal
                                UTC
                                W-SU
                                WET
                                zone.tab
                                zone1970.tab
                                zonenow.tab
                                Zulu
                            __init__.py
                            zones
                        tzdata-2025.2.dist-info/
                            licenses/
                                licenses/
                                    LICENSE_APACHE
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        uri_template/
                            __init__.py
                            charset.py
                            expansions.py
                            py.typed
                            uritemplate.py
                            variable.py
                        uri_template-1.3.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        url_normalize/
                            __init__.py
                            cli.py
                            generic_url_cleanup.py
                            normalize_fragment.py
                            normalize_host.py
                            normalize_path.py
                            normalize_port.py
                            normalize_query.py
                            normalize_scheme.py
                            normalize_userinfo.py
                            param_allowlist.py
                            provide_url_domain.py
                            provide_url_scheme.py
                            py.typed
                            tools.py
                            url_normalize.py
                        url_normalize-2.2.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        urllib3/
                            contrib/
                                emscripten/
                                    __init__.py
                                    connection.py
                                    emscripten_fetch_worker.js
                                    fetch.py
                                    request.py
                                    response.py
                                __init__.py
                                pyopenssl.py
                                socks.py
                            http2/
                                __init__.py
                                connection.py
                                probe.py
                            util/
                                __init__.py
                                connection.py
                                proxy.py
                                request.py
                                response.py
                                retry.py
                                ssl_.py
                                ssl_match_hostname.py
                                ssltransport.py
                                timeout.py
                                url.py
                                util.py
                                wait.py
                            __init__.py
                            _base_connection.py
                            _collections.py
                            _request_methods.py
                            _version.py
                            connection.py
                            connectionpool.py
                            exceptions.py
                            fields.py
                            filepost.py
                            poolmanager.py
                            py.typed
                            response.py
                        urllib3-2.5.0.dist-info/
                            licenses/
                                LICENSE.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        uv/
                            __init__.py
                            __main__.py
                            _find_uv.py
                            py.typed
                        uv-0.8.5.dist-info/
                            licenses/
                                LICENSE-APACHE
                                LICENSE-MIT
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        wcwidth/
                            __init__.py
                            table_vs16.py
                            table_wide.py
                            table_zero.py
                            unicode_versions.py
                            wcwidth.py
                        wcwidth-0.2.13.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        webcolors/
                            __init__.py
                            _conversion.py
                            _definitions.py
                            _html5.py
                            _normalization.py
                            _types.py
                        webcolors-24.11.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        webencodings/
                            __init__.py
                            labels.py
                            mklabels.py
                            tests.py
                            x_user_defined.py
                        webencodings-0.5.1.dist-info/
                            DESCRIPTION.rst
                            INSTALLER
                            METADATA
                            metadata.json
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        websocket/
                            tests/
                                data/
                                    header01.txt
                                    header02.txt
                                    header03.txt
                                __init__.py
                                echo-server.py
                                test_abnf.py
                                test_app.py
                                test_cookiejar.py
                                test_http.py
                                test_url.py
                                test_websocket.py
                            __init__.py
                            _abnf.py
                            _app.py
                            _cookiejar.py
                            _core.py
                            _exceptions.py
                            _handshake.py
                            _http.py
                            _logging.py
                            _socket.py
                            _ssl_compat.py
                            _url.py
                            _utils.py
                            _wsdump.py
                            py.typed
                        websocket_client-1.8.0.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        wheel/
                            cli/
                                __init__.py
                                convert.py
                                pack.py
                                tags.py
                                unpack.py
                            vendored/
                                packaging/
                                    __init__.py
                                    _elffile.py
                                    _manylinux.py
                                    _musllinux.py
                                    _parser.py
                                    _structures.py
                                    _tokenizer.py
                                    LICENSE
                                    LICENSE.APACHE
                                    LICENSE.BSD
                                    markers.py
                                    requirements.py
                                    specifiers.py
                                    tags.py
                                    utils.py
                                    version.py
                                __init__.py
                                vendor.txt
                            __init__.py
                            __main__.py
                            _bdist_wheel.py
                            _setuptools_logging.py
                            bdist_wheel.py
                            macosx_libfile.py
                            metadata.py
                            util.py
                            wheelfile.py
                        wheel-0.45.1.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        widgetsnbextension/
                            static/
                                extension.js
                                extension.js.LICENSE.txt
                                extension.js.map
                            __init__.py
                            _version.py
                        widgetsnbextension-4.0.14.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        yaml/
                            __init__.py
                            _yaml.cpython-313-darwin.so
                            composer.py
                            constructor.py
                            cyaml.py
                            dumper.py
                            emitter.py
                            error.py
                            events.py
                            loader.py
                            nodes.py
                            parser.py
                            reader.py
                            representer.py
                            resolver.py
                            scanner.py
                            serializer.py
                            tokens.py
                        zict/
                            tests/
                                __init__.py
                                conftest.py
                                test_async_buffer.py
                                test_buffer.py
                                test_cache.py
                                test_common.py
                                test_file.py
                                test_func.py
                                test_lmdb.py
                                test_lru.py
                                test_sieve.py
                                test_utils.py
                                test_zip.py
                                utils_test.py
                            __init__.py
                            async_buffer.py
                            buffer.py
                            cache.py
                            common.py
                            file.py
                            func.py
                            lmdb.py
                            lru.py
                            py.typed
                            sieve.py
                            utils.py
                            zip.py
                        zict-3.0.0.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        zmq/
                            .dylibs/
                                libsodium.26.dylib
                                libzmq.5.dylib
                            auth/
                                __init__.py
                                asyncio.py
                                base.py
                                certs.py
                                ioloop.py
                                thread.py
                            backend/
                                cffi/
                                    __init__.py
                                    _cdefs.h
                                    _cffi_src.c
                                    _poll.py
                                    context.py
                                    devices.py
                                    error.py
                                    message.py
                                    README.md
                                    socket.py
                                    utils.py
                                cython/
                                    __init__.pxd
                                    __init__.py
                                    _externs.pxd
                                    _zmq.abi3.so
                                    _zmq.pxd
                                    _zmq.py
                                    constant_enums.pxi
                                    libzmq.pxd
                                __init__.py
                                __init__.pyi
                                select.py
                            devices/
                                __init__.py
                                basedevice.py
                                monitoredqueue.py
                                monitoredqueuedevice.py
                                proxydevice.py
                                proxysteerabledevice.py
                            eventloop/
                                __init__.py
                                _deprecated.py
                                future.py
                                ioloop.py
                                zmqstream.py
                            green/
                                eventloop/
                                    __init__.py
                                    ioloop.py
                                    zmqstream.py
                                __init__.py
                                core.py
                                device.py
                                poll.py
                            log/
                                __init__.py
                                __main__.py
                                handlers.py
                            ssh/
                                __init__.py
                                forward.py
                                tunnel.py
                            sugar/
                                __init__.py
                                __init__.pyi
                                attrsettr.py
                                context.py
                                frame.py
                                poll.py
                                socket.py
                                stopwatch.py
                                tracker.py
                                version.py
                            tests/
                                __init__.py
                            utils/
                                __init__.py
                                garbage.py
                                getpid_compat.h
                                interop.py
                                ipcmaxlen.h
                                jsonapi.py
                                monitor.py
                                mutex.h
                                pyversion_compat.h
                                strtypes.py
                                win32.py
                                z85.py
                                zmq_compat.h
                            __init__.pxd
                            __init__.py
                            __init__.pyi
                            _future.py
                            _future.pyi
                            _typing.py
                            asyncio.py
                            constants.py
                            decorators.py
                            error.py
                            py.typed
                        30fcd23745efe32ce681__mypyc.cpython-313-darwin.so
                        __editable__.agi_cluster-0.4.1.pth
                        __editable__.agi_env-0.4.1.pth
                        __editable__.agi_node-0.4.1.pth
                        _black_version.py
                        _brotli.cpython-313-darwin.so
                        _cffi_backend.cpython-313-darwin.so
                        _virtualenv.pth
                        _virtualenv.py
                        appdirs.py
                        brotli.py
                        cython.py
                        ddc459050edb75a05942__mypyc.cpython-313-darwin.so
                        decorator.py
                        distutils-precedence.pth
                        edfc647aaf02b20aa651__mypyc.cpython-313-darwin.so
                        ipykernel_launcher.py
                        ipython_pygments_lexers.py
                        jsonpointer.py
                        jupyter.py
                        mypy_extensions.py
                        nest_asyncio.py
                        pandocfilters.py
                        py.py
                        pytest-cov.pth
                        rfc3339_validator.py
                        rfc3986_validator.py
                        scp.py
                        six.py
                        texttable.py
                        threadpoolctl.py
                        typing_extensions.py
            share/
                applications/
                    jupyter-notebook.desktop
                    jupyterlab.desktop
                icons/
                    hicolor/
                        scalable/
                            apps/
                                jupyterlab.svg
                                notebook.svg
                jupyter/
                    kernels/
                        python3/
                            kernel.json
                            logo-32x32.png
                            logo-64x64.png
                            logo-svg.svg
                    lab/
                        schemas/
                            @jupyter-notebook/
                                application-extension/
                                    menus.json
                                    package.json.orig
                                    pages.json
                                    shell.json
                                    title.json
                                    top.json
                                    zen.json
                                documentsearch-extension/
                                    package.json.orig
                                help-extension/
                                    open.json
                                    package.json.orig
                                notebook-extension/
                                    checkpoints.json
                                    edit-notebook-metadata.json
                                    full-width-notebook.json
                                    kernel-logo.json
                                    package.json.orig
                                    scroll-output.json
                                tree-extension/
                                    file-actions.json
                                    package.json.orig
                                    widget.json
                            @jupyterlab/
                                application-extension/
                                    commands.json
                                    context-menu.json
                                    package.json.orig
                                    property-inspector.json
                                    shell.json
                                    top-bar.json
                                apputils-extension/
                                    kernels-settings.json
                                    notification.json
                                    package.json.orig
                                    palette.json
                                    print.json
                                    sanitizer.json
                                    sessionDialogs.json
                                    themes.json
                                    utilityCommands.json
                                cell-toolbar-extension/
                                    package.json.orig
                                    plugin.json
                                celltags-extension/
                                    package.json.orig
                                    plugin.json
                                codemirror-extension/
                                    package.json.orig
                                    plugin.json
                                completer-extension/
                                    inline-completer.json
                                    manager.json
                                    package.json.orig
                                console-extension/
                                    completer.json
                                    foreign.json
                                    package.json.orig
                                    tracker.json
                                csvviewer-extension/
                                    csv.json
                                    package.json.orig
                                    tsv.json
                                debugger-extension/
                                    main.json
                                    package.json.orig
                                docmanager-extension/
                                    download.json
                                    package.json.orig
                                    plugin.json
                                documentsearch-extension/
                                    package.json.orig
                                    plugin.json
                                extensionmanager-extension/
                                    package.json.orig
                                    plugin.json
                                filebrowser-extension/
                                    browser.json
                                    download.json
                                    open-browser-tab.json
                                    open-with.json
                                    package.json.orig
                                    widget.json
                                fileeditor-extension/
                                    completer.json
                                    package.json.orig
                                    plugin.json
                                help-extension/
                                    about.json
                                    jupyter-forum.json
                                    launch-classic.json
                                    package.json.orig
                                htmlviewer-extension/
                                    package.json.orig
                                    plugin.json
                                hub-extension/
                                    menu.json
                                    package.json.orig
                                imageviewer-extension/
                                    package.json.orig
                                    plugin.json
                                inspector-extension/
                                    consoles.json
                                    inspector.json
                                    notebooks.json
                                    package.json.orig
                                launcher-extension/
                                    package.json.orig
                                    plugin.json
                                logconsole-extension/
                                    package.json.orig
                                    plugin.json
                                lsp-extension/
                                    package.json.orig
                                    plugin.json
                                mainmenu-extension/
                                    package.json.orig
                                    plugin.json
                                markdownviewer-extension/
                                    package.json.orig
                                    plugin.json
                                mathjax-extension/
                                    package.json.orig
                                    plugin.json
                                metadataform-extension/
                                    metadataforms.json
                                    package.json.orig
                                notebook-extension/
                                    completer.json
                                    export.json
                                    package.json.orig
                                    panel.json
                                    tools.json
                                    tracker.json
                                running-extension/
                                    package.json.orig
                                    plugin.json
                                settingeditor-extension/
                                    form-ui.json
                                    package.json.orig
                                    plugin.json
                                shortcuts-extension/
                                    package.json.orig
                                    shortcuts.json
                                statusbar-extension/
                                    package.json.orig
                                    plugin.json
                                terminal-extension/
                                    package.json.orig
                                    plugin.json
                                toc-extension/
                                    package.json.orig
                                    registry.json
                                tooltip-extension/
                                    consoles.json
                                    files.json
                                    notebooks.json
                                    package.json.orig
                                translation-extension/
                                    package.json.orig
                                    plugin.json
                                workspaces-extension/
                                    indicator.json
                                    menu.json
                                    package.json.orig
                                    sidebar.json
                        static/
                            100.1d14ca44a3cc8849349f.js
                            1039.3fe94e87219c0ed159d3.js
                            1096.dd4c563e0483cbbeb9c9.js
                            1189.c1482e88f0e949753db6.js
                            1208.4b9ab7b231d39ebdbc3f.js
                            1219.b5630aa3a46050fddc27.js
                            1268.e75d8a6dd557ac8957ca.js
                            1359.d5f23f0e2a6f67b69751.js
                            1423.4bcf4453e1c1d12d872f.js
                            1436.2c11d9dee0ad6f49e968.js
                            1445.a0e099c27d073217031a.js
                            1449.7026e8748d2a77e15d5b.js
                            1462.57e39f487257f25263d4.js
                            1491.010c623dd546db976e95.js
                            1495.13603dd823bbf5eb08b3.js
                            1518.3e4807844734ff34efd0.js
                            1673.b0ee25168543434bdbca.js
                            1737.a5fc97075f693ec36fe6.js
                            1832.b1ede2fe899bdec88938.js
                            1834.7445ad0c82371ac40737.js
                            1838.839690ff17ec3c532f0a.js
                            1887.56f83f163a18c61efb16.js
                            1909.7487a09fefbe7f9eabb6.js
                            1909.7487a09fefbe7f9eabb6.js.LICENSE.txt
                            1912.f16dddc294d66c3c81e9.js
                            1954.f1c519cb1415c7da3e8c.js
                            1960.f8d8ef8a91360e60f0b9.js
                            1962.6a7da74e809b70d5200d.js
                            1969.86e3168e52802569d650.js
                            1986.26029e99ef54a5652df8.js
                            1991.84fc123d7cfe8ae2948e.js
                            1cb1c39ea642f26a4dfe.woff
                            2023.59b30086fbeff6d17e3b.js
                            2211.04a176892c4c3071836c.js
                            227.6bd3154334bb91c5ca1c.js
                            227.6bd3154334bb91c5ca1c.js.LICENSE.txt
                            2280.6614699f54522fffbc00.js
                            232.5419cbec68e3fd0cf431.js
                            232.5419cbec68e3fd0cf431.js.LICENSE.txt
                            2353.ab70488f07a7c0a7a3fd.js
                            246.326a6482593e8a7bcd58.js
                            2467.4227742ac4b60289f222.js
                            247.84259ab142dd8c151fc2.js
                            2491.c169ecbc5fde2bcdb1b3.js
                            2550.75fcaa650ffac405c0dc.js
                            2574.327dadfe49120269ff31.js
                            2576.b98b7b23adeec4cb6932.js
                            2590.99e505d19b964439aa31.js
                            2601.2429d5a03c8465ae6290.js
                            2633.ea053b40991eb5adbc69.js
                            2641.e77441e7a3e0d12834c5.js
                            265.6f9e37c0b72db64203b1.js
                            2658.d1cae1b08b068d864368.js
                            26683bf201fb258a2237.woff
                            2681.a47f40e38ecd31ccd687.js
                            2707.61050e600b0aa9624127.js
                            2729.cafaf0caf2c0c83ac9fe.js
                            2794.05495c139ed000b57598.js
                            2823.0b6015b5e03c08281f41.js
                            2880.8483d51b11998bfe8e4b.js
                            2957.bc5eb9549a0b15c44916.js
                            2959.b24c9f67d639376f5ead.js
                            3048.59e6166a886a78f4f698.js
                            30e889b58cbc51adfbb0.woff
                            3111.33574d9124842f355bce.js
                            3112.0757b31e24c5334fda73.js
                            3122.fed5688acdcf6ff6aa6b.js
                            321.0fb994fd384a54491584.js
                            3257.30af681f0c294efb65f7.js
                            3257.30af681f0c294efb65f7.js.LICENSE.txt
                            32792104b5ef69eded90.woff
                            3282.22e78350d54fcaf3c6c8.js
                            3293.375c6685d72662fc062f.js
                            3303.b5596c0715d2d58332fb.js
                            3358.7ba73a6804155b619b44.js
                            3372.8eeafd96de9a7a205f40.js
                            339.380593b40d8d41150a4e.js
                            355254db9ca10a09a3b5.woff
                            3616.a4271ffcf2ac3b4c2338.js
                            36e0d72d8a7afc696a3e.woff
                            3709.e33bc30c83272aa85628.js
                            373c04fd2418f5c77eea.eot
                            3763.56191df5d72d2ffa5aa6.js
                            3780.c9294dc98ae926717741.js
                            3799.eaa0438bc5c41bad0516.js
                            3824.5e23be1e37fce5b7c6b3.js
                            3832.c6026c483bb46cc8e599.js
                            3974.79f68bca9a02c92dab5e.js
                            3991.678edf189fe92a216c70.js
                            3bc6ecaae7ecf6f8d7f8.woff
                            3de784d07b9fa8f104c1.woff
                            3f6d3488cf65374f6f67.woff
                            4001.80ab3ef5300d7ce2d1fe.js
                            4010.7ccc4c383efb7272d781.js
                            4053.4945facc348478fd59f4.js
                            4068.9cc41f46f729f2c4369b.js
                            4076.b4d803d8bf1bd6c97854.js
                            4090.eec44f90a54aa383426c.js
                            4266.155b468271987c81d948.js
                            4296.721da424585874d0789e.js
                            4311.b44e8bc4829e0b1226d2.js
                            4323.b2bd8a329a81d30ed039.js
                            4350.8c8a0e7a3ffe036494e1.js
                            4353.8572f6845cfde92dc152.js
                            4364.b9b49d8d836882f44e62.js
                            4372.645626a2452c190dbb22.js
                            4372.645626a2452c190dbb22.js.LICENSE.txt
                            4408.f24dd0edf35e08548967.js
                            4462.c3c6de84bc9399e0290d.js
                            4484.e1d2565d1a3daa5fe5f1.js
                            4486.8d2f41ae787607b7bf31.js
                            4528.43328125d98d6cfdfa99.js
                            4611.bd2b768223b0cd570834.js
                            4616.04cfbd55593c51921cc7.js
                            4728.56c0b9d87316b2fa012e.js
                            4728.56c0b9d87316b2fa012e.js.LICENSE.txt
                            4735.7731d551ca68bcb58e9f.js
                            4797.3740ef47b224a11a7fab.js
                            481e39042508ae313a60.woff
                            4838.8db4c61349bfba200547.js
                            4855.29e8dc6982ba4873487d.js
                            4878.f7557c5c99a54b40c49b.js
                            492.5f186062d2dcdf79c86c.js
                            4928.6cb408e4def87534970d.js
                            4981.eed4ddb90566e90e3df4.js
                            4982.c609185756485c6e3344.js
                            5085.a38923f36b551620798a.js
                            5090.404be96d8a6eae1e719a.js
                            5090.404be96d8a6eae1e719a.js.LICENSE.txt
                            5135.7f204de2153e4d85406d.js
                            5211.83e78dadcef89cae04bf.js
                            5224.8a6bbc774d20be66fdfb.js
                            5244.eefac84704ad30f00af3.js
                            5317.f4bba2e3d0f4fdd088f7.js
                            5318.d5df5c275e925c22d780.js
                            5338.38c32bdfb0695f9b501f.js
                            5489.7fab44eac7538297b164.js
                            5492.44728a640c37a4b4aa0c.js
                            5521.0337f193af4e5eee6057.js
                            5566.c76ea61eb723ee84e2cf.js
                            5606.e03dfa10c124a03f36ba.js
                            580.4ea1e6182e0b35ff091a.js
                            5829.0e46d479b4ade4783661.js
                            5847.930208c25e45ecf30657.js
                            5862.be1ec453e8db6844c62d.js
                            5877.72ab5a29e95ce21981e4.js
                            5929.d561797f8259994ecdd8.js
                            5942.05cbcd55c5f45ff7db43.js
                            5987.7e967df5417044d337a4.js
                            5cda41563a095bd70c78.woff
                            6003.94cdab770c801f3c46f7.js
                            6060.52dca011e9f2f279fc5e.js
                            6095.6e79e3bad86e054aa8c8.js
                            6145.c422868290460078c013.js
                            6166.2bc9ac8e2156c0701a52.js
                            6170.65d899f43342f1e34bf1.js
                            6180.edc40db2566e62650403.js
                            6208.feaef264d58c31fc4201.js
                            6214.617de47747c5a9b19ef7.js
                            6275.e99f9312900c481b467d.js
                            6294.b3cb5e16527b9d09b4a2.js
                            6364.c592f3101de349ba3904.js
                            6372.edc0712a4be855493530.js
                            6412.ebdf8da40f1ba8272df9.js
                            6439.1723c0b3882bf535486e.js
                            6460.d9aaa1e48da295c6035d.js
                            649.4081045b1737e4213282.js
                            6492.804d51a693edf6978ef4.js
                            6540.51c00e890179a4832552.js
                            6540.51c00e890179a4832552.js.LICENSE.txt
                            6733.bf3398ba9bb890f0fb67.js
                            6733.bf3398ba9bb890f0fb67.js.LICENSE.txt
                            6767.4b82d96c237ca7e31bc6.js
                            6779.051cfbcb0700a96839b2.js
                            6831.1df8fa4cabb5b1c19803.js
                            6843.dabcc3c9658bc6ded6d1.js
                            6874.bb2f7fbc6ce56eecc800.js
                            6896.af1d649e0efae70b7b1a.js
                            6941.465bebbd3d8a024f5f15.js
                            6974.b5b353b8af28fbc91291.js
                            6986.a89a5aba790481992875.js
                            6993.c93f5a810fcf441cbb6f.js
                            7136.b312751fbb25b73f5e71.js
                            721921bab0d001ebff02.woff
                            7250.b88d0a5e237ff5ff1aad.js
                            7260.b47dcaccbe7991104e8a.js
                            7269.962f078e97afc4f68e79.js
                            72bc573386dd1d48c5bb.woff
                            731.82a7b980b5b7f4b7a14f.js
                            7318.7cc6b4b0b3151b205ecb.js
                            7371.63b12ce793df713ab95b.js
                            7425.f1c25f6c8aaec77e8635.js
                            7445.7c793c8e1720f8ec4f85.js
                            7575.2e3e32236d5667bba43f.js
                            7587.3112240b6b82407b0f16.js
                            7694.1cbff84dccb512476b7c.js
                            7741.2ad1372a5862c4522be3.js
                            7756.93d0ab41829355a147ab.js
                            7769.d39df7673ee2660a9ac4.js
                            7803.0c8929610218552319bf.js
                            7856.dd9523e57bed80f1f694.js
                            7879.5c485d200dc01b6f43ff.js
                            7881.c5a234ce171f347c94e2.js
                            7990.01eaa552261b6e12a74a.js
                            7990.01eaa552261b6e12a74a.js.LICENSE.txt
                            79d088064beb3826054f.eot
                            8038.aea19fb961abd87d6255.js
                            805.2a0b8ac50aa8e6ab096f.js
                            8103.ed2b21471519b58a3d73.js
                            8217.801fbb0b549a74238760.js
                            8232.e31d5021e77a9b5215d6.js
                            8313.aac706f5036a7209b3a8.js
                            8326.9dda93079a9e4f1b9be6.js
                            8354.94077232b086a13541cc.js
                            8368.c75a4b32ae45ec88465d.js
                            8391.e5fb2e35cced405eb819.js
                            84.fe0a55d7756c37585fb4.js
                            8418.42e29778d4b49fb54e8e.js
                            8493.3b6106e45d5661438d8e.js
                            8537.21b8b9ae0d81ae264499.js
                            8606.bc1b0136e61d173913cd.js
                            867.e814bf26fbfc77fc4f16.js
                            870673df72e70f87c91a.woff
                            874.fbd3ae653c7337f3425b.js
                            8753.56da17175b663d61f9d3.js
                            8778.a3883f9acac5a903d6be.js
                            8779.6eebdb56785e3d38a457.js
                            8786.a2bc3dfc1ea13c04ba94.js
                            8786.a2bc3dfc1ea13c04ba94.js.LICENSE.txt
                            8816.d7ec52fb31e9c6749593.js
                            8830.d5bb102ed8737ffe38cb.js
                            8855.b17b9969fce42d0398e4.js
                            88b98cad3688915e50da.woff
                            89.933673451ca4a51053cb.js
                            8915.ab253990b1581460b255.js
                            898.ed04189e15f0a3781fb1.js
                            8ea8791754915a898a31.woff2
                            8ea8dbb1b02e6f730f55.woff
                            9023.2ff687d7ff50df3719fc.js
                            9046.2a28e08629ab71d9ebb1.js
                            9085.5a959b5878e7afd8a878.js
                            9085.5a959b5878e7afd8a878.js.LICENSE.txt
                            9123.501219cd782693d6539f.js
                            9136.8f4cc6ecadcf250fd8ac.js
                            9296.c82d1f1a8d9204ca6ed7.js
                            9311.ad0012965aa52db7a3e3.js
                            9329.1683d45b6478b7c81a24.js
                            9359.34d1b961b733676193cb.js
                            9400.90fd1d2212781c80b587.js
                            9474.01b4e1d1e3376f4a5919.js
                            9517.7056cafdf1da3a136d45.js
                            9572.f91bbaa33e932d524f8f.js
                            961.29c067b15a524e556eed.js
                            961.29c067b15a524e556eed.js.LICENSE.txt
                            9652.a8d2e5854bcae4d40041.js
                            9674eb1bd55047179038.svg
                            9746.c7e86b432363dfd28caa.js
                            9834b82ad26e2a37583d.woff2
                            9881.37d189ff085cb3468683.js
                            9890.75ea8024e2c1c49c89a3.js
                            9892.1c3a710069391fd93b5d.js
                            9892.1c3a710069391fd93b5d.js.LICENSE.txt
                            a009bea404f7a500ded4.woff
                            a3b9817780214caf01e8.svg
                            af04542b29eaac04550a.woff
                            af6397503fcefbd61397.ttf
                            af96f67d7accf5fd2a4a.woff
                            b418136e3b384baaadec.woff
                            be0a084962d8066884f7.svg
                            bootstrap.js
                            build_log.json
                            c49810b53ecc0d87d802.woff
                            c56da8d69f1a0208b8e0.woff
                            cb9e9e693192413cde2b.woff
                            cda59d6efffa685830fd.ttf
                            e4299464e7b012968eed.eot
                            e42a88444448ac3d6054.woff2
                            e8711bbb871afd8e9dea.ttf
                            f9217f66874b0c01cd8c.woff
                            fc6ddf5df402b263cfb1.woff
                            index.html
                            index.out.js
                            jlab_core.39ffbf5b9a750816e020.js
                            main.2155fa5c4dce2b7a12e6.js
                            package.json
                            style.js
                            third-party-licenses.json
                        themes/
                            @jupyterlab/
                                theme-dark-extension/
                                    index.css
                                    index.js
                                theme-dark-high-contrast-extension/
                                    index.css
                                    index.js
                                theme-light-extension/
                                    index.css
                                    index.js
                    labextensions/
                        @jupyter-notebook/
                            lab-extension/
                                schemas/
                                    @jupyter-notebook/
                                        lab-extension/
                                            interface-switcher.json
                                            launch-tree.json
                                            package.json.orig
                                static/
                                    261.ed6f8abd5781e8d11deb.js
                                    568.5e057f374374b68b6acf.js
                                    928.fb1e84fb9063ca0568af.js
                                    93.c48a681bb3e8043bbbd7.js
                                    remoteEntry.7e3d7768845089ad5f5f.js
                                    style.js
                                    third-party-licenses.json
                                package.json
                        @jupyter-widgets/
                            jupyterlab-manager/
                                schemas/
                                    @jupyter-widgets/
                                        jupyterlab-manager/
                                            package.json.orig
                                            plugin.json
                                static/
                                    327.d242f1a99504b2d5b629.js
                                    420.23ab95819c045f6c36bc.js
                                    439.b350310d057b43cdd50f.js
                                    439.b350310d057b43cdd50f.js.LICENSE.txt
                                    446.f8696ce72124c78273da.js
                                    586.085510630436c2e4273f.js
                                    647.8458d9c331000024a14a.js
                                    651.fe40a967a60b543cf15c.js
                                    651.fe40a967a60b543cf15c.js.LICENSE.txt
                                    701.043aefe0b66133629348.js
                                    722.53e4a64671c3c48de007.js
                                    727.b26a6f3871012a0fd66a.js
                                    898.db11fb1a7e18acb58b5b.js
                                    remoteEntry.35b6c65bd99dab37b910.js
                                    style.js
                                    third-party-licenses.json
                                install.json
                                package.json
                        jupyterlab_pygments/
                            static/
                                568.1e2faa2ba0bbe59c4780.js
                                747.67662283a5707eeb4d4c.js
                                remoteEntry.5cbb9d2323598fbda535.js
                                style.js
                                third-party-licenses.json
                            install.json
                            package.json
                    nbconvert/
                        templates/
                            asciidoc/
                                conf.json
                                index.asciidoc.j2
                            base/
                                cell_id_anchor.j2
                                celltags.j2
                                display_priority.j2
                                jupyter_widgets.html.j2
                                mathjax.html.j2
                                null.j2
                            basic/
                                conf.json
                                index.html.j2
                            classic/
                                static/
                                    style.css
                                base.html.j2
                                conf.json
                                index.html.j2
                            compatibility/
                                display_priority.tpl
                                full.tpl
                            lab/
                                static/
                                    index.css
                                    theme-dark.css
                                    theme-light.css
                                base.html.j2
                                conf.json
                                index.html.j2
                                mermaidjs.html.j2
                            latex/
                                base.tex.j2
                                conf.json
                                display_priority.j2
                                document_contents.tex.j2
                                index.tex.j2
                                null.j2
                                report.tex.j2
                                style_bw_ipython.tex.j2
                                style_bw_python.tex.j2
                                style_ipython.tex.j2
                                style_jupyter.tex.j2
                                style_python.tex.j2
                            markdown/
                                conf.json
                                index.md.j2
                            python/
                                conf.json
                                index.py.j2
                            reveal/
                                static/
                                    custom_reveal.css
                                base.html.j2
                                cellslidedata.j2
                                conf.json
                                index.html.j2
                            rst/
                                conf.json
                                index.rst.j2
                            script/
                                conf.json
                                script.j2
                            webpdf/
                                conf.json
                                index.pdf.j2
                    nbextensions/
                        jupyter-js-widgets/
                            extension.js
                            extension.js.LICENSE.txt
                            extension.js.map
                man/
                    man1/
                        ipython.1
            .gitignore
            .lock
            CACHEDIR.TAG
            pyvenv.cfg
        build/
            bdist.macosx-11.0-arm64/
            lib/
                agi_cluster/
                    agi_distributor/
                        __init__.py
                        agi_distributor.py
                        cli.py
                agi_env/
                    __init__.py
                    agi_env.py
                agi_node/
                    agent_worker/
                        __init__.py
                        agent_worker.py
                    agi_dispatcher/
                        __init__.py
                        agi_dispatcher.py
                        build.py
                    dag_worker/
                        __init__.py
                        dag_worker.py
                    pandas_worker/
                        __init__.py
                        pandas_worker.py
                    polars_worker/
                        __init__.py
                        polars_worker.py
                    __init__.py
        dist/
            .gitignore
            agi_core-0.4.1-py3-none-any.whl
        src/
            agi_core.egg-info/
                dependency_links.txt
                PKG-INFO
                requires.txt
                SOURCES.txt
                top_level.txt
            agi_cluster
            agi_env
            agi_node
        pyproject.toml
        uv.lock
    agi-env/
        .idea/
            inspectionProfiles/
                profiles_settings.xml
                Project_Default.xml
            .gitignore
            agi-env.iml
            misc.xml
            modules.xml
            vcs.xml
        .venv/
            bin/
                activate
                activate.bat
                activate.csh
                activate.fish
                activate.nu
                activate.ps1
                activate_this.py
                black
                blackd
                coverage
                coverage-3.13
                coverage3
                deactivate.bat
                dotenv
                f2py
                ipython
                ipython3
                licensecheck
                markdown-it
                markdown_py
                normalizer
                numba
                numpy-config
                pip3
                pip3.13
                py.test
                py7zr
                pydoc.bat
                pygmentize
                pytest
                python
                python3
                python3.13
                url-normalize
                uv
                uvx
            lib/
                python3.13/
                    site-packages/
                        __pycache__/
                            _virtualenv.cpython-313.pyc
                        _distutils_hack/
                            __pycache__/
                                __init__.cpython-313.pyc
                            __init__.py
                            override.py
                        _pytest/
                            _code/
                                __init__.py
                                code.py
                                source.py
                            _io/
                                __init__.py
                                pprint.py
                                saferepr.py
                                terminalwriter.py
                                wcwidth.py
                            _py/
                                __init__.py
                                error.py
                                path.py
                            assertion/
                                __init__.py
                                rewrite.py
                                truncate.py
                                util.py
                            config/
                                __init__.py
                                argparsing.py
                                compat.py
                                exceptions.py
                                findpaths.py
                            mark/
                                __init__.py
                                expression.py
                                structures.py
                            __init__.py
                            _argcomplete.py
                            _version.py
                            cacheprovider.py
                            capture.py
                            compat.py
                            debugging.py
                            deprecated.py
                            doctest.py
                            faulthandler.py
                            fixtures.py
                            freeze_support.py
                            helpconfig.py
                            hookspec.py
                            junitxml.py
                            legacypath.py
                            logging.py
                            main.py
                            monkeypatch.py
                            nodes.py
                            outcomes.py
                            pastebin.py
                            pathlib.py
                            py.typed
                            pytester.py
                            pytester_assertions.py
                            python.py
                            python_api.py
                            raises.py
                            recwarn.py
                            reports.py
                            runner.py
                            scope.py
                            setuponly.py
                            setupplan.py
                            skipping.py
                            stash.py
                            stepwise.py
                            terminal.py
                            threadexception.py
                            timing.py
                            tmpdir.py
                            tracemalloc.py
                            unittest.py
                            unraisableexception.py
                            warning_types.py
                            warnings.py
                        agi_env-0.4.1.dist-info/
                            direct_url.json
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            uv_cache.json
                            WHEEL
                        annotated_types/
                            __init__.py
                            py.typed
                            test_cases.py
                        annotated_types-0.7.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        appdirs-1.4.4.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        astor/
                            __init__.py
                            code_gen.py
                            codegen.py
                            file_util.py
                            node_util.py
                            op_util.py
                            rtrip.py
                            source_repr.py
                            string_repr.py
                            tree_walk.py
                            VERSION
                        astor-0.8.1.dist-info/
                            AUTHORS
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        asttokens/
                            __init__.py
                            astroid_compat.py
                            asttokens.py
                            line_numbers.py
                            mark_tokens.py
                            py.typed
                            util.py
                            version.py
                        asttokens-3.0.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        attr/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _cmp.cpython-313.pyc
                                _compat.cpython-313.pyc
                                _config.cpython-313.pyc
                                _funcs.cpython-313.pyc
                                _make.cpython-313.pyc
                                _next_gen.cpython-313.pyc
                                _version_info.cpython-313.pyc
                                converters.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                filters.cpython-313.pyc
                                setters.cpython-313.pyc
                                validators.cpython-313.pyc
                            __init__.py
                            __init__.pyi
                            _cmp.py
                            _cmp.pyi
                            _compat.py
                            _config.py
                            _funcs.py
                            _make.py
                            _next_gen.py
                            _typing_compat.pyi
                            _version_info.py
                            _version_info.pyi
                            converters.py
                            converters.pyi
                            exceptions.py
                            exceptions.pyi
                            filters.py
                            filters.pyi
                            py.typed
                            setters.py
                            setters.pyi
                            validators.py
                            validators.pyi
                        attrs/
                            __init__.py
                            __init__.pyi
                            converters.py
                            exceptions.py
                            filters.py
                            py.typed
                            setters.py
                            validators.py
                        attrs-23.2.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        bcj/
                            __init__.py
                            _bcj.cpython-313-darwin.so
                            _bcjfilter.py
                            py.typed
                        black/
                            resources/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                black.schema.json
                            __init__.cpython-313-darwin.so
                            __init__.py
                            __main__.py
                            _width_table.cpython-313-darwin.so
                            _width_table.py
                            brackets.cpython-313-darwin.so
                            brackets.py
                            cache.cpython-313-darwin.so
                            cache.py
                            comments.cpython-313-darwin.so
                            comments.py
                            concurrency.py
                            const.cpython-313-darwin.so
                            const.py
                            debug.py
                            files.py
                            handle_ipynb_magics.cpython-313-darwin.so
                            handle_ipynb_magics.py
                            linegen.cpython-313-darwin.so
                            linegen.py
                            lines.cpython-313-darwin.so
                            lines.py
                            mode.cpython-313-darwin.so
                            mode.py
                            nodes.cpython-313-darwin.so
                            nodes.py
                            numerics.cpython-313-darwin.so
                            numerics.py
                            output.py
                            parsing.cpython-313-darwin.so
                            parsing.py
                            py.typed
                            ranges.cpython-313-darwin.so
                            ranges.py
                            report.py
                            rusty.cpython-313-darwin.so
                            rusty.py
                            schema.cpython-313-darwin.so
                            schema.py
                            strings.cpython-313-darwin.so
                            strings.py
                            trans.cpython-313-darwin.so
                            trans.py
                        black-25.1.0.dist-info/
                            licenses/
                                AUTHORS.md
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        blackd/
                            __init__.py
                            __main__.py
                            middlewares.py
                        blib2to3/
                            pgen2/
                                __init__.py
                                conv.cpython-313-darwin.so
                                conv.py
                                driver.cpython-313-darwin.so
                                driver.py
                                grammar.cpython-313-darwin.so
                                grammar.py
                                literals.cpython-313-darwin.so
                                literals.py
                                parse.cpython-313-darwin.so
                                parse.py
                                pgen.cpython-313-darwin.so
                                pgen.py
                                token.cpython-313-darwin.so
                                token.py
                                tokenize.cpython-313-darwin.so
                                tokenize.py
                            __init__.py
                            Grammar.txt
                            LICENSE
                            PatternGrammar.txt
                            pygram.cpython-313-darwin.so
                            pygram.py
                            pytree.cpython-313-darwin.so
                            pytree.py
                            README
                        boolean/
                            __init__.py
                            boolean.py
                            test_boolean.py
                        boolean_py-5.0.dist-info/
                            licenses/
                                CHANGELOG.rst
                                LICENSE.txt
                                README.rst
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        Brotli-1.1.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        cattr/
                            preconf/
                                __init__.py
                                bson.py
                                json.py
                                msgpack.py
                                orjson.py
                                pyyaml.py
                                tomlkit.py
                                ujson.py
                            __init__.py
                            converters.py
                            disambiguators.py
                            dispatch.py
                            errors.py
                            gen.py
                            py.typed
                        cattrs/
                            gen/
                                __init__.py
                                _consts.py
                                _generics.py
                                _lc.py
                                _shared.py
                                typeddicts.py
                            preconf/
                                __init__.py
                                bson.py
                                cbor2.py
                                json.py
                                msgpack.py
                                msgspec.py
                                orjson.py
                                pyyaml.py
                                tomlkit.py
                                ujson.py
                            strategies/
                                __init__.py
                                _class_methods.py
                                _subclasses.py
                                _unions.py
                            __init__.py
                            _compat.py
                            _generics.py
                            cols.py
                            converters.py
                            disambiguators.py
                            dispatch.py
                            errors.py
                            fns.py
                            py.typed
                            v.py
                        cattrs-24.1.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        certifi/
                            __init__.py
                            __main__.py
                            cacert.pem
                            core.py
                            py.typed
                        certifi-2025.8.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        charset_normalizer/
                            cli/
                                __init__.py
                                __main__.py
                            __init__.py
                            __main__.py
                            api.py
                            cd.py
                            constant.py
                            legacy.py
                            md.cpython-313-darwin.so
                            md.py
                            md__mypyc.cpython-313-darwin.so
                            models.py
                            py.typed
                            utils.py
                            version.py
                        charset_normalizer-3.4.2.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        click/
                            __init__.py
                            _compat.py
                            _termui_impl.py
                            _textwrap.py
                            _winconsole.py
                            core.py
                            decorators.py
                            exceptions.py
                            formatting.py
                            globals.py
                            parser.py
                            py.typed
                            shell_completion.py
                            termui.py
                            testing.py
                            types.py
                            utils.py
                        click-8.2.1.dist-info/
                            licenses/
                                LICENSE.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        coverage/
                            htmlfiles/
                                coverage_html.js
                                favicon_32.png
                                index.html
                                keybd_closed.png
                                pyfile.html
                                style.css
                                style.scss
                            __init__.py
                            __main__.py
                            annotate.py
                            bytecode.py
                            cmdline.py
                            collector.py
                            config.py
                            context.py
                            control.py
                            core.py
                            data.py
                            debug.py
                            disposition.py
                            env.py
                            exceptions.py
                            execfile.py
                            files.py
                            html.py
                            inorout.py
                            jsonreport.py
                            lcovreport.py
                            misc.py
                            multiproc.py
                            numbits.py
                            parser.py
                            patch.py
                            phystokens.py
                            plugin.py
                            plugin_support.py
                            py.typed
                            python.py
                            pytracer.py
                            regions.py
                            report.py
                            report_core.py
                            results.py
                            sqldata.py
                            sqlitedb.py
                            sysmon.py
                            templite.py
                            tomlconfig.py
                            tracer.cpython-313-darwin.so
                            tracer.pyi
                            types.py
                            version.py
                            xmlreport.py
                        coverage-7.10.2.dist-info/
                            licenses/
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        Cryptodome/
                            Cipher/
                                __init__.py
                                __init__.pyi
                                _ARC4.abi3.so
                                _chacha20.abi3.so
                                _EKSBlowfish.py
                                _EKSBlowfish.pyi
                                _mode_cbc.py
                                _mode_cbc.pyi
                                _mode_ccm.py
                                _mode_ccm.pyi
                                _mode_cfb.py
                                _mode_cfb.pyi
                                _mode_ctr.py
                                _mode_ctr.pyi
                                _mode_eax.py
                                _mode_eax.pyi
                                _mode_ecb.py
                                _mode_ecb.pyi
                                _mode_gcm.py
                                _mode_gcm.pyi
                                _mode_kw.py
                                _mode_kwp.py
                                _mode_ocb.py
                                _mode_ocb.pyi
                                _mode_ofb.py
                                _mode_ofb.pyi
                                _mode_openpgp.py
                                _mode_openpgp.pyi
                                _mode_siv.py
                                _mode_siv.pyi
                                _pkcs1_decode.abi3.so
                                _pkcs1_oaep_decode.py
                                _raw_aes.abi3.so
                                _raw_arc2.abi3.so
                                _raw_blowfish.abi3.so
                                _raw_cast.abi3.so
                                _raw_cbc.abi3.so
                                _raw_cfb.abi3.so
                                _raw_ctr.abi3.so
                                _raw_des.abi3.so
                                _raw_des3.abi3.so
                                _raw_ecb.abi3.so
                                _raw_eksblowfish.abi3.so
                                _raw_ocb.abi3.so
                                _raw_ofb.abi3.so
                                _Salsa20.abi3.so
                                AES.py
                                AES.pyi
                                ARC2.py
                                ARC2.pyi
                                ARC4.py
                                ARC4.pyi
                                Blowfish.py
                                Blowfish.pyi
                                CAST.py
                                CAST.pyi
                                ChaCha20.py
                                ChaCha20.pyi
                                ChaCha20_Poly1305.py
                                ChaCha20_Poly1305.pyi
                                DES.py
                                DES.pyi
                                DES3.py
                                DES3.pyi
                                PKCS1_OAEP.py
                                PKCS1_OAEP.pyi
                                PKCS1_v1_5.py
                                PKCS1_v1_5.pyi
                                Salsa20.py
                                Salsa20.pyi
                            Hash/
                                __init__.py
                                __init__.pyi
                                _BLAKE2b.abi3.so
                                _BLAKE2s.abi3.so
                                _ghash_portable.abi3.so
                                _keccak.abi3.so
                                _MD2.abi3.so
                                _MD4.abi3.so
                                _MD5.abi3.so
                                _poly1305.abi3.so
                                _RIPEMD160.abi3.so
                                _SHA1.abi3.so
                                _SHA224.abi3.so
                                _SHA256.abi3.so
                                _SHA384.abi3.so
                                _SHA512.abi3.so
                                BLAKE2b.py
                                BLAKE2b.pyi
                                BLAKE2s.py
                                BLAKE2s.pyi
                                CMAC.py
                                CMAC.pyi
                                cSHAKE128.py
                                cSHAKE128.pyi
                                cSHAKE256.py
                                cSHAKE256.pyi
                                HMAC.py
                                HMAC.pyi
                                KangarooTwelve.py
                                KangarooTwelve.pyi
                                keccak.py
                                keccak.pyi
                                KMAC128.py
                                KMAC128.pyi
                                KMAC256.py
                                KMAC256.pyi
                                MD2.py
                                MD2.pyi
                                MD4.py
                                MD4.pyi
                                MD5.py
                                MD5.pyi
                                Poly1305.py
                                Poly1305.pyi
                                RIPEMD.py
                                RIPEMD.pyi
                                RIPEMD160.py
                                RIPEMD160.pyi
                                SHA.py
                                SHA.pyi
                                SHA1.py
                                SHA1.pyi
                                SHA224.py
                                SHA224.pyi
                                SHA256.py
                                SHA256.pyi
                                SHA384.py
                                SHA384.pyi
                                SHA3_224.py
                                SHA3_224.pyi
                                SHA3_256.py
                                SHA3_256.pyi
                                SHA3_384.py
                                SHA3_384.pyi
                                SHA3_512.py
                                SHA3_512.pyi
                                SHA512.py
                                SHA512.pyi
                                SHAKE128.py
                                SHAKE128.pyi
                                SHAKE256.py
                                SHAKE256.pyi
                                TupleHash128.py
                                TupleHash128.pyi
                                TupleHash256.py
                                TupleHash256.pyi
                                TurboSHAKE128.py
                                TurboSHAKE128.pyi
                                TurboSHAKE256.py
                                TurboSHAKE256.pyi
                            IO/
                                __init__.py
                                _PBES.py
                                _PBES.pyi
                                PEM.py
                                PEM.pyi
                                PKCS8.py
                                PKCS8.pyi
                            Math/
                                __init__.py
                                _IntegerBase.py
                                _IntegerBase.pyi
                                _IntegerCustom.py
                                _IntegerCustom.pyi
                                _IntegerGMP.py
                                _IntegerGMP.pyi
                                _IntegerNative.py
                                _IntegerNative.pyi
                                _modexp.abi3.so
                                Numbers.py
                                Numbers.pyi
                                Primality.py
                                Primality.pyi
                            Protocol/
                                __init__.py
                                __init__.pyi
                                _scrypt.abi3.so
                                DH.py
                                DH.pyi
                                HPKE.py
                                KDF.py
                                KDF.pyi
                                SecretSharing.py
                                SecretSharing.pyi
                            PublicKey/
                                __init__.py
                                __init__.pyi
                                _curve.py
                                _curve25519.abi3.so
                                _curve448.abi3.so
                                _ec_ws.abi3.so
                                _ed25519.abi3.so
                                _ed448.abi3.so
                                _edwards.py
                                _montgomery.py
                                _nist_ecc.py
                                _openssh.py
                                _openssh.pyi
                                _point.py
                                _point.pyi
                                DSA.py
                                DSA.pyi
                                ECC.py
                                ECC.pyi
                                ElGamal.py
                                ElGamal.pyi
                                RSA.py
                                RSA.pyi
                            Random/
                                __init__.py
                                __init__.pyi
                                random.py
                                random.pyi
                            SelfTest/
                                Cipher/
                                    __init__.py
                                    common.py
                                    test_AES.py
                                    test_ARC2.py
                                    test_ARC4.py
                                    test_Blowfish.py
                                    test_CAST.py
                                    test_CBC.py
                                    test_CCM.py
                                    test_CFB.py
                                    test_ChaCha20.py
                                    test_ChaCha20_Poly1305.py
                                    test_CTR.py
                                    test_DES.py
                                    test_DES3.py
                                    test_EAX.py
                                    test_GCM.py
                                    test_KW.py
                                    test_OCB.py
                                    test_OFB.py
                                    test_OpenPGP.py
                                    test_pkcs1_15.py
                                    test_pkcs1_oaep.py
                                    test_Salsa20.py
                                    test_SIV.py
                                Hash/
                                    __init__.py
                                    common.py
                                    test_BLAKE2.py
                                    test_CMAC.py
                                    test_cSHAKE.py
                                    test_HMAC.py
                                    test_KangarooTwelve.py
                                    test_keccak.py
                                    test_KMAC.py
                                    test_MD2.py
                                    test_MD4.py
                                    test_MD5.py
                                    test_Poly1305.py
                                    test_RIPEMD160.py
                                    test_SHA1.py
                                    test_SHA224.py
                                    test_SHA256.py
                                    test_SHA384.py
                                    test_SHA3_224.py
                                    test_SHA3_256.py
                                    test_SHA3_384.py
                                    test_SHA3_512.py
                                    test_SHA512.py
                                    test_SHAKE.py
                                    test_TupleHash.py
                                    test_TurboSHAKE.py
                                IO/
                                    __init__.py
                                    test_PBES.py
                                    test_PKCS8.py
                                Math/
                                    __init__.py
                                    test_modexp.py
                                    test_modmult.py
                                    test_Numbers.py
                                    test_Primality.py
                                Protocol/
                                    __init__.py
                                    test_ecdh.py
                                    test_HPKE.py
                                    test_KDF.py
                                    test_rfc1751.py
                                    test_SecretSharing.py
                                PublicKey/
                                    __init__.py
                                    test_DSA.py
                                    test_ECC_Curve25519.py
                                    test_ECC_Curve448.py
                                    test_ECC_Ed25519.py
                                    test_ECC_Ed448.py
                                    test_ECC_NIST.py
                                    test_ElGamal.py
                                    test_import_Curve25519.py
                                    test_import_Curve448.py
                                    test_import_DSA.py
                                    test_import_ECC.py
                                    test_import_RSA.py
                                    test_RSA.py
                                Random/
                                    __init__.py
                                    test_random.py
                                Signature/
                                    __init__.py
                                    test_dss.py
                                    test_eddsa.py
                                    test_pkcs1_15.py
                                    test_pss.py
                                Util/
                                    __init__.py
                                    test_asn1.py
                                    test_Counter.py
                                    test_number.py
                                    test_Padding.py
                                    test_rfc1751.py
                                    test_strxor.py
                                __init__.py
                                __main__.py
                                loader.py
                                st_common.py
                            Signature/
                                __init__.py
                                DSS.py
                                DSS.pyi
                                eddsa.py
                                eddsa.pyi
                                pkcs1_15.py
                                pkcs1_15.pyi
                                PKCS1_PSS.py
                                PKCS1_PSS.pyi
                                PKCS1_v1_5.py
                                PKCS1_v1_5.pyi
                                pss.py
                                pss.pyi
                            Util/
                                __init__.py
                                _cpu_features.py
                                _cpu_features.pyi
                                _cpuid_c.abi3.so
                                _file_system.py
                                _file_system.pyi
                                _raw_api.py
                                _raw_api.pyi
                                _strxor.abi3.so
                                asn1.py
                                asn1.pyi
                                Counter.py
                                Counter.pyi
                                number.py
                                number.pyi
                                Padding.py
                                Padding.pyi
                                py3compat.py
                                py3compat.pyi
                                RFC1751.py
                                RFC1751.pyi
                                strxor.py
                                strxor.pyi
                            __init__.py
                            __init__.pyi
                            py.typed
                        decorator-5.2.1.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            pbr.json
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        dotenv/
                            __init__.py
                            __main__.py
                            cli.py
                            ipython.py
                            main.py
                            parser.py
                            py.typed
                            variables.py
                            version.py
                        executing/
                            __init__.py
                            _exceptions.py
                            _position_node_finder.py
                            _pytest_utils.py
                            executing.py
                            py.typed
                            version.py
                        executing-2.2.0.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        fhconfparser/
                            __init__.py
                            fhconfparser.py
                            simpleconf.py
                        fhconfparser-2024.1.dist-info/
                            INSTALLER
                            LICENSE.md
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        humanize/
                            locale/
                                ar/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                bn_BD/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ca_ES/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                da_DK/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                de_DE/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                el_GR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                eo/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                es_ES/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                eu/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                fa_IR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                fi_FI/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                fr_FR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                he_IL/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                hu_HU/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                id_ID/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                it_IT/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ja_JP/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ko_KR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                nb/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                nl_NL/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                pl_PL/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                pt_BR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                pt_PT/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ru_RU/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                sk_SK/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                sl_SI/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                sv_SE/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                tlh/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                tr_TR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                uk_UA/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                vi_VN/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                zh_CN/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                zh_HK/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                            __init__.py
                            _version.py
                            filesize.py
                            i18n.py
                            lists.py
                            number.py
                            py.typed
                            time.py
                        humanize-4.12.3.dist-info/
                            licenses/
                                LICENCE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        idna/
                            __init__.py
                            codec.py
                            compat.py
                            core.py
                            idnadata.py
                            intranges.py
                            package_data.py
                            py.typed
                            uts46data.py
                        idna-3.10.dist-info/
                            INSTALLER
                            LICENSE.md
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        inflate64/
                            __init__.py
                            _inflate64.cpython-313-darwin.so
                            py.typed
                        inflate64-1.0.3.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        iniconfig/
                            __init__.py
                            _parse.py
                            _version.py
                            exceptions.py
                            py.typed
                        iniconfig-2.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        IPython/
                            core/
                                magics/
                                    __init__.py
                                    ast_mod.py
                                    auto.py
                                    basic.py
                                    code.py
                                    config.py
                                    display.py
                                    execution.py
                                    extension.py
                                    history.py
                                    logging.py
                                    namespace.py
                                    osm.py
                                    packaging.py
                                    pylab.py
                                    script.py
                                profile/
                                    README_STARTUP
                                __init__.py
                                alias.py
                                application.py
                                async_helpers.py
                                autocall.py
                                builtin_trap.py
                                compilerop.py
                                completer.py
                                completerlib.py
                                crashhandler.py
                                debugger.py
                                debugger_backport.py
                                display.py
                                display_functions.py
                                display_trap.py
                                displayhook.py
                                displaypub.py
                                doctb.py
                                error.py
                                events.py
                                extensions.py
                                formatters.py
                                getipython.py
                                guarded_eval.py
                                history.py
                                historyapp.py
                                hooks.py
                                inputtransformer2.py
                                interactiveshell.py
                                latex_symbols.py
                                logger.py
                                macro.py
                                magic.py
                                magic_arguments.py
                                oinspect.py
                                page.py
                                payload.py
                                payloadpage.py
                                prefilter.py
                                profileapp.py
                                profiledir.py
                                pylabtools.py
                                release.py
                                shellapp.py
                                splitinput.py
                                tbtools.py
                                tips.py
                                ultratb.py
                                usage.py
                            extensions/
                                deduperreload/
                                    __init__.py
                                    deduperreload.py
                                    deduperreload_patching.py
                                __init__.py
                                autoreload.py
                                storemagic.py
                            external/
                                __init__.py
                                pickleshare.py
                                qt_for_kernel.py
                                qt_loaders.py
                            lib/
                                __init__.py
                                backgroundjobs.py
                                clipboard.py
                                deepreload.py
                                demo.py
                                display.py
                                editorhooks.py
                                guisupport.py
                                latextools.py
                                lexers.py
                                pretty.py
                            sphinxext/
                                __init__.py
                                custom_doctests.py
                                ipython_console_highlighting.py
                                ipython_directive.py
                            terminal/
                                pt_inputhooks/
                                    __init__.py
                                    asyncio.py
                                    glut.py
                                    gtk.py
                                    gtk3.py
                                    gtk4.py
                                    osx.py
                                    pyglet.py
                                    qt.py
                                    tk.py
                                    wx.py
                                shortcuts/
                                    __init__.py
                                    auto_match.py
                                    auto_suggest.py
                                    filters.py
                                __init__.py
                                debugger.py
                                embed.py
                                interactiveshell.py
                                ipapp.py
                                magics.py
                                prompts.py
                                ptutils.py
                            testing/
                                plugin/
                                    __init__.py
                                    dtexample.py
                                    ipdoctest.py
                                    pytest_ipdoctest.py
                                    setup.py
                                    simple.py
                                    simplevars.py
                                    test_combo.txt
                                    test_example.txt
                                    test_exampleip.txt
                                    test_ipdoctest.py
                                    test_refs.py
                                __init__.py
                                decorators.py
                                globalipapp.py
                                ipunittest.py
                                skipdoctest.py
                                tools.py
                            utils/
                                __init__.py
                                _process_cli.py
                                _process_common.py
                                _process_emscripten.py
                                _process_posix.py
                                _process_win32.py
                                _process_win32_controller.py
                                _sysinfo.py
                                capture.py
                                coloransi.py
                                contexts.py
                                data.py
                                decorators.py
                                dir2.py
                                docs.py
                                encoding.py
                                eventful.py
                                frame.py
                                generics.py
                                importstring.py
                                io.py
                                ipstruct.py
                                jsonutil.py
                                log.py
                                module_paths.py
                                openpy.py
                                path.py
                                process.py
                                py3compat.py
                                PyColorize.py
                                sentinel.py
                                strdispatch.py
                                sysinfo.py
                                syspathcontext.py
                                tempdir.py
                                terminal.py
                                text.py
                                timing.py
                                tokenutil.py
                                wildcard.py
                            __init__.py
                            __main__.py
                            display.py
                            paths.py
                            py.typed
                        ipython-9.4.0.dist-info/
                            licenses/
                                COPYING.rst
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        ipython_pygments_lexers-1.1.1.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jedi/
                            api/
                                refactoring/
                                    __init__.py
                                    extract.py
                                __init__.py
                                classes.py
                                completion.py
                                completion_cache.py
                                environment.py
                                errors.py
                                exceptions.py
                                file_name.py
                                helpers.py
                                interpreter.py
                                keywords.py
                                project.py
                                replstartup.py
                                strings.py
                            inference/
                                compiled/
                                    subprocess/
                                        __init__.py
                                        __main__.py
                                        functions.py
                                    __init__.py
                                    access.py
                                    getattr_static.py
                                    mixed.py
                                    value.py
                                gradual/
                                    __init__.py
                                    annotation.py
                                    base.py
                                    conversion.py
                                    generics.py
                                    stub_value.py
                                    type_var.py
                                    typeshed.py
                                    typing.py
                                    utils.py
                                value/
                                    __init__.py
                                    decorator.py
                                    dynamic_arrays.py
                                    function.py
                                    instance.py
                                    iterable.py
                                    klass.py
                                    module.py
                                    namespace.py
                                __init__.py
                                analysis.py
                                arguments.py
                                base_value.py
                                cache.py
                                context.py
                                docstring_utils.py
                                docstrings.py
                                dynamic_params.py
                                filters.py
                                finder.py
                                flow_analysis.py
                                helpers.py
                                imports.py
                                lazy_value.py
                                names.py
                                param.py
                                parser_cache.py
                                recursion.py
                                references.py
                                signature.py
                                star_args.py
                                syntax_tree.py
                                sys_path.py
                                utils.py
                            plugins/
                                __init__.py
                                django.py
                                flask.py
                                pytest.py
                                registry.py
                                stdlib.py
                            third_party/
                                django-stubs/
                                    django-stubs/
                                        apps/
                                            __init__.pyi
                                            config.pyi
                                            registry.pyi
                                        conf/
                                            locale/
                                                __init__.pyi
                                            urls/
                                                __init__.pyi
                                                i18n.pyi
                                                static.pyi
                                            __init__.pyi
                                            global_settings.pyi
                                        contrib/
                                            admin/
                                                templatetags/
                                                    __init__.pyi
                                                    admin_list.pyi
                                                    admin_modify.pyi
                                                    admin_static.pyi
                                                    admin_urls.pyi
                                                    base.pyi
                                                    log.pyi
                                                views/
                                                    __init__.pyi
                                                    autocomplete.pyi
                                                    decorators.pyi
                                                    main.pyi
                                                __init__.pyi
                                                actions.pyi
                                                apps.pyi
                                                checks.pyi
                                                decorators.pyi
                                                filters.pyi
                                                forms.pyi
                                                helpers.pyi
                                                models.pyi
                                                options.pyi
                                                sites.pyi
                                                tests.pyi
                                                utils.pyi
                                                widgets.pyi
                                            admindocs/
                                                __init__.pyi
                                                middleware.pyi
                                                urls.pyi
                                                utils.pyi
                                                views.pyi
                                            auth/
                                                handlers/
                                                    __init__.pyi
                                                    modwsgi.pyi
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        changepassword.pyi
                                                        createsuperuser.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                admin.pyi
                                                apps.pyi
                                                backends.pyi
                                                base_user.pyi
                                                checks.pyi
                                                context_processors.pyi
                                                decorators.pyi
                                                forms.pyi
                                                hashers.pyi
                                                middleware.pyi
                                                mixins.pyi
                                                models.pyi
                                                password_validation.pyi
                                                signals.pyi
                                                tokens.pyi
                                                urls.pyi
                                                validators.pyi
                                                views.pyi
                                            contenttypes/
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        remove_stale_contenttypes.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                admin.pyi
                                                apps.pyi
                                                checks.pyi
                                                fields.pyi
                                                forms.pyi
                                                models.pyi
                                                views.pyi
                                            flatpages/
                                                templatetags/
                                                    __init__.pyi
                                                    flatpages.pyi
                                                __init__.pyi
                                                forms.pyi
                                                middleware.pyi
                                                models.pyi
                                                sitemaps.pyi
                                                urls.pyi
                                                views.pyi
                                            gis/
                                                db/
                                                    models/
                                                        __init__.pyi
                                                        fields.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                            humanize/
                                                templatetags/
                                                    __init__.pyi
                                                    humanize.pyi
                                                __init__.pyi
                                            messages/
                                                storage/
                                                    __init__.pyi
                                                    base.pyi
                                                    cookie.pyi
                                                    fallback.pyi
                                                    session.pyi
                                                __init__.pyi
                                                api.pyi
                                                constants.pyi
                                                context_processors.pyi
                                                middleware.pyi
                                                utils.pyi
                                                views.pyi
                                            postgres/
                                                aggregates/
                                                    __init__.pyi
                                                    general.pyi
                                                    mixins.pyi
                                                    statistics.pyi
                                                fields/
                                                    __init__.pyi
                                                    array.pyi
                                                    citext.pyi
                                                    hstore.pyi
                                                    jsonb.pyi
                                                    mixins.pyi
                                                    ranges.pyi
                                                __init__.pyi
                                                constraints.pyi
                                                functions.pyi
                                                indexes.pyi
                                                lookups.pyi
                                                operations.pyi
                                                search.pyi
                                                signals.pyi
                                                validators.pyi
                                            redirects/
                                                __init__.pyi
                                                middleware.pyi
                                                models.pyi
                                            sessions/
                                                backends/
                                                    __init__.pyi
                                                    base.pyi
                                                    cache.pyi
                                                    cached_db.pyi
                                                    db.pyi
                                                    file.pyi
                                                    signed_cookies.pyi
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        clearsessions.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                base_session.pyi
                                                exceptions.pyi
                                                middleware.pyi
                                                models.pyi
                                                serializers.pyi
                                            sitemaps/
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        ping_google.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                views.pyi
                                            sites/
                                                __init__.pyi
                                                apps.pyi
                                                management.pyi
                                                managers.pyi
                                                middleware.pyi
                                                models.pyi
                                                requests.pyi
                                                shortcuts.pyi
                                            staticfiles/
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        collectstatic.pyi
                                                        findstatic.pyi
                                                        runserver.pyi
                                                    __init__.pyi
                                                templatetags/
                                                    __init__.pyi
                                                    staticfiles.pyi
                                                __init__.pyi
                                                apps.pyi
                                                checks.pyi
                                                finders.pyi
                                                handlers.pyi
                                                storage.pyi
                                                testing.pyi
                                                urls.pyi
                                                utils.pyi
                                                views.pyi
                                            syndication/
                                                __init__.pyi
                                                views.pyi
                                            __init__.pyi
                                        core/
                                            cache/
                                                backends/
                                                    __init__.pyi
                                                    base.pyi
                                                    db.pyi
                                                    dummy.pyi
                                                    filebased.pyi
                                                    locmem.pyi
                                                    memcached.pyi
                                                __init__.pyi
                                                utils.pyi
                                            checks/
                                                security/
                                                    __init__.pyi
                                                    base.pyi
                                                    csrf.pyi
                                                    sessions.pyi
                                                __init__.pyi
                                                caches.pyi
                                                database.pyi
                                                messages.pyi
                                                model_checks.pyi
                                                registry.pyi
                                                templates.pyi
                                                translation.pyi
                                                urls.pyi
                                            files/
                                                __init__.pyi
                                                base.pyi
                                                images.pyi
                                                locks.pyi
                                                move.pyi
                                                storage.pyi
                                                temp.pyi
                                                uploadedfile.pyi
                                                uploadhandler.pyi
                                                utils.pyi
                                            handlers/
                                                __init__.pyi
                                                base.pyi
                                                exception.pyi
                                                wsgi.pyi
                                            mail/
                                                backends/
                                                    __init__.pyi
                                                    base.pyi
                                                    console.pyi
                                                    dummy.pyi
                                                    filebased.pyi
                                                    locmem.pyi
                                                    smtp.pyi
                                                __init__.pyi
                                                message.pyi
                                                utils.pyi
                                            management/
                                                commands/
                                                    __init__.pyi
                                                    dumpdata.pyi
                                                    loaddata.pyi
                                                    makemessages.pyi
                                                    runserver.pyi
                                                    testserver.pyi
                                                __init__.pyi
                                                base.pyi
                                                color.pyi
                                                sql.pyi
                                                templates.pyi
                                                utils.pyi
                                            serializers/
                                                __init__.pyi
                                                base.pyi
                                                json.pyi
                                                python.pyi
                                            servers/
                                                __init__.pyi
                                                basehttp.pyi
                                            __init__.pyi
                                            exceptions.pyi
                                            paginator.pyi
                                            signals.pyi
                                            signing.pyi
                                            validators.pyi
                                            wsgi.pyi
                                        db/
                                            backends/
                                                base/
                                                    __init__.pyi
                                                    base.pyi
                                                    client.pyi
                                                    creation.pyi
                                                    features.pyi
                                                    introspection.pyi
                                                    operations.pyi
                                                    schema.pyi
                                                    validation.pyi
                                                dummy/
                                                    __init__.pyi
                                                    base.pyi
                                                mysql/
                                                    __init__.pyi
                                                    client.pyi
                                                postgresql/
                                                    __init__.pyi
                                                    base.pyi
                                                    client.pyi
                                                    creation.pyi
                                                    operations.pyi
                                                sqlite3/
                                                    __init__.pyi
                                                    base.pyi
                                                    creation.pyi
                                                    features.pyi
                                                    introspection.pyi
                                                    operations.pyi
                                                    schema.pyi
                                                __init__.pyi
                                                ddl_references.pyi
                                                signals.pyi
                                                utils.pyi
                                            migrations/
                                                operations/
                                                    __init__.pyi
                                                    base.pyi
                                                    fields.pyi
                                                    models.pyi
                                                    special.pyi
                                                    utils.pyi
                                                __init__.pyi
                                                autodetector.pyi
                                                exceptions.pyi
                                                executor.pyi
                                                graph.pyi
                                                loader.pyi
                                                migration.pyi
                                                optimizer.pyi
                                                questioner.pyi
                                                recorder.pyi
                                                serializer.pyi
                                                state.pyi
                                                topological_sort.pyi
                                                utils.pyi
                                                writer.pyi
                                            models/
                                                fields/
                                                    __init__.pyi
                                                    files.pyi
                                                    mixins.pyi
                                                    proxy.pyi
                                                    related.pyi
                                                    related_descriptors.pyi
                                                    related_lookups.pyi
                                                    reverse_related.pyi
                                                functions/
                                                    __init__.pyi
                                                    comparison.pyi
                                                    datetime.pyi
                                                    math.pyi
                                                    mixins.pyi
                                                    text.pyi
                                                    window.pyi
                                                sql/
                                                    __init__.pyi
                                                    compiler.pyi
                                                    constants.pyi
                                                    datastructures.pyi
                                                    query.pyi
                                                    subqueries.pyi
                                                    where.pyi
                                                __init__.pyi
                                                aggregates.pyi
                                                base.pyi
                                                constraints.pyi
                                                deletion.pyi
                                                enums.pyi
                                                expressions.pyi
                                                indexes.pyi
                                                lookups.pyi
                                                manager.pyi
                                                options.pyi
                                                query.pyi
                                                query_utils.pyi
                                                signals.pyi
                                                utils.pyi
                                            __init__.pyi
                                            transaction.pyi
                                            utils.pyi
                                        dispatch/
                                            __init__.pyi
                                            dispatcher.pyi
                                        forms/
                                            __init__.pyi
                                            boundfield.pyi
                                            fields.pyi
                                            forms.pyi
                                            formsets.pyi
                                            models.pyi
                                            renderers.pyi
                                            utils.pyi
                                            widgets.pyi
                                        http/
                                            __init__.pyi
                                            cookie.pyi
                                            multipartparser.pyi
                                            request.pyi
                                            response.pyi
                                        middleware/
                                            __init__.pyi
                                            cache.pyi
                                            clickjacking.pyi
                                            common.pyi
                                            csrf.pyi
                                            gzip.pyi
                                            http.pyi
                                            locale.pyi
                                            security.pyi
                                        template/
                                            backends/
                                                __init__.pyi
                                                base.pyi
                                                django.pyi
                                                dummy.pyi
                                                jinja2.pyi
                                                utils.pyi
                                            loaders/
                                                __init__.pyi
                                                app_directories.pyi
                                                base.pyi
                                                cached.pyi
                                                filesystem.pyi
                                                locmem.pyi
                                            __init__.pyi
                                            base.pyi
                                            context.pyi
                                            context_processors.pyi
                                            defaultfilters.pyi
                                            defaulttags.pyi
                                            engine.pyi
                                            exceptions.pyi
                                            library.pyi
                                            loader.pyi
                                            loader_tags.pyi
                                            response.pyi
                                            smartif.pyi
                                            utils.pyi
                                        templatetags/
                                            __init__.pyi
                                            cache.pyi
                                            i18n.pyi
                                            l10n.pyi
                                            static.pyi
                                            tz.pyi
                                        test/
                                            __init__.pyi
                                            client.pyi
                                            html.pyi
                                            runner.pyi
                                            selenium.pyi
                                            signals.pyi
                                            testcases.pyi
                                            utils.pyi
                                        urls/
                                            __init__.pyi
                                            base.pyi
                                            conf.pyi
                                            converters.pyi
                                            exceptions.pyi
                                            resolvers.pyi
                                            utils.pyi
                                        utils/
                                            translation/
                                                __init__.pyi
                                                reloader.pyi
                                                template.pyi
                                                trans_null.pyi
                                                trans_real.pyi
                                            __init__.pyi
                                            _os.pyi
                                            archive.pyi
                                            autoreload.pyi
                                            baseconv.pyi
                                            cache.pyi
                                            crypto.pyi
                                            datastructures.pyi
                                            dateformat.pyi
                                            dateparse.pyi
                                            dates.pyi
                                            datetime_safe.pyi
                                            deconstruct.pyi
                                            decorators.pyi
                                            deprecation.pyi
                                            duration.pyi
                                            encoding.pyi
                                            feedgenerator.pyi
                                            formats.pyi
                                            functional.pyi
                                            hashable.pyi
                                            html.pyi
                                            http.pyi
                                            inspect.pyi
                                            ipv6.pyi
                                            itercompat.pyi
                                            jslex.pyi
                                            log.pyi
                                            lorem_ipsum.pyi
                                            module_loading.pyi
                                            numberformat.pyi
                                            regex_helper.pyi
                                            safestring.pyi
                                            six.pyi
                                            termcolors.pyi
                                            text.pyi
                                            timesince.pyi
                                            timezone.pyi
                                            topological_sort.pyi
                                            tree.pyi
                                            version.pyi
                                            xmlutils.pyi
                                        views/
                                            decorators/
                                                __init__.pyi
                                                cache.pyi
                                                clickjacking.pyi
                                                csrf.pyi
                                                debug.pyi
                                                gzip.pyi
                                                http.pyi
                                                vary.pyi
                                            generic/
                                                __init__.pyi
                                                base.pyi
                                                dates.pyi
                                                detail.pyi
                                                edit.pyi
                                                list.pyi
                                            __init__.pyi
                                            csrf.pyi
                                            debug.pyi
                                            defaults.pyi
                                            i18n.pyi
                                            static.pyi
                                        __init__.pyi
                                        shortcuts.pyi
                                    LICENSE.txt
                                typeshed/
                                    stdlib/
                                        2/
                                            distutils/
                                                command/
                                                    __init__.pyi
                                                    bdist.pyi
                                                    bdist_dumb.pyi
                                                    bdist_msi.pyi
                                                    bdist_packager.pyi
                                                    bdist_rpm.pyi
                                                    bdist_wininst.pyi
                                                    build.pyi
                                                    build_clib.pyi
                                                    build_ext.pyi
                                                    build_py.pyi
                                                    build_scripts.pyi
                                                    check.pyi
                                                    clean.pyi
                                                    config.pyi
                                                    install.pyi
                                                    install_data.pyi
                                                    install_egg_info.pyi
                                                    install_headers.pyi
                                                    install_lib.pyi
                                                    install_scripts.pyi
                                                    register.pyi
                                                    sdist.pyi
                                                    upload.pyi
                                                __init__.pyi
                                                archive_util.pyi
                                                bcppcompiler.pyi
                                                ccompiler.pyi
                                                cmd.pyi
                                                config.pyi
                                                core.pyi
                                                cygwinccompiler.pyi
                                                debug.pyi
                                                dep_util.pyi
                                                dir_util.pyi
                                                dist.pyi
                                                emxccompiler.pyi
                                                errors.pyi
                                                extension.pyi
                                                fancy_getopt.pyi
                                                file_util.pyi
                                                filelist.pyi
                                                log.pyi
                                                msvccompiler.pyi
                                                spawn.pyi
                                                sysconfig.pyi
                                                text_file.pyi
                                                unixccompiler.pyi
                                                util.pyi
                                                version.pyi
                                            email/
                                                mime/
                                                    __init__.pyi
                                                    application.pyi
                                                    audio.pyi
                                                    base.pyi
                                                    image.pyi
                                                    message.pyi
                                                    multipart.pyi
                                                    nonmultipart.pyi
                                                    text.pyi
                                                __init__.pyi
                                                _parseaddr.pyi
                                                base64mime.pyi
                                                charset.pyi
                                                encoders.pyi
                                                feedparser.pyi
                                                generator.pyi
                                                header.pyi
                                                iterators.pyi
                                                message.pyi
                                                MIMEText.pyi
                                                parser.pyi
                                                quoprimime.pyi
                                                utils.pyi
                                            encodings/
                                                __init__.pyi
                                                utf_8.pyi
                                            multiprocessing/
                                                dummy/
                                                    __init__.pyi
                                                    connection.pyi
                                                __init__.pyi
                                                pool.pyi
                                                process.pyi
                                                util.pyi
                                            os/
                                                __init__.pyi
                                                path.pyi
                                            __builtin__.pyi
                                            _ast.pyi
                                            _collections.pyi
                                            _functools.pyi
                                            _hotshot.pyi
                                            _io.pyi
                                            _json.pyi
                                            _md5.pyi
                                            _sha.pyi
                                            _sha256.pyi
                                            _sha512.pyi
                                            _socket.pyi
                                            _sre.pyi
                                            _struct.pyi
                                            _symtable.pyi
                                            _threading_local.pyi
                                            _winreg.pyi
                                            abc.pyi
                                            ast.pyi
                                            atexit.pyi
                                            BaseHTTPServer.pyi
                                            builtins.pyi
                                            CGIHTTPServer.pyi
                                            collections.pyi
                                            commands.pyi
                                            compileall.pyi
                                            ConfigParser.pyi
                                            Cookie.pyi
                                            cookielib.pyi
                                            copy_reg.pyi
                                            cPickle.pyi
                                            cStringIO.pyi
                                            dircache.pyi
                                            dummy_thread.pyi
                                            exceptions.pyi
                                            fcntl.pyi
                                            fnmatch.pyi
                                            functools.pyi
                                            future_builtins.pyi
                                            gc.pyi
                                            getopt.pyi
                                            getpass.pyi
                                            gettext.pyi
                                            glob.pyi
                                            gzip.pyi
                                            hashlib.pyi
                                            heapq.pyi
                                            htmlentitydefs.pyi
                                            HTMLParser.pyi
                                            httplib.pyi
                                            imp.pyi
                                            importlib.pyi
                                            inspect.pyi
                                            io.pyi
                                            itertools.pyi
                                            json.pyi
                                            markupbase.pyi
                                            md5.pyi
                                            mimetools.pyi
                                            mutex.pyi
                                            ntpath.pyi
                                            nturl2path.pyi
                                            os2emxpath.pyi
                                            pipes.pyi
                                            platform.pyi
                                            popen2.pyi
                                            posix.pyi
                                            posixpath.pyi
                                            Queue.pyi
                                            random.pyi
                                            re.pyi
                                            repr.pyi
                                            resource.pyi
                                            rfc822.pyi
                                            robotparser.pyi
                                            runpy.pyi
                                            sets.pyi
                                            sha.pyi
                                            shelve.pyi
                                            shlex.pyi
                                            signal.pyi
                                            SimpleHTTPServer.pyi
                                            smtplib.pyi
                                            SocketServer.pyi
                                            spwd.pyi
                                            sre_constants.pyi
                                            sre_parse.pyi
                                            stat.pyi
                                            string.pyi
                                            StringIO.pyi
                                            stringold.pyi
                                            strop.pyi
                                            subprocess.pyi
                                            symbol.pyi
                                            sys.pyi
                                            tempfile.pyi
                                            textwrap.pyi
                                            thread.pyi
                                            toaiff.pyi
                                            tokenize.pyi
                                            types.pyi
                                            typing.pyi
                                            unittest.pyi
                                            urllib.pyi
                                            urllib2.pyi
                                            urlparse.pyi
                                            user.pyi
                                            UserDict.pyi
                                            UserList.pyi
                                            UserString.pyi
                                            whichdb.pyi
                                            xmlrpclib.pyi
                                        2and3/
                                            _typeshed/
                                                __init__.pyi
                                                wsgi.pyi
                                                xml.pyi
                                            ctypes/
                                                __init__.pyi
                                                util.pyi
                                                wintypes.pyi
                                            curses/
                                                __init__.pyi
                                                ascii.pyi
                                                panel.pyi
                                                textpad.pyi
                                            ensurepip/
                                                __init__.pyi
                                            lib2to3/
                                                pgen2/
                                                    __init__.pyi
                                                    driver.pyi
                                                    grammar.pyi
                                                    literals.pyi
                                                    parse.pyi
                                                    pgen.pyi
                                                    token.pyi
                                                    tokenize.pyi
                                                __init__.pyi
                                                pygram.pyi
                                                pytree.pyi
                                            logging/
                                                __init__.pyi
                                                config.pyi
                                                handlers.pyi
                                            msilib/
                                                __init__.pyi
                                                schema.pyi
                                                sequence.pyi
                                                text.pyi
                                            pydoc_data/
                                                __init__.pyi
                                                topics.pyi
                                            pyexpat/
                                                __init__.pyi
                                                errors.pyi
                                                model.pyi
                                            sqlite3/
                                                __init__.pyi
                                                dbapi2.pyi
                                            wsgiref/
                                                __init__.pyi
                                                handlers.pyi
                                                headers.pyi
                                                simple_server.pyi
                                                types.pyi
                                                util.pyi
                                                validate.pyi
                                            xml/
                                                dom/
                                                    __init__.pyi
                                                    domreg.pyi
                                                    expatbuilder.pyi
                                                    minicompat.pyi
                                                    minidom.pyi
                                                    NodeFilter.pyi
                                                    pulldom.pyi
                                                    xmlbuilder.pyi
                                                etree/
                                                    __init__.pyi
                                                    cElementTree.pyi
                                                    ElementInclude.pyi
                                                    ElementPath.pyi
                                                    ElementTree.pyi
                                                parsers/
                                                    expat/
                                                        __init__.pyi
                                                        errors.pyi
                                                        model.pyi
                                                    __init__.pyi
                                                sax/
                                                    __init__.pyi
                                                    handler.pyi
                                                    saxutils.pyi
                                                    xmlreader.pyi
                                                __init__.pyi
                                            __future__.pyi
                                            _bisect.pyi
                                            _codecs.pyi
                                            _csv.pyi
                                            _curses.pyi
                                            _dummy_threading.pyi
                                            _heapq.pyi
                                            _msi.pyi
                                            _random.pyi
                                            _warnings.pyi
                                            _weakref.pyi
                                            _weakrefset.pyi
                                            aifc.pyi
                                            antigravity.pyi
                                            argparse.pyi
                                            array.pyi
                                            asynchat.pyi
                                            asyncore.pyi
                                            audioop.pyi
                                            base64.pyi
                                            bdb.pyi
                                            binascii.pyi
                                            binhex.pyi
                                            bisect.pyi
                                            bz2.pyi
                                            calendar.pyi
                                            cgi.pyi
                                            cgitb.pyi
                                            chunk.pyi
                                            cmath.pyi
                                            cmd.pyi
                                            code.pyi
                                            codecs.pyi
                                            codeop.pyi
                                            colorsys.pyi
                                            contextlib.pyi
                                            copy.pyi
                                            cProfile.pyi
                                            crypt.pyi
                                            csv.pyi
                                            datetime.pyi
                                            decimal.pyi
                                            difflib.pyi
                                            dis.pyi
                                            doctest.pyi
                                            dummy_threading.pyi
                                            errno.pyi
                                            filecmp.pyi
                                            fileinput.pyi
                                            formatter.pyi
                                            fractions.pyi
                                            ftplib.pyi
                                            genericpath.pyi
                                            grp.pyi
                                            hmac.pyi
                                            imaplib.pyi
                                            imghdr.pyi
                                            keyword.pyi
                                            linecache.pyi
                                            locale.pyi
                                            macpath.pyi
                                            mailbox.pyi
                                            mailcap.pyi
                                            marshal.pyi
                                            math.pyi
                                            mimetypes.pyi
                                            mmap.pyi
                                            modulefinder.pyi
                                            msvcrt.pyi
                                            netrc.pyi
                                            nis.pyi
                                            numbers.pyi
                                            opcode.pyi
                                            operator.pyi
                                            optparse.pyi
                                            parser.pyi
                                            pdb.pyi
                                            pickle.pyi
                                            pickletools.pyi
                                            pkgutil.pyi
                                            plistlib.pyi
                                            poplib.pyi
                                            pprint.pyi
                                            profile.pyi
                                            pstats.pyi
                                            pty.pyi
                                            pwd.pyi
                                            py_compile.pyi
                                            pyclbr.pyi
                                            pydoc.pyi
                                            quopri.pyi
                                            readline.pyi
                                            rlcompleter.pyi
                                            sched.pyi
                                            select.pyi
                                            shutil.pyi
                                            site.pyi
                                            smtpd.pyi
                                            sndhdr.pyi
                                            socket.pyi
                                            sre_compile.pyi
                                            ssl.pyi
                                            stringprep.pyi
                                            struct.pyi
                                            sunau.pyi
                                            symtable.pyi
                                            sysconfig.pyi
                                            syslog.pyi
                                            tabnanny.pyi
                                            tarfile.pyi
                                            telnetlib.pyi
                                            termios.pyi
                                            this.pyi
                                            threading.pyi
                                            time.pyi
                                            timeit.pyi
                                            token.pyi
                                            trace.pyi
                                            traceback.pyi
                                            tty.pyi
                                            turtle.pyi
                                            unicodedata.pyi
                                            uu.pyi
                                            uuid.pyi
                                            warnings.pyi
                                            wave.pyi
                                            weakref.pyi
                                            webbrowser.pyi
                                            winsound.pyi
                                            xdrlib.pyi
                                            zipfile.pyi
                                            zipimport.pyi
                                            zlib.pyi
                                        3/
                                            asyncio/
                                                __init__.pyi
                                                base_events.pyi
                                                base_futures.pyi
                                                base_subprocess.pyi
                                                base_tasks.pyi
                                                compat.pyi
                                                constants.pyi
                                                coroutines.pyi
                                                events.pyi
                                                exceptions.pyi
                                                format_helpers.pyi
                                                futures.pyi
                                                locks.pyi
                                                log.pyi
                                                proactor_events.pyi
                                                protocols.pyi
                                                queues.pyi
                                                runners.pyi
                                                selector_events.pyi
                                                sslproto.pyi
                                                staggered.pyi
                                                streams.pyi
                                                subprocess.pyi
                                                tasks.pyi
                                                threads.pyi
                                                transports.pyi
                                                trsock.pyi
                                                unix_events.pyi
                                                windows_events.pyi
                                                windows_utils.pyi
                                            collections/
                                                __init__.pyi
                                                abc.pyi
                                            concurrent/
                                                futures/
                                                    __init__.pyi
                                                    _base.pyi
                                                    process.pyi
                                                    thread.pyi
                                                __init__.pyi
                                            dbm/
                                                __init__.pyi
                                                dumb.pyi
                                                gnu.pyi
                                                ndbm.pyi
                                            distutils/
                                                command/
                                                    __init__.pyi
                                                    bdist.pyi
                                                    bdist_dumb.pyi
                                                    bdist_msi.pyi
                                                    bdist_packager.pyi
                                                    bdist_rpm.pyi
                                                    bdist_wininst.pyi
                                                    build.pyi
                                                    build_clib.pyi
                                                    build_ext.pyi
                                                    build_py.pyi
                                                    build_scripts.pyi
                                                    check.pyi
                                                    clean.pyi
                                                    config.pyi
                                                    install.pyi
                                                    install_data.pyi
                                                    install_egg_info.pyi
                                                    install_headers.pyi
                                                    install_lib.pyi
                                                    install_scripts.pyi
                                                    register.pyi
                                                    sdist.pyi
                                                    upload.pyi
                                                __init__.pyi
                                                archive_util.pyi
                                                bcppcompiler.pyi
                                                ccompiler.pyi
                                                cmd.pyi
                                                config.pyi
                                                core.pyi
                                                cygwinccompiler.pyi
                                                debug.pyi
                                                dep_util.pyi
                                                dir_util.pyi
                                                dist.pyi
                                                errors.pyi
                                                extension.pyi
                                                fancy_getopt.pyi
                                                file_util.pyi
                                                filelist.pyi
                                                log.pyi
                                                msvccompiler.pyi
                                                spawn.pyi
                                                sysconfig.pyi
                                                text_file.pyi
                                                unixccompiler.pyi
                                                util.pyi
                                                version.pyi
                                            email/
                                                mime/
                                                    __init__.pyi
                                                    application.pyi
                                                    audio.pyi
                                                    base.pyi
                                                    image.pyi
                                                    message.pyi
                                                    multipart.pyi
                                                    nonmultipart.pyi
                                                    text.pyi
                                                __init__.pyi
                                                charset.pyi
                                                contentmanager.pyi
                                                encoders.pyi
                                                errors.pyi
                                                feedparser.pyi
                                                generator.pyi
                                                header.pyi
                                                headerregistry.pyi
                                                iterators.pyi
                                                message.pyi
                                                parser.pyi
                                                policy.pyi
                                                utils.pyi
                                            encodings/
                                                __init__.pyi
                                                utf_8.pyi
                                            html/
                                                __init__.pyi
                                                entities.pyi
                                                parser.pyi
                                            http/
                                                __init__.pyi
                                                client.pyi
                                                cookiejar.pyi
                                                cookies.pyi
                                                server.pyi
                                            importlib/
                                                __init__.pyi
                                                abc.pyi
                                                machinery.pyi
                                                metadata.pyi
                                                resources.pyi
                                                util.pyi
                                            json/
                                                __init__.pyi
                                                decoder.pyi
                                                encoder.pyi
                                                tool.pyi
                                            multiprocessing/
                                                dummy/
                                                    __init__.pyi
                                                    connection.pyi
                                                __init__.pyi
                                                connection.pyi
                                                context.pyi
                                                managers.pyi
                                                pool.pyi
                                                process.pyi
                                                queues.pyi
                                                shared_memory.pyi
                                                sharedctypes.pyi
                                                spawn.pyi
                                                synchronize.pyi
                                            os/
                                                __init__.pyi
                                                path.pyi
                                            tkinter/
                                                __init__.pyi
                                                commondialog.pyi
                                                constants.pyi
                                                dialog.pyi
                                                filedialog.pyi
                                                font.pyi
                                                messagebox.pyi
                                                ttk.pyi
                                            unittest/
                                                __init__.pyi
                                                async_case.pyi
                                                case.pyi
                                                loader.pyi
                                                main.pyi
                                                mock.pyi
                                                result.pyi
                                                runner.pyi
                                                signals.pyi
                                                suite.pyi
                                                util.pyi
                                            urllib/
                                                __init__.pyi
                                                error.pyi
                                                parse.pyi
                                                request.pyi
                                                response.pyi
                                                robotparser.pyi
                                            venv/
                                                __init__.pyi
                                            xmlrpc/
                                                __init__.pyi
                                                client.pyi
                                                server.pyi
                                            _ast.pyi
                                            _bootlocale.pyi
                                            _compat_pickle.pyi
                                            _compression.pyi
                                            _decimal.pyi
                                            _dummy_thread.pyi
                                            _imp.pyi
                                            _importlib_modulespec.pyi
                                            _json.pyi
                                            _markupbase.pyi
                                            _operator.pyi
                                            _osx_support.pyi
                                            _posixsubprocess.pyi
                                            _pydecimal.pyi
                                            _sitebuiltins.pyi
                                            _stat.pyi
                                            _thread.pyi
                                            _threading_local.pyi
                                            _tkinter.pyi
                                            _tracemalloc.pyi
                                            _winapi.pyi
                                            abc.pyi
                                            ast.pyi
                                            atexit.pyi
                                            builtins.pyi
                                            compileall.pyi
                                            configparser.pyi
                                            copyreg.pyi
                                            enum.pyi
                                            faulthandler.pyi
                                            fcntl.pyi
                                            fnmatch.pyi
                                            functools.pyi
                                            gc.pyi
                                            getopt.pyi
                                            getpass.pyi
                                            gettext.pyi
                                            glob.pyi
                                            gzip.pyi
                                            hashlib.pyi
                                            heapq.pyi
                                            imp.pyi
                                            inspect.pyi
                                            io.pyi
                                            ipaddress.pyi
                                            itertools.pyi
                                            lzma.pyi
                                            macurl2path.pyi
                                            nntplib.pyi
                                            ntpath.pyi
                                            nturl2path.pyi
                                            pathlib.pyi
                                            pipes.pyi
                                            platform.pyi
                                            posix.pyi
                                            posixpath.pyi
                                            queue.pyi
                                            random.pyi
                                            re.pyi
                                            reprlib.pyi
                                            resource.pyi
                                            runpy.pyi
                                            secrets.pyi
                                            selectors.pyi
                                            shelve.pyi
                                            shlex.pyi
                                            signal.pyi
                                            smtplib.pyi
                                            socketserver.pyi
                                            spwd.pyi
                                            sre_constants.pyi
                                            sre_parse.pyi
                                            stat.pyi
                                            statistics.pyi
                                            string.pyi
                                            subprocess.pyi
                                            symbol.pyi
                                            sys.pyi
                                            tempfile.pyi
                                            textwrap.pyi
                                            tokenize.pyi
                                            tracemalloc.pyi
                                            types.pyi
                                            typing.pyi
                                            winreg.pyi
                                            xxlimited.pyi
                                            zipapp.pyi
                                        3.7/
                                            _py_abc.pyi
                                            contextvars.pyi
                                            dataclasses.pyi
                                        3.9/
                                            zoneinfo/
                                                __init__.pyi
                                            graphlib.pyi
                                    third_party/
                                        2/
                                            concurrent/
                                                futures/
                                                    __init__.pyi
                                                    _base.pyi
                                                    process.pyi
                                                    thread.pyi
                                                __init__.pyi
                                            fb303/
                                                __init__.pyi
                                                FacebookService.pyi
                                            kazoo/
                                                recipe/
                                                    __init__.pyi
                                                    watchers.pyi
                                                __init__.pyi
                                                client.pyi
                                                exceptions.pyi
                                            OpenSSL/
                                                __init__.pyi
                                                crypto.pyi
                                            routes/
                                                __init__.pyi
                                                mapper.pyi
                                                util.pyi
                                            scribe/
                                                __init__.pyi
                                                scribe.pyi
                                                ttypes.pyi
                                            six/
                                                moves/
                                                    urllib/
                                                        __init__.pyi
                                                        error.pyi
                                                        parse.pyi
                                                        request.pyi
                                                        response.pyi
                                                        robotparser.pyi
                                                    __init__.pyi
                                                    _dummy_thread.pyi
                                                    _thread.pyi
                                                    BaseHTTPServer.pyi
                                                    CGIHTTPServer.pyi
                                                    collections_abc.pyi
                                                    configparser.pyi
                                                    cPickle.pyi
                                                    email_mime_base.pyi
                                                    email_mime_multipart.pyi
                                                    email_mime_nonmultipart.pyi
                                                    email_mime_text.pyi
                                                    html_entities.pyi
                                                    html_parser.pyi
                                                    http_client.pyi
                                                    http_cookiejar.pyi
                                                    http_cookies.pyi
                                                    queue.pyi
                                                    reprlib.pyi
                                                    SimpleHTTPServer.pyi
                                                    socketserver.pyi
                                                    urllib_error.pyi
                                                    urllib_parse.pyi
                                                    urllib_request.pyi
                                                    urllib_response.pyi
                                                    urllib_robotparser.pyi
                                                    xmlrpc_client.pyi
                                                __init__.pyi
                                            tornado/
                                                __init__.pyi
                                                concurrent.pyi
                                                gen.pyi
                                                httpclient.pyi
                                                httpserver.pyi
                                                httputil.pyi
                                                ioloop.pyi
                                                locks.pyi
                                                netutil.pyi
                                                process.pyi
                                                tcpserver.pyi
                                                testing.pyi
                                                util.pyi
                                                web.pyi
                                            enum.pyi
                                            ipaddress.pyi
                                            pathlib2.pyi
                                            pymssql.pyi
                                        2and3/
                                            atomicwrites/
                                                __init__.pyi
                                            attr/
                                                __init__.pyi
                                                _version_info.pyi
                                                converters.pyi
                                                exceptions.pyi
                                                filters.pyi
                                                validators.pyi
                                            backports/
                                                __init__.pyi
                                                ssl_match_hostname.pyi
                                            bleach/
                                                __init__.pyi
                                                callbacks.pyi
                                                linkifier.pyi
                                                sanitizer.pyi
                                                utils.pyi
                                            boto/
                                                ec2/
                                                    __init__.pyi
                                                elb/
                                                    __init__.pyi
                                                kms/
                                                    __init__.pyi
                                                    exceptions.pyi
                                                    layer1.pyi
                                                s3/
                                                    __init__.pyi
                                                    acl.pyi
                                                    bucket.pyi
                                                    bucketlistresultset.pyi
                                                    bucketlogging.pyi
                                                    connection.pyi
                                                    cors.pyi
                                                    deletemarker.pyi
                                                    key.pyi
                                                    keyfile.pyi
                                                    lifecycle.pyi
                                                    multidelete.pyi
                                                    multipart.pyi
                                                    prefix.pyi
                                                    tagging.pyi
                                                    user.pyi
                                                    website.pyi
                                                __init__.pyi
                                                auth.pyi
                                                auth_handler.pyi
                                                compat.pyi
                                                connection.pyi
                                                exception.pyi
                                                plugin.pyi
                                                regioninfo.pyi
                                                utils.pyi
                                            cachetools/
                                                __init__.pyi
                                                abc.pyi
                                                cache.pyi
                                                decorators.pyi
                                                func.pyi
                                                lfu.pyi
                                                lru.pyi
                                                rr.pyi
                                                ttl.pyi
                                            characteristic/
                                                __init__.pyi
                                            chardet/
                                                __init__.pyi
                                                enums.pyi
                                                langbulgarianmodel.pyi
                                                langcyrillicmodel.pyi
                                                langgreekmodel.pyi
                                                langhebrewmodel.pyi
                                                langhungarianmodel.pyi
                                                langthaimodel.pyi
                                                langturkishmodel.pyi
                                                universaldetector.pyi
                                                version.pyi
                                            click/
                                                __init__.pyi
                                                _termui_impl.pyi
                                                core.pyi
                                                decorators.pyi
                                                exceptions.pyi
                                                formatting.pyi
                                                globals.pyi
                                                parser.pyi
                                                termui.pyi
                                                testing.pyi
                                                types.pyi
                                                utils.pyi
                                            cryptography/
                                                hazmat/
                                                    backends/
                                                        __init__.pyi
                                                        interfaces.pyi
                                                    bindings/
                                                        openssl/
                                                            __init__.pyi
                                                            binding.pyi
                                                        __init__.pyi
                                                    primitives/
                                                        asymmetric/
                                                            __init__.pyi
                                                            dh.pyi
                                                            dsa.pyi
                                                            ec.pyi
                                                            ed25519.pyi
                                                            ed448.pyi
                                                            padding.pyi
                                                            rsa.pyi
                                                            utils.pyi
                                                            x25519.pyi
                                                            x448.pyi
                                                        ciphers/
                                                            __init__.pyi
                                                            aead.pyi
                                                            algorithms.pyi
                                                            modes.pyi
                                                        kdf/
                                                            __init__.pyi
                                                            concatkdf.pyi
                                                            hkdf.pyi
                                                            kbkdf.pyi
                                                            pbkdf2.pyi
                                                            scrypt.pyi
                                                            x963kdf.pyi
                                                        serialization/
                                                            __init__.pyi
                                                            pkcs12.pyi
                                                        twofactor/
                                                            __init__.pyi
                                                            hotp.pyi
                                                            totp.pyi
                                                        __init__.pyi
                                                        cmac.pyi
                                                        constant_time.pyi
                                                        hashes.pyi
                                                        hmac.pyi
                                                        keywrap.pyi
                                                        padding.pyi
                                                        poly1305.pyi
                                                    __init__.pyi
                                                x509/
                                                    __init__.pyi
                                                    extensions.pyi
                                                    oid.pyi
                                                __init__.pyi
                                                exceptions.pyi
                                                fernet.pyi
                                            datetimerange/
                                                __init__.pyi
                                            dateutil/
                                                tz/
                                                    __init__.pyi
                                                    _common.pyi
                                                    tz.pyi
                                                __init__.pyi
                                                _common.pyi
                                                easter.pyi
                                                parser.pyi
                                                relativedelta.pyi
                                                rrule.pyi
                                                utils.pyi
                                            deprecated/
                                                __init__.pyi
                                                classic.pyi
                                                sphinx.pyi
                                            emoji/
                                                __init__.pyi
                                                core.pyi
                                                unicode_codes.pyi
                                            flask/
                                                json/
                                                    __init__.pyi
                                                    tag.pyi
                                                __init__.pyi
                                                app.pyi
                                                blueprints.pyi
                                                cli.pyi
                                                config.pyi
                                                ctx.pyi
                                                debughelpers.pyi
                                                globals.pyi
                                                helpers.pyi
                                                logging.pyi
                                                sessions.pyi
                                                signals.pyi
                                                templating.pyi
                                                testing.pyi
                                                views.pyi
                                                wrappers.pyi
                                            geoip2/
                                                __init__.pyi
                                                database.pyi
                                                errors.pyi
                                                mixins.pyi
                                                models.pyi
                                                records.pyi
                                            google/
                                                protobuf/
                                                    compiler/
                                                        __init__.pyi
                                                        plugin_pb2.pyi
                                                    internal/
                                                        __init__.pyi
                                                        containers.pyi
                                                        decoder.pyi
                                                        encoder.pyi
                                                        enum_type_wrapper.pyi
                                                        extension_dict.pyi
                                                        message_listener.pyi
                                                        python_message.pyi
                                                        well_known_types.pyi
                                                        wire_format.pyi
                                                    util/
                                                        __init__.pyi
                                                    __init__.pyi
                                                    any_pb2.pyi
                                                    api_pb2.pyi
                                                    descriptor.pyi
                                                    descriptor_pb2.pyi
                                                    descriptor_pool.pyi
                                                    duration_pb2.pyi
                                                    empty_pb2.pyi
                                                    field_mask_pb2.pyi
                                                    json_format.pyi
                                                    message.pyi
                                                    message_factory.pyi
                                                    reflection.pyi
                                                    service.pyi
                                                    source_context_pb2.pyi
                                                    struct_pb2.pyi
                                                    symbol_database.pyi
                                                    timestamp_pb2.pyi
                                                    type_pb2.pyi
                                                    wrappers_pb2.pyi
                                                __init__.pyi
                                            jinja2/
                                                __init__.pyi
                                                _compat.pyi
                                                _stringdefs.pyi
                                                bccache.pyi
                                                compiler.pyi
                                                constants.pyi
                                                debug.pyi
                                                defaults.pyi
                                                environment.pyi
                                                exceptions.pyi
                                                ext.pyi
                                                filters.pyi
                                                lexer.pyi
                                                loaders.pyi
                                                meta.pyi
                                                nodes.pyi
                                                optimizer.pyi
                                                parser.pyi
                                                runtime.pyi
                                                sandbox.pyi
                                                tests.pyi
                                                utils.pyi
                                                visitor.pyi
                                            markdown/
                                                extensions/
                                                    __init__.pyi
                                                    abbr.pyi
                                                    admonition.pyi
                                                    attr_list.pyi
                                                    codehilite.pyi
                                                    def_list.pyi
                                                    extra.pyi
                                                    fenced_code.pyi
                                                    footnotes.pyi
                                                    legacy_attrs.pyi
                                                    legacy_em.pyi
                                                    md_in_html.pyi
                                                    meta.pyi
                                                    nl2br.pyi
                                                    sane_lists.pyi
                                                    smarty.pyi
                                                    tables.pyi
                                                    toc.pyi
                                                    wikilinks.pyi
                                                __init__.pyi
                                                __meta__.pyi
                                                blockparser.pyi
                                                blockprocessors.pyi
                                                core.pyi
                                                inlinepatterns.pyi
                                                pep562.pyi
                                                postprocessors.pyi
                                                preprocessors.pyi
                                                serializers.pyi
                                                treeprocessors.pyi
                                                util.pyi
                                            markupsafe/
                                                __init__.pyi
                                                _compat.pyi
                                                _constants.pyi
                                                _native.pyi
                                                _speedups.pyi
                                            maxminddb/
                                                __init__.pyi
                                                compat.pyi
                                                const.pyi
                                                decoder.pyi
                                                errors.pyi
                                                extension.pyi
                                                reader.pyi
                                            nmap/
                                                __init__.pyi
                                                nmap.pyi
                                            paramiko/
                                                __init__.pyi
                                                _version.pyi
                                                _winapi.pyi
                                                agent.pyi
                                                auth_handler.pyi
                                                ber.pyi
                                                buffered_pipe.pyi
                                                channel.pyi
                                                client.pyi
                                                common.pyi
                                                compress.pyi
                                                config.pyi
                                                dsskey.pyi
                                                ecdsakey.pyi
                                                ed25519key.pyi
                                                file.pyi
                                                hostkeys.pyi
                                                kex_curve25519.pyi
                                                kex_ecdh_nist.pyi
                                                kex_gex.pyi
                                                kex_group1.pyi
                                                kex_group14.pyi
                                                kex_group16.pyi
                                                kex_gss.pyi
                                                message.pyi
                                                packet.pyi
                                                pipe.pyi
                                                pkey.pyi
                                                primes.pyi
                                                proxy.pyi
                                                py3compat.pyi
                                                rsakey.pyi
                                                server.pyi
                                                sftp.pyi
                                                sftp_attr.pyi
                                                sftp_client.pyi
                                                sftp_file.pyi
                                                sftp_handle.pyi
                                                sftp_server.pyi
                                                sftp_si.pyi
                                                ssh_exception.pyi
                                                ssh_gss.pyi
                                                transport.pyi
                                                util.pyi
                                                win_pageant.pyi
                                            pymysql/
                                                constants/
                                                    __init__.pyi
                                                    CLIENT.pyi
                                                    COMMAND.pyi
                                                    ER.pyi
                                                    FIELD_TYPE.pyi
                                                    FLAG.pyi
                                                    SERVER_STATUS.pyi
                                                __init__.pyi
                                                charset.pyi
                                                connections.pyi
                                                converters.pyi
                                                cursors.pyi
                                                err.pyi
                                                times.pyi
                                                util.pyi
                                            pynamodb/
                                                connection/
                                                    __init__.pyi
                                                    base.pyi
                                                    table.pyi
                                                    util.pyi
                                                __init__.pyi
                                                attributes.pyi
                                                constants.pyi
                                                exceptions.pyi
                                                indexes.pyi
                                                models.pyi
                                                settings.pyi
                                                throttle.pyi
                                                types.pyi
                                            pytz/
                                                __init__.pyi
                                            pyVmomi/
                                                vim/
                                                    __init__.pyi
                                                    event.pyi
                                                    fault.pyi
                                                    option.pyi
                                                    view.pyi
                                                vmodl/
                                                    __init__.pyi
                                                    fault.pyi
                                                    query.pyi
                                                __init__.pyi
                                            redis/
                                                __init__.pyi
                                                client.pyi
                                                connection.pyi
                                                exceptions.pyi
                                                utils.pyi
                                            requests/
                                                packages/
                                                    urllib3/
                                                        contrib/
                                                            __init__.pyi
                                                        packages/
                                                            ssl_match_hostname/
                                                                __init__.pyi
                                                                _implementation.pyi
                                                            __init__.pyi
                                                        util/
                                                            __init__.pyi
                                                            connection.pyi
                                                            request.pyi
                                                            response.pyi
                                                            retry.pyi
                                                            ssl_.pyi
                                                            timeout.pyi
                                                            url.pyi
                                                        __init__.pyi
                                                        _collections.pyi
                                                        connection.pyi
                                                        connectionpool.pyi
                                                        exceptions.pyi
                                                        fields.pyi
                                                        filepost.pyi
                                                        poolmanager.pyi
                                                        request.pyi
                                                        response.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                adapters.pyi
                                                api.pyi
                                                auth.pyi
                                                compat.pyi
                                                cookies.pyi
                                                exceptions.pyi
                                                hooks.pyi
                                                models.pyi
                                                sessions.pyi
                                                status_codes.pyi
                                                structures.pyi
                                                utils.pyi
                                            retry/
                                                __init__.pyi
                                                api.pyi
                                            simplejson/
                                                __init__.pyi
                                                decoder.pyi
                                                encoder.pyi
                                                scanner.pyi
                                            slugify/
                                                __init__.pyi
                                                slugify.pyi
                                                special.pyi
                                            tzlocal/
                                                __init__.pyi
                                            werkzeug/
                                                contrib/
                                                    __init__.pyi
                                                    atom.pyi
                                                    cache.pyi
                                                    fixers.pyi
                                                    iterio.pyi
                                                    jsrouting.pyi
                                                    limiter.pyi
                                                    lint.pyi
                                                    profiler.pyi
                                                    securecookie.pyi
                                                    sessions.pyi
                                                    testtools.pyi
                                                    wrappers.pyi
                                                debug/
                                                    __init__.pyi
                                                    console.pyi
                                                    repr.pyi
                                                    tbtools.pyi
                                                middleware/
                                                    __init__.pyi
                                                    dispatcher.pyi
                                                    http_proxy.pyi
                                                    lint.pyi
                                                    profiler.pyi
                                                    proxy_fix.pyi
                                                    shared_data.pyi
                                                __init__.pyi
                                                _compat.pyi
                                                _internal.pyi
                                                _reloader.pyi
                                                datastructures.pyi
                                                exceptions.pyi
                                                filesystem.pyi
                                                formparser.pyi
                                                http.pyi
                                                local.pyi
                                                posixemulation.pyi
                                                routing.pyi
                                                script.pyi
                                                security.pyi
                                                serving.pyi
                                                test.pyi
                                                testapp.pyi
                                                urls.pyi
                                                useragents.pyi
                                                utils.pyi
                                                wrappers.pyi
                                                wsgi.pyi
                                            yaml/
                                                __init__.pyi
                                                composer.pyi
                                                constructor.pyi
                                                cyaml.pyi
                                                dumper.pyi
                                                emitter.pyi
                                                error.pyi
                                                events.pyi
                                                loader.pyi
                                                nodes.pyi
                                                parser.pyi
                                                reader.pyi
                                                representer.pyi
                                                resolver.pyi
                                                scanner.pyi
                                                serializer.pyi
                                                tokens.pyi
                                            backports_abc.pyi
                                            certifi.pyi
                                            croniter.pyi
                                            dateparser.pyi
                                            decorator.pyi
                                            first.pyi
                                            gflags.pyi
                                            itsdangerous.pyi
                                            mock.pyi
                                            mypy_extensions.pyi
                                            polib.pyi
                                            pycurl.pyi
                                            pyre_extensions.pyi
                                            singledispatch.pyi
                                            tabulate.pyi
                                            termcolor.pyi
                                            toml.pyi
                                            typing_extensions.pyi
                                            ujson.pyi
                                        3/
                                            aiofiles/
                                                threadpool/
                                                    __init__.pyi
                                                    binary.pyi
                                                    text.pyi
                                                __init__.pyi
                                                base.pyi
                                                os.pyi
                                            docutils/
                                                parsers/
                                                    rst/
                                                        __init__.pyi
                                                        nodes.pyi
                                                        roles.pyi
                                                        states.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                examples.pyi
                                                nodes.pyi
                                            filelock/
                                                __init__.pyi
                                            freezegun/
                                                __init__.pyi
                                                api.pyi
                                            jwt/
                                                contrib/
                                                    algorithms/
                                                        __init__.pyi
                                                        py_ecdsa.pyi
                                                        pycrypto.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                algorithms.pyi
                                            pkg_resources/
                                                __init__.pyi
                                                py31compat.pyi
                                            pyrfc3339/
                                                __init__.pyi
                                                generator.pyi
                                                parser.pyi
                                                utils.pyi
                                            six/
                                                moves/
                                                    urllib/
                                                        __init__.pyi
                                                        error.pyi
                                                        parse.pyi
                                                        request.pyi
                                                        response.pyi
                                                        robotparser.pyi
                                                    __init__.pyi
                                                    _dummy_thread.pyi
                                                    _thread.pyi
                                                    BaseHTTPServer.pyi
                                                    builtins.pyi
                                                    CGIHTTPServer.pyi
                                                    collections_abc.pyi
                                                    configparser.pyi
                                                    cPickle.pyi
                                                    email_mime_base.pyi
                                                    email_mime_multipart.pyi
                                                    email_mime_nonmultipart.pyi
                                                    email_mime_text.pyi
                                                    html_entities.pyi
                                                    html_parser.pyi
                                                    http_client.pyi
                                                    http_cookiejar.pyi
                                                    http_cookies.pyi
                                                    queue.pyi
                                                    reprlib.pyi
                                                    SimpleHTTPServer.pyi
                                                    socketserver.pyi
                                                    tkinter.pyi
                                                    tkinter_commondialog.pyi
                                                    tkinter_constants.pyi
                                                    tkinter_dialog.pyi
                                                    tkinter_filedialog.pyi
                                                    tkinter_tkfiledialog.pyi
                                                    tkinter_ttk.pyi
                                                    urllib_error.pyi
                                                    urllib_parse.pyi
                                                    urllib_request.pyi
                                                    urllib_response.pyi
                                                    urllib_robotparser.pyi
                                                __init__.pyi
                                            typed_ast/
                                                __init__.pyi
                                                ast27.pyi
                                                ast3.pyi
                                                conversions.pyi
                                            waitress/
                                                __init__.pyi
                                                adjustments.pyi
                                                buffers.pyi
                                                channel.pyi
                                                compat.pyi
                                                parser.pyi
                                                proxy_headers.pyi
                                                receiver.pyi
                                                rfc7230.pyi
                                                runner.pyi
                                                server.pyi
                                                task.pyi
                                                trigger.pyi
                                                utilities.pyi
                                                wasyncore.pyi
                                            contextvars.pyi
                                            dataclasses.pyi
                                            frozendict.pyi
                                            orjson.pyi
                                    LICENSE
                            __init__.py
                            __main__.py
                            _compatibility.py
                            cache.py
                            common.py
                            debug.py
                            file_io.py
                            parser_utils.py
                            settings.py
                            utils.py
                        jedi-0.19.2.dist-info/
                            AUTHORS.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        license_expression/
                            data/
                                cc-by-4.0.LICENSE
                                license_key_index.json.ABOUT
                                scancode-licensedb-index.json
                            __init__.py
                            _pyahocorasick.ABOUT
                            _pyahocorasick.py
                        license_expression-30.4.4.dist-info/
                            licenses/
                                apache-2.0.LICENSE
                                AUTHORS.rst
                                CHANGELOG.rst
                                CODE_OF_CONDUCT.rst
                                NOTICE
                                README.rst
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        licensecheck/
                            license_matrix/
                                __init__.py
                                matrix.csv
                            pypi_licenses/
                                osi_approved.txt
                                other.txt
                            resolvers/
                                __init__.py
                                native.py
                                uv.py
                            __init__.py
                            __main__.py
                            checker.py
                            cli.py
                            fmt.py
                            html.template
                            packageinfo.py
                            session.py
                            types.py
                        licensecheck-2025.1.0.dist-info/
                            licenses/
                                LICENSE.md
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        llvmlite/
                            binding/
                                __init__.py
                                analysis.py
                                common.py
                                context.py
                                dylib.py
                                executionengine.py
                                ffi.py
                                initfini.py
                                libllvmlite.dylib
                                linker.py
                                module.py
                                newpassmanagers.py
                                object_file.py
                                options.py
                                orcjit.py
                                passmanagers.py
                                targets.py
                                transforms.py
                                typeref.py
                                value.py
                            ir/
                                __init__.py
                                _utils.py
                                builder.py
                                context.py
                                instructions.py
                                module.py
                                transforms.py
                                types.py
                                values.py
                            tests/
                                __init__.py
                                __main__.py
                                customize.py
                                refprune_proto.py
                                test_binding.py
                                test_ir.py
                                test_refprune.py
                                test_valuerepr.py
                            __init__.py
                            _version.py
                            utils.py
                        llvmlite-0.44.0.dist-info/
                            INSTALLER
                            LICENSE
                            LICENSE.thirdparty
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        loguru/
                            __init__.py
                            __init__.pyi
                            _asyncio_loop.py
                            _better_exceptions.py
                            _colorama.py
                            _colorizer.py
                            _contextvars.py
                            _ctime_functions.py
                            _datetime.py
                            _defaults.py
                            _error_interceptor.py
                            _file_sink.py
                            _filters.py
                            _get_frame.py
                            _handler.py
                            _locks_machinery.py
                            _logger.py
                            _recattrs.py
                            _simple_sinks.py
                            _string_parsers.py
                            py.typed
                        loguru-0.7.3.dist-info/
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        markdown/
                            extensions/
                                __init__.py
                                abbr.py
                                admonition.py
                                attr_list.py
                                codehilite.py
                                def_list.py
                                extra.py
                                fenced_code.py
                                footnotes.py
                                legacy_attrs.py
                                legacy_em.py
                                md_in_html.py
                                meta.py
                                nl2br.py
                                sane_lists.py
                                smarty.py
                                tables.py
                                toc.py
                                wikilinks.py
                            __init__.py
                            __main__.py
                            __meta__.py
                            blockparser.py
                            blockprocessors.py
                            core.py
                            htmlparser.py
                            inlinepatterns.py
                            postprocessors.py
                            preprocessors.py
                            serializers.py
                            test_tools.py
                            treeprocessors.py
                            util.py
                        markdown-3.8.2.dist-info/
                            licenses/
                                LICENSE.md
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        markdown_it/
                            cli/
                                __init__.py
                                parse.py
                            common/
                                __init__.py
                                entities.py
                                html_blocks.py
                                html_re.py
                                normalize_url.py
                                utils.py
                            helpers/
                                __init__.py
                                parse_link_destination.py
                                parse_link_label.py
                                parse_link_title.py
                            presets/
                                __init__.py
                                commonmark.py
                                default.py
                                zero.py
                            rules_block/
                                __init__.py
                                blockquote.py
                                code.py
                                fence.py
                                heading.py
                                hr.py
                                html_block.py
                                lheading.py
                                list.py
                                paragraph.py
                                reference.py
                                state_block.py
                                table.py
                            rules_core/
                                __init__.py
                                block.py
                                inline.py
                                linkify.py
                                normalize.py
                                replacements.py
                                smartquotes.py
                                state_core.py
                                text_join.py
                            rules_inline/
                                __init__.py
                                autolink.py
                                backticks.py
                                balance_pairs.py
                                emphasis.py
                                entity.py
                                escape.py
                                fragments_join.py
                                html_inline.py
                                image.py
                                link.py
                                linkify.py
                                newline.py
                                state_inline.py
                                strikethrough.py
                                text.py
                            __init__.py
                            _compat.py
                            _punycode.py
                            main.py
                            parser_block.py
                            parser_core.py
                            parser_inline.py
                            port.yaml
                            py.typed
                            renderer.py
                            ruler.py
                            token.py
                            tree.py
                            utils.py
                        markdown_it_py-3.0.0.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            LICENSE.markdown-it
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        matplotlib_inline/
                            __init__.py
                            backend_inline.py
                            config.py
                        matplotlib_inline-0.1.7.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        mdurl/
                            __init__.py
                            _decode.py
                            _encode.py
                            _format.py
                            _parse.py
                            _url.py
                            py.typed
                        mdurl-0.1.2.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        multivolumefile/
                            __init__.py
                            __init__.pyi
                            py.typed
                            stat.py
                        multivolumefile-0.2.3.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        mypy_extensions-1.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        numba/
                            cext/
                                __init__.py
                                cext.h
                                dictobject.c
                                dictobject.h
                                listobject.c
                                listobject.h
                                utils.c
                            cloudpickle/
                                __init__.py
                                cloudpickle.py
                                cloudpickle_fast.py
                            core/
                                annotations/
                                    __init__.py
                                    pretty_annotate.py
                                    template.html
                                    type_annotations.py
                                datamodel/
                                    __init__.py
                                    manager.py
                                    models.py
                                    new_models.py
                                    old_models.py
                                    packer.py
                                    registry.py
                                    testing.py
                                rewrites/
                                    __init__.py
                                    ir_print.py
                                    registry.py
                                    static_binop.py
                                    static_getitem.py
                                    static_raise.py
                                runtime/
                                    __init__.py
                                    _nrt_python.c
                                    _nrt_python.cpython-313-darwin.so
                                    _nrt_pythonmod.c
                                    context.py
                                    nrt.cpp
                                    nrt.h
                                    nrt.py
                                    nrt_external.h
                                    nrtdynmod.py
                                    nrtopt.py
                                typeconv/
                                    __init__.py
                                    _typeconv.cpython-313-darwin.so
                                    castgraph.py
                                    rules.py
                                    typeconv.py
                                types/
                                    new_scalars/
                                        __init__.py
                                        machine_types.py
                                        numpy_types.py
                                        python_types.py
                                        scalars.py
                                    __init__.py
                                    __init__.pyi
                                    abstract.py
                                    common.py
                                    containers.py
                                    function_type.py
                                    functions.py
                                    iterators.py
                                    misc.py
                                    npytypes.py
                                    old_scalars.py
                                    scalars.py
                                typing/
                                    __init__.py
                                    arraydecl.py
                                    asnumbatype.py
                                    bufproto.py
                                    builtins.py
                                    cffi_utils.py
                                    cmathdecl.py
                                    collections.py
                                    context.py
                                    ctypes_utils.py
                                    dictdecl.py
                                    enumdecl.py
                                    listdecl.py
                                    mathdecl.py
                                    new_builtins.py
                                    new_cmathdecl.py
                                    new_mathdecl.py
                                    npdatetime.py
                                    npydecl.py
                                    old_builtins.py
                                    old_cmathdecl.py
                                    old_mathdecl.py
                                    setdecl.py
                                    templates.py
                                    typeof.py
                                unsafe/
                                    __init__.py
                                    bytes.py
                                    eh.py
                                    nrt.py
                                    refcount.py
                                __init__.py
                                analysis.py
                                base.py
                                boxing.py
                                bytecode.py
                                byteflow.py
                                caching.py
                                callconv.py
                                callwrapper.py
                                ccallback.py
                                cgutils.py
                                codegen.py
                                compiler.py
                                compiler_lock.py
                                compiler_machinery.py
                                config.py
                                consts.py
                                controlflow.py
                                cpu.py
                                cpu_options.py
                                debuginfo.py
                                decorators.py
                                descriptors.py
                                dispatcher.py
                                entrypoints.py
                                environment.py
                                errors.py
                                event.py
                                extending.py
                                externals.py
                                fastmathpass.py
                                funcdesc.py
                                generators.py
                                imputils.py
                                inline_closurecall.py
                                interpreter.py
                                intrinsics.py
                                ir.py
                                ir_utils.py
                                itanium_mangler.py
                                llvm_bindings.py
                                lowering.py
                                new_boxing.py
                                object_mode_passes.py
                                old_boxing.py
                                optional.py
                                options.py
                                postproc.py
                                pylowering.py
                                pythonapi.py
                                registry.py
                                removerefctpass.py
                                serialize.py
                                sigutils.py
                                ssa.py
                                target_extension.py
                                targetconfig.py
                                tracing.py
                                transforms.py
                                typed_passes.py
                                typeinfer.py
                                untyped_passes.py
                                utils.py
                                withcontexts.py
                            cpython/
                                unsafe/
                                    __init__.py
                                    numbers.py
                                    tuple.py
                                __init__.py
                                builtins.py
                                charseq.py
                                cmathimpl.py
                                enumimpl.py
                                hashing.py
                                heapq.py
                                iterators.py
                                listobj.py
                                mathimpl.py
                                new_builtins.py
                                new_hashing.py
                                new_mathimpl.py
                                new_numbers.py
                                new_tupleobj.py
                                numbers.py
                                old_builtins.py
                                old_hashing.py
                                old_mathimpl.py
                                old_numbers.py
                                old_tupleobj.py
                                printimpl.py
                                randomimpl.py
                                rangeobj.py
                                setobj.py
                                slicing.py
                                tupleobj.py
                                unicode.py
                                unicode_support.py
                            cuda/
                                cudadrv/
                                    __init__.py
                                    _extras.cpython-313-darwin.so
                                    devicearray.py
                                    devices.py
                                    driver.py
                                    drvapi.py
                                    dummyarray.py
                                    enums.py
                                    error.py
                                    libs.py
                                    ndarray.py
                                    nvrtc.py
                                    nvvm.py
                                    rtapi.py
                                    runtime.py
                                kernels/
                                    __init__.py
                                    reduction.py
                                    transpose.py
                                simulator/
                                    cudadrv/
                                        __init__.py
                                        devicearray.py
                                        devices.py
                                        driver.py
                                        drvapi.py
                                        dummyarray.py
                                        error.py
                                        libs.py
                                        nvvm.py
                                        runtime.py
                                    __init__.py
                                    api.py
                                    compiler.py
                                    kernel.py
                                    kernelapi.py
                                    reduction.py
                                    vector_types.py
                                tests/
                                    cudadrv/
                                        __init__.py
                                        test_array_attr.py
                                        test_context_stack.py
                                        test_cuda_array_slicing.py
                                        test_cuda_auto_context.py
                                        test_cuda_devicerecord.py
                                        test_cuda_driver.py
                                        test_cuda_libraries.py
                                        test_cuda_memory.py
                                        test_cuda_ndarray.py
                                        test_deallocations.py
                                        test_detect.py
                                        test_emm_plugins.py
                                        test_events.py
                                        test_host_alloc.py
                                        test_init.py
                                        test_inline_ptx.py
                                        test_is_fp16.py
                                        test_linker.py
                                        test_managed_alloc.py
                                        test_mvc.py
                                        test_nvvm_driver.py
                                        test_pinned.py
                                        test_profiler.py
                                        test_ptds.py
                                        test_reset_device.py
                                        test_runtime.py
                                        test_select_device.py
                                        test_streams.py
                                    cudapy/
                                        __init__.py
                                        cache_usecases.py
                                        cache_with_cpu_usecases.py
                                        extensions_usecases.py
                                        recursion_usecases.py
                                        test_alignment.py
                                        test_array.py
                                        test_array_args.py
                                        test_array_methods.py
                                        test_atomics.py
                                        test_blackscholes.py
                                        test_boolean.py
                                        test_caching.py
                                        test_casting.py
                                        test_cffi.py
                                        test_compiler.py
                                        test_complex.py
                                        test_complex_kernel.py
                                        test_const_string.py
                                        test_constmem.py
                                        test_cooperative_groups.py
                                        test_cuda_array_interface.py
                                        test_cuda_jit_no_types.py
                                        test_datetime.py
                                        test_debug.py
                                        test_debuginfo.py
                                        test_device_func.py
                                        test_dispatcher.py
                                        test_enums.py
                                        test_errors.py
                                        test_exception.py
                                        test_extending.py
                                        test_fastmath.py
                                        test_forall.py
                                        test_freevar.py
                                        test_frexp_ldexp.py
                                        test_globals.py
                                        test_gufunc.py
                                        test_gufunc_scalar.py
                                        test_gufunc_scheduling.py
                                        test_idiv.py
                                        test_inspect.py
                                        test_intrinsics.py
                                        test_ipc.py
                                        test_iterators.py
                                        test_lang.py
                                        test_laplace.py
                                        test_libdevice.py
                                        test_lineinfo.py
                                        test_localmem.py
                                        test_mandel.py
                                        test_math.py
                                        test_matmul.py
                                        test_minmax.py
                                        test_montecarlo.py
                                        test_multigpu.py
                                        test_multiprocessing.py
                                        test_multithreads.py
                                        test_nondet.py
                                        test_operator.py
                                        test_optimization.py
                                        test_overload.py
                                        test_powi.py
                                        test_print.py
                                        test_py2_div_issue.py
                                        test_random.py
                                        test_record_dtype.py
                                        test_recursion.py
                                        test_reduction.py
                                        test_retrieve_autoconverted_arrays.py
                                        test_serialize.py
                                        test_slicing.py
                                        test_sm.py
                                        test_sm_creation.py
                                        test_sync.py
                                        test_transpose.py
                                        test_ufuncs.py
                                        test_userexc.py
                                        test_vector_type.py
                                        test_vectorize.py
                                        test_vectorize_complex.py
                                        test_vectorize_decor.py
                                        test_vectorize_device.py
                                        test_vectorize_scalar_arg.py
                                        test_warning.py
                                        test_warp_ops.py
                                    cudasim/
                                        __init__.py
                                        support.py
                                        test_cudasim_issues.py
                                    data/
                                        __init__.py
                                        cuda_include.cu
                                        error.cu
                                        jitlink.cu
                                        jitlink.ptx
                                        warn.cu
                                    doc_examples/
                                        ffi/
                                            __init__.py
                                            functions.cu
                                        __init__.py
                                        test_cg.py
                                        test_cpu_gpu_compat.py
                                        test_ffi.py
                                        test_laplace.py
                                        test_matmul.py
                                        test_montecarlo.py
                                        test_random.py
                                        test_reduction.py
                                        test_sessionize.py
                                        test_ufunc.py
                                        test_vecadd.py
                                    nocuda/
                                        __init__.py
                                        test_dummyarray.py
                                        test_function_resolution.py
                                        test_import.py
                                        test_library_lookup.py
                                        test_nvvm.py
                                    __init__.py
                                __init__.py
                                api.py
                                api_util.py
                                args.py
                                cg.py
                                codegen.py
                                compiler.py
                                cpp_function_wrappers.cu
                                cuda_fp16.h
                                cuda_fp16.hpp
                                cuda_paths.py
                                cudadecl.py
                                cudaimpl.py
                                cudamath.py
                                decorators.py
                                descriptor.py
                                device_init.py
                                deviceufunc.py
                                dispatcher.py
                                errors.py
                                extending.py
                                initialize.py
                                intrinsic_wrapper.py
                                intrinsics.py
                                libdevice.py
                                libdevicedecl.py
                                libdevicefuncs.py
                                libdeviceimpl.py
                                mathimpl.py
                                models.py
                                nvvmutils.py
                                printimpl.py
                                random.py
                                simulator_init.py
                                stubs.py
                                target.py
                                testing.py
                                types.py
                                ufuncs.py
                                vector_types.py
                                vectorizers.py
                            experimental/
                                jitclass/
                                    __init__.py
                                    _box.cpython-313-darwin.so
                                    base.py
                                    boxing.py
                                    decorators.py
                                    overloads.py
                                __init__.py
                                function_type.py
                                structref.py
                            misc/
                                help/
                                    __init__.py
                                    inspector.py
                                __init__.py
                                appdirs.py
                                cffiimpl.py
                                cmdlang.gdb
                                coverage_support.py
                                dump_style.py
                                findlib.py
                                firstlinefinder.py
                                gdb_hook.py
                                gdb_print_extension.py
                                init_utils.py
                                inspection.py
                                literal.py
                                llvm_pass_timings.py
                                mergesort.py
                                numba_entry.py
                                numba_gdbinfo.py
                                numba_sysinfo.py
                                POST.py
                                quicksort.py
                                special.py
                                timsort.py
                            np/
                                math/
                                    __init__.py
                                    cmathimpl.py
                                    mathimpl.py
                                    numbers.py
                                polynomial/
                                    __init__.py
                                    polynomial_core.py
                                    polynomial_functions.py
                                random/
                                    __init__.py
                                    _constants.py
                                    distributions.py
                                    generator_core.py
                                    generator_methods.py
                                    new_distributions.py
                                    new_random_methods.py
                                    old_distributions.py
                                    old_random_methods.py
                                    random_methods.py
                                ufunc/
                                    __init__.py
                                    _internal.cpython-313-darwin.so
                                    _num_threads.cpython-313-darwin.so
                                    array_exprs.py
                                    decorators.py
                                    dufunc.py
                                    gufunc.py
                                    omppool.cpython-313-darwin.so
                                    parallel.py
                                    sigparse.py
                                    ufunc_base.py
                                    ufuncbuilder.py
                                    workqueue.cpython-313-darwin.so
                                    wrappers.py
                                unsafe/
                                    __init__.py
                                    ndarray.py
                                __init__.py
                                arraymath.py
                                arrayobj.py
                                extensions.py
                                linalg.py
                                new_arraymath.py
                                npdatetime.py
                                npdatetime_helpers.py
                                npyfuncs.py
                                npyimpl.py
                                numpy_support.py
                                old_arraymath.py
                                ufunc_db.py
                            parfors/
                                __init__.py
                                array_analysis.py
                                parfor.py
                                parfor_lowering.py
                                parfor_lowering_utils.py
                            pycc/
                                __init__.py
                                cc.py
                                compiler.py
                                decorators.py
                                llvm_types.py
                                modulemixin.c
                                platform.py
                            scripts/
                                __init__.py
                                generate_lower_listing.py
                            stencils/
                                __init__.py
                                stencil.py
                                stencilparfor.py
                            testing/
                                __init__.py
                                __main__.py
                                _runtests.py
                                loader.py
                                main.py
                                notebook.py
                            tests/
                                doc_examples/
                                    __init__.py
                                    test_examples.py
                                    test_interval_example.py
                                    test_jitclass.py
                                    test_literal_container_usage.py
                                    test_literally_usage.py
                                    test_llvm_pass_timings.py
                                    test_numpy_generators.py
                                    test_parallel_chunksize.py
                                    test_rec_array.py
                                    test_structref_usage.py
                                    test_typed_dict_usage.py
                                    test_typed_list_usage.py
                                gdb/
                                    __init__.py
                                    test_array_arg.py
                                    test_basic.py
                                    test_break_on_symbol.py
                                    test_break_on_symbol_version.py
                                    test_conditional_breakpoint.py
                                    test_pretty_print.py
                                npyufunc/
                                    __init__.py
                                    cache_usecases.py
                                    test_caching.py
                                    test_dufunc.py
                                    test_errors.py
                                    test_gufunc.py
                                    test_parallel_env_variable.py
                                    test_parallel_low_work.py
                                    test_parallel_ufunc_issues.py
                                    test_ufunc.py
                                    test_ufuncbuilding.py
                                    test_update_inplace.py
                                    test_vectorize_decor.py
                                    ufuncbuilding_usecases.py
                                pycc_distutils_usecase/
                                    nested/
                                        __init__.py
                                        source_module.py
                                    __init__.py
                                    setup_distutils.py
                                    setup_distutils_nested.py
                                    setup_setuptools.py
                                    setup_setuptools_nested.py
                                    source_module.py
                                __init__.py
                                annotation_usecases.py
                                cache_usecases.py
                                cffi_usecases.py
                                cfunc_cache_usecases.py
                                chained_assign_usecases.py
                                cloudpickle_main_class.py
                                compile_with_pycc.py
                                complex_usecases.py
                                ctypes_usecases.py
                                doctest_usecase.py
                                dummy_module.py
                                enum_usecases.py
                                error_usecases.py
                                errorhandling_usecases.py
                                gdb_support.py
                                inlining_usecases.py
                                matmul_usecase.py
                                orphaned_semaphore_usecase.py
                                overload_usecases.py
                                parfor_iss9490_usecase.py
                                parfors_cache_usecases.py
                                pdlike_usecase.py
                                recursion_usecases.py
                                serialize_usecases.py
                                support.py
                                test_alignment.py
                                test_analysis.py
                                test_annotations.py
                                test_api.py
                                test_array_analysis.py
                                test_array_attr.py
                                test_array_constants.py
                                test_array_exprs.py
                                test_array_iterators.py
                                test_array_manipulation.py
                                test_array_methods.py
                                test_array_reductions.py
                                test_array_return.py
                                test_asnumbatype.py
                                test_auto_constants.py
                                test_blackscholes.py
                                test_boundscheck.py
                                test_buffer_protocol.py
                                test_builtins.py
                                test_byteflow.py
                                test_caching.py
                                test_casting.py
                                test_cffi.py
                                test_cfunc.py
                                test_cgutils.py
                                test_chained_assign.py
                                test_chrome_trace.py
                                test_cli.py
                                test_closure.py
                                test_codegen.py
                                test_compile_cache.py
                                test_compiler_flags.py
                                test_compiler_lock.py
                                test_complex.py
                                test_comprehension.py
                                test_conditions_as_predicates.py
                                test_config.py
                                test_conversion.py
                                test_copy_propagate.py
                                test_ctypes.py
                                test_dataflow.py
                                test_datamodel.py
                                test_debug.py
                                test_debuginfo.py
                                test_deprecations.py
                                test_dictimpl.py
                                test_dictobject.py
                                test_dicts.py
                                test_dispatcher.py
                                test_doctest.py
                                test_dyn_array.py
                                test_dyn_func.py
                                test_entrypoints.py
                                test_enums.py
                                test_errorhandling.py
                                test_errormodels.py
                                test_event.py
                                test_exceptions.py
                                test_extended_arg.py
                                test_extending.py
                                test_extending_types.py
                                test_fancy_indexing.py
                                test_fastmath.py
                                test_findlib.py
                                test_firstlinefinder.py
                                test_flow_control.py
                                test_func_interface.py
                                test_func_lifetime.py
                                test_funcdesc.py
                                test_function_type.py
                                test_gdb_bindings.py
                                test_gdb_dwarf.py
                                test_generators.py
                                test_getitem_on_types.py
                                test_gil.py
                                test_globals.py
                                test_hashing.py
                                test_heapq.py
                                test_help.py
                                test_import.py
                                test_indexing.py
                                test_init_utils.py
                                test_inlining.py
                                test_interpreter.py
                                test_interproc.py
                                test_intwidth.py
                                test_ir.py
                                test_ir_inlining.py
                                test_ir_utils.py
                                test_itanium_mangler.py
                                test_iteration.py
                                test_jit_module.py
                                test_jitclasses.py
                                test_jitmethod.py
                                test_linalg.py
                                test_listimpl.py
                                test_listobject.py
                                test_lists.py
                                test_literal_dispatch.py
                                test_llvm_pass_timings.py
                                test_llvm_version_check.py
                                test_locals.py
                                test_looplifting.py
                                test_make_function_to_jit_function.py
                                test_mandelbrot.py
                                test_mangling.py
                                test_map_filter_reduce.py
                                test_mathlib.py
                                test_maxmin.py
                                test_misc_coverage_support.py
                                test_mixed_tuple_unroller.py
                                test_moved_modules.py
                                test_multi3.py
                                test_nan.py
                                test_ndarray_subclasses.py
                                test_nested_calls.py
                                test_new_type_system.py
                                test_np_functions.py
                                test_np_randomgen.py
                                test_npdatetime.py
                                test_nrt.py
                                test_nrt_refct.py
                                test_num_threads.py
                                test_numberctor.py
                                test_numbers.py
                                test_numconv.py
                                test_numpy_support.py
                                test_numpyadapt.py
                                test_obj_lifetime.py
                                test_object_mode.py
                                test_objects.py
                                test_operators.py
                                test_optimisation_pipelines.py
                                test_optional.py
                                test_overlap.py
                                test_parallel_backend.py
                                test_parfors.py
                                test_parfors_caching.py
                                test_parfors_passes.py
                                test_pipeline.py
                                test_polynomial.py
                                test_practical_lowering_issues.py
                                test_print.py
                                test_profiler.py
                                test_pycc.py
                                test_python_int.py
                                test_pythonapi.py
                                test_random.py
                                test_range.py
                                test_recarray_usecases.py
                                test_record_dtype.py
                                test_recursion.py
                                test_refop_pruning.py
                                test_remove_dead.py
                                test_repr.py
                                test_return_values.py
                                test_runtests.py
                                test_serialize.py
                                test_sets.py
                                test_slices.py
                                test_sort.py
                                test_ssa.py
                                test_stencils.py
                                test_storeslice.py
                                test_struct_ref.py
                                test_support.py
                                test_svml.py
                                test_sys_monitoring.py
                                test_sys_stdin_assignment.py
                                test_sysinfo.py
                                test_target_extension.py
                                test_target_overloadselector.py
                                test_threadsafety.py
                                test_tracing.py
                                test_try_except.py
                                test_tuples.py
                                test_typeconv.py
                                test_typedlist.py
                                test_typedobjectutils.py
                                test_typeguard.py
                                test_typeinfer.py
                                test_typenames.py
                                test_typeof.py
                                test_types.py
                                test_typingerror.py
                                test_ufuncs.py
                                test_unicode.py
                                test_unicode_array.py
                                test_unicode_names.py
                                test_unpack_sequence.py
                                test_unpickle_without_module.py
                                test_unsafe_intrinsics.py
                                test_usecases.py
                                test_vectorization.py
                                test_vectorization_type_inference.py
                                test_warnings.py
                                test_withlifting.py
                                threading_backend_usecases.py
                                typedlist_usecases.py
                                usecases.py
                            typed/
                                __init__.py
                                dictimpl.py
                                dictobject.py
                                listobject.py
                                py.typed
                                typeddict.py
                                typedlist.py
                                typedobjectutils.py
                            types/
                                __init__.py
                            __init__.py
                            __main__.py
                            _arraystruct.h
                            _devicearray.cpython-313-darwin.so
                            _devicearray.h
                            _dispatcher.cpython-313-darwin.so
                            _dynfunc.c
                            _dynfunc.cpython-313-darwin.so
                            _dynfuncmod.c
                            _hashtable.h
                            _helperlib.c
                            _helperlib.cpython-313-darwin.so
                            _helpermod.c
                            _lapack.c
                            _numba_common.h
                            _pymodule.h
                            _random.c
                            _typeof.h
                            _unicodetype_db.h
                            _version.py
                            capsulethunk.h
                            extending.py
                            mathnames.h
                            mviewbuf.c
                            mviewbuf.cpython-313-darwin.so
                            pythoncapi_compat.h
                            runtests.py
                        numba-0.61.2.dist-info/
                            INSTALLER
                            LICENSE
                            LICENSES.third-party
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        numpy/
                            _core/
                                include/
                                    numpy/
                                        random/
                                            bitgen.h
                                            distributions.h
                                            libdivide.h
                                            LICENSE.txt
                                        __multiarray_api.c
                                        __multiarray_api.h
                                        __ufunc_api.c
                                        __ufunc_api.h
                                        _neighborhood_iterator_imp.h
                                        _numpyconfig.h
                                        _public_dtype_api_table.h
                                        arrayobject.h
                                        arrayscalars.h
                                        dtype_api.h
                                        halffloat.h
                                        ndarrayobject.h
                                        ndarraytypes.h
                                        npy_1_7_deprecated_api.h
                                        npy_2_compat.h
                                        npy_2_complexcompat.h
                                        npy_3kcompat.h
                                        npy_common.h
                                        npy_cpu.h
                                        npy_endian.h
                                        npy_math.h
                                        npy_no_deprecated_api.h
                                        npy_os.h
                                        numpyconfig.h
                                        ufuncobject.h
                                        utils.h
                                lib/
                                    npy-pkg-config/
                                        mlib.ini
                                        npymath.ini
                                    pkgconfig/
                                        numpy.pc
                                    libnpymath.a
                                tests/
                                    data/
                                        astype_copy.pkl
                                        generate_umath_validation_data.cpp
                                        recarray_from_file.fits
                                        umath-validation-set-arccos.csv
                                        umath-validation-set-arccosh.csv
                                        umath-validation-set-arcsin.csv
                                        umath-validation-set-arcsinh.csv
                                        umath-validation-set-arctan.csv
                                        umath-validation-set-arctanh.csv
                                        umath-validation-set-cbrt.csv
                                        umath-validation-set-cos.csv
                                        umath-validation-set-cosh.csv
                                        umath-validation-set-exp.csv
                                        umath-validation-set-exp2.csv
                                        umath-validation-set-expm1.csv
                                        umath-validation-set-log.csv
                                        umath-validation-set-log10.csv
                                        umath-validation-set-log1p.csv
                                        umath-validation-set-log2.csv
                                        umath-validation-set-README.txt
                                        umath-validation-set-sin.csv
                                        umath-validation-set-sinh.csv
                                        umath-validation-set-tan.csv
                                        umath-validation-set-tanh.csv
                                    examples/
                                        cython/
                                            checks.pyx
                                            meson.build
                                            setup.py
                                        limited_api/
                                            limited_api1.c
                                            limited_api2.pyx
                                            limited_api_latest.c
                                            meson.build
                                            setup.py
                                    _locales.py
                                    _natype.py
                                    test__exceptions.py
                                    test_abc.py
                                    test_api.py
                                    test_argparse.py
                                    test_array_api_info.py
                                    test_array_coercion.py
                                    test_array_interface.py
                                    test_arraymethod.py
                                    test_arrayobject.py
                                    test_arrayprint.py
                                    test_casting_floatingpoint_errors.py
                                    test_casting_unittests.py
                                    test_conversion_utils.py
                                    test_cpu_dispatcher.py
                                    test_cpu_features.py
                                    test_custom_dtypes.py
                                    test_cython.py
                                    test_datetime.py
                                    test_defchararray.py
                                    test_deprecations.py
                                    test_dlpack.py
                                    test_dtype.py
                                    test_einsum.py
                                    test_errstate.py
                                    test_extint128.py
                                    test_function_base.py
                                    test_getlimits.py
                                    test_half.py
                                    test_hashtable.py
                                    test_indexerrors.py
                                    test_indexing.py
                                    test_item_selection.py
                                    test_limited_api.py
                                    test_longdouble.py
                                    test_machar.py
                                    test_mem_overlap.py
                                    test_mem_policy.py
                                    test_memmap.py
                                    test_multiarray.py
                                    test_multithreading.py
                                    test_nditer.py
                                    test_nep50_promotions.py
                                    test_numeric.py
                                    test_numerictypes.py
                                    test_overrides.py
                                    test_print.py
                                    test_protocols.py
                                    test_records.py
                                    test_regression.py
                                    test_scalar_ctors.py
                                    test_scalar_methods.py
                                    test_scalarbuffer.py
                                    test_scalarinherit.py
                                    test_scalarmath.py
                                    test_scalarprint.py
                                    test_shape_base.py
                                    test_simd.py
                                    test_simd_module.py
                                    test_stringdtype.py
                                    test_strings.py
                                    test_ufunc.py
                                    test_umath.py
                                    test_umath_accuracy.py
                                    test_umath_complex.py
                                    test_unicode.py
                                __init__.py
                                __init__.pyi
                                _add_newdocs.py
                                _add_newdocs.pyi
                                _add_newdocs_scalars.py
                                _add_newdocs_scalars.pyi
                                _asarray.py
                                _asarray.pyi
                                _dtype.py
                                _dtype.pyi
                                _dtype_ctypes.py
                                _dtype_ctypes.pyi
                                _exceptions.py
                                _exceptions.pyi
                                _internal.py
                                _internal.pyi
                                _machar.py
                                _machar.pyi
                                _methods.py
                                _methods.pyi
                                _multiarray_tests.cpython-313-darwin.so
                                _multiarray_umath.cpython-313-darwin.so
                                _operand_flag_tests.cpython-313-darwin.so
                                _rational_tests.cpython-313-darwin.so
                                _simd.cpython-313-darwin.so
                                _simd.pyi
                                _string_helpers.py
                                _string_helpers.pyi
                                _struct_ufunc_tests.cpython-313-darwin.so
                                _type_aliases.py
                                _type_aliases.pyi
                                _ufunc_config.py
                                _ufunc_config.pyi
                                _umath_tests.cpython-313-darwin.so
                                arrayprint.py
                                arrayprint.pyi
                                cversions.py
                                defchararray.py
                                defchararray.pyi
                                einsumfunc.py
                                einsumfunc.pyi
                                fromnumeric.py
                                fromnumeric.pyi
                                function_base.py
                                function_base.pyi
                                getlimits.py
                                getlimits.pyi
                                memmap.py
                                memmap.pyi
                                multiarray.py
                                multiarray.pyi
                                numeric.py
                                numeric.pyi
                                numerictypes.py
                                numerictypes.pyi
                                overrides.py
                                overrides.pyi
                                printoptions.py
                                printoptions.pyi
                                records.py
                                records.pyi
                                shape_base.py
                                shape_base.pyi
                                strings.py
                                strings.pyi
                                umath.py
                                umath.pyi
                            _pyinstaller/
                                tests/
                                    __init__.py
                                    pyinstaller-smoke.py
                                    test_pyinstaller.py
                                __init__.py
                                __init__.pyi
                                hook-numpy.py
                                hook-numpy.pyi
                            _typing/
                                __init__.py
                                _add_docstring.py
                                _array_like.py
                                _callable.pyi
                                _char_codes.py
                                _dtype_like.py
                                _extended_precision.py
                                _nbit.py
                                _nbit_base.py
                                _nested_sequence.py
                                _scalars.py
                                _shape.py
                                _ufunc.py
                                _ufunc.pyi
                            _utils/
                                __init__.py
                                __init__.pyi
                                _convertions.py
                                _convertions.pyi
                                _inspect.py
                                _inspect.pyi
                                _pep440.py
                                _pep440.pyi
                            char/
                                __init__.py
                                __init__.pyi
                            compat/
                                tests/
                                    __init__.py
                                __init__.py
                                py3k.py
                            core/
                                __init__.py
                                __init__.pyi
                                _dtype.py
                                _dtype.pyi
                                _dtype_ctypes.py
                                _dtype_ctypes.pyi
                                _internal.py
                                _multiarray_umath.py
                                _utils.py
                                arrayprint.py
                                defchararray.py
                                einsumfunc.py
                                fromnumeric.py
                                function_base.py
                                getlimits.py
                                multiarray.py
                                numeric.py
                                numerictypes.py
                                overrides.py
                                overrides.pyi
                                records.py
                                shape_base.py
                                umath.py
                            doc/
                                ufuncs.py
                            f2py/
                                _backends/
                                    __init__.py
                                    _backend.py
                                    _distutils.py
                                    _meson.py
                                    meson.build.template
                                src/
                                    fortranobject.c
                                    fortranobject.h
                                tests/
                                    src/
                                        abstract_interface/
                                            foo.f90
                                            gh18403_mod.f90
                                        array_from_pyobj/
                                            wrapmodule.c
                                        assumed_shape/
                                            .f2py_f2cmap
                                            foo_free.f90
                                            foo_mod.f90
                                            foo_use.f90
                                            precision.f90
                                        block_docstring/
                                            foo.f
                                        callback/
                                            foo.f
                                            gh17797.f90
                                            gh18335.f90
                                            gh25211.f
                                            gh25211.pyf
                                            gh26681.f90
                                        cli/
                                            gh_22819.pyf
                                            hi77.f
                                            hiworld.f90
                                        common/
                                            block.f
                                            gh19161.f90
                                        crackfortran/
                                            accesstype.f90
                                            common_with_division.f
                                            data_common.f
                                            data_multiplier.f
                                            data_stmts.f90
                                            data_with_comments.f
                                            foo_deps.f90
                                            gh15035.f
                                            gh17859.f
                                            gh22648.pyf
                                            gh23533.f
                                            gh23598.f90
                                            gh23598Warn.f90
                                            gh23879.f90
                                            gh27697.f90
                                            gh2848.f90
                                            operators.f90
                                            privatemod.f90
                                            publicmod.f90
                                            pubprivmod.f90
                                            unicode_comment.f90
                                        f2cmap/
                                            .f2py_f2cmap
                                            isoFortranEnvMap.f90
                                        isocintrin/
                                            isoCtests.f90
                                        kind/
                                            foo.f90
                                        mixed/
                                            foo.f
                                            foo_fixed.f90
                                            foo_free.f90
                                        modules/
                                            gh25337/
                                                data.f90
                                                use_data.f90
                                            gh26920/
                                                two_mods_with_no_public_entities.f90
                                                two_mods_with_one_public_routine.f90
                                            module_data_docstring.f90
                                            use_modules.f90
                                        negative_bounds/
                                            issue_20853.f90
                                        parameter/
                                            constant_array.f90
                                            constant_both.f90
                                            constant_compound.f90
                                            constant_integer.f90
                                            constant_non_compound.f90
                                            constant_real.f90
                                        quoted_character/
                                            foo.f
                                        regression/
                                            AB.inc
                                            assignOnlyModule.f90
                                            datonly.f90
                                            f77comments.f
                                            f77fixedform.f95
                                            f90continuation.f90
                                            incfile.f90
                                            inout.f90
                                            lower_f2py_fortran.f90
                                        return_character/
                                            foo77.f
                                            foo90.f90
                                        return_complex/
                                            foo77.f
                                            foo90.f90
                                        return_integer/
                                            foo77.f
                                            foo90.f90
                                        return_logical/
                                            foo77.f
                                            foo90.f90
                                        return_real/
                                            foo77.f
                                            foo90.f90
                                        routines/
                                            funcfortranname.f
                                            funcfortranname.pyf
                                            subrout.f
                                            subrout.pyf
                                        size/
                                            foo.f90
                                        string/
                                            char.f90
                                            fixed_string.f90
                                            gh24008.f
                                            gh24662.f90
                                            gh25286.f90
                                            gh25286.pyf
                                            gh25286_bc.pyf
                                            scalar_string.f90
                                            string.f
                                        value_attrspec/
                                            gh21665.f90
                                    __init__.py
                                    test_abstract_interface.py
                                    test_array_from_pyobj.py
                                    test_assumed_shape.py
                                    test_block_docstring.py
                                    test_callback.py
                                    test_character.py
                                    test_common.py
                                    test_crackfortran.py
                                    test_data.py
                                    test_docs.py
                                    test_f2cmap.py
                                    test_f2py2e.py
                                    test_isoc.py
                                    test_kind.py
                                    test_mixed.py
                                    test_modules.py
                                    test_parameter.py
                                    test_pyf_src.py
                                    test_quoted_character.py
                                    test_regression.py
                                    test_return_character.py
                                    test_return_complex.py
                                    test_return_integer.py
                                    test_return_logical.py
                                    test_return_real.py
                                    test_routines.py
                                    test_semicolon_split.py
                                    test_size.py
                                    test_string.py
                                    test_symbolic.py
                                    test_value_attrspec.py
                                    util.py
                                __init__.py
                                __init__.pyi
                                __main__.py
                                __version__.py
                                _isocbind.py
                                _src_pyf.py
                                auxfuncs.py
                                capi_maps.py
                                cb_rules.py
                                cfuncs.py
                                common_rules.py
                                crackfortran.py
                                diagnose.py
                                f2py2e.py
                                f90mod_rules.py
                                func2subr.py
                                rules.py
                                setup.cfg
                                symbolic.py
                                use_rules.py
                            fft/
                                tests/
                                    __init__.py
                                    test_helper.py
                                    test_pocketfft.py
                                __init__.py
                                __init__.pyi
                                _helper.py
                                _helper.pyi
                                _pocketfft.py
                                _pocketfft.pyi
                                _pocketfft_umath.cpython-313-darwin.so
                                helper.py
                                helper.pyi
                            lib/
                                tests/
                                    data/
                                        py2-np0-objarr.npy
                                        py2-objarr.npy
                                        py2-objarr.npz
                                        py3-objarr.npy
                                        py3-objarr.npz
                                        python3.npy
                                        win64python2.npy
                                    __init__.py
                                    test__datasource.py
                                    test__iotools.py
                                    test__version.py
                                    test_array_utils.py
                                    test_arraypad.py
                                    test_arraysetops.py
                                    test_arrayterator.py
                                    test_format.py
                                    test_function_base.py
                                    test_histograms.py
                                    test_index_tricks.py
                                    test_io.py
                                    test_loadtxt.py
                                    test_mixins.py
                                    test_nanfunctions.py
                                    test_packbits.py
                                    test_polynomial.py
                                    test_recfunctions.py
                                    test_regression.py
                                    test_shape_base.py
                                    test_stride_tricks.py
                                    test_twodim_base.py
                                    test_type_check.py
                                    test_ufunclike.py
                                    test_utils.py
                                __init__.py
                                __init__.pyi
                                _array_utils_impl.py
                                _array_utils_impl.pyi
                                _arraypad_impl.py
                                _arraypad_impl.pyi
                                _arraysetops_impl.py
                                _arraysetops_impl.pyi
                                _arrayterator_impl.py
                                _arrayterator_impl.pyi
                                _datasource.py
                                _datasource.pyi
                                _function_base_impl.py
                                _function_base_impl.pyi
                                _histograms_impl.py
                                _histograms_impl.pyi
                                _index_tricks_impl.py
                                _index_tricks_impl.pyi
                                _iotools.py
                                _iotools.pyi
                                _nanfunctions_impl.py
                                _nanfunctions_impl.pyi
                                _npyio_impl.py
                                _npyio_impl.pyi
                                _polynomial_impl.py
                                _polynomial_impl.pyi
                                _scimath_impl.py
                                _scimath_impl.pyi
                                _shape_base_impl.py
                                _shape_base_impl.pyi
                                _stride_tricks_impl.py
                                _stride_tricks_impl.pyi
                                _twodim_base_impl.py
                                _twodim_base_impl.pyi
                                _type_check_impl.py
                                _type_check_impl.pyi
                                _ufunclike_impl.py
                                _ufunclike_impl.pyi
                                _user_array_impl.py
                                _user_array_impl.pyi
                                _utils_impl.py
                                _utils_impl.pyi
                                _version.py
                                _version.pyi
                                array_utils.py
                                array_utils.pyi
                                format.py
                                format.pyi
                                introspect.py
                                introspect.pyi
                                mixins.py
                                mixins.pyi
                                npyio.py
                                npyio.pyi
                                recfunctions.py
                                recfunctions.pyi
                                scimath.py
                                scimath.pyi
                                stride_tricks.py
                                stride_tricks.pyi
                                user_array.py
                                user_array.pyi
                            linalg/
                                tests/
                                    __init__.py
                                    test_deprecations.py
                                    test_linalg.py
                                    test_regression.py
                                __init__.py
                                __init__.pyi
                                _linalg.py
                                _linalg.pyi
                                _umath_linalg.cpython-313-darwin.so
                                _umath_linalg.pyi
                                lapack_lite.cpython-313-darwin.so
                                lapack_lite.pyi
                                linalg.py
                                linalg.pyi
                            ma/
                                tests/
                                    __init__.py
                                    test_arrayobject.py
                                    test_core.py
                                    test_deprecations.py
                                    test_extras.py
                                    test_mrecords.py
                                    test_old_ma.py
                                    test_regression.py
                                    test_subclassing.py
                                __init__.py
                                __init__.pyi
                                API_CHANGES.txt
                                core.py
                                core.pyi
                                extras.py
                                extras.pyi
                                LICENSE
                                mrecords.py
                                mrecords.pyi
                                README.rst
                                testutils.py
                                timer_comparison.py
                            matrixlib/
                                tests/
                                    __init__.py
                                    test_defmatrix.py
                                    test_interaction.py
                                    test_masked_matrix.py
                                    test_matrix_linalg.py
                                    test_multiarray.py
                                    test_numeric.py
                                    test_regression.py
                                __init__.py
                                __init__.pyi
                                defmatrix.py
                                defmatrix.pyi
                            polynomial/
                                tests/
                                    __init__.py
                                    test_chebyshev.py
                                    test_classes.py
                                    test_hermite.py
                                    test_hermite_e.py
                                    test_laguerre.py
                                    test_legendre.py
                                    test_polynomial.py
                                    test_polyutils.py
                                    test_printing.py
                                    test_symbol.py
                                __init__.py
                                __init__.pyi
                                _polybase.py
                                _polybase.pyi
                                _polytypes.pyi
                                chebyshev.py
                                chebyshev.pyi
                                hermite.py
                                hermite.pyi
                                hermite_e.py
                                hermite_e.pyi
                                laguerre.py
                                laguerre.pyi
                                legendre.py
                                legendre.pyi
                                polynomial.py
                                polynomial.pyi
                                polyutils.py
                                polyutils.pyi
                            random/
                                _examples/
                                    cffi/
                                        extending.py
                                        parse.py
                                    cython/
                                        extending.pyx
                                        extending_distributions.pyx
                                        meson.build
                                    numba/
                                        extending.py
                                        extending_distributions.py
                                lib/
                                    libnpyrandom.a
                                tests/
                                    data/
                                        __init__.py
                                        generator_pcg64_np121.pkl.gz
                                        generator_pcg64_np126.pkl.gz
                                        mt19937-testset-1.csv
                                        mt19937-testset-2.csv
                                        pcg64-testset-1.csv
                                        pcg64-testset-2.csv
                                        pcg64dxsm-testset-1.csv
                                        pcg64dxsm-testset-2.csv
                                        philox-testset-1.csv
                                        philox-testset-2.csv
                                        sfc64-testset-1.csv
                                        sfc64-testset-2.csv
                                        sfc64_np126.pkl.gz
                                    __init__.py
                                    test_direct.py
                                    test_extending.py
                                    test_generator_mt19937.py
                                    test_generator_mt19937_regressions.py
                                    test_random.py
                                    test_randomstate.py
                                    test_randomstate_regression.py
                                    test_regression.py
                                    test_seed_sequence.py
                                    test_smoke.py
                                __init__.pxd
                                __init__.py
                                __init__.pyi
                                _bounded_integers.cpython-313-darwin.so
                                _bounded_integers.pxd
                                _common.cpython-313-darwin.so
                                _common.pxd
                                _generator.cpython-313-darwin.so
                                _generator.pyi
                                _mt19937.cpython-313-darwin.so
                                _mt19937.pyi
                                _pcg64.cpython-313-darwin.so
                                _pcg64.pyi
                                _philox.cpython-313-darwin.so
                                _philox.pyi
                                _pickle.py
                                _pickle.pyi
                                _sfc64.cpython-313-darwin.so
                                _sfc64.pyi
                                bit_generator.cpython-313-darwin.so
                                bit_generator.pxd
                                bit_generator.pyi
                                c_distributions.pxd
                                LICENSE.md
                                mtrand.cpython-313-darwin.so
                                mtrand.pyi
                            rec/
                                __init__.py
                                __init__.pyi
                            strings/
                                __init__.py
                                __init__.pyi
                            testing/
                                _private/
                                    __init__.py
                                    __init__.pyi
                                    extbuild.py
                                    extbuild.pyi
                                    utils.py
                                    utils.pyi
                                tests/
                                    __init__.py
                                    test_utils.py
                                __init__.py
                                __init__.pyi
                                overrides.py
                                overrides.pyi
                                print_coercion_tables.py
                                print_coercion_tables.pyi
                            tests/
                                __init__.py
                                test__all__.py
                                test_configtool.py
                                test_ctypeslib.py
                                test_lazyloading.py
                                test_matlib.py
                                test_numpy_config.py
                                test_numpy_version.py
                                test_public_api.py
                                test_reloading.py
                                test_scripts.py
                                test_warnings.py
                            typing/
                                tests/
                                    data/
                                        fail/
                                            arithmetic.pyi
                                            array_constructors.pyi
                                            array_like.pyi
                                            array_pad.pyi
                                            arrayprint.pyi
                                            arrayterator.pyi
                                            bitwise_ops.pyi
                                            char.pyi
                                            chararray.pyi
                                            comparisons.pyi
                                            constants.pyi
                                            datasource.pyi
                                            dtype.pyi
                                            einsumfunc.pyi
                                            flatiter.pyi
                                            fromnumeric.pyi
                                            histograms.pyi
                                            index_tricks.pyi
                                            lib_function_base.pyi
                                            lib_polynomial.pyi
                                            lib_utils.pyi
                                            lib_version.pyi
                                            linalg.pyi
                                            memmap.pyi
                                            modules.pyi
                                            multiarray.pyi
                                            ndarray.pyi
                                            ndarray_misc.pyi
                                            nditer.pyi
                                            nested_sequence.pyi
                                            npyio.pyi
                                            numerictypes.pyi
                                            random.pyi
                                            rec.pyi
                                            scalars.pyi
                                            shape.pyi
                                            shape_base.pyi
                                            stride_tricks.pyi
                                            strings.pyi
                                            testing.pyi
                                            twodim_base.pyi
                                            type_check.pyi
                                            ufunc_config.pyi
                                            ufunclike.pyi
                                            ufuncs.pyi
                                            warnings_and_errors.pyi
                                        misc/
                                            extended_precision.pyi
                                        pass/
                                            arithmetic.py
                                            array_constructors.py
                                            array_like.py
                                            arrayprint.py
                                            arrayterator.py
                                            bitwise_ops.py
                                            comparisons.py
                                            dtype.py
                                            einsumfunc.py
                                            flatiter.py
                                            fromnumeric.py
                                            index_tricks.py
                                            lib_user_array.py
                                            lib_utils.py
                                            lib_version.py
                                            literal.py
                                            ma.py
                                            mod.py
                                            modules.py
                                            multiarray.py
                                            ndarray_conversion.py
                                            ndarray_misc.py
                                            ndarray_shape_manipulation.py
                                            nditer.py
                                            numeric.py
                                            numerictypes.py
                                            random.py
                                            recfunctions.py
                                            scalars.py
                                            shape.py
                                            simple.py
                                            simple_py3.py
                                            ufunc_config.py
                                            ufunclike.py
                                            ufuncs.py
                                            warnings_and_errors.py
                                        reveal/
                                            arithmetic.pyi
                                            array_api_info.pyi
                                            array_constructors.pyi
                                            arraypad.pyi
                                            arrayprint.pyi
                                            arraysetops.pyi
                                            arrayterator.pyi
                                            bitwise_ops.pyi
                                            char.pyi
                                            chararray.pyi
                                            comparisons.pyi
                                            constants.pyi
                                            ctypeslib.pyi
                                            datasource.pyi
                                            dtype.pyi
                                            einsumfunc.pyi
                                            emath.pyi
                                            fft.pyi
                                            flatiter.pyi
                                            fromnumeric.pyi
                                            getlimits.pyi
                                            histograms.pyi
                                            index_tricks.pyi
                                            lib_function_base.pyi
                                            lib_polynomial.pyi
                                            lib_utils.pyi
                                            lib_version.pyi
                                            linalg.pyi
                                            matrix.pyi
                                            memmap.pyi
                                            mod.pyi
                                            modules.pyi
                                            multiarray.pyi
                                            nbit_base_example.pyi
                                            ndarray_assignability.pyi
                                            ndarray_conversion.pyi
                                            ndarray_misc.pyi
                                            ndarray_shape_manipulation.pyi
                                            nditer.pyi
                                            nested_sequence.pyi
                                            npyio.pyi
                                            numeric.pyi
                                            numerictypes.pyi
                                            polynomial_polybase.pyi
                                            polynomial_polyutils.pyi
                                            polynomial_series.pyi
                                            random.pyi
                                            rec.pyi
                                            scalars.pyi
                                            shape.pyi
                                            shape_base.pyi
                                            stride_tricks.pyi
                                            strings.pyi
                                            testing.pyi
                                            twodim_base.pyi
                                            type_check.pyi
                                            ufunc_config.pyi
                                            ufunclike.pyi
                                            ufuncs.pyi
                                            warnings_and_errors.pyi
                                        mypy.ini
                                    __init__.py
                                    test_isfile.py
                                    test_runtime.py
                                    test_typing.py
                                __init__.py
                                mypy_plugin.py
                            __config__.py
                            __config__.pyi
                            __init__.cython-30.pxd
                            __init__.pxd
                            __init__.py
                            __init__.pyi
                            _array_api_info.py
                            _array_api_info.pyi
                            _configtool.py
                            _configtool.pyi
                            _distributor_init.py
                            _distributor_init.pyi
                            _expired_attrs_2_0.py
                            _expired_attrs_2_0.pyi
                            _globals.py
                            _globals.pyi
                            _pytesttester.py
                            _pytesttester.pyi
                            conftest.py
                            ctypeslib.py
                            ctypeslib.pyi
                            dtypes.py
                            dtypes.pyi
                            exceptions.py
                            exceptions.pyi
                            matlib.py
                            matlib.pyi
                            py.typed
                            version.py
                            version.pyi
                        numpy-2.2.6.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        packaging/
                            licenses/
                                __init__.py
                                _spdx.py
                            __init__.py
                            _elffile.py
                            _manylinux.py
                            _musllinux.py
                            _parser.py
                            _structures.py
                            _tokenizer.py
                            markers.py
                            metadata.py
                            py.typed
                            requirements.py
                            specifiers.py
                            tags.py
                            utils.py
                            version.py
                        packaging-25.0.dist-info/
                            licenses/
                                LICENSE
                                LICENSE.APACHE
                                LICENSE.BSD
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        parso/
                            pgen2/
                                __init__.py
                                generator.py
                                grammar_parser.py
                            python/
                                __init__.py
                                diff.py
                                errors.py
                                grammar310.txt
                                grammar311.txt
                                grammar312.txt
                                grammar313.txt
                                grammar36.txt
                                grammar37.txt
                                grammar38.txt
                                grammar39.txt
                                parser.py
                                pep8.py
                                prefix.py
                                token.py
                                tokenize.py
                                tree.py
                            __init__.py
                            _compatibility.py
                            cache.py
                            file_io.py
                            grammar.py
                            normalizer.py
                            parser.py
                            py.typed
                            tree.py
                            utils.py
                        parso-0.8.4.dist-info/
                            AUTHORS.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pathspec/
                            patterns/
                                __init__.py
                                gitwildmatch.py
                            __init__.py
                            _meta.py
                            gitignore.py
                            pathspec.py
                            pattern.py
                            py.typed
                            util.py
                        pathspec-0.12.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pexpect/
                            __init__.py
                            _async.py
                            _async_pre_await.py
                            _async_w_await.py
                            ANSI.py
                            bashrc.sh
                            exceptions.py
                            expect.py
                            fdpexpect.py
                            FSM.py
                            popen_spawn.py
                            pty_spawn.py
                            pxssh.py
                            replwrap.py
                            run.py
                            screen.py
                            socket_pexpect.py
                            spawnbase.py
                            utils.py
                        pexpect-4.9.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pip/
                            __pycache__/
                                __init__.cpython-313.pyc
                                __main__.cpython-313.pyc
                                __pip-runner__.cpython-313.pyc
                            _internal/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    build_env.cpython-313.pyc
                                    cache.cpython-313.pyc
                                    configuration.cpython-313.pyc
                                    exceptions.cpython-313.pyc
                                    main.cpython-313.pyc
                                    pyproject.cpython-313.pyc
                                    self_outdated_check.cpython-313.pyc
                                    wheel_builder.cpython-313.pyc
                                cli/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        autocompletion.cpython-313.pyc
                                        base_command.cpython-313.pyc
                                        cmdoptions.cpython-313.pyc
                                        command_context.cpython-313.pyc
                                        index_command.cpython-313.pyc
                                        main.cpython-313.pyc
                                        main_parser.cpython-313.pyc
                                        parser.cpython-313.pyc
                                        progress_bars.cpython-313.pyc
                                        req_command.cpython-313.pyc
                                        spinners.cpython-313.pyc
                                        status_codes.cpython-313.pyc
                                    __init__.py
                                    autocompletion.py
                                    base_command.py
                                    cmdoptions.py
                                    command_context.py
                                    index_command.py
                                    main.py
                                    main_parser.py
                                    parser.py
                                    progress_bars.py
                                    req_command.py
                                    spinners.py
                                    status_codes.py
                                commands/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        cache.cpython-313.pyc
                                        check.cpython-313.pyc
                                        completion.cpython-313.pyc
                                        configuration.cpython-313.pyc
                                        debug.cpython-313.pyc
                                        download.cpython-313.pyc
                                        freeze.cpython-313.pyc
                                        hash.cpython-313.pyc
                                        help.cpython-313.pyc
                                        index.cpython-313.pyc
                                        inspect.cpython-313.pyc
                                        install.cpython-313.pyc
                                        list.cpython-313.pyc
                                        lock.cpython-313.pyc
                                        search.cpython-313.pyc
                                        show.cpython-313.pyc
                                        uninstall.cpython-313.pyc
                                        wheel.cpython-313.pyc
                                    __init__.py
                                    cache.py
                                    check.py
                                    completion.py
                                    configuration.py
                                    debug.py
                                    download.py
                                    freeze.py
                                    hash.py
                                    help.py
                                    index.py
                                    inspect.py
                                    install.py
                                    list.py
                                    lock.py
                                    search.py
                                    show.py
                                    uninstall.py
                                    wheel.py
                                distributions/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        base.cpython-313.pyc
                                        installed.cpython-313.pyc
                                        sdist.cpython-313.pyc
                                        wheel.cpython-313.pyc
                                    __init__.py
                                    base.py
                                    installed.py
                                    sdist.py
                                    wheel.py
                                index/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        collector.cpython-313.pyc
                                        package_finder.cpython-313.pyc
                                        sources.cpython-313.pyc
                                    __init__.py
                                    collector.py
                                    package_finder.py
                                    sources.py
                                locations/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _distutils.cpython-313.pyc
                                        _sysconfig.cpython-313.pyc
                                        base.cpython-313.pyc
                                    __init__.py
                                    _distutils.py
                                    _sysconfig.py
                                    base.py
                                metadata/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _json.cpython-313.pyc
                                        base.cpython-313.pyc
                                        pkg_resources.cpython-313.pyc
                                    importlib/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _compat.cpython-313.pyc
                                            _dists.cpython-313.pyc
                                            _envs.cpython-313.pyc
                                        __init__.py
                                        _compat.py
                                        _dists.py
                                        _envs.py
                                    __init__.py
                                    _json.py
                                    base.py
                                    pkg_resources.py
                                models/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        candidate.cpython-313.pyc
                                        direct_url.cpython-313.pyc
                                        format_control.cpython-313.pyc
                                        index.cpython-313.pyc
                                        installation_report.cpython-313.pyc
                                        link.cpython-313.pyc
                                        pylock.cpython-313.pyc
                                        scheme.cpython-313.pyc
                                        search_scope.cpython-313.pyc
                                        selection_prefs.cpython-313.pyc
                                        target_python.cpython-313.pyc
                                        wheel.cpython-313.pyc
                                    __init__.py
                                    candidate.py
                                    direct_url.py
                                    format_control.py
                                    index.py
                                    installation_report.py
                                    link.py
                                    pylock.py
                                    scheme.py
                                    search_scope.py
                                    selection_prefs.py
                                    target_python.py
                                    wheel.py
                                network/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        auth.cpython-313.pyc
                                        cache.cpython-313.pyc
                                        download.cpython-313.pyc
                                        lazy_wheel.cpython-313.pyc
                                        session.cpython-313.pyc
                                        utils.cpython-313.pyc
                                        xmlrpc.cpython-313.pyc
                                    __init__.py
                                    auth.py
                                    cache.py
                                    download.py
                                    lazy_wheel.py
                                    session.py
                                    utils.py
                                    xmlrpc.py
                                operations/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        check.cpython-313.pyc
                                        freeze.cpython-313.pyc
                                        prepare.cpython-313.pyc
                                    build/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            build_tracker.cpython-313.pyc
                                            metadata.cpython-313.pyc
                                            metadata_editable.cpython-313.pyc
                                            metadata_legacy.cpython-313.pyc
                                            wheel.cpython-313.pyc
                                            wheel_editable.cpython-313.pyc
                                            wheel_legacy.cpython-313.pyc
                                        __init__.py
                                        build_tracker.py
                                        metadata.py
                                        metadata_editable.py
                                        metadata_legacy.py
                                        wheel.py
                                        wheel_editable.py
                                        wheel_legacy.py
                                    install/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            editable_legacy.cpython-313.pyc
                                            wheel.cpython-313.pyc
                                        __init__.py
                                        editable_legacy.py
                                        wheel.py
                                    __init__.py
                                    check.py
                                    freeze.py
                                    prepare.py
                                req/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        constructors.cpython-313.pyc
                                        req_dependency_group.cpython-313.pyc
                                        req_file.cpython-313.pyc
                                        req_install.cpython-313.pyc
                                        req_set.cpython-313.pyc
                                        req_uninstall.cpython-313.pyc
                                    __init__.py
                                    constructors.py
                                    req_dependency_group.py
                                    req_file.py
                                    req_install.py
                                    req_set.py
                                    req_uninstall.py
                                resolution/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        base.cpython-313.pyc
                                    legacy/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            resolver.cpython-313.pyc
                                        __init__.py
                                        resolver.py
                                    resolvelib/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            base.cpython-313.pyc
                                            candidates.cpython-313.pyc
                                            factory.cpython-313.pyc
                                            found_candidates.cpython-313.pyc
                                            provider.cpython-313.pyc
                                            reporter.cpython-313.pyc
                                            requirements.cpython-313.pyc
                                            resolver.cpython-313.pyc
                                        __init__.py
                                        base.py
                                        candidates.py
                                        factory.py
                                        found_candidates.py
                                        provider.py
                                        reporter.py
                                        requirements.py
                                        resolver.py
                                    __init__.py
                                    base.py
                                utils/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _jaraco_text.cpython-313.pyc
                                        _log.cpython-313.pyc
                                        appdirs.cpython-313.pyc
                                        compat.cpython-313.pyc
                                        compatibility_tags.cpython-313.pyc
                                        datetime.cpython-313.pyc
                                        deprecation.cpython-313.pyc
                                        direct_url_helpers.cpython-313.pyc
                                        egg_link.cpython-313.pyc
                                        entrypoints.cpython-313.pyc
                                        filesystem.cpython-313.pyc
                                        filetypes.cpython-313.pyc
                                        glibc.cpython-313.pyc
                                        hashes.cpython-313.pyc
                                        logging.cpython-313.pyc
                                        misc.cpython-313.pyc
                                        packaging.cpython-313.pyc
                                        retry.cpython-313.pyc
                                        setuptools_build.cpython-313.pyc
                                        subprocess.cpython-313.pyc
                                        temp_dir.cpython-313.pyc
                                        unpacking.cpython-313.pyc
                                        urls.cpython-313.pyc
                                        virtualenv.cpython-313.pyc
                                        wheel.cpython-313.pyc
                                    __init__.py
                                    _jaraco_text.py
                                    _log.py
                                    appdirs.py
                                    compat.py
                                    compatibility_tags.py
                                    datetime.py
                                    deprecation.py
                                    direct_url_helpers.py
                                    egg_link.py
                                    entrypoints.py
                                    filesystem.py
                                    filetypes.py
                                    glibc.py
                                    hashes.py
                                    logging.py
                                    misc.py
                                    packaging.py
                                    retry.py
                                    setuptools_build.py
                                    subprocess.py
                                    temp_dir.py
                                    unpacking.py
                                    urls.py
                                    virtualenv.py
                                    wheel.py
                                vcs/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        bazaar.cpython-313.pyc
                                        git.cpython-313.pyc
                                        mercurial.cpython-313.pyc
                                        subversion.cpython-313.pyc
                                        versioncontrol.cpython-313.pyc
                                    __init__.py
                                    bazaar.py
                                    git.py
                                    mercurial.py
                                    subversion.py
                                    versioncontrol.py
                                __init__.py
                                build_env.py
                                cache.py
                                configuration.py
                                exceptions.py
                                main.py
                                pyproject.py
                                self_outdated_check.py
                                wheel_builder.py
                            _vendor/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    typing_extensions.cpython-313.pyc
                                cachecontrol/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _cmd.cpython-313.pyc
                                        adapter.cpython-313.pyc
                                        cache.cpython-313.pyc
                                        controller.cpython-313.pyc
                                        filewrapper.cpython-313.pyc
                                        heuristics.cpython-313.pyc
                                        serialize.cpython-313.pyc
                                        wrapper.cpython-313.pyc
                                    caches/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            file_cache.cpython-313.pyc
                                            redis_cache.cpython-313.pyc
                                        __init__.py
                                        file_cache.py
                                        redis_cache.py
                                    __init__.py
                                    _cmd.py
                                    adapter.py
                                    cache.py
                                    controller.py
                                    filewrapper.py
                                    heuristics.py
                                    py.typed
                                    serialize.py
                                    wrapper.py
                                certifi/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        __main__.cpython-313.pyc
                                        core.cpython-313.pyc
                                    __init__.py
                                    __main__.py
                                    cacert.pem
                                    core.py
                                    py.typed
                                dependency_groups/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        __main__.cpython-313.pyc
                                        _implementation.cpython-313.pyc
                                        _lint_dependency_groups.cpython-313.pyc
                                        _pip_wrapper.cpython-313.pyc
                                        _toml_compat.cpython-313.pyc
                                    __init__.py
                                    __main__.py
                                    _implementation.py
                                    _lint_dependency_groups.py
                                    _pip_wrapper.py
                                    _toml_compat.py
                                    py.typed
                                distlib/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        compat.cpython-313.pyc
                                        database.cpython-313.pyc
                                        index.cpython-313.pyc
                                        locators.cpython-313.pyc
                                        manifest.cpython-313.pyc
                                        markers.cpython-313.pyc
                                        metadata.cpython-313.pyc
                                        resources.cpython-313.pyc
                                        scripts.cpython-313.pyc
                                        util.cpython-313.pyc
                                        version.cpython-313.pyc
                                        wheel.cpython-313.pyc
                                    __init__.py
                                    compat.py
                                    database.py
                                    index.py
                                    locators.py
                                    manifest.py
                                    markers.py
                                    metadata.py
                                    resources.py
                                    scripts.py
                                    t32.exe
                                    t64-arm.exe
                                    t64.exe
                                    util.py
                                    version.py
                                    w32.exe
                                    w64-arm.exe
                                    w64.exe
                                    wheel.py
                                distro/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        __main__.cpython-313.pyc
                                        distro.cpython-313.pyc
                                    __init__.py
                                    __main__.py
                                    distro.py
                                    py.typed
                                idna/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        codec.cpython-313.pyc
                                        compat.cpython-313.pyc
                                        core.cpython-313.pyc
                                        idnadata.cpython-313.pyc
                                        intranges.cpython-313.pyc
                                        package_data.cpython-313.pyc
                                        uts46data.cpython-313.pyc
                                    __init__.py
                                    codec.py
                                    compat.py
                                    core.py
                                    idnadata.py
                                    intranges.py
                                    package_data.py
                                    py.typed
                                    uts46data.py
                                msgpack/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        exceptions.cpython-313.pyc
                                        ext.cpython-313.pyc
                                        fallback.cpython-313.pyc
                                    __init__.py
                                    exceptions.py
                                    ext.py
                                    fallback.py
                                packaging/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _elffile.cpython-313.pyc
                                        _manylinux.cpython-313.pyc
                                        _musllinux.cpython-313.pyc
                                        _parser.cpython-313.pyc
                                        _structures.cpython-313.pyc
                                        _tokenizer.cpython-313.pyc
                                        markers.cpython-313.pyc
                                        metadata.cpython-313.pyc
                                        requirements.cpython-313.pyc
                                        specifiers.cpython-313.pyc
                                        tags.cpython-313.pyc
                                        utils.cpython-313.pyc
                                        version.cpython-313.pyc
                                    licenses/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _spdx.cpython-313.pyc
                                        __init__.py
                                        _spdx.py
                                    __init__.py
                                    _elffile.py
                                    _manylinux.py
                                    _musllinux.py
                                    _parser.py
                                    _structures.py
                                    _tokenizer.py
                                    markers.py
                                    metadata.py
                                    py.typed
                                    requirements.py
                                    specifiers.py
                                    tags.py
                                    utils.py
                                    version.py
                                pkg_resources/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                    __init__.py
                                platformdirs/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        __main__.cpython-313.pyc
                                        android.cpython-313.pyc
                                        api.cpython-313.pyc
                                        macos.cpython-313.pyc
                                        unix.cpython-313.pyc
                                        version.cpython-313.pyc
                                        windows.cpython-313.pyc
                                    __init__.py
                                    __main__.py
                                    android.py
                                    api.py
                                    macos.py
                                    py.typed
                                    unix.py
                                    version.py
                                    windows.py
                                pygments/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        __main__.cpython-313.pyc
                                        console.cpython-313.pyc
                                        filter.cpython-313.pyc
                                        formatter.cpython-313.pyc
                                        lexer.cpython-313.pyc
                                        modeline.cpython-313.pyc
                                        plugin.cpython-313.pyc
                                        regexopt.cpython-313.pyc
                                        scanner.cpython-313.pyc
                                        sphinxext.cpython-313.pyc
                                        style.cpython-313.pyc
                                        token.cpython-313.pyc
                                        unistring.cpython-313.pyc
                                        util.cpython-313.pyc
                                    filters/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                        __init__.py
                                    formatters/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _mapping.cpython-313.pyc
                                        __init__.py
                                        _mapping.py
                                    lexers/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _mapping.cpython-313.pyc
                                            python.cpython-313.pyc
                                        __init__.py
                                        _mapping.py
                                        python.py
                                    styles/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _mapping.cpython-313.pyc
                                        __init__.py
                                        _mapping.py
                                    __init__.py
                                    __main__.py
                                    console.py
                                    filter.py
                                    formatter.py
                                    lexer.py
                                    modeline.py
                                    plugin.py
                                    regexopt.py
                                    scanner.py
                                    sphinxext.py
                                    style.py
                                    token.py
                                    unistring.py
                                    util.py
                                pyproject_hooks/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _impl.cpython-313.pyc
                                    _in_process/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _in_process.cpython-313.pyc
                                        __init__.py
                                        _in_process.py
                                    __init__.py
                                    _impl.py
                                    py.typed
                                requests/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        __version__.cpython-313.pyc
                                        _internal_utils.cpython-313.pyc
                                        adapters.cpython-313.pyc
                                        api.cpython-313.pyc
                                        auth.cpython-313.pyc
                                        certs.cpython-313.pyc
                                        compat.cpython-313.pyc
                                        cookies.cpython-313.pyc
                                        exceptions.cpython-313.pyc
                                        help.cpython-313.pyc
                                        hooks.cpython-313.pyc
                                        models.cpython-313.pyc
                                        packages.cpython-313.pyc
                                        sessions.cpython-313.pyc
                                        status_codes.cpython-313.pyc
                                        structures.cpython-313.pyc
                                        utils.cpython-313.pyc
                                    __init__.py
                                    __version__.py
                                    _internal_utils.py
                                    adapters.py
                                    api.py
                                    auth.py
                                    certs.py
                                    compat.py
                                    cookies.py
                                    exceptions.py
                                    help.py
                                    hooks.py
                                    models.py
                                    packages.py
                                    sessions.py
                                    status_codes.py
                                    structures.py
                                    utils.py
                                resolvelib/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        providers.cpython-313.pyc
                                        reporters.cpython-313.pyc
                                        structs.cpython-313.pyc
                                    resolvers/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            abstract.cpython-313.pyc
                                            criterion.cpython-313.pyc
                                            exceptions.cpython-313.pyc
                                            resolution.cpython-313.pyc
                                        __init__.py
                                        abstract.py
                                        criterion.py
                                        exceptions.py
                                        resolution.py
                                    __init__.py
                                    providers.py
                                    py.typed
                                    reporters.py
                                    structs.py
                                rich/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        __main__.cpython-313.pyc
                                        _cell_widths.cpython-313.pyc
                                        _emoji_codes.cpython-313.pyc
                                        _emoji_replace.cpython-313.pyc
                                        _export_format.cpython-313.pyc
                                        _extension.cpython-313.pyc
                                        _fileno.cpython-313.pyc
                                        _inspect.cpython-313.pyc
                                        _log_render.cpython-313.pyc
                                        _loop.cpython-313.pyc
                                        _null_file.cpython-313.pyc
                                        _palettes.cpython-313.pyc
                                        _pick.cpython-313.pyc
                                        _ratio.cpython-313.pyc
                                        _spinners.cpython-313.pyc
                                        _stack.cpython-313.pyc
                                        _timer.cpython-313.pyc
                                        _win32_console.cpython-313.pyc
                                        _windows.cpython-313.pyc
                                        _windows_renderer.cpython-313.pyc
                                        _wrap.cpython-313.pyc
                                        abc.cpython-313.pyc
                                        align.cpython-313.pyc
                                        ansi.cpython-313.pyc
                                        bar.cpython-313.pyc
                                        box.cpython-313.pyc
                                        cells.cpython-313.pyc
                                        color.cpython-313.pyc
                                        color_triplet.cpython-313.pyc
                                        columns.cpython-313.pyc
                                        console.cpython-313.pyc
                                        constrain.cpython-313.pyc
                                        containers.cpython-313.pyc
                                        control.cpython-313.pyc
                                        default_styles.cpython-313.pyc
                                        diagnose.cpython-313.pyc
                                        emoji.cpython-313.pyc
                                        errors.cpython-313.pyc
                                        file_proxy.cpython-313.pyc
                                        filesize.cpython-313.pyc
                                        highlighter.cpython-313.pyc
                                        json.cpython-313.pyc
                                        jupyter.cpython-313.pyc
                                        layout.cpython-313.pyc
                                        live.cpython-313.pyc
                                        live_render.cpython-313.pyc
                                        logging.cpython-313.pyc
                                        markup.cpython-313.pyc
                                        measure.cpython-313.pyc
                                        padding.cpython-313.pyc
                                        pager.cpython-313.pyc
                                        palette.cpython-313.pyc
                                        panel.cpython-313.pyc
                                        pretty.cpython-313.pyc
                                        progress.cpython-313.pyc
                                        progress_bar.cpython-313.pyc
                                        prompt.cpython-313.pyc
                                        protocol.cpython-313.pyc
                                        region.cpython-313.pyc
                                        repr.cpython-313.pyc
                                        rule.cpython-313.pyc
                                        scope.cpython-313.pyc
                                        screen.cpython-313.pyc
                                        segment.cpython-313.pyc
                                        spinner.cpython-313.pyc
                                        status.cpython-313.pyc
                                        style.cpython-313.pyc
                                        styled.cpython-313.pyc
                                        syntax.cpython-313.pyc
                                        table.cpython-313.pyc
                                        terminal_theme.cpython-313.pyc
                                        text.cpython-313.pyc
                                        theme.cpython-313.pyc
                                        themes.cpython-313.pyc
                                        traceback.cpython-313.pyc
                                        tree.cpython-313.pyc
                                    __init__.py
                                    __main__.py
                                    _cell_widths.py
                                    _emoji_codes.py
                                    _emoji_replace.py
                                    _export_format.py
                                    _extension.py
                                    _fileno.py
                                    _inspect.py
                                    _log_render.py
                                    _loop.py
                                    _null_file.py
                                    _palettes.py
                                    _pick.py
                                    _ratio.py
                                    _spinners.py
                                    _stack.py
                                    _timer.py
                                    _win32_console.py
                                    _windows.py
                                    _windows_renderer.py
                                    _wrap.py
                                    abc.py
                                    align.py
                                    ansi.py
                                    bar.py
                                    box.py
                                    cells.py
                                    color.py
                                    color_triplet.py
                                    columns.py
                                    console.py
                                    constrain.py
                                    containers.py
                                    control.py
                                    default_styles.py
                                    diagnose.py
                                    emoji.py
                                    errors.py
                                    file_proxy.py
                                    filesize.py
                                    highlighter.py
                                    json.py
                                    jupyter.py
                                    layout.py
                                    live.py
                                    live_render.py
                                    logging.py
                                    markup.py
                                    measure.py
                                    padding.py
                                    pager.py
                                    palette.py
                                    panel.py
                                    pretty.py
                                    progress.py
                                    progress_bar.py
                                    prompt.py
                                    protocol.py
                                    py.typed
                                    region.py
                                    repr.py
                                    rule.py
                                    scope.py
                                    screen.py
                                    segment.py
                                    spinner.py
                                    status.py
                                    style.py
                                    styled.py
                                    syntax.py
                                    table.py
                                    terminal_theme.py
                                    text.py
                                    theme.py
                                    themes.py
                                    traceback.py
                                    tree.py
                                tomli/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _parser.cpython-313.pyc
                                        _re.cpython-313.pyc
                                        _types.cpython-313.pyc
                                    __init__.py
                                    _parser.py
                                    _re.py
                                    _types.py
                                    py.typed
                                tomli_w/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _writer.cpython-313.pyc
                                    __init__.py
                                    _writer.py
                                    py.typed
                                truststore/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _api.cpython-313.pyc
                                        _macos.cpython-313.pyc
                                        _openssl.cpython-313.pyc
                                        _ssl_constants.cpython-313.pyc
                                        _windows.cpython-313.pyc
                                    __init__.py
                                    _api.py
                                    _macos.py
                                    _openssl.py
                                    _ssl_constants.py
                                    _windows.py
                                    py.typed
                                urllib3/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _collections.cpython-313.pyc
                                        _version.cpython-313.pyc
                                        connection.cpython-313.pyc
                                        connectionpool.cpython-313.pyc
                                        exceptions.cpython-313.pyc
                                        fields.cpython-313.pyc
                                        filepost.cpython-313.pyc
                                        poolmanager.cpython-313.pyc
                                        request.cpython-313.pyc
                                        response.cpython-313.pyc
                                    contrib/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _appengine_environ.cpython-313.pyc
                                            appengine.cpython-313.pyc
                                            ntlmpool.cpython-313.pyc
                                            pyopenssl.cpython-313.pyc
                                            securetransport.cpython-313.pyc
                                            socks.cpython-313.pyc
                                        _securetransport/
                                            __pycache__/
                                                __init__.cpython-313.pyc
                                                bindings.cpython-313.pyc
                                                low_level.cpython-313.pyc
                                            __init__.py
                                            bindings.py
                                            low_level.py
                                        __init__.py
                                        _appengine_environ.py
                                        appengine.py
                                        ntlmpool.py
                                        pyopenssl.py
                                        securetransport.py
                                        socks.py
                                    packages/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            six.cpython-313.pyc
                                        backports/
                                            __pycache__/
                                                __init__.cpython-313.pyc
                                                makefile.cpython-313.pyc
                                                weakref_finalize.cpython-313.pyc
                                            __init__.py
                                            makefile.py
                                            weakref_finalize.py
                                        __init__.py
                                        six.py
                                    util/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            connection.cpython-313.pyc
                                            proxy.cpython-313.pyc
                                            queue.cpython-313.pyc
                                            request.cpython-313.pyc
                                            response.cpython-313.pyc
                                            retry.cpython-313.pyc
                                            ssl_.cpython-313.pyc
                                            ssl_match_hostname.cpython-313.pyc
                                            ssltransport.cpython-313.pyc
                                            timeout.cpython-313.pyc
                                            url.cpython-313.pyc
                                            wait.cpython-313.pyc
                                        __init__.py
                                        connection.py
                                        proxy.py
                                        queue.py
                                        request.py
                                        response.py
                                        retry.py
                                        ssl_.py
                                        ssl_match_hostname.py
                                        ssltransport.py
                                        timeout.py
                                        url.py
                                        wait.py
                                    __init__.py
                                    _collections.py
                                    _version.py
                                    connection.py
                                    connectionpool.py
                                    exceptions.py
                                    fields.py
                                    filepost.py
                                    poolmanager.py
                                    request.py
                                    response.py
                                __init__.py
                                typing_extensions.py
                                vendor.txt
                            __init__.py
                            __main__.py
                            __pip-runner__.py
                            py.typed
                        pip-25.1.1.dist-info/
                            licenses/
                                AUTHORS.txt
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pkg_resources/
                            tests/
                                data/
                                    my-test-package-source/
                                        setup.cfg
                                        setup.py
                                    my-test-package-zip/
                                        my-test-package.zip
                                    my-test-package_unpacked-egg/
                                        my_test_package-1.0-py3.7.egg/
                                            EGG-INFO/
                                                dependency_links.txt
                                                PKG-INFO
                                                SOURCES.txt
                                                top_level.txt
                                                zip-safe
                                    my-test-package_zipped-egg/
                                        my_test_package-1.0-py3.7.egg
                                __init__.py
                                test_find_distributions.py
                                test_integration_zope_interface.py
                                test_markers.py
                                test_pkg_resources.py
                                test_resources.py
                                test_working_set.py
                            __init__.py
                            api_tests.txt
                            py.typed
                        platformdirs/
                            __init__.py
                            __main__.py
                            android.py
                            api.py
                            macos.py
                            py.typed
                            unix.py
                            version.py
                            windows.py
                        platformdirs-4.3.8.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pluggy/
                            __init__.py
                            _callers.py
                            _hooks.py
                            _manager.py
                            _result.py
                            _tracing.py
                            _version.py
                            _warnings.py
                            py.typed
                        pluggy-1.6.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        prompt_toolkit/
                            application/
                                __init__.py
                                application.py
                                current.py
                                dummy.py
                                run_in_terminal.py
                            clipboard/
                                __init__.py
                                base.py
                                in_memory.py
                                pyperclip.py
                            completion/
                                __init__.py
                                base.py
                                deduplicate.py
                                filesystem.py
                                fuzzy_completer.py
                                nested.py
                                word_completer.py
                            contrib/
                                completers/
                                    __init__.py
                                    system.py
                                regular_languages/
                                    __init__.py
                                    compiler.py
                                    completion.py
                                    lexer.py
                                    regex_parser.py
                                    validation.py
                                ssh/
                                    __init__.py
                                    server.py
                                telnet/
                                    __init__.py
                                    log.py
                                    protocol.py
                                    server.py
                                __init__.py
                            eventloop/
                                __init__.py
                                async_generator.py
                                inputhook.py
                                utils.py
                                win32.py
                            filters/
                                __init__.py
                                app.py
                                base.py
                                cli.py
                                utils.py
                            formatted_text/
                                __init__.py
                                ansi.py
                                base.py
                                html.py
                                pygments.py
                                utils.py
                            input/
                                __init__.py
                                ansi_escape_sequences.py
                                base.py
                                defaults.py
                                posix_pipe.py
                                posix_utils.py
                                typeahead.py
                                vt100.py
                                vt100_parser.py
                                win32.py
                                win32_pipe.py
                            key_binding/
                                bindings/
                                    __init__.py
                                    auto_suggest.py
                                    basic.py
                                    completion.py
                                    cpr.py
                                    emacs.py
                                    focus.py
                                    mouse.py
                                    named_commands.py
                                    open_in_editor.py
                                    page_navigation.py
                                    scroll.py
                                    search.py
                                    vi.py
                                __init__.py
                                defaults.py
                                digraphs.py
                                emacs_state.py
                                key_bindings.py
                                key_processor.py
                                vi_state.py
                            layout/
                                __init__.py
                                containers.py
                                controls.py
                                dimension.py
                                dummy.py
                                layout.py
                                margins.py
                                menus.py
                                mouse_handlers.py
                                processors.py
                                screen.py
                                scrollable_pane.py
                                utils.py
                            lexers/
                                __init__.py
                                base.py
                                pygments.py
                            output/
                                __init__.py
                                base.py
                                color_depth.py
                                conemu.py
                                defaults.py
                                flush_stdout.py
                                plain_text.py
                                vt100.py
                                win32.py
                                windows10.py
                            shortcuts/
                                progress_bar/
                                    __init__.py
                                    base.py
                                    formatters.py
                                __init__.py
                                dialogs.py
                                prompt.py
                                utils.py
                            styles/
                                __init__.py
                                base.py
                                defaults.py
                                named_colors.py
                                pygments.py
                                style.py
                                style_transformation.py
                            widgets/
                                __init__.py
                                base.py
                                dialogs.py
                                menus.py
                                toolbars.py
                            __init__.py
                            auto_suggest.py
                            buffer.py
                            cache.py
                            cursor_shapes.py
                            data_structures.py
                            document.py
                            enums.py
                            history.py
                            keys.py
                            log.py
                            mouse_events.py
                            patch_stdout.py
                            py.typed
                            renderer.py
                            search.py
                            selection.py
                            token.py
                            utils.py
                            validation.py
                            win32_types.py
                        prompt_toolkit-3.0.51.dist-info/
                            licenses/
                                AUTHORS.rst
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        psutil/
                            tests/
                                __init__.py
                                __main__.py
                                test_aix.py
                                test_bsd.py
                                test_connections.py
                                test_contracts.py
                                test_linux.py
                                test_memleaks.py
                                test_misc.py
                                test_osx.py
                                test_posix.py
                                test_process.py
                                test_process_all.py
                                test_scripts.py
                                test_sunos.py
                                test_system.py
                                test_testutils.py
                                test_unicode.py
                                test_windows.py
                            __init__.py
                            _common.py
                            _psaix.py
                            _psbsd.py
                            _pslinux.py
                            _psosx.py
                            _psposix.py
                            _pssunos.py
                            _psutil_osx.abi3.so
                            _psutil_posix.abi3.so
                            _pswindows.py
                        psutil-7.0.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        ptyprocess/
                            __init__.py
                            _fork_pty.py
                            ptyprocess.py
                            util.py
                        ptyprocess-0.7.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pure_eval/
                            __init__.py
                            core.py
                            my_getattr_static.py
                            py.typed
                            utils.py
                            version.py
                        pure_eval-0.2.3.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        py7zr/
                            __init__.py
                            __main__.py
                            archiveinfo.py
                            callbacks.py
                            cli.py
                            compressor.py
                            exceptions.py
                            helpers.py
                            io.py
                            properties.py
                            py.typed
                            py7zr.py
                            version.py
                            win32compat.py
                        py7zr-1.0.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pybcj-1.0.6.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pycryptodomex-3.23.0.dist-info/
                            AUTHORS.rst
                            INSTALLER
                            LICENSE.rst
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pydantic/
                            _internal/
                                __init__.py
                                _config.py
                                _core_metadata.py
                                _core_utils.py
                                _dataclasses.py
                                _decorators.py
                                _decorators_v1.py
                                _discriminated_union.py
                                _docs_extraction.py
                                _fields.py
                                _forward_ref.py
                                _generate_schema.py
                                _generics.py
                                _git.py
                                _import_utils.py
                                _internal_dataclass.py
                                _known_annotated_metadata.py
                                _mock_val_ser.py
                                _model_construction.py
                                _namespace_utils.py
                                _repr.py
                                _schema_gather.py
                                _schema_generation_shared.py
                                _serializers.py
                                _signature.py
                                _typing_extra.py
                                _utils.py
                                _validate_call.py
                                _validators.py
                            deprecated/
                                __init__.py
                                class_validators.py
                                config.py
                                copy_internals.py
                                decorator.py
                                json.py
                                parse.py
                                tools.py
                            experimental/
                                __init__.py
                                arguments_schema.py
                                pipeline.py
                            plugin/
                                __init__.py
                                _loader.py
                                _schema_validator.py
                            v1/
                                __init__.py
                                _hypothesis_plugin.py
                                annotated_types.py
                                class_validators.py
                                color.py
                                config.py
                                dataclasses.py
                                datetime_parse.py
                                decorator.py
                                env_settings.py
                                error_wrappers.py
                                errors.py
                                fields.py
                                generics.py
                                json.py
                                main.py
                                mypy.py
                                networks.py
                                parse.py
                                py.typed
                                schema.py
                                tools.py
                                types.py
                                typing.py
                                utils.py
                                validators.py
                                version.py
                            __init__.py
                            _migration.py
                            alias_generators.py
                            aliases.py
                            annotated_handlers.py
                            class_validators.py
                            color.py
                            config.py
                            dataclasses.py
                            datetime_parse.py
                            decorator.py
                            env_settings.py
                            error_wrappers.py
                            errors.py
                            fields.py
                            functional_serializers.py
                            functional_validators.py
                            generics.py
                            json.py
                            json_schema.py
                            main.py
                            mypy.py
                            networks.py
                            parse.py
                            py.typed
                            root_model.py
                            schema.py
                            tools.py
                            type_adapter.py
                            types.py
                            typing.py
                            utils.py
                            validate_call_decorator.py
                            validators.py
                            version.py
                            warnings.py
                        pydantic-2.11.7.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pydantic_core/
                            __init__.py
                            _pydantic_core.cpython-313-darwin.so
                            _pydantic_core.pyi
                            core_schema.py
                            py.typed
                        pydantic_core-2.33.2.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pygments/
                            filters/
                                __init__.py
                            formatters/
                                __init__.py
                                _mapping.py
                                bbcode.py
                                groff.py
                                html.py
                                img.py
                                irc.py
                                latex.py
                                other.py
                                pangomarkup.py
                                rtf.py
                                svg.py
                                terminal.py
                                terminal256.py
                            lexers/
                                __init__.py
                                _ada_builtins.py
                                _asy_builtins.py
                                _cl_builtins.py
                                _cocoa_builtins.py
                                _csound_builtins.py
                                _css_builtins.py
                                _googlesql_builtins.py
                                _julia_builtins.py
                                _lasso_builtins.py
                                _lilypond_builtins.py
                                _lua_builtins.py
                                _luau_builtins.py
                                _mapping.py
                                _mql_builtins.py
                                _mysql_builtins.py
                                _openedge_builtins.py
                                _php_builtins.py
                                _postgres_builtins.py
                                _qlik_builtins.py
                                _scheme_builtins.py
                                _scilab_builtins.py
                                _sourcemod_builtins.py
                                _sql_builtins.py
                                _stan_builtins.py
                                _stata_builtins.py
                                _tsql_builtins.py
                                _usd_builtins.py
                                _vbscript_builtins.py
                                _vim_builtins.py
                                actionscript.py
                                ada.py
                                agile.py
                                algebra.py
                                ambient.py
                                amdgpu.py
                                ampl.py
                                apdlexer.py
                                apl.py
                                archetype.py
                                arrow.py
                                arturo.py
                                asc.py
                                asm.py
                                asn1.py
                                automation.py
                                bare.py
                                basic.py
                                bdd.py
                                berry.py
                                bibtex.py
                                blueprint.py
                                boa.py
                                bqn.py
                                business.py
                                c_cpp.py
                                c_like.py
                                capnproto.py
                                carbon.py
                                cddl.py
                                chapel.py
                                clean.py
                                codeql.py
                                comal.py
                                compiled.py
                                configs.py
                                console.py
                                cplint.py
                                crystal.py
                                csound.py
                                css.py
                                d.py
                                dalvik.py
                                data.py
                                dax.py
                                devicetree.py
                                diff.py
                                dns.py
                                dotnet.py
                                dsls.py
                                dylan.py
                                ecl.py
                                eiffel.py
                                elm.py
                                elpi.py
                                email.py
                                erlang.py
                                esoteric.py
                                ezhil.py
                                factor.py
                                fantom.py
                                felix.py
                                fift.py
                                floscript.py
                                forth.py
                                fortran.py
                                foxpro.py
                                freefem.py
                                func.py
                                functional.py
                                futhark.py
                                gcodelexer.py
                                gdscript.py
                                gleam.py
                                go.py
                                grammar_notation.py
                                graph.py
                                graphics.py
                                graphql.py
                                graphviz.py
                                gsql.py
                                hare.py
                                haskell.py
                                haxe.py
                                hdl.py
                                hexdump.py
                                html.py
                                idl.py
                                igor.py
                                inferno.py
                                installers.py
                                int_fiction.py
                                iolang.py
                                j.py
                                javascript.py
                                jmespath.py
                                jslt.py
                                json5.py
                                jsonnet.py
                                jsx.py
                                julia.py
                                jvm.py
                                kuin.py
                                kusto.py
                                ldap.py
                                lean.py
                                lilypond.py
                                lisp.py
                                macaulay2.py
                                make.py
                                maple.py
                                markup.py
                                math.py
                                matlab.py
                                maxima.py
                                meson.py
                                mime.py
                                minecraft.py
                                mips.py
                                ml.py
                                modeling.py
                                modula2.py
                                mojo.py
                                monte.py
                                mosel.py
                                ncl.py
                                nimrod.py
                                nit.py
                                nix.py
                                numbair.py
                                oberon.py
                                objective.py
                                ooc.py
                                openscad.py
                                other.py
                                parasail.py
                                parsers.py
                                pascal.py
                                pawn.py
                                pddl.py
                                perl.py
                                phix.py
                                php.py
                                pointless.py
                                pony.py
                                praat.py
                                procfile.py
                                prolog.py
                                promql.py
                                prql.py
                                ptx.py
                                python.py
                                q.py
                                qlik.py
                                qvt.py
                                r.py
                                rdf.py
                                rebol.py
                                rego.py
                                resource.py
                                ride.py
                                rita.py
                                rnc.py
                                roboconf.py
                                robotframework.py
                                ruby.py
                                rust.py
                                sas.py
                                savi.py
                                scdoc.py
                                scripting.py
                                sgf.py
                                shell.py
                                sieve.py
                                slash.py
                                smalltalk.py
                                smithy.py
                                smv.py
                                snobol.py
                                solidity.py
                                soong.py
                                sophia.py
                                special.py
                                spice.py
                                sql.py
                                srcinfo.py
                                stata.py
                                supercollider.py
                                tablegen.py
                                tact.py
                                tal.py
                                tcl.py
                                teal.py
                                templates.py
                                teraterm.py
                                testing.py
                                text.py
                                textedit.py
                                textfmts.py
                                theorem.py
                                thingsdb.py
                                tlb.py
                                tls.py
                                tnt.py
                                trafficscript.py
                                typoscript.py
                                typst.py
                                ul4.py
                                unicon.py
                                urbi.py
                                usd.py
                                varnish.py
                                verification.py
                                verifpal.py
                                vip.py
                                vyper.py
                                web.py
                                webassembly.py
                                webidl.py
                                webmisc.py
                                wgsl.py
                                whiley.py
                                wowtoc.py
                                wren.py
                                x10.py
                                xorg.py
                                yang.py
                                yara.py
                                zig.py
                            styles/
                                __init__.py
                                _mapping.py
                                abap.py
                                algol.py
                                algol_nu.py
                                arduino.py
                                autumn.py
                                borland.py
                                bw.py
                                coffee.py
                                colorful.py
                                default.py
                                dracula.py
                                emacs.py
                                friendly.py
                                friendly_grayscale.py
                                fruity.py
                                gh_dark.py
                                gruvbox.py
                                igor.py
                                inkpot.py
                                lightbulb.py
                                lilypond.py
                                lovelace.py
                                manni.py
                                material.py
                                monokai.py
                                murphy.py
                                native.py
                                nord.py
                                onedark.py
                                paraiso_dark.py
                                paraiso_light.py
                                pastie.py
                                perldoc.py
                                rainbow_dash.py
                                rrt.py
                                sas.py
                                solarized.py
                                staroffice.py
                                stata_dark.py
                                stata_light.py
                                tango.py
                                trac.py
                                vim.py
                                vs.py
                                xcode.py
                                zenburn.py
                            __init__.py
                            __main__.py
                            cmdline.py
                            console.py
                            filter.py
                            formatter.py
                            lexer.py
                            modeline.py
                            plugin.py
                            regexopt.py
                            scanner.py
                            sphinxext.py
                            style.py
                            token.py
                            unistring.py
                            util.py
                        pygments-2.19.2.dist-info/
                            licenses/
                                AUTHORS
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pyppmd/
                            c/
                                _ppmd.cpython-313-darwin.so
                                c_ppmd.py
                            cffi/
                                cffi_ppmd.py
                            __init__.py
                            py.typed
                        pyppmd-1.2.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest/
                            __init__.py
                            __main__.py
                            py.typed
                        pytest-8.4.1.dist-info/
                            licenses/
                                AUTHORS
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest_asyncio/
                            __init__.py
                            _version.py
                            plugin.py
                            py.typed
                        pytest_asyncio-1.1.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest_cov/
                            __init__.py
                            compat.py
                            embed.py
                            engine.py
                            plugin.py
                        pytest_cov-6.2.1.dist-info/
                            licenses/
                                AUTHORS.rst
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        python_dotenv-1.1.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pyzstd/
                            _c/
                                __init__.py
                                _zstd.cpython-313-darwin.so
                            __init__.py
                            __init__.pyi
                            __main__.py
                            _seekable_zstdfile.py
                            _zstdfile.py
                            py.typed
                        pyzstd-0.17.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        requests/
                            __init__.py
                            __version__.py
                            _internal_utils.py
                            adapters.py
                            api.py
                            auth.py
                            certs.py
                            compat.py
                            cookies.py
                            exceptions.py
                            help.py
                            hooks.py
                            models.py
                            packages.py
                            sessions.py
                            status_codes.py
                            structures.py
                            utils.py
                        requests-2.32.4.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        requests_cache/
                            backends/
                                __init__.py
                                base.py
                                dynamodb.py
                                filesystem.py
                                gridfs.py
                                mongodb.py
                                redis.py
                                sqlite.py
                            models/
                                __init__.py
                                base.py
                                raw_response.py
                                request.py
                                response.py
                            policy/
                                __init__.py
                                actions.py
                                directives.py
                                expiration.py
                                settings.py
                            serializers/
                                __init__.py
                                cattrs.py
                                pipeline.py
                                preconf.py
                            __init__.py
                            _utils.py
                            cache_keys.py
                            patcher.py
                            py.typed
                            session.py
                        requests_cache-1.2.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        requirements/
                            __init__.py
                            fragment.py
                            parser.py
                            py.typed
                            requirement.py
                            vcs.py
                        requirements_parser-0.13.0.dist-info/
                            AUTHORS.md
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        rich/
                            __init__.py
                            __main__.py
                            _cell_widths.py
                            _emoji_codes.py
                            _emoji_replace.py
                            _export_format.py
                            _extension.py
                            _fileno.py
                            _inspect.py
                            _log_render.py
                            _loop.py
                            _null_file.py
                            _palettes.py
                            _pick.py
                            _ratio.py
                            _spinners.py
                            _stack.py
                            _timer.py
                            _win32_console.py
                            _windows.py
                            _windows_renderer.py
                            _wrap.py
                            abc.py
                            align.py
                            ansi.py
                            bar.py
                            box.py
                            cells.py
                            color.py
                            color_triplet.py
                            columns.py
                            console.py
                            constrain.py
                            containers.py
                            control.py
                            default_styles.py
                            diagnose.py
                            emoji.py
                            errors.py
                            file_proxy.py
                            filesize.py
                            highlighter.py
                            json.py
                            jupyter.py
                            layout.py
                            live.py
                            live_render.py
                            logging.py
                            markdown.py
                            markup.py
                            measure.py
                            padding.py
                            pager.py
                            palette.py
                            panel.py
                            pretty.py
                            progress.py
                            progress_bar.py
                            prompt.py
                            protocol.py
                            py.typed
                            region.py
                            repr.py
                            rule.py
                            scope.py
                            screen.py
                            segment.py
                            spinner.py
                            status.py
                            style.py
                            styled.py
                            syntax.py
                            table.py
                            terminal_theme.py
                            text.py
                            theme.py
                            themes.py
                            traceback.py
                            tree.py
                        rich-14.1.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        setuptools/
                            _distutils/
                                command/
                                    __init__.py
                                    _framework_compat.py
                                    bdist.py
                                    bdist_dumb.py
                                    bdist_rpm.py
                                    build.py
                                    build_clib.py
                                    build_ext.py
                                    build_py.py
                                    build_scripts.py
                                    check.py
                                    clean.py
                                    config.py
                                    install.py
                                    install_data.py
                                    install_egg_info.py
                                    install_headers.py
                                    install_lib.py
                                    install_scripts.py
                                    sdist.py
                                compat/
                                    __init__.py
                                    numpy.py
                                    py39.py
                                compilers/
                                    C/
                                        tests/
                                            test_base.py
                                            test_cygwin.py
                                            test_mingw.py
                                            test_msvc.py
                                            test_unix.py
                                        base.py
                                        cygwin.py
                                        errors.py
                                        msvc.py
                                        unix.py
                                        zos.py
                                tests/
                                    compat/
                                        __init__.py
                                        py39.py
                                    __init__.py
                                    support.py
                                    test_archive_util.py
                                    test_bdist.py
                                    test_bdist_dumb.py
                                    test_bdist_rpm.py
                                    test_build.py
                                    test_build_clib.py
                                    test_build_ext.py
                                    test_build_py.py
                                    test_build_scripts.py
                                    test_check.py
                                    test_clean.py
                                    test_cmd.py
                                    test_config_cmd.py
                                    test_core.py
                                    test_dir_util.py
                                    test_dist.py
                                    test_extension.py
                                    test_file_util.py
                                    test_filelist.py
                                    test_install.py
                                    test_install_data.py
                                    test_install_headers.py
                                    test_install_lib.py
                                    test_install_scripts.py
                                    test_log.py
                                    test_modified.py
                                    test_sdist.py
                                    test_spawn.py
                                    test_sysconfig.py
                                    test_text_file.py
                                    test_util.py
                                    test_version.py
                                    test_versionpredicate.py
                                    unix_compat.py
                                __init__.py
                                _log.py
                                _macos_compat.py
                                _modified.py
                                _msvccompiler.py
                                archive_util.py
                                ccompiler.py
                                cmd.py
                                core.py
                                cygwinccompiler.py
                                debug.py
                                dep_util.py
                                dir_util.py
                                dist.py
                                errors.py
                                extension.py
                                fancy_getopt.py
                                file_util.py
                                filelist.py
                                log.py
                                spawn.py
                                sysconfig.py
                                text_file.py
                                unixccompiler.py
                                util.py
                                version.py
                                versionpredicate.py
                                zosccompiler.py
                            _vendor/
                                autocommand/
                                    __init__.py
                                    autoasync.py
                                    autocommand.py
                                    automain.py
                                    autoparse.py
                                    errors.py
                                autocommand-2.2.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                backports/
                                    tarfile/
                                        compat/
                                            __init__.py
                                            py38.py
                                        __init__.py
                                        __main__.py
                                    __init__.py
                                backports.tarfile-1.2.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                importlib_metadata/
                                    compat/
                                        __init__.py
                                        py311.py
                                        py39.py
                                    __init__.py
                                    _adapters.py
                                    _collections.py
                                    _compat.py
                                    _functools.py
                                    _itertools.py
                                    _meta.py
                                    _text.py
                                    diagnose.py
                                    py.typed
                                importlib_metadata-8.0.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                inflect/
                                    compat/
                                        __init__.py
                                        py38.py
                                    __init__.py
                                    py.typed
                                inflect-7.3.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                jaraco/
                                    collections/
                                        __init__.py
                                        py.typed
                                    functools/
                                        __init__.py
                                        __init__.pyi
                                        py.typed
                                    text/
                                        __init__.py
                                        layouts.py
                                        Lorem ipsum.txt
                                        show-newlines.py
                                        strip-prefix.py
                                        to-dvorak.py
                                        to-qwerty.py
                                    context.py
                                jaraco.collections-5.1.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                jaraco.context-5.3.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                jaraco.functools-4.0.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                jaraco.text-3.12.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                more_itertools/
                                    __init__.py
                                    __init__.pyi
                                    more.py
                                    more.pyi
                                    py.typed
                                    recipes.py
                                    recipes.pyi
                                more_itertools-10.3.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                packaging/
                                    licenses/
                                        __init__.py
                                        _spdx.py
                                    __init__.py
                                    _elffile.py
                                    _manylinux.py
                                    _musllinux.py
                                    _parser.py
                                    _structures.py
                                    _tokenizer.py
                                    markers.py
                                    metadata.py
                                    py.typed
                                    requirements.py
                                    specifiers.py
                                    tags.py
                                    utils.py
                                    version.py
                                packaging-24.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    LICENSE.APACHE
                                    LICENSE.BSD
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                platformdirs/
                                    __init__.py
                                    __main__.py
                                    android.py
                                    api.py
                                    macos.py
                                    py.typed
                                    unix.py
                                    version.py
                                    windows.py
                                platformdirs-4.2.2.dist-info/
                                    licenses/
                                        LICENSE
                                    INSTALLER
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                tomli/
                                    __init__.py
                                    _parser.py
                                    _re.py
                                    _types.py
                                    py.typed
                                tomli-2.0.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                typeguard/
                                    __init__.py
                                    _checkers.py
                                    _config.py
                                    _decorators.py
                                    _exceptions.py
                                    _functions.py
                                    _importhook.py
                                    _memo.py
                                    _pytest_plugin.py
                                    _suppression.py
                                    _transformer.py
                                    _union_transformer.py
                                    _utils.py
                                    py.typed
                                typeguard-4.3.0.dist-info/
                                    entry_points.txt
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                typing_extensions-4.12.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    WHEEL
                                wheel/
                                    cli/
                                        __init__.py
                                        convert.py
                                        pack.py
                                        tags.py
                                        unpack.py
                                    vendored/
                                        packaging/
                                            __init__.py
                                            _elffile.py
                                            _manylinux.py
                                            _musllinux.py
                                            _parser.py
                                            _structures.py
                                            _tokenizer.py
                                            LICENSE
                                            LICENSE.APACHE
                                            LICENSE.BSD
                                            markers.py
                                            requirements.py
                                            specifiers.py
                                            tags.py
                                            utils.py
                                            version.py
                                        __init__.py
                                        vendor.txt
                                    __init__.py
                                    __main__.py
                                    _bdist_wheel.py
                                    _setuptools_logging.py
                                    bdist_wheel.py
                                    macosx_libfile.py
                                    metadata.py
                                    util.py
                                    wheelfile.py
                                wheel-0.45.1.dist-info/
                                    entry_points.txt
                                    INSTALLER
                                    LICENSE.txt
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                zipp/
                                    compat/
                                        __init__.py
                                        py310.py
                                    __init__.py
                                    glob.py
                                zipp-3.19.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                typing_extensions.py
                            command/
                                __init__.py
                                _requirestxt.py
                                alias.py
                                bdist_egg.py
                                bdist_rpm.py
                                bdist_wheel.py
                                build.py
                                build_clib.py
                                build_ext.py
                                build_py.py
                                develop.py
                                dist_info.py
                                easy_install.py
                                editable_wheel.py
                                egg_info.py
                                install.py
                                install_egg_info.py
                                install_lib.py
                                install_scripts.py
                                launcher manifest.xml
                                rotate.py
                                saveopts.py
                                sdist.py
                                setopt.py
                                test.py
                            compat/
                                __init__.py
                                py310.py
                                py311.py
                                py312.py
                                py39.py
                            config/
                                _validate_pyproject/
                                    __init__.py
                                    error_reporting.py
                                    extra_validations.py
                                    fastjsonschema_exceptions.py
                                    fastjsonschema_validations.py
                                    formats.py
                                    NOTICE
                                __init__.py
                                _apply_pyprojecttoml.py
                                distutils.schema.json
                                expand.py
                                NOTICE
                                pyprojecttoml.py
                                setupcfg.py
                                setuptools.schema.json
                            tests/
                                compat/
                                    __init__.py
                                    py39.py
                                config/
                                    downloads/
                                        __init__.py
                                        preload.py
                                    __init__.py
                                    setupcfg_examples.txt
                                    test_apply_pyprojecttoml.py
                                    test_expand.py
                                    test_pyprojecttoml.py
                                    test_pyprojecttoml_dynamic_deps.py
                                    test_setupcfg.py
                                indexes/
                                    test_links_priority/
                                        simple/
                                            foobar/
                                                index.html
                                        external.html
                                integration/
                                    __init__.py
                                    helpers.py
                                    test_pbr.py
                                    test_pip_install_sdist.py
                                __init__.py
                                contexts.py
                                environment.py
                                fixtures.py
                                mod_with_constant.py
                                namespaces.py
                                script-with-bom.py
                                test_archive_util.py
                                test_bdist_deprecations.py
                                test_bdist_egg.py
                                test_bdist_wheel.py
                                test_build.py
                                test_build_clib.py
                                test_build_ext.py
                                test_build_meta.py
                                test_build_py.py
                                test_config_discovery.py
                                test_core_metadata.py
                                test_depends.py
                                test_develop.py
                                test_dist.py
                                test_dist_info.py
                                test_distutils_adoption.py
                                test_editable_install.py
                                test_egg_info.py
                                test_extern.py
                                test_find_packages.py
                                test_find_py_modules.py
                                test_glob.py
                                test_install_scripts.py
                                test_logging.py
                                test_manifest.py
                                test_namespaces.py
                                test_scripts.py
                                test_sdist.py
                                test_setopt.py
                                test_setuptools.py
                                test_shutil_wrapper.py
                                test_unicode_utils.py
                                test_virtualenv.py
                                test_warnings.py
                                test_wheel.py
                                test_windows_wrappers.py
                                text.py
                                textwrap.py
                            __init__.py
                            _core_metadata.py
                            _discovery.py
                            _entry_points.py
                            _imp.py
                            _importlib.py
                            _itertools.py
                            _normalization.py
                            _path.py
                            _reqs.py
                            _scripts.py
                            _shutil.py
                            _static.py
                            archive_util.py
                            build_meta.py
                            cli-32.exe
                            cli-64.exe
                            cli-arm64.exe
                            cli.exe
                            depends.py
                            discovery.py
                            dist.py
                            errors.py
                            extension.py
                            glob.py
                            gui-32.exe
                            gui-64.exe
                            gui-arm64.exe
                            gui.exe
                            installer.py
                            launch.py
                            logging.py
                            modified.py
                            monkey.py
                            msvc.py
                            namespaces.py
                            script (dev).tmpl
                            script.tmpl
                            unicode_utils.py
                            version.py
                            warnings.py
                            wheel.py
                            windows_support.py
                        setuptools-80.9.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        stack_data/
                            __init__.py
                            core.py
                            formatting.py
                            py.typed
                            serializing.py
                            utils.py
                            version.py
                        stack_data-0.6.3.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        texttable-1.7.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        tomli/
                            __init__.cpython-313-darwin.so
                            __init__.py
                            _parser.cpython-313-darwin.so
                            _parser.py
                            _re.cpython-313-darwin.so
                            _re.py
                            _types.cpython-313-darwin.so
                            _types.py
                            py.typed
                        tomli-2.2.1.dist-info/
                            INSTALLER
                            LICENSE
                            LICENSE-HEADER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        tomlkit/
                            __init__.py
                            _compat.py
                            _types.py
                            _utils.py
                            api.py
                            container.py
                            exceptions.py
                            items.py
                            parser.py
                            py.typed
                            source.py
                            toml_char.py
                            toml_document.py
                            toml_file.py
                        tomlkit-0.13.3.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        traitlets/
                            config/
                                __init__.py
                                application.py
                                argcomplete_config.py
                                configurable.py
                                loader.py
                                manager.py
                                sphinxdoc.py
                            tests/
                                __init__.py
                                test_traitlets.py
                                utils.py
                            utils/
                                __init__.py
                                bunch.py
                                decorators.py
                                descriptions.py
                                getargspec.py
                                importstring.py
                                nested_update.py
                                sentinel.py
                                text.py
                                warnings.py
                            __init__.py
                            _version.py
                            log.py
                            py.typed
                            traitlets.py
                        traitlets-5.14.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        typing_extensions-4.14.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        typing_inspection/
                            __init__.py
                            introspection.py
                            py.typed
                            typing_objects.py
                            typing_objects.pyi
                        typing_inspection-0.4.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        url_normalize/
                            __init__.py
                            cli.py
                            generic_url_cleanup.py
                            normalize_fragment.py
                            normalize_host.py
                            normalize_path.py
                            normalize_port.py
                            normalize_query.py
                            normalize_scheme.py
                            normalize_userinfo.py
                            param_allowlist.py
                            provide_url_domain.py
                            provide_url_scheme.py
                            py.typed
                            tools.py
                            url_normalize.py
                        url_normalize-2.2.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        urllib3/
                            contrib/
                                emscripten/
                                    __init__.py
                                    connection.py
                                    emscripten_fetch_worker.js
                                    fetch.py
                                    request.py
                                    response.py
                                __init__.py
                                pyopenssl.py
                                socks.py
                            http2/
                                __init__.py
                                connection.py
                                probe.py
                            util/
                                __init__.py
                                connection.py
                                proxy.py
                                request.py
                                response.py
                                retry.py
                                ssl_.py
                                ssl_match_hostname.py
                                ssltransport.py
                                timeout.py
                                url.py
                                util.py
                                wait.py
                            __init__.py
                            _base_connection.py
                            _collections.py
                            _request_methods.py
                            _version.py
                            connection.py
                            connectionpool.py
                            exceptions.py
                            fields.py
                            filepost.py
                            poolmanager.py
                            py.typed
                            response.py
                        urllib3-2.5.0.dist-info/
                            licenses/
                                LICENSE.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        uv/
                            __init__.py
                            __main__.py
                            _find_uv.py
                            py.typed
                        uv-0.8.5.dist-info/
                            licenses/
                                LICENSE-APACHE
                                LICENSE-MIT
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        wcwidth/
                            __init__.py
                            table_vs16.py
                            table_wide.py
                            table_zero.py
                            unicode_versions.py
                            wcwidth.py
                        wcwidth-0.2.13.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        30fcd23745efe32ce681__mypyc.cpython-313-darwin.so
                        __editable__.agi_env-0.4.1.pth
                        _black_version.py
                        _brotli.cpython-313-darwin.so
                        _virtualenv.pth
                        _virtualenv.py
                        appdirs.py
                        brotli.py
                        ddc459050edb75a05942__mypyc.cpython-313-darwin.so
                        decorator.py
                        distutils-precedence.pth
                        ipython_pygments_lexers.py
                        mypy_extensions.py
                        py.py
                        pytest-cov.pth
                        texttable.py
                        typing_extensions.py
            share/
                man/
                    man1/
                        ipython.1
            .gitignore
            .lock
            CACHEDIR.TAG
            pyvenv.cfg
        __pycache__/
            __init__.cpython-313.pyc
        src/
            agi_env/
                __pycache__/
                    __init__.cpython-313.pyc
                    agi_env.cpython-313.pyc
                resources/
                    .agilab/
                        .env
                        balancer_df.csv
                        balancer_model.pkl
                        code_editor.scss
                        custom_buttons.json
                        info_bar.json
                __init__.py
                agi_env.py
            agi_env.egg-info/
                dependency_links.txt
                PKG-INFO
                requires.txt
                SOURCES.txt
                top_level.txt
            __init__.py
            pyproject.toml
        test/
            __pycache__/
                __init__.cpython-313.pyc
                test_agi_env.cpython-313-pytest-8.4.1.pyc
            __init__.py
            clean_csv.py
            dummy_cmd.py
            test_agi_env.py
        .gitignore
        __init__.py
        MANIFEST.in
        pyproject.toml
        uv.lock
        uv_config.toml
    agi-node/
        .idea/
            inspectionProfiles/
                profiles_settings.xml
                Project_Default.xml
            .gitignore
            agi-node.iml
            misc.xml
            modules.xml
            vcs.xml
        .venv/
            bin/
                activate
                activate.bat
                activate.csh
                activate.fish
                activate.nu
                activate.ps1
                activate_this.py
                black
                blackd
                coverage
                coverage-3.13
                coverage3
                cygdb
                cython
                cythonize
                dask
                dask-scheduler
                dask-ssh
                dask-worker
                deactivate.bat
                dotenv
                f2py
                ipython
                ipython3
                licensecheck
                markdown-it
                markdown_py
                normalizer
                numba
                numpy-config
                pip3
                pip3.13
                py.test
                py7zr
                pydoc.bat
                pygmentize
                pytest
                python
                python3
                python3.13
                url-normalize
                uv
                uvx
                wheel
            lib/
                python3.13/
                    site-packages/
                        __pycache__/
                            _virtualenv.cpython-313.pyc
                            appdirs.cpython-313.pyc
                            typing_extensions.cpython-313.pyc
                        _distutils_hack/
                            __pycache__/
                                __init__.cpython-313.pyc
                            __init__.py
                            override.py
                        _pytest/
                            _code/
                                __init__.py
                                code.py
                                source.py
                            _io/
                                __init__.py
                                pprint.py
                                saferepr.py
                                terminalwriter.py
                                wcwidth.py
                            _py/
                                __init__.py
                                error.py
                                path.py
                            assertion/
                                __init__.py
                                rewrite.py
                                truncate.py
                                util.py
                            config/
                                __init__.py
                                argparsing.py
                                compat.py
                                exceptions.py
                                findpaths.py
                            mark/
                                __init__.py
                                expression.py
                                structures.py
                            __init__.py
                            _argcomplete.py
                            _version.py
                            cacheprovider.py
                            capture.py
                            compat.py
                            debugging.py
                            deprecated.py
                            doctest.py
                            faulthandler.py
                            fixtures.py
                            freeze_support.py
                            helpconfig.py
                            hookspec.py
                            junitxml.py
                            legacypath.py
                            logging.py
                            main.py
                            monkeypatch.py
                            nodes.py
                            outcomes.py
                            pastebin.py
                            pathlib.py
                            py.typed
                            pytester.py
                            pytester_assertions.py
                            python.py
                            python_api.py
                            raises.py
                            recwarn.py
                            reports.py
                            runner.py
                            scope.py
                            setuponly.py
                            setupplan.py
                            skipping.py
                            stash.py
                            stepwise.py
                            terminal.py
                            threadexception.py
                            timing.py
                            tmpdir.py
                            tracemalloc.py
                            unittest.py
                            unraisableexception.py
                            warning_types.py
                            warnings.py
                        _yaml/
                            __init__.py
                        agi_env-0.4.1.dist-info/
                            direct_url.json
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            uv_cache.json
                            WHEEL
                        agi_node-0.4.1.dist-info/
                            direct_url.json
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            uv_cache.json
                            WHEEL
                        annotated_types/
                            __init__.py
                            py.typed
                            test_cases.py
                        annotated_types-0.7.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        appdirs-1.4.4.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        astor/
                            __init__.py
                            code_gen.py
                            codegen.py
                            file_util.py
                            node_util.py
                            op_util.py
                            rtrip.py
                            source_repr.py
                            string_repr.py
                            tree_walk.py
                            VERSION
                        astor-0.8.1.dist-info/
                            AUTHORS
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        asttokens/
                            __init__.py
                            astroid_compat.py
                            asttokens.py
                            line_numbers.py
                            mark_tokens.py
                            py.typed
                            util.py
                            version.py
                        asttokens-3.0.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        attr/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _cmp.cpython-313.pyc
                                _compat.cpython-313.pyc
                                _config.cpython-313.pyc
                                _funcs.cpython-313.pyc
                                _make.cpython-313.pyc
                                _next_gen.cpython-313.pyc
                                _version_info.cpython-313.pyc
                                converters.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                filters.cpython-313.pyc
                                setters.cpython-313.pyc
                                validators.cpython-313.pyc
                            __init__.py
                            __init__.pyi
                            _cmp.py
                            _cmp.pyi
                            _compat.py
                            _config.py
                            _funcs.py
                            _make.py
                            _next_gen.py
                            _typing_compat.pyi
                            _version_info.py
                            _version_info.pyi
                            converters.py
                            converters.pyi
                            exceptions.py
                            exceptions.pyi
                            filters.py
                            filters.pyi
                            py.typed
                            setters.py
                            setters.pyi
                            validators.py
                            validators.pyi
                        attrs/
                            __pycache__/
                                __init__.cpython-313.pyc
                                converters.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                filters.cpython-313.pyc
                                setters.cpython-313.pyc
                                validators.cpython-313.pyc
                            __init__.py
                            __init__.pyi
                            converters.py
                            exceptions.py
                            filters.py
                            py.typed
                            setters.py
                            validators.py
                        attrs-23.2.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        bcj/
                            __init__.py
                            _bcj.cpython-313-darwin.so
                            _bcjfilter.py
                            py.typed
                        black/
                            resources/
                                __init__.cpython-313-darwin.so
                                __init__.py
                                black.schema.json
                            __init__.cpython-313-darwin.so
                            __init__.py
                            __main__.py
                            _width_table.cpython-313-darwin.so
                            _width_table.py
                            brackets.cpython-313-darwin.so
                            brackets.py
                            cache.cpython-313-darwin.so
                            cache.py
                            comments.cpython-313-darwin.so
                            comments.py
                            concurrency.py
                            const.cpython-313-darwin.so
                            const.py
                            debug.py
                            files.py
                            handle_ipynb_magics.cpython-313-darwin.so
                            handle_ipynb_magics.py
                            linegen.cpython-313-darwin.so
                            linegen.py
                            lines.cpython-313-darwin.so
                            lines.py
                            mode.cpython-313-darwin.so
                            mode.py
                            nodes.cpython-313-darwin.so
                            nodes.py
                            numerics.cpython-313-darwin.so
                            numerics.py
                            output.py
                            parsing.cpython-313-darwin.so
                            parsing.py
                            py.typed
                            ranges.cpython-313-darwin.so
                            ranges.py
                            report.py
                            rusty.cpython-313-darwin.so
                            rusty.py
                            schema.cpython-313-darwin.so
                            schema.py
                            strings.cpython-313-darwin.so
                            strings.py
                            trans.cpython-313-darwin.so
                            trans.py
                        black-25.1.0.dist-info/
                            licenses/
                                AUTHORS.md
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        blackd/
                            __init__.py
                            __main__.py
                            middlewares.py
                        blib2to3/
                            pgen2/
                                __init__.py
                                conv.cpython-313-darwin.so
                                conv.py
                                driver.cpython-313-darwin.so
                                driver.py
                                grammar.cpython-313-darwin.so
                                grammar.py
                                literals.cpython-313-darwin.so
                                literals.py
                                parse.cpython-313-darwin.so
                                parse.py
                                pgen.cpython-313-darwin.so
                                pgen.py
                                token.cpython-313-darwin.so
                                token.py
                                tokenize.cpython-313-darwin.so
                                tokenize.py
                            __init__.py
                            Grammar.txt
                            LICENSE
                            PatternGrammar.txt
                            pygram.cpython-313-darwin.so
                            pygram.py
                            pytree.cpython-313-darwin.so
                            pytree.py
                            README
                        boolean/
                            __pycache__/
                                __init__.cpython-313.pyc
                                boolean.cpython-313.pyc
                            __init__.py
                            boolean.py
                            test_boolean.py
                        boolean_py-5.0.dist-info/
                            licenses/
                                CHANGELOG.rst
                                LICENSE.txt
                                README.rst
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        Brotli-1.1.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        cattr/
                            __pycache__/
                                __init__.cpython-313.pyc
                                converters.cpython-313.pyc
                                gen.cpython-313.pyc
                            preconf/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    bson.cpython-313.pyc
                                    json.cpython-313.pyc
                                    msgpack.cpython-313.pyc
                                    orjson.cpython-313.pyc
                                    pyyaml.cpython-313.pyc
                                    tomlkit.cpython-313.pyc
                                    ujson.cpython-313.pyc
                                __init__.py
                                bson.py
                                json.py
                                msgpack.py
                                orjson.py
                                pyyaml.py
                                tomlkit.py
                                ujson.py
                            __init__.py
                            converters.py
                            disambiguators.py
                            dispatch.py
                            errors.py
                            gen.py
                            py.typed
                        cattrs/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _compat.cpython-313.pyc
                                _generics.cpython-313.pyc
                                cols.cpython-313.pyc
                                converters.cpython-313.pyc
                                disambiguators.cpython-313.pyc
                                dispatch.cpython-313.pyc
                                errors.cpython-313.pyc
                                fns.cpython-313.pyc
                                v.cpython-313.pyc
                            gen/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _consts.cpython-313.pyc
                                    _generics.cpython-313.pyc
                                    _lc.cpython-313.pyc
                                    _shared.cpython-313.pyc
                                    typeddicts.cpython-313.pyc
                                __init__.py
                                _consts.py
                                _generics.py
                                _lc.py
                                _shared.py
                                typeddicts.py
                            preconf/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    bson.cpython-313.pyc
                                    json.cpython-313.pyc
                                    msgpack.cpython-313.pyc
                                    orjson.cpython-313.pyc
                                    pyyaml.cpython-313.pyc
                                    tomlkit.cpython-313.pyc
                                    ujson.cpython-313.pyc
                                __init__.py
                                bson.py
                                cbor2.py
                                json.py
                                msgpack.py
                                msgspec.py
                                orjson.py
                                pyyaml.py
                                tomlkit.py
                                ujson.py
                            strategies/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    _class_methods.cpython-313.pyc
                                    _subclasses.cpython-313.pyc
                                    _unions.cpython-313.pyc
                                __init__.py
                                _class_methods.py
                                _subclasses.py
                                _unions.py
                            __init__.py
                            _compat.py
                            _generics.py
                            cols.py
                            converters.py
                            disambiguators.py
                            dispatch.py
                            errors.py
                            fns.py
                            py.typed
                            v.py
                        cattrs-24.1.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        certifi/
                            __pycache__/
                                __init__.cpython-313.pyc
                                core.cpython-313.pyc
                            __init__.py
                            __main__.py
                            cacert.pem
                            core.py
                            py.typed
                        certifi-2025.8.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        charset_normalizer/
                            __pycache__/
                                __init__.cpython-313.pyc
                                api.cpython-313.pyc
                                cd.cpython-313.pyc
                                constant.cpython-313.pyc
                                legacy.cpython-313.pyc
                                models.cpython-313.pyc
                                utils.cpython-313.pyc
                                version.cpython-313.pyc
                            cli/
                                __init__.py
                                __main__.py
                            __init__.py
                            __main__.py
                            api.py
                            cd.py
                            constant.py
                            legacy.py
                            md.cpython-313-darwin.so
                            md.py
                            md__mypyc.cpython-313-darwin.so
                            models.py
                            py.typed
                            utils.py
                            version.py
                        charset_normalizer-3.4.2.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        click/
                            __init__.py
                            _compat.py
                            _termui_impl.py
                            _textwrap.py
                            _winconsole.py
                            core.py
                            decorators.py
                            exceptions.py
                            formatting.py
                            globals.py
                            parser.py
                            py.typed
                            shell_completion.py
                            termui.py
                            testing.py
                            types.py
                            utils.py
                        click-8.2.1.dist-info/
                            licenses/
                                LICENSE.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        cloudpickle/
                            __init__.py
                            cloudpickle.py
                            cloudpickle_fast.py
                        cloudpickle-3.1.1.dist-info/
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        coverage/
                            htmlfiles/
                                coverage_html.js
                                favicon_32.png
                                index.html
                                keybd_closed.png
                                pyfile.html
                                style.css
                                style.scss
                            __init__.py
                            __main__.py
                            annotate.py
                            bytecode.py
                            cmdline.py
                            collector.py
                            config.py
                            context.py
                            control.py
                            core.py
                            data.py
                            debug.py
                            disposition.py
                            env.py
                            exceptions.py
                            execfile.py
                            files.py
                            html.py
                            inorout.py
                            jsonreport.py
                            lcovreport.py
                            misc.py
                            multiproc.py
                            numbits.py
                            parser.py
                            patch.py
                            phystokens.py
                            plugin.py
                            plugin_support.py
                            py.typed
                            python.py
                            pytracer.py
                            regions.py
                            report.py
                            report_core.py
                            results.py
                            sqldata.py
                            sqlitedb.py
                            sysmon.py
                            templite.py
                            tomlconfig.py
                            tracer.cpython-313-darwin.so
                            tracer.pyi
                            types.py
                            version.py
                            xmlreport.py
                        coverage-7.10.2.dist-info/
                            licenses/
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        cramjam/
                            __init__.py
                            cramjam.cpython-313-darwin.so
                        cramjam-2.11.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        Cryptodome/
                            Cipher/
                                __init__.py
                                __init__.pyi
                                _ARC4.abi3.so
                                _chacha20.abi3.so
                                _EKSBlowfish.py
                                _EKSBlowfish.pyi
                                _mode_cbc.py
                                _mode_cbc.pyi
                                _mode_ccm.py
                                _mode_ccm.pyi
                                _mode_cfb.py
                                _mode_cfb.pyi
                                _mode_ctr.py
                                _mode_ctr.pyi
                                _mode_eax.py
                                _mode_eax.pyi
                                _mode_ecb.py
                                _mode_ecb.pyi
                                _mode_gcm.py
                                _mode_gcm.pyi
                                _mode_kw.py
                                _mode_kwp.py
                                _mode_ocb.py
                                _mode_ocb.pyi
                                _mode_ofb.py
                                _mode_ofb.pyi
                                _mode_openpgp.py
                                _mode_openpgp.pyi
                                _mode_siv.py
                                _mode_siv.pyi
                                _pkcs1_decode.abi3.so
                                _pkcs1_oaep_decode.py
                                _raw_aes.abi3.so
                                _raw_arc2.abi3.so
                                _raw_blowfish.abi3.so
                                _raw_cast.abi3.so
                                _raw_cbc.abi3.so
                                _raw_cfb.abi3.so
                                _raw_ctr.abi3.so
                                _raw_des.abi3.so
                                _raw_des3.abi3.so
                                _raw_ecb.abi3.so
                                _raw_eksblowfish.abi3.so
                                _raw_ocb.abi3.so
                                _raw_ofb.abi3.so
                                _Salsa20.abi3.so
                                AES.py
                                AES.pyi
                                ARC2.py
                                ARC2.pyi
                                ARC4.py
                                ARC4.pyi
                                Blowfish.py
                                Blowfish.pyi
                                CAST.py
                                CAST.pyi
                                ChaCha20.py
                                ChaCha20.pyi
                                ChaCha20_Poly1305.py
                                ChaCha20_Poly1305.pyi
                                DES.py
                                DES.pyi
                                DES3.py
                                DES3.pyi
                                PKCS1_OAEP.py
                                PKCS1_OAEP.pyi
                                PKCS1_v1_5.py
                                PKCS1_v1_5.pyi
                                Salsa20.py
                                Salsa20.pyi
                            Hash/
                                __init__.py
                                __init__.pyi
                                _BLAKE2b.abi3.so
                                _BLAKE2s.abi3.so
                                _ghash_portable.abi3.so
                                _keccak.abi3.so
                                _MD2.abi3.so
                                _MD4.abi3.so
                                _MD5.abi3.so
                                _poly1305.abi3.so
                                _RIPEMD160.abi3.so
                                _SHA1.abi3.so
                                _SHA224.abi3.so
                                _SHA256.abi3.so
                                _SHA384.abi3.so
                                _SHA512.abi3.so
                                BLAKE2b.py
                                BLAKE2b.pyi
                                BLAKE2s.py
                                BLAKE2s.pyi
                                CMAC.py
                                CMAC.pyi
                                cSHAKE128.py
                                cSHAKE128.pyi
                                cSHAKE256.py
                                cSHAKE256.pyi
                                HMAC.py
                                HMAC.pyi
                                KangarooTwelve.py
                                KangarooTwelve.pyi
                                keccak.py
                                keccak.pyi
                                KMAC128.py
                                KMAC128.pyi
                                KMAC256.py
                                KMAC256.pyi
                                MD2.py
                                MD2.pyi
                                MD4.py
                                MD4.pyi
                                MD5.py
                                MD5.pyi
                                Poly1305.py
                                Poly1305.pyi
                                RIPEMD.py
                                RIPEMD.pyi
                                RIPEMD160.py
                                RIPEMD160.pyi
                                SHA.py
                                SHA.pyi
                                SHA1.py
                                SHA1.pyi
                                SHA224.py
                                SHA224.pyi
                                SHA256.py
                                SHA256.pyi
                                SHA384.py
                                SHA384.pyi
                                SHA3_224.py
                                SHA3_224.pyi
                                SHA3_256.py
                                SHA3_256.pyi
                                SHA3_384.py
                                SHA3_384.pyi
                                SHA3_512.py
                                SHA3_512.pyi
                                SHA512.py
                                SHA512.pyi
                                SHAKE128.py
                                SHAKE128.pyi
                                SHAKE256.py
                                SHAKE256.pyi
                                TupleHash128.py
                                TupleHash128.pyi
                                TupleHash256.py
                                TupleHash256.pyi
                                TurboSHAKE128.py
                                TurboSHAKE128.pyi
                                TurboSHAKE256.py
                                TurboSHAKE256.pyi
                            IO/
                                __init__.py
                                _PBES.py
                                _PBES.pyi
                                PEM.py
                                PEM.pyi
                                PKCS8.py
                                PKCS8.pyi
                            Math/
                                __init__.py
                                _IntegerBase.py
                                _IntegerBase.pyi
                                _IntegerCustom.py
                                _IntegerCustom.pyi
                                _IntegerGMP.py
                                _IntegerGMP.pyi
                                _IntegerNative.py
                                _IntegerNative.pyi
                                _modexp.abi3.so
                                Numbers.py
                                Numbers.pyi
                                Primality.py
                                Primality.pyi
                            Protocol/
                                __init__.py
                                __init__.pyi
                                _scrypt.abi3.so
                                DH.py
                                DH.pyi
                                HPKE.py
                                KDF.py
                                KDF.pyi
                                SecretSharing.py
                                SecretSharing.pyi
                            PublicKey/
                                __init__.py
                                __init__.pyi
                                _curve.py
                                _curve25519.abi3.so
                                _curve448.abi3.so
                                _ec_ws.abi3.so
                                _ed25519.abi3.so
                                _ed448.abi3.so
                                _edwards.py
                                _montgomery.py
                                _nist_ecc.py
                                _openssh.py
                                _openssh.pyi
                                _point.py
                                _point.pyi
                                DSA.py
                                DSA.pyi
                                ECC.py
                                ECC.pyi
                                ElGamal.py
                                ElGamal.pyi
                                RSA.py
                                RSA.pyi
                            Random/
                                __init__.py
                                __init__.pyi
                                random.py
                                random.pyi
                            SelfTest/
                                Cipher/
                                    __init__.py
                                    common.py
                                    test_AES.py
                                    test_ARC2.py
                                    test_ARC4.py
                                    test_Blowfish.py
                                    test_CAST.py
                                    test_CBC.py
                                    test_CCM.py
                                    test_CFB.py
                                    test_ChaCha20.py
                                    test_ChaCha20_Poly1305.py
                                    test_CTR.py
                                    test_DES.py
                                    test_DES3.py
                                    test_EAX.py
                                    test_GCM.py
                                    test_KW.py
                                    test_OCB.py
                                    test_OFB.py
                                    test_OpenPGP.py
                                    test_pkcs1_15.py
                                    test_pkcs1_oaep.py
                                    test_Salsa20.py
                                    test_SIV.py
                                Hash/
                                    __init__.py
                                    common.py
                                    test_BLAKE2.py
                                    test_CMAC.py
                                    test_cSHAKE.py
                                    test_HMAC.py
                                    test_KangarooTwelve.py
                                    test_keccak.py
                                    test_KMAC.py
                                    test_MD2.py
                                    test_MD4.py
                                    test_MD5.py
                                    test_Poly1305.py
                                    test_RIPEMD160.py
                                    test_SHA1.py
                                    test_SHA224.py
                                    test_SHA256.py
                                    test_SHA384.py
                                    test_SHA3_224.py
                                    test_SHA3_256.py
                                    test_SHA3_384.py
                                    test_SHA3_512.py
                                    test_SHA512.py
                                    test_SHAKE.py
                                    test_TupleHash.py
                                    test_TurboSHAKE.py
                                IO/
                                    __init__.py
                                    test_PBES.py
                                    test_PKCS8.py
                                Math/
                                    __init__.py
                                    test_modexp.py
                                    test_modmult.py
                                    test_Numbers.py
                                    test_Primality.py
                                Protocol/
                                    __init__.py
                                    test_ecdh.py
                                    test_HPKE.py
                                    test_KDF.py
                                    test_rfc1751.py
                                    test_SecretSharing.py
                                PublicKey/
                                    __init__.py
                                    test_DSA.py
                                    test_ECC_Curve25519.py
                                    test_ECC_Curve448.py
                                    test_ECC_Ed25519.py
                                    test_ECC_Ed448.py
                                    test_ECC_NIST.py
                                    test_ElGamal.py
                                    test_import_Curve25519.py
                                    test_import_Curve448.py
                                    test_import_DSA.py
                                    test_import_ECC.py
                                    test_import_RSA.py
                                    test_RSA.py
                                Random/
                                    __init__.py
                                    test_random.py
                                Signature/
                                    __init__.py
                                    test_dss.py
                                    test_eddsa.py
                                    test_pkcs1_15.py
                                    test_pss.py
                                Util/
                                    __init__.py
                                    test_asn1.py
                                    test_Counter.py
                                    test_number.py
                                    test_Padding.py
                                    test_rfc1751.py
                                    test_strxor.py
                                __init__.py
                                __main__.py
                                loader.py
                                st_common.py
                            Signature/
                                __init__.py
                                DSS.py
                                DSS.pyi
                                eddsa.py
                                eddsa.pyi
                                pkcs1_15.py
                                pkcs1_15.pyi
                                PKCS1_PSS.py
                                PKCS1_PSS.pyi
                                PKCS1_v1_5.py
                                PKCS1_v1_5.pyi
                                pss.py
                                pss.pyi
                            Util/
                                __init__.py
                                _cpu_features.py
                                _cpu_features.pyi
                                _cpuid_c.abi3.so
                                _file_system.py
                                _file_system.pyi
                                _raw_api.py
                                _raw_api.pyi
                                _strxor.abi3.so
                                asn1.py
                                asn1.pyi
                                Counter.py
                                Counter.pyi
                                number.py
                                number.pyi
                                Padding.py
                                Padding.pyi
                                py3compat.py
                                py3compat.pyi
                                RFC1751.py
                                RFC1751.pyi
                                strxor.py
                                strxor.pyi
                            __init__.py
                            __init__.pyi
                            py.typed
                        Cython/
                            Build/
                                Tests/
                                    __init__.py
                                    TestCyCache.py
                                    TestCythonizeArgsParser.py
                                    TestDependencies.py
                                    TestInline.py
                                    TestIpythonMagic.py
                                    TestRecythonize.py
                                    TestStripLiterals.py
                                __init__.py
                                BuildExecutable.py
                                Cache.py
                                Cythonize.py
                                Dependencies.py
                                Distutils.py
                                Inline.py
                                IpythonMagic.py
                                SharedModule.py
                            Compiler/
                                Tests/
                                    __init__.py
                                    TestBuffer.py
                                    TestBuiltin.py
                                    TestCmdLine.py
                                    TestCode.py
                                    TestFlowControl.py
                                    TestGrammar.py
                                    TestMemView.py
                                    TestParseTreeTransforms.py
                                    TestScanning.py
                                    TestSignatureMatching.py
                                    TestStringEncoding.py
                                    TestTreeFragment.py
                                    TestTreePath.py
                                    TestTypes.py
                                    TestUtilityLoad.py
                                    TestVisitor.py
                                    Utils.py
                                __init__.py
                                AnalysedTreeTransforms.py
                                Annotate.py
                                AutoDocTransforms.py
                                Buffer.py
                                Builtin.py
                                CmdLine.py
                                Code.cpython-313-darwin.so
                                Code.pxd
                                Code.py
                                CodeGeneration.py
                                CythonScope.py
                                Dataclass.py
                                DebugFlags.py
                                Errors.py
                                ExprNodes.py
                                FlowControl.cpython-313-darwin.so
                                FlowControl.pxd
                                FlowControl.py
                                FusedNode.cpython-313-darwin.so
                                FusedNode.py
                                Future.py
                                Interpreter.py
                                Lexicon.py
                                LineTable.cpython-313-darwin.so
                                LineTable.py
                                Main.py
                                MatchCaseNodes.py
                                MemoryView.py
                                ModuleNode.py
                                Naming.py
                                Nodes.py
                                Optimize.py
                                Options.py
                                ParseTreeTransforms.pxd
                                ParseTreeTransforms.py
                                Parsing.cpython-313-darwin.so
                                Parsing.pxd
                                Parsing.py
                                Pipeline.py
                                PyrexTypes.py
                                Pythran.py
                                Scanning.cpython-313-darwin.so
                                Scanning.pxd
                                Scanning.py
                                StringEncoding.py
                                Symtab.py
                                TreeFragment.py
                                TreePath.py
                                TypeInference.py
                                TypeSlots.py
                                UFuncs.py
                                UtilityCode.py
                                UtilNodes.py
                                Version.py
                                Visitor.cpython-313-darwin.so
                                Visitor.pxd
                                Visitor.py
                            Debugger/
                                Tests/
                                    __init__.py
                                    cfuncs.c
                                    codefile
                                    test_libcython_in_gdb.py
                                    test_libpython_in_gdb.py
                                    TestLibCython.py
                                __init__.py
                                Cygdb.py
                                DebugWriter.py
                                libcython.py
                                libpython.py
                            Distutils/
                                __init__.py
                                build_ext.py
                                extension.py
                                old_build_ext.py
                            Includes/
                                cpython/
                                    __init__.pxd
                                    array.pxd
                                    bool.pxd
                                    buffer.pxd
                                    bytearray.pxd
                                    bytes.pxd
                                    cellobject.pxd
                                    ceval.pxd
                                    codecs.pxd
                                    complex.pxd
                                    contextvars.pxd
                                    conversion.pxd
                                    datetime.pxd
                                    descr.pxd
                                    dict.pxd
                                    exc.pxd
                                    fileobject.pxd
                                    float.pxd
                                    function.pxd
                                    genobject.pxd
                                    getargs.pxd
                                    instance.pxd
                                    iterator.pxd
                                    iterobject.pxd
                                    list.pxd
                                    long.pxd
                                    longintrepr.pxd
                                    mapping.pxd
                                    marshal.pxd
                                    mem.pxd
                                    memoryview.pxd
                                    method.pxd
                                    module.pxd
                                    number.pxd
                                    object.pxd
                                    pycapsule.pxd
                                    pylifecycle.pxd
                                    pyport.pxd
                                    pystate.pxd
                                    pythread.pxd
                                    ref.pxd
                                    sequence.pxd
                                    set.pxd
                                    slice.pxd
                                    time.pxd
                                    tuple.pxd
                                    type.pxd
                                    unicode.pxd
                                    version.pxd
                                    weakref.pxd
                                libc/
                                    __init__.pxd
                                    complex.pxd
                                    errno.pxd
                                    float.pxd
                                    limits.pxd
                                    locale.pxd
                                    math.pxd
                                    setjmp.pxd
                                    signal.pxd
                                    stddef.pxd
                                    stdint.pxd
                                    stdio.pxd
                                    stdlib.pxd
                                    string.pxd
                                    threads.pxd
                                    time.pxd
                                libcpp/
                                    __init__.pxd
                                    algorithm.pxd
                                    any.pxd
                                    atomic.pxd
                                    barrier.pxd
                                    bit.pxd
                                    cast.pxd
                                    cmath.pxd
                                    complex.pxd
                                    deque.pxd
                                    exception.pxd
                                    execution.pxd
                                    forward_list.pxd
                                    functional.pxd
                                    future.pxd
                                    iterator.pxd
                                    latch.pxd
                                    limits.pxd
                                    list.pxd
                                    map.pxd
                                    memory.pxd
                                    mutex.pxd
                                    numbers.pxd
                                    numeric.pxd
                                    optional.pxd
                                    pair.pxd
                                    queue.pxd
                                    random.pxd
                                    semaphore.pxd
                                    set.pxd
                                    shared_mutex.pxd
                                    span.pxd
                                    stack.pxd
                                    stop_token.pxd
                                    string.pxd
                                    string_view.pxd
                                    typeindex.pxd
                                    typeinfo.pxd
                                    unordered_map.pxd
                                    unordered_set.pxd
                                    utility.pxd
                                    vector.pxd
                                numpy/
                                    math.pxd
                                posix/
                                    __init__.pxd
                                    dlfcn.pxd
                                    fcntl.pxd
                                    ioctl.pxd
                                    mman.pxd
                                    resource.pxd
                                    select.pxd
                                    signal.pxd
                                    stat.pxd
                                    stdio.pxd
                                    stdlib.pxd
                                    strings.pxd
                                    time.pxd
                                    types.pxd
                                    uio.pxd
                                    unistd.pxd
                                    wait.pxd
                                openmp.pxd
                            Plex/
                                __init__.py
                                Actions.cpython-313-darwin.so
                                Actions.pxd
                                Actions.py
                                DFA.cpython-313-darwin.so
                                DFA.pxd
                                DFA.py
                                Errors.py
                                Lexicons.py
                                Machines.cpython-313-darwin.so
                                Machines.pxd
                                Machines.py
                                Regexps.py
                                Scanners.cpython-313-darwin.so
                                Scanners.pxd
                                Scanners.py
                                Transitions.cpython-313-darwin.so
                                Transitions.pxd
                                Transitions.py
                            Runtime/
                                __init__.py
                                refnanny.cpython-313-darwin.so
                                refnanny.pyx
                            Tempita/
                                __init__.py
                                _looper.py
                                _tempita.cpython-313-darwin.so
                                _tempita.py
                            Tests/
                                __init__.py
                                TestCodeWriter.py
                                TestCythonUtils.py
                                TestJediTyper.py
                                TestShadow.py
                                TestStringIOTree.py
                                TestTestUtils.py
                                xmlrunner.py
                            Utility/
                                __init__.py
                                arrayarray.h
                                AsyncGen.c
                                Buffer.c
                                BufferFormatFromTypeInfo.pxd
                                Builtins.c
                                CConvert.pyx
                                CMath.c
                                CommonStructures.c
                                Complex.c
                                Coroutine.c
                                CpdefEnums.pyx
                                CppConvert.pyx
                                CppSupport.cpp
                                CythonFunction.c
                                Dataclasses.c
                                Dataclasses.py
                                Embed.c
                                Exceptions.c
                                ExtensionTypes.c
                                FunctionArguments.c
                                ImportExport.c
                                Lock.c
                                MemoryView.pxd
                                MemoryView.pyx
                                MemoryView_C.c
                                ModuleSetupCode.c
                                NumpyImportArray.c
                                ObjectHandling.c
                                Optimize.c
                                Overflow.c
                                Printing.c
                                Profile.c
                                StringTools.c
                                TestCythonScope.pyx
                                TestCyUtilityLoader.pyx
                                TestUtilityLoader.c
                                TypeConversion.c
                                UFuncs.pyx
                                UFuncs_C.c
                            __init__.py
                            __init__.pyi
                            CodeWriter.py
                            Coverage.py
                            Debugging.py
                            py.typed
                            Shadow.py
                            Shadow.pyi
                            StringIOTree.cpython-313-darwin.so
                            StringIOTree.py
                            TestUtils.py
                            Utils.cpython-313-darwin.so
                            Utils.py
                        cython-3.1.2.dist-info/
                            licenses/
                                COPYING.txt
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        dask/
                            array/
                                _array_expr/
                                    tests/
                                        __init__.py
                                        test_collection.py
                                    __init__.py
                                    _backends.py
                                    _blockwise.py
                                    _collection.py
                                    _creation.py
                                    _expr.py
                                    _gufunc.py
                                    _io.py
                                    _map_blocks.py
                                    _overlap.py
                                    _rechunk.py
                                    _reductions.py
                                    _shuffle.py
                                    _slicing.py
                                    _ufunc.py
                                    _utils.py
                                    random.py
                                lib/
                                    __init__.py
                                    stride_tricks.py
                                tests/
                                    __init__.py
                                    test_api.py
                                    test_array_core.py
                                    test_array_expr_incompatible.py
                                    test_array_function.py
                                    test_array_utils.py
                                    test_atop.py
                                    test_chunk.py
                                    test_creation.py
                                    test_cupy_core.py
                                    test_cupy_creation.py
                                    test_cupy_gufunc.py
                                    test_cupy_linalg.py
                                    test_cupy_overlap.py
                                    test_cupy_percentile.py
                                    test_cupy_random.py
                                    test_cupy_reductions.py
                                    test_cupy_routines.py
                                    test_cupy_slicing.py
                                    test_cupy_sparse.py
                                    test_dispatch.py
                                    test_fft.py
                                    test_gufunc.py
                                    test_image.py
                                    test_linalg.py
                                    test_map_blocks.py
                                    test_masked.py
                                    test_numpy_compat.py
                                    test_optimization.py
                                    test_overlap.py
                                    test_percentiles.py
                                    test_random.py
                                    test_rechunk.py
                                    test_reductions.py
                                    test_reshape.py
                                    test_routines.py
                                    test_shuffle.py
                                    test_slicing.py
                                    test_sparse.py
                                    test_stats.py
                                    test_svg.py
                                    test_testing.py
                                    test_ufunc.py
                                    test_wrap.py
                                    test_xarray.py
                                __init__.py
                                _reductions_generic.py
                                _shuffle.py
                                api.py
                                backends.py
                                blockwise.py
                                chunk.py
                                chunk_types.py
                                core.py
                                creation.py
                                cupy_entry_point.py
                                dispatch.py
                                einsumfuncs.py
                                fft.py
                                gufunc.py
                                image.py
                                linalg.py
                                ma.py
                                numpy_compat.py
                                NUMPY_LICENSE.txt
                                optimization.py
                                overlap.py
                                percentile.py
                                random.py
                                rechunk.py
                                reductions.py
                                reshape.py
                                routines.py
                                slicing.py
                                stats.py
                                svg.py
                                tiledb_io.py
                                ufunc.py
                                utils.py
                                wrap.py
                            bag/
                                tests/
                                    __init__.py
                                    test_avro.py
                                    test_bag.py
                                    test_random.py
                                    test_text.py
                                __init__.py
                                avro.py
                                chunk.py
                                core.py
                                random.py
                                text.py
                                utils.py
                            bytes/
                                tests/
                                    __init__.py
                                    test_bytes_utils.py
                                    test_compression.py
                                    test_http.py
                                    test_local.py
                                    test_s3.py
                                __init__.py
                                core.py
                                utils.py
                            dataframe/
                                dask_expr/
                                    diagnostics/
                                        __init__.py
                                        _analyze.py
                                        _analyze_plugin.py
                                        _explain.py
                                    io/
                                        tests/
                                            __init__.py
                                            test_delayed.py
                                            test_distributed.py
                                            test_from_pandas.py
                                            test_io.py
                                            test_parquet.py
                                            test_sql.py
                                        __init__.py
                                        _delayed.py
                                        bag.py
                                        io.py
                                        parquet.py
                                        records.py
                                    tests/
                                        __init__.py
                                        _util.py
                                        test_align_partitions.py
                                        test_categorical.py
                                        test_collection.py
                                        test_concat.py
                                        test_core.py
                                        test_cumulative.py
                                        test_datasets.py
                                        test_datetime.py
                                        test_describe.py
                                        test_diagnostics.py
                                        test_distributed.py
                                        test_dummies.py
                                        test_format.py
                                        test_fusion.py
                                        test_groupby.py
                                        test_indexing.py
                                        test_interchange.py
                                        test_map_partitions_overlap.py
                                        test_merge.py
                                        test_merge_asof.py
                                        test_partitioning_knowledge.py
                                        test_predicate_pushdown.py
                                        test_quantiles.py
                                        test_reductions.py
                                        test_repartition.py
                                        test_reshape.py
                                        test_rolling.py
                                        test_shuffle.py
                                        test_string_accessor.py
                                        test_ufunc.py
                                    __init__.py
                                    _accessor.py
                                    _backends.py
                                    _categorical.py
                                    _collection.py
                                    _concat.py
                                    _cumulative.py
                                    _datetime.py
                                    _describe.py
                                    _dummies.py
                                    _expr.py
                                    _groupby.py
                                    _indexing.py
                                    _interchange.py
                                    _merge.py
                                    _merge_asof.py
                                    _quantile.py
                                    _quantiles.py
                                    _reductions.py
                                    _repartition.py
                                    _rolling.py
                                    _shuffle.py
                                    _str_accessor.py
                                    _util.py
                                    _version.py
                                    datasets.py
                                io/
                                    orc/
                                        __init__.py
                                        arrow.py
                                        core.py
                                        utils.py
                                    parquet/
                                        __init__.py
                                        arrow.py
                                        core.py
                                        utils.py
                                    tests/
                                        __init__.py
                                        test_csv.py
                                        test_demo.py
                                        test_hdf.py
                                        test_io.py
                                        test_json.py
                                        test_orc.py
                                        test_parquet.py
                                        test_sql.py
                                    __init__.py
                                    csv.py
                                    demo.py
                                    hdf.py
                                    io.py
                                    json.py
                                    sql.py
                                    utils.py
                                tests/
                                    __init__.py
                                    test_accessors.py
                                    test_api.py
                                    test_arithmetics_reduction.py
                                    test_boolean.py
                                    test_categorical.py
                                    test_dataframe.py
                                    test_extensions.py
                                    test_groupby.py
                                    test_hashing.py
                                    test_hyperloglog.py
                                    test_indexing.py
                                    test_merge_column_and_index.py
                                    test_methods.py
                                    test_multi.py
                                    test_numeric.py
                                    test_pyarrow.py
                                    test_pyarrow_compat.py
                                    test_reshape.py
                                    test_rolling.py
                                    test_shuffle.py
                                    test_ufunc.py
                                    test_utils_dataframe.py
                                tseries/
                                    tests/
                                        __init__.py
                                        test_resample.py
                                        test_resample_expr.py
                                    __init__.py
                                    resample.py
                                __init__.py
                                _compat.py
                                _dtypes.py
                                _pyarrow.py
                                _pyarrow_compat.py
                                accessor.py
                                api.py
                                backends.py
                                categorical.py
                                core.py
                                dispatch.py
                                extensions.py
                                groupby.py
                                hyperloglog.py
                                indexing.py
                                methods.py
                                multi.py
                                partitionquantiles.py
                                rolling.py
                                shuffle.py
                                utils.py
                            diagnostics/
                                tests/
                                    __init__.py
                                    test_profiler.py
                                    test_progress.py
                                __init__.py
                                profile.py
                                profile_visualize.py
                                progress.py
                            tests/
                                __init__.py
                                test_backends.py
                                test_base.py
                                test_cache.py
                                test_callbacks.py
                                test_ci.py
                                test_cli.py
                                test_compatibility.py
                                test_config.py
                                test_context.py
                                test_core.py
                                test_datasets.py
                                test_delayed.py
                                test_distributed.py
                                test_docs.py
                                test_dot.py
                                test_expr.py
                                test_graph_manipulation.py
                                test_hashing.py
                                test_highgraph.py
                                test_hlgexpr.py
                                test_imports.py
                                test_layers.py
                                test_local.py
                                test_ml.py
                                test_multiprocessing.py
                                test_optimization.py
                                test_order.py
                                test_rewrite.py
                                test_sizeof.py
                                test_spark_compat.py
                                test_system.py
                                test_task_spec.py
                                test_threaded.py
                                test_tokenize.py
                                test_traceback.py
                                test_typing.py
                                test_utils.py
                                test_utils_test.py
                                warning_aliases.py
                            widgets/
                                templates/
                                    array.html.j2
                                    dataframe.html.j2
                                    highlevelgraph.html.j2
                                    highlevelgraph_layer.html.j2
                                tests/
                                    templates/
                                        bytes.html.j2
                                        custom_filter.html.j2
                                        example.html.j2
                                    test_widgets.py
                                __init__.py
                                widgets.py
                            __init__.py
                            __main__.py
                            _collections.py
                            _compatibility.py
                            _dispatch.py
                            _expr.py
                            _task_spec.py
                            _version.py
                            backends.py
                            base.py
                            blockwise.py
                            cache.py
                            callbacks.py
                            cli.py
                            config.py
                            conftest.py
                            context.py
                            core.py
                            dask-schema.yaml
                            dask.yaml
                            datasets.py
                            delayed.py
                            distributed.py
                            dot.py
                            graph_manipulation.py
                            hashing.py
                            highlevelgraph.py
                            layers.py
                            local.py
                            ml.py
                            multiprocessing.py
                            optimization.py
                            order.py
                            py.typed
                            rewrite.py
                            sizeof.py
                            system.py
                            task_spec.py
                            threaded.py
                            tokenize.py
                            typing.py
                            utils.py
                            utils_test.py
                        dask-2025.7.0.dist-info/
                            licenses/
                                dask/
                                    array/
                                        NUMPY_LICENSE.txt
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        dateutil/
                            parser/
                                __init__.py
                                _parser.py
                                isoparser.py
                            tz/
                                __init__.py
                                _common.py
                                _factories.py
                                tz.py
                                win.py
                            zoneinfo/
                                __init__.py
                                dateutil-zoneinfo.tar.gz
                                rebuild.py
                            __init__.py
                            _common.py
                            _version.py
                            easter.py
                            relativedelta.py
                            rrule.py
                            tzwin.py
                            utils.py
                        decorator-5.2.1.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            pbr.json
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        distributed/
                            cli/
                                __init__.py
                                dask_scheduler.py
                                dask_spec.py
                                dask_ssh.py
                                dask_worker.py
                                utils.py
                            comm/
                                __init__.py
                                addressing.py
                                core.py
                                inproc.py
                                registry.py
                                tcp.py
                                ucx.py
                                utils.py
                                ws.py
                            dashboard/
                                components/
                                    __init__.py
                                    nvml.py
                                    rmm.py
                                    scheduler.py
                                    shared.py
                                    worker.py
                                templates/
                                    __init__.py
                                    performance_report.html
                                __init__.py
                                core.py
                                export_tool.js
                                export_tool.py
                                scheduler.py
                                theme.yaml
                                utils.py
                                worker.py
                            deploy/
                                __init__.py
                                adaptive.py
                                adaptive_core.py
                                cluster.py
                                local.py
                                old_ssh.py
                                spec.py
                                ssh.py
                                subprocess.py
                                utils.py
                            diagnostics/
                                __init__.py
                                cluster_dump.py
                                cudf.py
                                eventstream.py
                                graph_layout.py
                                memory_sampler.py
                                memray.py
                                nvml.py
                                plugin.py
                                progress.py
                                progress_stream.py
                                progressbar.py
                                rmm.py
                                task_stream.py
                                websocket.py
                            http/
                                scheduler/
                                    prometheus/
                                        __init__.py
                                        core.py
                                        semaphore.py
                                        stealing.py
                                    __init__.py
                                    api.py
                                    info.py
                                    json.py
                                    missing_bokeh.py
                                static/
                                    css/
                                        __init__.py
                                        base.css
                                        gpu.css
                                        individual-cluster-map.css
                                        sortable.min.css
                                        status.css
                                    images/
                                        __init__.py
                                        dask-logo.svg
                                        fa-bars.svg
                                        favicon.ico
                                        jupyter.svg
                                        numpy.png
                                        pandas.png
                                        python.png
                                    js/
                                        __init__.py
                                        anime.min.js
                                        individual-cluster-map.js
                                        reconnecting-websocket.min.js
                                        sortable.min.js
                                    __init__.py
                                    individual-cluster-map.html
                                templates/
                                    __init__.py
                                    base.html
                                    call-stack.html
                                    exceptions.html
                                    gpu.html
                                    json-index.html
                                    logs.html
                                    main.html
                                    simple.html
                                    status.html
                                    task.html
                                    worker-table.html
                                    worker.html
                                    workers.html
                                worker/
                                    prometheus/
                                        __init__.py
                                        core.py
                                    __init__.py
                                __init__.py
                                health.py
                                prometheus.py
                                proxy.py
                                routing.py
                                statics.py
                                utils.py
                            protocol/
                                __init__.py
                                arrow.py
                                compression.py
                                core.py
                                cuda.py
                                cupy.py
                                h5py.py
                                keras.py
                                netcdf4.py
                                numba.py
                                numpy.py
                                pickle.py
                                rmm.py
                                scipy.py
                                serialize.py
                                sparse.py
                                torch.py
                                utils.py
                                utils_test.py
                            shuffle/
                                __init__.py
                                _arrow.py
                                _buffer.py
                                _comms.py
                                _core.py
                                _disk.py
                                _exceptions.py
                                _limiter.py
                                _memory.py
                                _merge.py
                                _pickle.py
                                _rechunk.py
                                _scheduler_plugin.py
                                _shuffle.py
                                _worker_plugin.py
                            widgets/
                                templates/
                                    __init__.py
                                    client.html.j2
                                    cluster.html.j2
                                    computation.html.j2
                                    future.html.j2
                                    has_what.html.j2
                                    local_cluster.html.j2
                                    log.html.j2
                                    logs.html.j2
                                    process_interface.html.j2
                                    scheduler.html.j2
                                    scheduler_info.html.j2
                                    security.html.j2
                                    task_state.html.j2
                                    who_has.html.j2
                                    worker_state.html.j2
                                __init__.py
                            __init__.py
                            _async_taskgroup.py
                            _asyncio.py
                            _concurrent_futures_thread.py
                            _signals.py
                            _stories.py
                            _version.py
                            active_memory_manager.py
                            actor.py
                            batched.py
                            bokeh.py
                            broker.py
                            cfexecutor.py
                            chaos.py
                            client.py
                            cluster_dump.py
                            collections.py
                            compatibility.py
                            config.py
                            core.py
                            counter.py
                            diskutils.py
                            distributed-schema.yaml
                            distributed.yaml
                            event.py
                            exceptions.py
                            gc.py
                            itertools.py
                            lock.py
                            metrics.py
                            multi_lock.py
                            nanny.py
                            node.py
                            objects.py
                            preloading.py
                            process.py
                            proctitle.py
                            profile.py
                            publish.py
                            py.typed
                            queues.py
                            recreate_tasks.py
                            scheduler.py
                            security.py
                            semaphore.py
                            sizeof.py
                            spans.py
                            spill.py
                            stealing.py
                            system.py
                            system_monitor.py
                            threadpoolexecutor.py
                            utils.py
                            utils_comm.py
                            utils_test.py
                            variable.py
                            versions.py
                            worker.py
                            worker_client.py
                            worker_memory.py
                            worker_state_machine.py
                        distributed-2025.7.0.dist-info/
                            licenses/
                                AUTHORS.md
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        dotenv/
                            __init__.py
                            __main__.py
                            cli.py
                            ipython.py
                            main.py
                            parser.py
                            py.typed
                            variables.py
                            version.py
                        executing/
                            __init__.py
                            _exceptions.py
                            _position_node_finder.py
                            _pytest_utils.py
                            executing.py
                            py.typed
                            version.py
                        executing-2.2.0.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        fastparquet/
                            parquet_thrift/
                                parquet/
                                    __init__.py
                                    ttypes.py
                                __init__.py
                            __init__.py
                            _version.py
                            api.py
                            cencoding.c
                            cencoding.cpython-313-darwin.so
                            cencoding.pyx
                            compression.py
                            converted_types.py
                            core.py
                            dataframe.py
                            encoding.py
                            evolve.py
                            json.py
                            parquet.thrift
                            schema.py
                            speedups.c
                            speedups.cpython-313-darwin.so
                            speedups.pyx
                            thrift_structures.py
                            util.py
                            writer.py
                        fastparquet-2024.11.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        fhconfparser/
                            __pycache__/
                                __init__.cpython-313.pyc
                                fhconfparser.cpython-313.pyc
                                simpleconf.cpython-313.pyc
                            __init__.py
                            fhconfparser.py
                            simpleconf.py
                        fhconfparser-2024.1.dist-info/
                            INSTALLER
                            LICENSE.md
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        fsspec/
                            implementations/
                                __init__.py
                                arrow.py
                                asyn_wrapper.py
                                cache_mapper.py
                                cache_metadata.py
                                cached.py
                                dask.py
                                data.py
                                dbfs.py
                                dirfs.py
                                ftp.py
                                gist.py
                                git.py
                                github.py
                                http.py
                                http_sync.py
                                jupyter.py
                                libarchive.py
                                local.py
                                memory.py
                                reference.py
                                sftp.py
                                smb.py
                                tar.py
                                webhdfs.py
                                zip.py
                            tests/
                                abstract/
                                    __init__.py
                                    common.py
                                    copy.py
                                    get.py
                                    mv.py
                                    open.py
                                    pipe.py
                                    put.py
                            __init__.py
                            _version.py
                            archive.py
                            asyn.py
                            caching.py
                            callbacks.py
                            compression.py
                            config.py
                            conftest.py
                            core.py
                            dircache.py
                            exceptions.py
                            fuse.py
                            generic.py
                            gui.py
                            json.py
                            mapping.py
                            parquet.py
                            registry.py
                            spec.py
                            transaction.py
                            utils.py
                        fsspec-2025.7.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        humanize/
                            locale/
                                ar/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                bn_BD/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ca_ES/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                da_DK/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                de_DE/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                el_GR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                eo/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                es_ES/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                eu/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                fa_IR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                fi_FI/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                fr_FR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                he_IL/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                hu_HU/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                id_ID/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                it_IT/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ja_JP/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ko_KR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                nb/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                nl_NL/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                pl_PL/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                pt_BR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                pt_PT/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                ru_RU/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                sk_SK/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                sl_SI/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                sv_SE/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                tlh/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                tr_TR/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                uk_UA/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                vi_VN/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                zh_CN/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                                zh_HK/
                                    LC_MESSAGES/
                                        humanize.mo
                                        humanize.po
                            __init__.py
                            _version.py
                            filesize.py
                            i18n.py
                            lists.py
                            number.py
                            py.typed
                            time.py
                        humanize-4.12.3.dist-info/
                            licenses/
                                LICENCE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        idna/
                            __pycache__/
                                __init__.cpython-313.pyc
                                core.cpython-313.pyc
                                idnadata.cpython-313.pyc
                                intranges.cpython-313.pyc
                                package_data.cpython-313.pyc
                                uts46data.cpython-313.pyc
                            __init__.py
                            codec.py
                            compat.py
                            core.py
                            idnadata.py
                            intranges.py
                            package_data.py
                            py.typed
                            uts46data.py
                        idna-3.10.dist-info/
                            INSTALLER
                            LICENSE.md
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        inflate64/
                            __init__.py
                            _inflate64.cpython-313-darwin.so
                            py.typed
                        inflate64-1.0.3.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        iniconfig/
                            __init__.py
                            _parse.py
                            _version.py
                            exceptions.py
                            py.typed
                        iniconfig-2.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        IPython/
                            core/
                                magics/
                                    __init__.py
                                    ast_mod.py
                                    auto.py
                                    basic.py
                                    code.py
                                    config.py
                                    display.py
                                    execution.py
                                    extension.py
                                    history.py
                                    logging.py
                                    namespace.py
                                    osm.py
                                    packaging.py
                                    pylab.py
                                    script.py
                                profile/
                                    README_STARTUP
                                __init__.py
                                alias.py
                                application.py
                                async_helpers.py
                                autocall.py
                                builtin_trap.py
                                compilerop.py
                                completer.py
                                completerlib.py
                                crashhandler.py
                                debugger.py
                                debugger_backport.py
                                display.py
                                display_functions.py
                                display_trap.py
                                displayhook.py
                                displaypub.py
                                doctb.py
                                error.py
                                events.py
                                extensions.py
                                formatters.py
                                getipython.py
                                guarded_eval.py
                                history.py
                                historyapp.py
                                hooks.py
                                inputtransformer2.py
                                interactiveshell.py
                                latex_symbols.py
                                logger.py
                                macro.py
                                magic.py
                                magic_arguments.py
                                oinspect.py
                                page.py
                                payload.py
                                payloadpage.py
                                prefilter.py
                                profileapp.py
                                profiledir.py
                                pylabtools.py
                                release.py
                                shellapp.py
                                splitinput.py
                                tbtools.py
                                tips.py
                                ultratb.py
                                usage.py
                            extensions/
                                deduperreload/
                                    __init__.py
                                    deduperreload.py
                                    deduperreload_patching.py
                                __init__.py
                                autoreload.py
                                storemagic.py
                            external/
                                __init__.py
                                pickleshare.py
                                qt_for_kernel.py
                                qt_loaders.py
                            lib/
                                __init__.py
                                backgroundjobs.py
                                clipboard.py
                                deepreload.py
                                demo.py
                                display.py
                                editorhooks.py
                                guisupport.py
                                latextools.py
                                lexers.py
                                pretty.py
                            sphinxext/
                                __init__.py
                                custom_doctests.py
                                ipython_console_highlighting.py
                                ipython_directive.py
                            terminal/
                                pt_inputhooks/
                                    __init__.py
                                    asyncio.py
                                    glut.py
                                    gtk.py
                                    gtk3.py
                                    gtk4.py
                                    osx.py
                                    pyglet.py
                                    qt.py
                                    tk.py
                                    wx.py
                                shortcuts/
                                    __init__.py
                                    auto_match.py
                                    auto_suggest.py
                                    filters.py
                                __init__.py
                                debugger.py
                                embed.py
                                interactiveshell.py
                                ipapp.py
                                magics.py
                                prompts.py
                                ptutils.py
                            testing/
                                plugin/
                                    __init__.py
                                    dtexample.py
                                    ipdoctest.py
                                    pytest_ipdoctest.py
                                    setup.py
                                    simple.py
                                    simplevars.py
                                    test_combo.txt
                                    test_example.txt
                                    test_exampleip.txt
                                    test_ipdoctest.py
                                    test_refs.py
                                __init__.py
                                decorators.py
                                globalipapp.py
                                ipunittest.py
                                skipdoctest.py
                                tools.py
                            utils/
                                __init__.py
                                _process_cli.py
                                _process_common.py
                                _process_emscripten.py
                                _process_posix.py
                                _process_win32.py
                                _process_win32_controller.py
                                _sysinfo.py
                                capture.py
                                coloransi.py
                                contexts.py
                                data.py
                                decorators.py
                                dir2.py
                                docs.py
                                encoding.py
                                eventful.py
                                frame.py
                                generics.py
                                importstring.py
                                io.py
                                ipstruct.py
                                jsonutil.py
                                log.py
                                module_paths.py
                                openpy.py
                                path.py
                                process.py
                                py3compat.py
                                PyColorize.py
                                sentinel.py
                                strdispatch.py
                                sysinfo.py
                                syspathcontext.py
                                tempdir.py
                                terminal.py
                                text.py
                                timing.py
                                tokenutil.py
                                wildcard.py
                            __init__.py
                            __main__.py
                            display.py
                            paths.py
                            py.typed
                        ipython-9.4.0.dist-info/
                            licenses/
                                COPYING.rst
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        ipython_pygments_lexers-1.1.1.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        jedi/
                            api/
                                refactoring/
                                    __init__.py
                                    extract.py
                                __init__.py
                                classes.py
                                completion.py
                                completion_cache.py
                                environment.py
                                errors.py
                                exceptions.py
                                file_name.py
                                helpers.py
                                interpreter.py
                                keywords.py
                                project.py
                                replstartup.py
                                strings.py
                            inference/
                                compiled/
                                    subprocess/
                                        __init__.py
                                        __main__.py
                                        functions.py
                                    __init__.py
                                    access.py
                                    getattr_static.py
                                    mixed.py
                                    value.py
                                gradual/
                                    __init__.py
                                    annotation.py
                                    base.py
                                    conversion.py
                                    generics.py
                                    stub_value.py
                                    type_var.py
                                    typeshed.py
                                    typing.py
                                    utils.py
                                value/
                                    __init__.py
                                    decorator.py
                                    dynamic_arrays.py
                                    function.py
                                    instance.py
                                    iterable.py
                                    klass.py
                                    module.py
                                    namespace.py
                                __init__.py
                                analysis.py
                                arguments.py
                                base_value.py
                                cache.py
                                context.py
                                docstring_utils.py
                                docstrings.py
                                dynamic_params.py
                                filters.py
                                finder.py
                                flow_analysis.py
                                helpers.py
                                imports.py
                                lazy_value.py
                                names.py
                                param.py
                                parser_cache.py
                                recursion.py
                                references.py
                                signature.py
                                star_args.py
                                syntax_tree.py
                                sys_path.py
                                utils.py
                            plugins/
                                __init__.py
                                django.py
                                flask.py
                                pytest.py
                                registry.py
                                stdlib.py
                            third_party/
                                django-stubs/
                                    django-stubs/
                                        apps/
                                            __init__.pyi
                                            config.pyi
                                            registry.pyi
                                        conf/
                                            locale/
                                                __init__.pyi
                                            urls/
                                                __init__.pyi
                                                i18n.pyi
                                                static.pyi
                                            __init__.pyi
                                            global_settings.pyi
                                        contrib/
                                            admin/
                                                templatetags/
                                                    __init__.pyi
                                                    admin_list.pyi
                                                    admin_modify.pyi
                                                    admin_static.pyi
                                                    admin_urls.pyi
                                                    base.pyi
                                                    log.pyi
                                                views/
                                                    __init__.pyi
                                                    autocomplete.pyi
                                                    decorators.pyi
                                                    main.pyi
                                                __init__.pyi
                                                actions.pyi
                                                apps.pyi
                                                checks.pyi
                                                decorators.pyi
                                                filters.pyi
                                                forms.pyi
                                                helpers.pyi
                                                models.pyi
                                                options.pyi
                                                sites.pyi
                                                tests.pyi
                                                utils.pyi
                                                widgets.pyi
                                            admindocs/
                                                __init__.pyi
                                                middleware.pyi
                                                urls.pyi
                                                utils.pyi
                                                views.pyi
                                            auth/
                                                handlers/
                                                    __init__.pyi
                                                    modwsgi.pyi
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        changepassword.pyi
                                                        createsuperuser.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                admin.pyi
                                                apps.pyi
                                                backends.pyi
                                                base_user.pyi
                                                checks.pyi
                                                context_processors.pyi
                                                decorators.pyi
                                                forms.pyi
                                                hashers.pyi
                                                middleware.pyi
                                                mixins.pyi
                                                models.pyi
                                                password_validation.pyi
                                                signals.pyi
                                                tokens.pyi
                                                urls.pyi
                                                validators.pyi
                                                views.pyi
                                            contenttypes/
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        remove_stale_contenttypes.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                admin.pyi
                                                apps.pyi
                                                checks.pyi
                                                fields.pyi
                                                forms.pyi
                                                models.pyi
                                                views.pyi
                                            flatpages/
                                                templatetags/
                                                    __init__.pyi
                                                    flatpages.pyi
                                                __init__.pyi
                                                forms.pyi
                                                middleware.pyi
                                                models.pyi
                                                sitemaps.pyi
                                                urls.pyi
                                                views.pyi
                                            gis/
                                                db/
                                                    models/
                                                        __init__.pyi
                                                        fields.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                            humanize/
                                                templatetags/
                                                    __init__.pyi
                                                    humanize.pyi
                                                __init__.pyi
                                            messages/
                                                storage/
                                                    __init__.pyi
                                                    base.pyi
                                                    cookie.pyi
                                                    fallback.pyi
                                                    session.pyi
                                                __init__.pyi
                                                api.pyi
                                                constants.pyi
                                                context_processors.pyi
                                                middleware.pyi
                                                utils.pyi
                                                views.pyi
                                            postgres/
                                                aggregates/
                                                    __init__.pyi
                                                    general.pyi
                                                    mixins.pyi
                                                    statistics.pyi
                                                fields/
                                                    __init__.pyi
                                                    array.pyi
                                                    citext.pyi
                                                    hstore.pyi
                                                    jsonb.pyi
                                                    mixins.pyi
                                                    ranges.pyi
                                                __init__.pyi
                                                constraints.pyi
                                                functions.pyi
                                                indexes.pyi
                                                lookups.pyi
                                                operations.pyi
                                                search.pyi
                                                signals.pyi
                                                validators.pyi
                                            redirects/
                                                __init__.pyi
                                                middleware.pyi
                                                models.pyi
                                            sessions/
                                                backends/
                                                    __init__.pyi
                                                    base.pyi
                                                    cache.pyi
                                                    cached_db.pyi
                                                    db.pyi
                                                    file.pyi
                                                    signed_cookies.pyi
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        clearsessions.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                base_session.pyi
                                                exceptions.pyi
                                                middleware.pyi
                                                models.pyi
                                                serializers.pyi
                                            sitemaps/
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        ping_google.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                views.pyi
                                            sites/
                                                __init__.pyi
                                                apps.pyi
                                                management.pyi
                                                managers.pyi
                                                middleware.pyi
                                                models.pyi
                                                requests.pyi
                                                shortcuts.pyi
                                            staticfiles/
                                                management/
                                                    commands/
                                                        __init__.pyi
                                                        collectstatic.pyi
                                                        findstatic.pyi
                                                        runserver.pyi
                                                    __init__.pyi
                                                templatetags/
                                                    __init__.pyi
                                                    staticfiles.pyi
                                                __init__.pyi
                                                apps.pyi
                                                checks.pyi
                                                finders.pyi
                                                handlers.pyi
                                                storage.pyi
                                                testing.pyi
                                                urls.pyi
                                                utils.pyi
                                                views.pyi
                                            syndication/
                                                __init__.pyi
                                                views.pyi
                                            __init__.pyi
                                        core/
                                            cache/
                                                backends/
                                                    __init__.pyi
                                                    base.pyi
                                                    db.pyi
                                                    dummy.pyi
                                                    filebased.pyi
                                                    locmem.pyi
                                                    memcached.pyi
                                                __init__.pyi
                                                utils.pyi
                                            checks/
                                                security/
                                                    __init__.pyi
                                                    base.pyi
                                                    csrf.pyi
                                                    sessions.pyi
                                                __init__.pyi
                                                caches.pyi
                                                database.pyi
                                                messages.pyi
                                                model_checks.pyi
                                                registry.pyi
                                                templates.pyi
                                                translation.pyi
                                                urls.pyi
                                            files/
                                                __init__.pyi
                                                base.pyi
                                                images.pyi
                                                locks.pyi
                                                move.pyi
                                                storage.pyi
                                                temp.pyi
                                                uploadedfile.pyi
                                                uploadhandler.pyi
                                                utils.pyi
                                            handlers/
                                                __init__.pyi
                                                base.pyi
                                                exception.pyi
                                                wsgi.pyi
                                            mail/
                                                backends/
                                                    __init__.pyi
                                                    base.pyi
                                                    console.pyi
                                                    dummy.pyi
                                                    filebased.pyi
                                                    locmem.pyi
                                                    smtp.pyi
                                                __init__.pyi
                                                message.pyi
                                                utils.pyi
                                            management/
                                                commands/
                                                    __init__.pyi
                                                    dumpdata.pyi
                                                    loaddata.pyi
                                                    makemessages.pyi
                                                    runserver.pyi
                                                    testserver.pyi
                                                __init__.pyi
                                                base.pyi
                                                color.pyi
                                                sql.pyi
                                                templates.pyi
                                                utils.pyi
                                            serializers/
                                                __init__.pyi
                                                base.pyi
                                                json.pyi
                                                python.pyi
                                            servers/
                                                __init__.pyi
                                                basehttp.pyi
                                            __init__.pyi
                                            exceptions.pyi
                                            paginator.pyi
                                            signals.pyi
                                            signing.pyi
                                            validators.pyi
                                            wsgi.pyi
                                        db/
                                            backends/
                                                base/
                                                    __init__.pyi
                                                    base.pyi
                                                    client.pyi
                                                    creation.pyi
                                                    features.pyi
                                                    introspection.pyi
                                                    operations.pyi
                                                    schema.pyi
                                                    validation.pyi
                                                dummy/
                                                    __init__.pyi
                                                    base.pyi
                                                mysql/
                                                    __init__.pyi
                                                    client.pyi
                                                postgresql/
                                                    __init__.pyi
                                                    base.pyi
                                                    client.pyi
                                                    creation.pyi
                                                    operations.pyi
                                                sqlite3/
                                                    __init__.pyi
                                                    base.pyi
                                                    creation.pyi
                                                    features.pyi
                                                    introspection.pyi
                                                    operations.pyi
                                                    schema.pyi
                                                __init__.pyi
                                                ddl_references.pyi
                                                signals.pyi
                                                utils.pyi
                                            migrations/
                                                operations/
                                                    __init__.pyi
                                                    base.pyi
                                                    fields.pyi
                                                    models.pyi
                                                    special.pyi
                                                    utils.pyi
                                                __init__.pyi
                                                autodetector.pyi
                                                exceptions.pyi
                                                executor.pyi
                                                graph.pyi
                                                loader.pyi
                                                migration.pyi
                                                optimizer.pyi
                                                questioner.pyi
                                                recorder.pyi
                                                serializer.pyi
                                                state.pyi
                                                topological_sort.pyi
                                                utils.pyi
                                                writer.pyi
                                            models/
                                                fields/
                                                    __init__.pyi
                                                    files.pyi
                                                    mixins.pyi
                                                    proxy.pyi
                                                    related.pyi
                                                    related_descriptors.pyi
                                                    related_lookups.pyi
                                                    reverse_related.pyi
                                                functions/
                                                    __init__.pyi
                                                    comparison.pyi
                                                    datetime.pyi
                                                    math.pyi
                                                    mixins.pyi
                                                    text.pyi
                                                    window.pyi
                                                sql/
                                                    __init__.pyi
                                                    compiler.pyi
                                                    constants.pyi
                                                    datastructures.pyi
                                                    query.pyi
                                                    subqueries.pyi
                                                    where.pyi
                                                __init__.pyi
                                                aggregates.pyi
                                                base.pyi
                                                constraints.pyi
                                                deletion.pyi
                                                enums.pyi
                                                expressions.pyi
                                                indexes.pyi
                                                lookups.pyi
                                                manager.pyi
                                                options.pyi
                                                query.pyi
                                                query_utils.pyi
                                                signals.pyi
                                                utils.pyi
                                            __init__.pyi
                                            transaction.pyi
                                            utils.pyi
                                        dispatch/
                                            __init__.pyi
                                            dispatcher.pyi
                                        forms/
                                            __init__.pyi
                                            boundfield.pyi
                                            fields.pyi
                                            forms.pyi
                                            formsets.pyi
                                            models.pyi
                                            renderers.pyi
                                            utils.pyi
                                            widgets.pyi
                                        http/
                                            __init__.pyi
                                            cookie.pyi
                                            multipartparser.pyi
                                            request.pyi
                                            response.pyi
                                        middleware/
                                            __init__.pyi
                                            cache.pyi
                                            clickjacking.pyi
                                            common.pyi
                                            csrf.pyi
                                            gzip.pyi
                                            http.pyi
                                            locale.pyi
                                            security.pyi
                                        template/
                                            backends/
                                                __init__.pyi
                                                base.pyi
                                                django.pyi
                                                dummy.pyi
                                                jinja2.pyi
                                                utils.pyi
                                            loaders/
                                                __init__.pyi
                                                app_directories.pyi
                                                base.pyi
                                                cached.pyi
                                                filesystem.pyi
                                                locmem.pyi
                                            __init__.pyi
                                            base.pyi
                                            context.pyi
                                            context_processors.pyi
                                            defaultfilters.pyi
                                            defaulttags.pyi
                                            engine.pyi
                                            exceptions.pyi
                                            library.pyi
                                            loader.pyi
                                            loader_tags.pyi
                                            response.pyi
                                            smartif.pyi
                                            utils.pyi
                                        templatetags/
                                            __init__.pyi
                                            cache.pyi
                                            i18n.pyi
                                            l10n.pyi
                                            static.pyi
                                            tz.pyi
                                        test/
                                            __init__.pyi
                                            client.pyi
                                            html.pyi
                                            runner.pyi
                                            selenium.pyi
                                            signals.pyi
                                            testcases.pyi
                                            utils.pyi
                                        urls/
                                            __init__.pyi
                                            base.pyi
                                            conf.pyi
                                            converters.pyi
                                            exceptions.pyi
                                            resolvers.pyi
                                            utils.pyi
                                        utils/
                                            translation/
                                                __init__.pyi
                                                reloader.pyi
                                                template.pyi
                                                trans_null.pyi
                                                trans_real.pyi
                                            __init__.pyi
                                            _os.pyi
                                            archive.pyi
                                            autoreload.pyi
                                            baseconv.pyi
                                            cache.pyi
                                            crypto.pyi
                                            datastructures.pyi
                                            dateformat.pyi
                                            dateparse.pyi
                                            dates.pyi
                                            datetime_safe.pyi
                                            deconstruct.pyi
                                            decorators.pyi
                                            deprecation.pyi
                                            duration.pyi
                                            encoding.pyi
                                            feedgenerator.pyi
                                            formats.pyi
                                            functional.pyi
                                            hashable.pyi
                                            html.pyi
                                            http.pyi
                                            inspect.pyi
                                            ipv6.pyi
                                            itercompat.pyi
                                            jslex.pyi
                                            log.pyi
                                            lorem_ipsum.pyi
                                            module_loading.pyi
                                            numberformat.pyi
                                            regex_helper.pyi
                                            safestring.pyi
                                            six.pyi
                                            termcolors.pyi
                                            text.pyi
                                            timesince.pyi
                                            timezone.pyi
                                            topological_sort.pyi
                                            tree.pyi
                                            version.pyi
                                            xmlutils.pyi
                                        views/
                                            decorators/
                                                __init__.pyi
                                                cache.pyi
                                                clickjacking.pyi
                                                csrf.pyi
                                                debug.pyi
                                                gzip.pyi
                                                http.pyi
                                                vary.pyi
                                            generic/
                                                __init__.pyi
                                                base.pyi
                                                dates.pyi
                                                detail.pyi
                                                edit.pyi
                                                list.pyi
                                            __init__.pyi
                                            csrf.pyi
                                            debug.pyi
                                            defaults.pyi
                                            i18n.pyi
                                            static.pyi
                                        __init__.pyi
                                        shortcuts.pyi
                                    LICENSE.txt
                                typeshed/
                                    stdlib/
                                        2/
                                            distutils/
                                                command/
                                                    __init__.pyi
                                                    bdist.pyi
                                                    bdist_dumb.pyi
                                                    bdist_msi.pyi
                                                    bdist_packager.pyi
                                                    bdist_rpm.pyi
                                                    bdist_wininst.pyi
                                                    build.pyi
                                                    build_clib.pyi
                                                    build_ext.pyi
                                                    build_py.pyi
                                                    build_scripts.pyi
                                                    check.pyi
                                                    clean.pyi
                                                    config.pyi
                                                    install.pyi
                                                    install_data.pyi
                                                    install_egg_info.pyi
                                                    install_headers.pyi
                                                    install_lib.pyi
                                                    install_scripts.pyi
                                                    register.pyi
                                                    sdist.pyi
                                                    upload.pyi
                                                __init__.pyi
                                                archive_util.pyi
                                                bcppcompiler.pyi
                                                ccompiler.pyi
                                                cmd.pyi
                                                config.pyi
                                                core.pyi
                                                cygwinccompiler.pyi
                                                debug.pyi
                                                dep_util.pyi
                                                dir_util.pyi
                                                dist.pyi
                                                emxccompiler.pyi
                                                errors.pyi
                                                extension.pyi
                                                fancy_getopt.pyi
                                                file_util.pyi
                                                filelist.pyi
                                                log.pyi
                                                msvccompiler.pyi
                                                spawn.pyi
                                                sysconfig.pyi
                                                text_file.pyi
                                                unixccompiler.pyi
                                                util.pyi
                                                version.pyi
                                            email/
                                                mime/
                                                    __init__.pyi
                                                    application.pyi
                                                    audio.pyi
                                                    base.pyi
                                                    image.pyi
                                                    message.pyi
                                                    multipart.pyi
                                                    nonmultipart.pyi
                                                    text.pyi
                                                __init__.pyi
                                                _parseaddr.pyi
                                                base64mime.pyi
                                                charset.pyi
                                                encoders.pyi
                                                feedparser.pyi
                                                generator.pyi
                                                header.pyi
                                                iterators.pyi
                                                message.pyi
                                                MIMEText.pyi
                                                parser.pyi
                                                quoprimime.pyi
                                                utils.pyi
                                            encodings/
                                                __init__.pyi
                                                utf_8.pyi
                                            multiprocessing/
                                                dummy/
                                                    __init__.pyi
                                                    connection.pyi
                                                __init__.pyi
                                                pool.pyi
                                                process.pyi
                                                util.pyi
                                            os/
                                                __init__.pyi
                                                path.pyi
                                            __builtin__.pyi
                                            _ast.pyi
                                            _collections.pyi
                                            _functools.pyi
                                            _hotshot.pyi
                                            _io.pyi
                                            _json.pyi
                                            _md5.pyi
                                            _sha.pyi
                                            _sha256.pyi
                                            _sha512.pyi
                                            _socket.pyi
                                            _sre.pyi
                                            _struct.pyi
                                            _symtable.pyi
                                            _threading_local.pyi
                                            _winreg.pyi
                                            abc.pyi
                                            ast.pyi
                                            atexit.pyi
                                            BaseHTTPServer.pyi
                                            builtins.pyi
                                            CGIHTTPServer.pyi
                                            collections.pyi
                                            commands.pyi
                                            compileall.pyi
                                            ConfigParser.pyi
                                            Cookie.pyi
                                            cookielib.pyi
                                            copy_reg.pyi
                                            cPickle.pyi
                                            cStringIO.pyi
                                            dircache.pyi
                                            dummy_thread.pyi
                                            exceptions.pyi
                                            fcntl.pyi
                                            fnmatch.pyi
                                            functools.pyi
                                            future_builtins.pyi
                                            gc.pyi
                                            getopt.pyi
                                            getpass.pyi
                                            gettext.pyi
                                            glob.pyi
                                            gzip.pyi
                                            hashlib.pyi
                                            heapq.pyi
                                            htmlentitydefs.pyi
                                            HTMLParser.pyi
                                            httplib.pyi
                                            imp.pyi
                                            importlib.pyi
                                            inspect.pyi
                                            io.pyi
                                            itertools.pyi
                                            json.pyi
                                            markupbase.pyi
                                            md5.pyi
                                            mimetools.pyi
                                            mutex.pyi
                                            ntpath.pyi
                                            nturl2path.pyi
                                            os2emxpath.pyi
                                            pipes.pyi
                                            platform.pyi
                                            popen2.pyi
                                            posix.pyi
                                            posixpath.pyi
                                            Queue.pyi
                                            random.pyi
                                            re.pyi
                                            repr.pyi
                                            resource.pyi
                                            rfc822.pyi
                                            robotparser.pyi
                                            runpy.pyi
                                            sets.pyi
                                            sha.pyi
                                            shelve.pyi
                                            shlex.pyi
                                            signal.pyi
                                            SimpleHTTPServer.pyi
                                            smtplib.pyi
                                            SocketServer.pyi
                                            spwd.pyi
                                            sre_constants.pyi
                                            sre_parse.pyi
                                            stat.pyi
                                            string.pyi
                                            StringIO.pyi
                                            stringold.pyi
                                            strop.pyi
                                            subprocess.pyi
                                            symbol.pyi
                                            sys.pyi
                                            tempfile.pyi
                                            textwrap.pyi
                                            thread.pyi
                                            toaiff.pyi
                                            tokenize.pyi
                                            types.pyi
                                            typing.pyi
                                            unittest.pyi
                                            urllib.pyi
                                            urllib2.pyi
                                            urlparse.pyi
                                            user.pyi
                                            UserDict.pyi
                                            UserList.pyi
                                            UserString.pyi
                                            whichdb.pyi
                                            xmlrpclib.pyi
                                        2and3/
                                            _typeshed/
                                                __init__.pyi
                                                wsgi.pyi
                                                xml.pyi
                                            ctypes/
                                                __init__.pyi
                                                util.pyi
                                                wintypes.pyi
                                            curses/
                                                __init__.pyi
                                                ascii.pyi
                                                panel.pyi
                                                textpad.pyi
                                            ensurepip/
                                                __init__.pyi
                                            lib2to3/
                                                pgen2/
                                                    __init__.pyi
                                                    driver.pyi
                                                    grammar.pyi
                                                    literals.pyi
                                                    parse.pyi
                                                    pgen.pyi
                                                    token.pyi
                                                    tokenize.pyi
                                                __init__.pyi
                                                pygram.pyi
                                                pytree.pyi
                                            logging/
                                                __init__.pyi
                                                config.pyi
                                                handlers.pyi
                                            msilib/
                                                __init__.pyi
                                                schema.pyi
                                                sequence.pyi
                                                text.pyi
                                            pydoc_data/
                                                __init__.pyi
                                                topics.pyi
                                            pyexpat/
                                                __init__.pyi
                                                errors.pyi
                                                model.pyi
                                            sqlite3/
                                                __init__.pyi
                                                dbapi2.pyi
                                            wsgiref/
                                                __init__.pyi
                                                handlers.pyi
                                                headers.pyi
                                                simple_server.pyi
                                                types.pyi
                                                util.pyi
                                                validate.pyi
                                            xml/
                                                dom/
                                                    __init__.pyi
                                                    domreg.pyi
                                                    expatbuilder.pyi
                                                    minicompat.pyi
                                                    minidom.pyi
                                                    NodeFilter.pyi
                                                    pulldom.pyi
                                                    xmlbuilder.pyi
                                                etree/
                                                    __init__.pyi
                                                    cElementTree.pyi
                                                    ElementInclude.pyi
                                                    ElementPath.pyi
                                                    ElementTree.pyi
                                                parsers/
                                                    expat/
                                                        __init__.pyi
                                                        errors.pyi
                                                        model.pyi
                                                    __init__.pyi
                                                sax/
                                                    __init__.pyi
                                                    handler.pyi
                                                    saxutils.pyi
                                                    xmlreader.pyi
                                                __init__.pyi
                                            __future__.pyi
                                            _bisect.pyi
                                            _codecs.pyi
                                            _csv.pyi
                                            _curses.pyi
                                            _dummy_threading.pyi
                                            _heapq.pyi
                                            _msi.pyi
                                            _random.pyi
                                            _warnings.pyi
                                            _weakref.pyi
                                            _weakrefset.pyi
                                            aifc.pyi
                                            antigravity.pyi
                                            argparse.pyi
                                            array.pyi
                                            asynchat.pyi
                                            asyncore.pyi
                                            audioop.pyi
                                            base64.pyi
                                            bdb.pyi
                                            binascii.pyi
                                            binhex.pyi
                                            bisect.pyi
                                            bz2.pyi
                                            calendar.pyi
                                            cgi.pyi
                                            cgitb.pyi
                                            chunk.pyi
                                            cmath.pyi
                                            cmd.pyi
                                            code.pyi
                                            codecs.pyi
                                            codeop.pyi
                                            colorsys.pyi
                                            contextlib.pyi
                                            copy.pyi
                                            cProfile.pyi
                                            crypt.pyi
                                            csv.pyi
                                            datetime.pyi
                                            decimal.pyi
                                            difflib.pyi
                                            dis.pyi
                                            doctest.pyi
                                            dummy_threading.pyi
                                            errno.pyi
                                            filecmp.pyi
                                            fileinput.pyi
                                            formatter.pyi
                                            fractions.pyi
                                            ftplib.pyi
                                            genericpath.pyi
                                            grp.pyi
                                            hmac.pyi
                                            imaplib.pyi
                                            imghdr.pyi
                                            keyword.pyi
                                            linecache.pyi
                                            locale.pyi
                                            macpath.pyi
                                            mailbox.pyi
                                            mailcap.pyi
                                            marshal.pyi
                                            math.pyi
                                            mimetypes.pyi
                                            mmap.pyi
                                            modulefinder.pyi
                                            msvcrt.pyi
                                            netrc.pyi
                                            nis.pyi
                                            numbers.pyi
                                            opcode.pyi
                                            operator.pyi
                                            optparse.pyi
                                            parser.pyi
                                            pdb.pyi
                                            pickle.pyi
                                            pickletools.pyi
                                            pkgutil.pyi
                                            plistlib.pyi
                                            poplib.pyi
                                            pprint.pyi
                                            profile.pyi
                                            pstats.pyi
                                            pty.pyi
                                            pwd.pyi
                                            py_compile.pyi
                                            pyclbr.pyi
                                            pydoc.pyi
                                            quopri.pyi
                                            readline.pyi
                                            rlcompleter.pyi
                                            sched.pyi
                                            select.pyi
                                            shutil.pyi
                                            site.pyi
                                            smtpd.pyi
                                            sndhdr.pyi
                                            socket.pyi
                                            sre_compile.pyi
                                            ssl.pyi
                                            stringprep.pyi
                                            struct.pyi
                                            sunau.pyi
                                            symtable.pyi
                                            sysconfig.pyi
                                            syslog.pyi
                                            tabnanny.pyi
                                            tarfile.pyi
                                            telnetlib.pyi
                                            termios.pyi
                                            this.pyi
                                            threading.pyi
                                            time.pyi
                                            timeit.pyi
                                            token.pyi
                                            trace.pyi
                                            traceback.pyi
                                            tty.pyi
                                            turtle.pyi
                                            unicodedata.pyi
                                            uu.pyi
                                            uuid.pyi
                                            warnings.pyi
                                            wave.pyi
                                            weakref.pyi
                                            webbrowser.pyi
                                            winsound.pyi
                                            xdrlib.pyi
                                            zipfile.pyi
                                            zipimport.pyi
                                            zlib.pyi
                                        3/
                                            asyncio/
                                                __init__.pyi
                                                base_events.pyi
                                                base_futures.pyi
                                                base_subprocess.pyi
                                                base_tasks.pyi
                                                compat.pyi
                                                constants.pyi
                                                coroutines.pyi
                                                events.pyi
                                                exceptions.pyi
                                                format_helpers.pyi
                                                futures.pyi
                                                locks.pyi
                                                log.pyi
                                                proactor_events.pyi
                                                protocols.pyi
                                                queues.pyi
                                                runners.pyi
                                                selector_events.pyi
                                                sslproto.pyi
                                                staggered.pyi
                                                streams.pyi
                                                subprocess.pyi
                                                tasks.pyi
                                                threads.pyi
                                                transports.pyi
                                                trsock.pyi
                                                unix_events.pyi
                                                windows_events.pyi
                                                windows_utils.pyi
                                            collections/
                                                __init__.pyi
                                                abc.pyi
                                            concurrent/
                                                futures/
                                                    __init__.pyi
                                                    _base.pyi
                                                    process.pyi
                                                    thread.pyi
                                                __init__.pyi
                                            dbm/
                                                __init__.pyi
                                                dumb.pyi
                                                gnu.pyi
                                                ndbm.pyi
                                            distutils/
                                                command/
                                                    __init__.pyi
                                                    bdist.pyi
                                                    bdist_dumb.pyi
                                                    bdist_msi.pyi
                                                    bdist_packager.pyi
                                                    bdist_rpm.pyi
                                                    bdist_wininst.pyi
                                                    build.pyi
                                                    build_clib.pyi
                                                    build_ext.pyi
                                                    build_py.pyi
                                                    build_scripts.pyi
                                                    check.pyi
                                                    clean.pyi
                                                    config.pyi
                                                    install.pyi
                                                    install_data.pyi
                                                    install_egg_info.pyi
                                                    install_headers.pyi
                                                    install_lib.pyi
                                                    install_scripts.pyi
                                                    register.pyi
                                                    sdist.pyi
                                                    upload.pyi
                                                __init__.pyi
                                                archive_util.pyi
                                                bcppcompiler.pyi
                                                ccompiler.pyi
                                                cmd.pyi
                                                config.pyi
                                                core.pyi
                                                cygwinccompiler.pyi
                                                debug.pyi
                                                dep_util.pyi
                                                dir_util.pyi
                                                dist.pyi
                                                errors.pyi
                                                extension.pyi
                                                fancy_getopt.pyi
                                                file_util.pyi
                                                filelist.pyi
                                                log.pyi
                                                msvccompiler.pyi
                                                spawn.pyi
                                                sysconfig.pyi
                                                text_file.pyi
                                                unixccompiler.pyi
                                                util.pyi
                                                version.pyi
                                            email/
                                                mime/
                                                    __init__.pyi
                                                    application.pyi
                                                    audio.pyi
                                                    base.pyi
                                                    image.pyi
                                                    message.pyi
                                                    multipart.pyi
                                                    nonmultipart.pyi
                                                    text.pyi
                                                __init__.pyi
                                                charset.pyi
                                                contentmanager.pyi
                                                encoders.pyi
                                                errors.pyi
                                                feedparser.pyi
                                                generator.pyi
                                                header.pyi
                                                headerregistry.pyi
                                                iterators.pyi
                                                message.pyi
                                                parser.pyi
                                                policy.pyi
                                                utils.pyi
                                            encodings/
                                                __init__.pyi
                                                utf_8.pyi
                                            html/
                                                __init__.pyi
                                                entities.pyi
                                                parser.pyi
                                            http/
                                                __init__.pyi
                                                client.pyi
                                                cookiejar.pyi
                                                cookies.pyi
                                                server.pyi
                                            importlib/
                                                __init__.pyi
                                                abc.pyi
                                                machinery.pyi
                                                metadata.pyi
                                                resources.pyi
                                                util.pyi
                                            json/
                                                __init__.pyi
                                                decoder.pyi
                                                encoder.pyi
                                                tool.pyi
                                            multiprocessing/
                                                dummy/
                                                    __init__.pyi
                                                    connection.pyi
                                                __init__.pyi
                                                connection.pyi
                                                context.pyi
                                                managers.pyi
                                                pool.pyi
                                                process.pyi
                                                queues.pyi
                                                shared_memory.pyi
                                                sharedctypes.pyi
                                                spawn.pyi
                                                synchronize.pyi
                                            os/
                                                __init__.pyi
                                                path.pyi
                                            tkinter/
                                                __init__.pyi
                                                commondialog.pyi
                                                constants.pyi
                                                dialog.pyi
                                                filedialog.pyi
                                                font.pyi
                                                messagebox.pyi
                                                ttk.pyi
                                            unittest/
                                                __init__.pyi
                                                async_case.pyi
                                                case.pyi
                                                loader.pyi
                                                main.pyi
                                                mock.pyi
                                                result.pyi
                                                runner.pyi
                                                signals.pyi
                                                suite.pyi
                                                util.pyi
                                            urllib/
                                                __init__.pyi
                                                error.pyi
                                                parse.pyi
                                                request.pyi
                                                response.pyi
                                                robotparser.pyi
                                            venv/
                                                __init__.pyi
                                            xmlrpc/
                                                __init__.pyi
                                                client.pyi
                                                server.pyi
                                            _ast.pyi
                                            _bootlocale.pyi
                                            _compat_pickle.pyi
                                            _compression.pyi
                                            _decimal.pyi
                                            _dummy_thread.pyi
                                            _imp.pyi
                                            _importlib_modulespec.pyi
                                            _json.pyi
                                            _markupbase.pyi
                                            _operator.pyi
                                            _osx_support.pyi
                                            _posixsubprocess.pyi
                                            _pydecimal.pyi
                                            _sitebuiltins.pyi
                                            _stat.pyi
                                            _thread.pyi
                                            _threading_local.pyi
                                            _tkinter.pyi
                                            _tracemalloc.pyi
                                            _winapi.pyi
                                            abc.pyi
                                            ast.pyi
                                            atexit.pyi
                                            builtins.pyi
                                            compileall.pyi
                                            configparser.pyi
                                            copyreg.pyi
                                            enum.pyi
                                            faulthandler.pyi
                                            fcntl.pyi
                                            fnmatch.pyi
                                            functools.pyi
                                            gc.pyi
                                            getopt.pyi
                                            getpass.pyi
                                            gettext.pyi
                                            glob.pyi
                                            gzip.pyi
                                            hashlib.pyi
                                            heapq.pyi
                                            imp.pyi
                                            inspect.pyi
                                            io.pyi
                                            ipaddress.pyi
                                            itertools.pyi
                                            lzma.pyi
                                            macurl2path.pyi
                                            nntplib.pyi
                                            ntpath.pyi
                                            nturl2path.pyi
                                            pathlib.pyi
                                            pipes.pyi
                                            platform.pyi
                                            posix.pyi
                                            posixpath.pyi
                                            queue.pyi
                                            random.pyi
                                            re.pyi
                                            reprlib.pyi
                                            resource.pyi
                                            runpy.pyi
                                            secrets.pyi
                                            selectors.pyi
                                            shelve.pyi
                                            shlex.pyi
                                            signal.pyi
                                            smtplib.pyi
                                            socketserver.pyi
                                            spwd.pyi
                                            sre_constants.pyi
                                            sre_parse.pyi
                                            stat.pyi
                                            statistics.pyi
                                            string.pyi
                                            subprocess.pyi
                                            symbol.pyi
                                            sys.pyi
                                            tempfile.pyi
                                            textwrap.pyi
                                            tokenize.pyi
                                            tracemalloc.pyi
                                            types.pyi
                                            typing.pyi
                                            winreg.pyi
                                            xxlimited.pyi
                                            zipapp.pyi
                                        3.7/
                                            _py_abc.pyi
                                            contextvars.pyi
                                            dataclasses.pyi
                                        3.9/
                                            zoneinfo/
                                                __init__.pyi
                                            graphlib.pyi
                                    third_party/
                                        2/
                                            concurrent/
                                                futures/
                                                    __init__.pyi
                                                    _base.pyi
                                                    process.pyi
                                                    thread.pyi
                                                __init__.pyi
                                            fb303/
                                                __init__.pyi
                                                FacebookService.pyi
                                            kazoo/
                                                recipe/
                                                    __init__.pyi
                                                    watchers.pyi
                                                __init__.pyi
                                                client.pyi
                                                exceptions.pyi
                                            OpenSSL/
                                                __init__.pyi
                                                crypto.pyi
                                            routes/
                                                __init__.pyi
                                                mapper.pyi
                                                util.pyi
                                            scribe/
                                                __init__.pyi
                                                scribe.pyi
                                                ttypes.pyi
                                            six/
                                                moves/
                                                    urllib/
                                                        __init__.pyi
                                                        error.pyi
                                                        parse.pyi
                                                        request.pyi
                                                        response.pyi
                                                        robotparser.pyi
                                                    __init__.pyi
                                                    _dummy_thread.pyi
                                                    _thread.pyi
                                                    BaseHTTPServer.pyi
                                                    CGIHTTPServer.pyi
                                                    collections_abc.pyi
                                                    configparser.pyi
                                                    cPickle.pyi
                                                    email_mime_base.pyi
                                                    email_mime_multipart.pyi
                                                    email_mime_nonmultipart.pyi
                                                    email_mime_text.pyi
                                                    html_entities.pyi
                                                    html_parser.pyi
                                                    http_client.pyi
                                                    http_cookiejar.pyi
                                                    http_cookies.pyi
                                                    queue.pyi
                                                    reprlib.pyi
                                                    SimpleHTTPServer.pyi
                                                    socketserver.pyi
                                                    urllib_error.pyi
                                                    urllib_parse.pyi
                                                    urllib_request.pyi
                                                    urllib_response.pyi
                                                    urllib_robotparser.pyi
                                                    xmlrpc_client.pyi
                                                __init__.pyi
                                            tornado/
                                                __init__.pyi
                                                concurrent.pyi
                                                gen.pyi
                                                httpclient.pyi
                                                httpserver.pyi
                                                httputil.pyi
                                                ioloop.pyi
                                                locks.pyi
                                                netutil.pyi
                                                process.pyi
                                                tcpserver.pyi
                                                testing.pyi
                                                util.pyi
                                                web.pyi
                                            enum.pyi
                                            ipaddress.pyi
                                            pathlib2.pyi
                                            pymssql.pyi
                                        2and3/
                                            atomicwrites/
                                                __init__.pyi
                                            attr/
                                                __init__.pyi
                                                _version_info.pyi
                                                converters.pyi
                                                exceptions.pyi
                                                filters.pyi
                                                validators.pyi
                                            backports/
                                                __init__.pyi
                                                ssl_match_hostname.pyi
                                            bleach/
                                                __init__.pyi
                                                callbacks.pyi
                                                linkifier.pyi
                                                sanitizer.pyi
                                                utils.pyi
                                            boto/
                                                ec2/
                                                    __init__.pyi
                                                elb/
                                                    __init__.pyi
                                                kms/
                                                    __init__.pyi
                                                    exceptions.pyi
                                                    layer1.pyi
                                                s3/
                                                    __init__.pyi
                                                    acl.pyi
                                                    bucket.pyi
                                                    bucketlistresultset.pyi
                                                    bucketlogging.pyi
                                                    connection.pyi
                                                    cors.pyi
                                                    deletemarker.pyi
                                                    key.pyi
                                                    keyfile.pyi
                                                    lifecycle.pyi
                                                    multidelete.pyi
                                                    multipart.pyi
                                                    prefix.pyi
                                                    tagging.pyi
                                                    user.pyi
                                                    website.pyi
                                                __init__.pyi
                                                auth.pyi
                                                auth_handler.pyi
                                                compat.pyi
                                                connection.pyi
                                                exception.pyi
                                                plugin.pyi
                                                regioninfo.pyi
                                                utils.pyi
                                            cachetools/
                                                __init__.pyi
                                                abc.pyi
                                                cache.pyi
                                                decorators.pyi
                                                func.pyi
                                                lfu.pyi
                                                lru.pyi
                                                rr.pyi
                                                ttl.pyi
                                            characteristic/
                                                __init__.pyi
                                            chardet/
                                                __init__.pyi
                                                enums.pyi
                                                langbulgarianmodel.pyi
                                                langcyrillicmodel.pyi
                                                langgreekmodel.pyi
                                                langhebrewmodel.pyi
                                                langhungarianmodel.pyi
                                                langthaimodel.pyi
                                                langturkishmodel.pyi
                                                universaldetector.pyi
                                                version.pyi
                                            click/
                                                __init__.pyi
                                                _termui_impl.pyi
                                                core.pyi
                                                decorators.pyi
                                                exceptions.pyi
                                                formatting.pyi
                                                globals.pyi
                                                parser.pyi
                                                termui.pyi
                                                testing.pyi
                                                types.pyi
                                                utils.pyi
                                            cryptography/
                                                hazmat/
                                                    backends/
                                                        __init__.pyi
                                                        interfaces.pyi
                                                    bindings/
                                                        openssl/
                                                            __init__.pyi
                                                            binding.pyi
                                                        __init__.pyi
                                                    primitives/
                                                        asymmetric/
                                                            __init__.pyi
                                                            dh.pyi
                                                            dsa.pyi
                                                            ec.pyi
                                                            ed25519.pyi
                                                            ed448.pyi
                                                            padding.pyi
                                                            rsa.pyi
                                                            utils.pyi
                                                            x25519.pyi
                                                            x448.pyi
                                                        ciphers/
                                                            __init__.pyi
                                                            aead.pyi
                                                            algorithms.pyi
                                                            modes.pyi
                                                        kdf/
                                                            __init__.pyi
                                                            concatkdf.pyi
                                                            hkdf.pyi
                                                            kbkdf.pyi
                                                            pbkdf2.pyi
                                                            scrypt.pyi
                                                            x963kdf.pyi
                                                        serialization/
                                                            __init__.pyi
                                                            pkcs12.pyi
                                                        twofactor/
                                                            __init__.pyi
                                                            hotp.pyi
                                                            totp.pyi
                                                        __init__.pyi
                                                        cmac.pyi
                                                        constant_time.pyi
                                                        hashes.pyi
                                                        hmac.pyi
                                                        keywrap.pyi
                                                        padding.pyi
                                                        poly1305.pyi
                                                    __init__.pyi
                                                x509/
                                                    __init__.pyi
                                                    extensions.pyi
                                                    oid.pyi
                                                __init__.pyi
                                                exceptions.pyi
                                                fernet.pyi
                                            datetimerange/
                                                __init__.pyi
                                            dateutil/
                                                tz/
                                                    __init__.pyi
                                                    _common.pyi
                                                    tz.pyi
                                                __init__.pyi
                                                _common.pyi
                                                easter.pyi
                                                parser.pyi
                                                relativedelta.pyi
                                                rrule.pyi
                                                utils.pyi
                                            deprecated/
                                                __init__.pyi
                                                classic.pyi
                                                sphinx.pyi
                                            emoji/
                                                __init__.pyi
                                                core.pyi
                                                unicode_codes.pyi
                                            flask/
                                                json/
                                                    __init__.pyi
                                                    tag.pyi
                                                __init__.pyi
                                                app.pyi
                                                blueprints.pyi
                                                cli.pyi
                                                config.pyi
                                                ctx.pyi
                                                debughelpers.pyi
                                                globals.pyi
                                                helpers.pyi
                                                logging.pyi
                                                sessions.pyi
                                                signals.pyi
                                                templating.pyi
                                                testing.pyi
                                                views.pyi
                                                wrappers.pyi
                                            geoip2/
                                                __init__.pyi
                                                database.pyi
                                                errors.pyi
                                                mixins.pyi
                                                models.pyi
                                                records.pyi
                                            google/
                                                protobuf/
                                                    compiler/
                                                        __init__.pyi
                                                        plugin_pb2.pyi
                                                    internal/
                                                        __init__.pyi
                                                        containers.pyi
                                                        decoder.pyi
                                                        encoder.pyi
                                                        enum_type_wrapper.pyi
                                                        extension_dict.pyi
                                                        message_listener.pyi
                                                        python_message.pyi
                                                        well_known_types.pyi
                                                        wire_format.pyi
                                                    util/
                                                        __init__.pyi
                                                    __init__.pyi
                                                    any_pb2.pyi
                                                    api_pb2.pyi
                                                    descriptor.pyi
                                                    descriptor_pb2.pyi
                                                    descriptor_pool.pyi
                                                    duration_pb2.pyi
                                                    empty_pb2.pyi
                                                    field_mask_pb2.pyi
                                                    json_format.pyi
                                                    message.pyi
                                                    message_factory.pyi
                                                    reflection.pyi
                                                    service.pyi
                                                    source_context_pb2.pyi
                                                    struct_pb2.pyi
                                                    symbol_database.pyi
                                                    timestamp_pb2.pyi
                                                    type_pb2.pyi
                                                    wrappers_pb2.pyi
                                                __init__.pyi
                                            jinja2/
                                                __init__.pyi
                                                _compat.pyi
                                                _stringdefs.pyi
                                                bccache.pyi
                                                compiler.pyi
                                                constants.pyi
                                                debug.pyi
                                                defaults.pyi
                                                environment.pyi
                                                exceptions.pyi
                                                ext.pyi
                                                filters.pyi
                                                lexer.pyi
                                                loaders.pyi
                                                meta.pyi
                                                nodes.pyi
                                                optimizer.pyi
                                                parser.pyi
                                                runtime.pyi
                                                sandbox.pyi
                                                tests.pyi
                                                utils.pyi
                                                visitor.pyi
                                            markdown/
                                                extensions/
                                                    __init__.pyi
                                                    abbr.pyi
                                                    admonition.pyi
                                                    attr_list.pyi
                                                    codehilite.pyi
                                                    def_list.pyi
                                                    extra.pyi
                                                    fenced_code.pyi
                                                    footnotes.pyi
                                                    legacy_attrs.pyi
                                                    legacy_em.pyi
                                                    md_in_html.pyi
                                                    meta.pyi
                                                    nl2br.pyi
                                                    sane_lists.pyi
                                                    smarty.pyi
                                                    tables.pyi
                                                    toc.pyi
                                                    wikilinks.pyi
                                                __init__.pyi
                                                __meta__.pyi
                                                blockparser.pyi
                                                blockprocessors.pyi
                                                core.pyi
                                                inlinepatterns.pyi
                                                pep562.pyi
                                                postprocessors.pyi
                                                preprocessors.pyi
                                                serializers.pyi
                                                treeprocessors.pyi
                                                util.pyi
                                            markupsafe/
                                                __init__.pyi
                                                _compat.pyi
                                                _constants.pyi
                                                _native.pyi
                                                _speedups.pyi
                                            maxminddb/
                                                __init__.pyi
                                                compat.pyi
                                                const.pyi
                                                decoder.pyi
                                                errors.pyi
                                                extension.pyi
                                                reader.pyi
                                            nmap/
                                                __init__.pyi
                                                nmap.pyi
                                            paramiko/
                                                __init__.pyi
                                                _version.pyi
                                                _winapi.pyi
                                                agent.pyi
                                                auth_handler.pyi
                                                ber.pyi
                                                buffered_pipe.pyi
                                                channel.pyi
                                                client.pyi
                                                common.pyi
                                                compress.pyi
                                                config.pyi
                                                dsskey.pyi
                                                ecdsakey.pyi
                                                ed25519key.pyi
                                                file.pyi
                                                hostkeys.pyi
                                                kex_curve25519.pyi
                                                kex_ecdh_nist.pyi
                                                kex_gex.pyi
                                                kex_group1.pyi
                                                kex_group14.pyi
                                                kex_group16.pyi
                                                kex_gss.pyi
                                                message.pyi
                                                packet.pyi
                                                pipe.pyi
                                                pkey.pyi
                                                primes.pyi
                                                proxy.pyi
                                                py3compat.pyi
                                                rsakey.pyi
                                                server.pyi
                                                sftp.pyi
                                                sftp_attr.pyi
                                                sftp_client.pyi
                                                sftp_file.pyi
                                                sftp_handle.pyi
                                                sftp_server.pyi
                                                sftp_si.pyi
                                                ssh_exception.pyi
                                                ssh_gss.pyi
                                                transport.pyi
                                                util.pyi
                                                win_pageant.pyi
                                            pymysql/
                                                constants/
                                                    __init__.pyi
                                                    CLIENT.pyi
                                                    COMMAND.pyi
                                                    ER.pyi
                                                    FIELD_TYPE.pyi
                                                    FLAG.pyi
                                                    SERVER_STATUS.pyi
                                                __init__.pyi
                                                charset.pyi
                                                connections.pyi
                                                converters.pyi
                                                cursors.pyi
                                                err.pyi
                                                times.pyi
                                                util.pyi
                                            pynamodb/
                                                connection/
                                                    __init__.pyi
                                                    base.pyi
                                                    table.pyi
                                                    util.pyi
                                                __init__.pyi
                                                attributes.pyi
                                                constants.pyi
                                                exceptions.pyi
                                                indexes.pyi
                                                models.pyi
                                                settings.pyi
                                                throttle.pyi
                                                types.pyi
                                            pytz/
                                                __init__.pyi
                                            pyVmomi/
                                                vim/
                                                    __init__.pyi
                                                    event.pyi
                                                    fault.pyi
                                                    option.pyi
                                                    view.pyi
                                                vmodl/
                                                    __init__.pyi
                                                    fault.pyi
                                                    query.pyi
                                                __init__.pyi
                                            redis/
                                                __init__.pyi
                                                client.pyi
                                                connection.pyi
                                                exceptions.pyi
                                                utils.pyi
                                            requests/
                                                packages/
                                                    urllib3/
                                                        contrib/
                                                            __init__.pyi
                                                        packages/
                                                            ssl_match_hostname/
                                                                __init__.pyi
                                                                _implementation.pyi
                                                            __init__.pyi
                                                        util/
                                                            __init__.pyi
                                                            connection.pyi
                                                            request.pyi
                                                            response.pyi
                                                            retry.pyi
                                                            ssl_.pyi
                                                            timeout.pyi
                                                            url.pyi
                                                        __init__.pyi
                                                        _collections.pyi
                                                        connection.pyi
                                                        connectionpool.pyi
                                                        exceptions.pyi
                                                        fields.pyi
                                                        filepost.pyi
                                                        poolmanager.pyi
                                                        request.pyi
                                                        response.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                adapters.pyi
                                                api.pyi
                                                auth.pyi
                                                compat.pyi
                                                cookies.pyi
                                                exceptions.pyi
                                                hooks.pyi
                                                models.pyi
                                                sessions.pyi
                                                status_codes.pyi
                                                structures.pyi
                                                utils.pyi
                                            retry/
                                                __init__.pyi
                                                api.pyi
                                            simplejson/
                                                __init__.pyi
                                                decoder.pyi
                                                encoder.pyi
                                                scanner.pyi
                                            slugify/
                                                __init__.pyi
                                                slugify.pyi
                                                special.pyi
                                            tzlocal/
                                                __init__.pyi
                                            werkzeug/
                                                contrib/
                                                    __init__.pyi
                                                    atom.pyi
                                                    cache.pyi
                                                    fixers.pyi
                                                    iterio.pyi
                                                    jsrouting.pyi
                                                    limiter.pyi
                                                    lint.pyi
                                                    profiler.pyi
                                                    securecookie.pyi
                                                    sessions.pyi
                                                    testtools.pyi
                                                    wrappers.pyi
                                                debug/
                                                    __init__.pyi
                                                    console.pyi
                                                    repr.pyi
                                                    tbtools.pyi
                                                middleware/
                                                    __init__.pyi
                                                    dispatcher.pyi
                                                    http_proxy.pyi
                                                    lint.pyi
                                                    profiler.pyi
                                                    proxy_fix.pyi
                                                    shared_data.pyi
                                                __init__.pyi
                                                _compat.pyi
                                                _internal.pyi
                                                _reloader.pyi
                                                datastructures.pyi
                                                exceptions.pyi
                                                filesystem.pyi
                                                formparser.pyi
                                                http.pyi
                                                local.pyi
                                                posixemulation.pyi
                                                routing.pyi
                                                script.pyi
                                                security.pyi
                                                serving.pyi
                                                test.pyi
                                                testapp.pyi
                                                urls.pyi
                                                useragents.pyi
                                                utils.pyi
                                                wrappers.pyi
                                                wsgi.pyi
                                            yaml/
                                                __init__.pyi
                                                composer.pyi
                                                constructor.pyi
                                                cyaml.pyi
                                                dumper.pyi
                                                emitter.pyi
                                                error.pyi
                                                events.pyi
                                                loader.pyi
                                                nodes.pyi
                                                parser.pyi
                                                reader.pyi
                                                representer.pyi
                                                resolver.pyi
                                                scanner.pyi
                                                serializer.pyi
                                                tokens.pyi
                                            backports_abc.pyi
                                            certifi.pyi
                                            croniter.pyi
                                            dateparser.pyi
                                            decorator.pyi
                                            first.pyi
                                            gflags.pyi
                                            itsdangerous.pyi
                                            mock.pyi
                                            mypy_extensions.pyi
                                            polib.pyi
                                            pycurl.pyi
                                            pyre_extensions.pyi
                                            singledispatch.pyi
                                            tabulate.pyi
                                            termcolor.pyi
                                            toml.pyi
                                            typing_extensions.pyi
                                            ujson.pyi
                                        3/
                                            aiofiles/
                                                threadpool/
                                                    __init__.pyi
                                                    binary.pyi
                                                    text.pyi
                                                __init__.pyi
                                                base.pyi
                                                os.pyi
                                            docutils/
                                                parsers/
                                                    rst/
                                                        __init__.pyi
                                                        nodes.pyi
                                                        roles.pyi
                                                        states.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                examples.pyi
                                                nodes.pyi
                                            filelock/
                                                __init__.pyi
                                            freezegun/
                                                __init__.pyi
                                                api.pyi
                                            jwt/
                                                contrib/
                                                    algorithms/
                                                        __init__.pyi
                                                        py_ecdsa.pyi
                                                        pycrypto.pyi
                                                    __init__.pyi
                                                __init__.pyi
                                                algorithms.pyi
                                            pkg_resources/
                                                __init__.pyi
                                                py31compat.pyi
                                            pyrfc3339/
                                                __init__.pyi
                                                generator.pyi
                                                parser.pyi
                                                utils.pyi
                                            six/
                                                moves/
                                                    urllib/
                                                        __init__.pyi
                                                        error.pyi
                                                        parse.pyi
                                                        request.pyi
                                                        response.pyi
                                                        robotparser.pyi
                                                    __init__.pyi
                                                    _dummy_thread.pyi
                                                    _thread.pyi
                                                    BaseHTTPServer.pyi
                                                    builtins.pyi
                                                    CGIHTTPServer.pyi
                                                    collections_abc.pyi
                                                    configparser.pyi
                                                    cPickle.pyi
                                                    email_mime_base.pyi
                                                    email_mime_multipart.pyi
                                                    email_mime_nonmultipart.pyi
                                                    email_mime_text.pyi
                                                    html_entities.pyi
                                                    html_parser.pyi
                                                    http_client.pyi
                                                    http_cookiejar.pyi
                                                    http_cookies.pyi
                                                    queue.pyi
                                                    reprlib.pyi
                                                    SimpleHTTPServer.pyi
                                                    socketserver.pyi
                                                    tkinter.pyi
                                                    tkinter_commondialog.pyi
                                                    tkinter_constants.pyi
                                                    tkinter_dialog.pyi
                                                    tkinter_filedialog.pyi
                                                    tkinter_tkfiledialog.pyi
                                                    tkinter_ttk.pyi
                                                    urllib_error.pyi
                                                    urllib_parse.pyi
                                                    urllib_request.pyi
                                                    urllib_response.pyi
                                                    urllib_robotparser.pyi
                                                __init__.pyi
                                            typed_ast/
                                                __init__.pyi
                                                ast27.pyi
                                                ast3.pyi
                                                conversions.pyi
                                            waitress/
                                                __init__.pyi
                                                adjustments.pyi
                                                buffers.pyi
                                                channel.pyi
                                                compat.pyi
                                                parser.pyi
                                                proxy_headers.pyi
                                                receiver.pyi
                                                rfc7230.pyi
                                                runner.pyi
                                                server.pyi
                                                task.pyi
                                                trigger.pyi
                                                utilities.pyi
                                                wasyncore.pyi
                                            contextvars.pyi
                                            dataclasses.pyi
                                            frozendict.pyi
                                            orjson.pyi
                                    LICENSE
                            __init__.py
                            __main__.py
                            _compatibility.py
                            cache.py
                            common.py
                            debug.py
                            file_io.py
                            parser_utils.py
                            settings.py
                            utils.py
                        jedi-0.19.2.dist-info/
                            AUTHORS.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        jinja2/
                            __init__.py
                            _identifier.py
                            async_utils.py
                            bccache.py
                            compiler.py
                            constants.py
                            debug.py
                            defaults.py
                            environment.py
                            exceptions.py
                            ext.py
                            filters.py
                            idtracking.py
                            lexer.py
                            loaders.py
                            meta.py
                            nativetypes.py
                            nodes.py
                            optimizer.py
                            parser.py
                            py.typed
                            runtime.py
                            sandbox.py
                            tests.py
                            utils.py
                            visitor.py
                        jinja2-3.1.6.dist-info/
                            licenses/
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        joblib/
                            externals/
                                cloudpickle/
                                    __init__.py
                                    cloudpickle.py
                                    cloudpickle_fast.py
                                loky/
                                    backend/
                                        __init__.py
                                        _posix_reduction.py
                                        _win_reduction.py
                                        context.py
                                        fork_exec.py
                                        popen_loky_posix.py
                                        popen_loky_win32.py
                                        process.py
                                        queues.py
                                        reduction.py
                                        resource_tracker.py
                                        spawn.py
                                        synchronize.py
                                        utils.py
                                    __init__.py
                                    _base.py
                                    cloudpickle_wrapper.py
                                    initializers.py
                                    process_executor.py
                                    reusable_executor.py
                                __init__.py
                            test/
                                data/
                                    __init__.py
                                    create_numpy_pickle.py
                                    joblib_0.10.0_compressed_pickle_py27_np16.gz
                                    joblib_0.10.0_compressed_pickle_py27_np17.gz
                                    joblib_0.10.0_compressed_pickle_py33_np18.gz
                                    joblib_0.10.0_compressed_pickle_py34_np19.gz
                                    joblib_0.10.0_compressed_pickle_py35_np19.gz
                                    joblib_0.10.0_pickle_py27_np17.pkl
                                    joblib_0.10.0_pickle_py27_np17.pkl.bz2
                                    joblib_0.10.0_pickle_py27_np17.pkl.gzip
                                    joblib_0.10.0_pickle_py27_np17.pkl.lzma
                                    joblib_0.10.0_pickle_py27_np17.pkl.xz
                                    joblib_0.10.0_pickle_py33_np18.pkl
                                    joblib_0.10.0_pickle_py33_np18.pkl.bz2
                                    joblib_0.10.0_pickle_py33_np18.pkl.gzip
                                    joblib_0.10.0_pickle_py33_np18.pkl.lzma
                                    joblib_0.10.0_pickle_py33_np18.pkl.xz
                                    joblib_0.10.0_pickle_py34_np19.pkl
                                    joblib_0.10.0_pickle_py34_np19.pkl.bz2
                                    joblib_0.10.0_pickle_py34_np19.pkl.gzip
                                    joblib_0.10.0_pickle_py34_np19.pkl.lzma
                                    joblib_0.10.0_pickle_py34_np19.pkl.xz
                                    joblib_0.10.0_pickle_py35_np19.pkl
                                    joblib_0.10.0_pickle_py35_np19.pkl.bz2
                                    joblib_0.10.0_pickle_py35_np19.pkl.gzip
                                    joblib_0.10.0_pickle_py35_np19.pkl.lzma
                                    joblib_0.10.0_pickle_py35_np19.pkl.xz
                                    joblib_0.11.0_compressed_pickle_py36_np111.gz
                                    joblib_0.11.0_pickle_py36_np111.pkl
                                    joblib_0.11.0_pickle_py36_np111.pkl.bz2
                                    joblib_0.11.0_pickle_py36_np111.pkl.gzip
                                    joblib_0.11.0_pickle_py36_np111.pkl.lzma
                                    joblib_0.11.0_pickle_py36_np111.pkl.xz
                                    joblib_0.8.4_compressed_pickle_py27_np17.gz
                                    joblib_0.9.2_compressed_pickle_py27_np16.gz
                                    joblib_0.9.2_compressed_pickle_py27_np17.gz
                                    joblib_0.9.2_compressed_pickle_py34_np19.gz
                                    joblib_0.9.2_compressed_pickle_py35_np19.gz
                                    joblib_0.9.2_pickle_py27_np16.pkl
                                    joblib_0.9.2_pickle_py27_np16.pkl_01.npy
                                    joblib_0.9.2_pickle_py27_np16.pkl_02.npy
                                    joblib_0.9.2_pickle_py27_np16.pkl_03.npy
                                    joblib_0.9.2_pickle_py27_np16.pkl_04.npy
                                    joblib_0.9.2_pickle_py27_np17.pkl
                                    joblib_0.9.2_pickle_py27_np17.pkl_01.npy
                                    joblib_0.9.2_pickle_py27_np17.pkl_02.npy
                                    joblib_0.9.2_pickle_py27_np17.pkl_03.npy
                                    joblib_0.9.2_pickle_py27_np17.pkl_04.npy
                                    joblib_0.9.2_pickle_py33_np18.pkl
                                    joblib_0.9.2_pickle_py33_np18.pkl_01.npy
                                    joblib_0.9.2_pickle_py33_np18.pkl_02.npy
                                    joblib_0.9.2_pickle_py33_np18.pkl_03.npy
                                    joblib_0.9.2_pickle_py33_np18.pkl_04.npy
                                    joblib_0.9.2_pickle_py34_np19.pkl
                                    joblib_0.9.2_pickle_py34_np19.pkl_01.npy
                                    joblib_0.9.2_pickle_py34_np19.pkl_02.npy
                                    joblib_0.9.2_pickle_py34_np19.pkl_03.npy
                                    joblib_0.9.2_pickle_py34_np19.pkl_04.npy
                                    joblib_0.9.2_pickle_py35_np19.pkl
                                    joblib_0.9.2_pickle_py35_np19.pkl_01.npy
                                    joblib_0.9.2_pickle_py35_np19.pkl_02.npy
                                    joblib_0.9.2_pickle_py35_np19.pkl_03.npy
                                    joblib_0.9.2_pickle_py35_np19.pkl_04.npy
                                    joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz
                                    joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_01.npy.z
                                    joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_02.npy.z
                                    joblib_0.9.4.dev0_compressed_cache_size_pickle_py35_np19.gz_03.npy.z
                                __init__.py
                                common.py
                                test_backports.py
                                test_cloudpickle_wrapper.py
                                test_config.py
                                test_dask.py
                                test_disk.py
                                test_func_inspect.py
                                test_func_inspect_special_encoding.py
                                test_hashing.py
                                test_init.py
                                test_logger.py
                                test_memmapping.py
                                test_memory.py
                                test_memory_async.py
                                test_missing_multiprocessing.py
                                test_module.py
                                test_numpy_pickle.py
                                test_numpy_pickle_compat.py
                                test_numpy_pickle_utils.py
                                test_parallel.py
                                test_store_backends.py
                                test_testing.py
                                test_utils.py
                                testutils.py
                            __init__.py
                            _cloudpickle_wrapper.py
                            _dask.py
                            _memmapping_reducer.py
                            _multiprocessing_helpers.py
                            _parallel_backends.py
                            _store_backends.py
                            _utils.py
                            backports.py
                            compressor.py
                            disk.py
                            executor.py
                            func_inspect.py
                            hashing.py
                            logger.py
                            memory.py
                            numpy_pickle.py
                            numpy_pickle_compat.py
                            numpy_pickle_utils.py
                            parallel.py
                            pool.py
                            testing.py
                        joblib-1.5.1.dist-info/
                            licenses/
                                LICENSE.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        license_expression/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _pyahocorasick.cpython-313.pyc
                            data/
                                cc-by-4.0.LICENSE
                                license_key_index.json.ABOUT
                                scancode-licensedb-index.json
                            __init__.py
                            _pyahocorasick.ABOUT
                            _pyahocorasick.py
                        license_expression-30.4.4.dist-info/
                            licenses/
                                apache-2.0.LICENSE
                                AUTHORS.rst
                                CHANGELOG.rst
                                CODE_OF_CONDUCT.rst
                                NOTICE
                                README.rst
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        licensecheck/
                            __pycache__/
                                __init__.cpython-313.pyc
                                checker.cpython-313.pyc
                                cli.cpython-313.pyc
                                fmt.cpython-313.pyc
                                packageinfo.cpython-313.pyc
                                session.cpython-313.pyc
                                types.cpython-313.pyc
                            license_matrix/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                                matrix.csv
                            pypi_licenses/
                                osi_approved.txt
                                other.txt
                            resolvers/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    native.cpython-313.pyc
                                    uv.cpython-313.pyc
                                __init__.py
                                native.py
                                uv.py
                            __init__.py
                            __main__.py
                            checker.py
                            cli.py
                            fmt.py
                            html.template
                            packageinfo.py
                            session.py
                            types.py
                        licensecheck-2025.1.0.dist-info/
                            licenses/
                                LICENSE.md
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        llvmlite/
                            binding/
                                __init__.py
                                analysis.py
                                common.py
                                context.py
                                dylib.py
                                executionengine.py
                                ffi.py
                                initfini.py
                                libllvmlite.dylib
                                linker.py
                                module.py
                                newpassmanagers.py
                                object_file.py
                                options.py
                                orcjit.py
                                passmanagers.py
                                targets.py
                                transforms.py
                                typeref.py
                                value.py
                            ir/
                                __init__.py
                                _utils.py
                                builder.py
                                context.py
                                instructions.py
                                module.py
                                transforms.py
                                types.py
                                values.py
                            tests/
                                __init__.py
                                __main__.py
                                customize.py
                                refprune_proto.py
                                test_binding.py
                                test_ir.py
                                test_refprune.py
                                test_valuerepr.py
                            __init__.py
                            _version.py
                            utils.py
                        llvmlite-0.44.0.dist-info/
                            INSTALLER
                            LICENSE
                            LICENSE.thirdparty
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        locket/
                            __init__.py
                        locket-1.0.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        logging/
                            __init__.py
                            config.py
                            handlers.py
                        logging-0.4.9.6.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        loguru/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _asyncio_loop.cpython-313.pyc
                                _better_exceptions.cpython-313.pyc
                                _colorama.cpython-313.pyc
                                _colorizer.cpython-313.pyc
                                _contextvars.cpython-313.pyc
                                _ctime_functions.cpython-313.pyc
                                _datetime.cpython-313.pyc
                                _defaults.cpython-313.pyc
                                _error_interceptor.cpython-313.pyc
                                _file_sink.cpython-313.pyc
                                _filters.cpython-313.pyc
                                _get_frame.cpython-313.pyc
                                _handler.cpython-313.pyc
                                _locks_machinery.cpython-313.pyc
                                _logger.cpython-313.pyc
                                _recattrs.cpython-313.pyc
                                _simple_sinks.cpython-313.pyc
                                _string_parsers.cpython-313.pyc
                            __init__.py
                            __init__.pyi
                            _asyncio_loop.py
                            _better_exceptions.py
                            _colorama.py
                            _colorizer.py
                            _contextvars.py
                            _ctime_functions.py
                            _datetime.py
                            _defaults.py
                            _error_interceptor.py
                            _file_sink.py
                            _filters.py
                            _get_frame.py
                            _handler.py
                            _locks_machinery.py
                            _logger.py
                            _recattrs.py
                            _simple_sinks.py
                            _string_parsers.py
                            py.typed
                        loguru-0.7.3.dist-info/
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        markdown/
                            __pycache__/
                                __init__.cpython-313.pyc
                                __meta__.cpython-313.pyc
                                blockparser.cpython-313.pyc
                                blockprocessors.cpython-313.pyc
                                core.cpython-313.pyc
                                htmlparser.cpython-313.pyc
                                inlinepatterns.cpython-313.pyc
                                postprocessors.cpython-313.pyc
                                preprocessors.cpython-313.pyc
                                serializers.cpython-313.pyc
                                treeprocessors.cpython-313.pyc
                                util.cpython-313.pyc
                            extensions/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                __init__.py
                                abbr.py
                                admonition.py
                                attr_list.py
                                codehilite.py
                                def_list.py
                                extra.py
                                fenced_code.py
                                footnotes.py
                                legacy_attrs.py
                                legacy_em.py
                                md_in_html.py
                                meta.py
                                nl2br.py
                                sane_lists.py
                                smarty.py
                                tables.py
                                toc.py
                                wikilinks.py
                            __init__.py
                            __main__.py
                            __meta__.py
                            blockparser.py
                            blockprocessors.py
                            core.py
                            htmlparser.py
                            inlinepatterns.py
                            postprocessors.py
                            preprocessors.py
                            serializers.py
                            test_tools.py
                            treeprocessors.py
                            util.py
                        markdown-3.8.2.dist-info/
                            licenses/
                                LICENSE.md
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        markdown_it/
                            cli/
                                __init__.py
                                parse.py
                            common/
                                __init__.py
                                entities.py
                                html_blocks.py
                                html_re.py
                                normalize_url.py
                                utils.py
                            helpers/
                                __init__.py
                                parse_link_destination.py
                                parse_link_label.py
                                parse_link_title.py
                            presets/
                                __init__.py
                                commonmark.py
                                default.py
                                zero.py
                            rules_block/
                                __init__.py
                                blockquote.py
                                code.py
                                fence.py
                                heading.py
                                hr.py
                                html_block.py
                                lheading.py
                                list.py
                                paragraph.py
                                reference.py
                                state_block.py
                                table.py
                            rules_core/
                                __init__.py
                                block.py
                                inline.py
                                linkify.py
                                normalize.py
                                replacements.py
                                smartquotes.py
                                state_core.py
                                text_join.py
                            rules_inline/
                                __init__.py
                                autolink.py
                                backticks.py
                                balance_pairs.py
                                emphasis.py
                                entity.py
                                escape.py
                                fragments_join.py
                                html_inline.py
                                image.py
                                link.py
                                linkify.py
                                newline.py
                                state_inline.py
                                strikethrough.py
                                text.py
                            __init__.py
                            _compat.py
                            _punycode.py
                            main.py
                            parser_block.py
                            parser_core.py
                            parser_inline.py
                            port.yaml
                            py.typed
                            renderer.py
                            ruler.py
                            token.py
                            tree.py
                            utils.py
                        markdown_it_py-3.0.0.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            LICENSE.markdown-it
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        markupsafe/
                            __init__.py
                            _native.py
                            _speedups.c
                            _speedups.cpython-313-darwin.so
                            _speedups.pyi
                            py.typed
                        MarkupSafe-3.0.2.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        matplotlib_inline/
                            __init__.py
                            backend_inline.py
                            config.py
                        matplotlib_inline-0.1.7.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        mdurl/
                            __init__.py
                            _decode.py
                            _encode.py
                            _format.py
                            _parse.py
                            _url.py
                            py.typed
                        mdurl-0.1.2.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        msgpack/
                            __pycache__/
                                __init__.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                ext.cpython-313.pyc
                            __init__.py
                            _cmsgpack.cpython-313-darwin.so
                            exceptions.py
                            ext.py
                            fallback.py
                        msgpack-1.1.1.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        multivolumefile/
                            __init__.py
                            __init__.pyi
                            py.typed
                            stat.py
                        multivolumefile-0.2.3.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        mypy_extensions-1.1.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        numba/
                            cext/
                                __init__.py
                                cext.h
                                dictobject.c
                                dictobject.h
                                listobject.c
                                listobject.h
                                utils.c
                            cloudpickle/
                                __init__.py
                                cloudpickle.py
                                cloudpickle_fast.py
                            core/
                                annotations/
                                    __init__.py
                                    pretty_annotate.py
                                    template.html
                                    type_annotations.py
                                datamodel/
                                    __init__.py
                                    manager.py
                                    models.py
                                    new_models.py
                                    old_models.py
                                    packer.py
                                    registry.py
                                    testing.py
                                rewrites/
                                    __init__.py
                                    ir_print.py
                                    registry.py
                                    static_binop.py
                                    static_getitem.py
                                    static_raise.py
                                runtime/
                                    __init__.py
                                    _nrt_python.c
                                    _nrt_python.cpython-313-darwin.so
                                    _nrt_pythonmod.c
                                    context.py
                                    nrt.cpp
                                    nrt.h
                                    nrt.py
                                    nrt_external.h
                                    nrtdynmod.py
                                    nrtopt.py
                                typeconv/
                                    __init__.py
                                    _typeconv.cpython-313-darwin.so
                                    castgraph.py
                                    rules.py
                                    typeconv.py
                                types/
                                    new_scalars/
                                        __init__.py
                                        machine_types.py
                                        numpy_types.py
                                        python_types.py
                                        scalars.py
                                    __init__.py
                                    __init__.pyi
                                    abstract.py
                                    common.py
                                    containers.py
                                    function_type.py
                                    functions.py
                                    iterators.py
                                    misc.py
                                    npytypes.py
                                    old_scalars.py
                                    scalars.py
                                typing/
                                    __init__.py
                                    arraydecl.py
                                    asnumbatype.py
                                    bufproto.py
                                    builtins.py
                                    cffi_utils.py
                                    cmathdecl.py
                                    collections.py
                                    context.py
                                    ctypes_utils.py
                                    dictdecl.py
                                    enumdecl.py
                                    listdecl.py
                                    mathdecl.py
                                    new_builtins.py
                                    new_cmathdecl.py
                                    new_mathdecl.py
                                    npdatetime.py
                                    npydecl.py
                                    old_builtins.py
                                    old_cmathdecl.py
                                    old_mathdecl.py
                                    setdecl.py
                                    templates.py
                                    typeof.py
                                unsafe/
                                    __init__.py
                                    bytes.py
                                    eh.py
                                    nrt.py
                                    refcount.py
                                __init__.py
                                analysis.py
                                base.py
                                boxing.py
                                bytecode.py
                                byteflow.py
                                caching.py
                                callconv.py
                                callwrapper.py
                                ccallback.py
                                cgutils.py
                                codegen.py
                                compiler.py
                                compiler_lock.py
                                compiler_machinery.py
                                config.py
                                consts.py
                                controlflow.py
                                cpu.py
                                cpu_options.py
                                debuginfo.py
                                decorators.py
                                descriptors.py
                                dispatcher.py
                                entrypoints.py
                                environment.py
                                errors.py
                                event.py
                                extending.py
                                externals.py
                                fastmathpass.py
                                funcdesc.py
                                generators.py
                                imputils.py
                                inline_closurecall.py
                                interpreter.py
                                intrinsics.py
                                ir.py
                                ir_utils.py
                                itanium_mangler.py
                                llvm_bindings.py
                                lowering.py
                                new_boxing.py
                                object_mode_passes.py
                                old_boxing.py
                                optional.py
                                options.py
                                postproc.py
                                pylowering.py
                                pythonapi.py
                                registry.py
                                removerefctpass.py
                                serialize.py
                                sigutils.py
                                ssa.py
                                target_extension.py
                                targetconfig.py
                                tracing.py
                                transforms.py
                                typed_passes.py
                                typeinfer.py
                                untyped_passes.py
                                utils.py
                                withcontexts.py
                            cpython/
                                unsafe/
                                    __init__.py
                                    numbers.py
                                    tuple.py
                                __init__.py
                                builtins.py
                                charseq.py
                                cmathimpl.py
                                enumimpl.py
                                hashing.py
                                heapq.py
                                iterators.py
                                listobj.py
                                mathimpl.py
                                new_builtins.py
                                new_hashing.py
                                new_mathimpl.py
                                new_numbers.py
                                new_tupleobj.py
                                numbers.py
                                old_builtins.py
                                old_hashing.py
                                old_mathimpl.py
                                old_numbers.py
                                old_tupleobj.py
                                printimpl.py
                                randomimpl.py
                                rangeobj.py
                                setobj.py
                                slicing.py
                                tupleobj.py
                                unicode.py
                                unicode_support.py
                            cuda/
                                cudadrv/
                                    __init__.py
                                    _extras.cpython-313-darwin.so
                                    devicearray.py
                                    devices.py
                                    driver.py
                                    drvapi.py
                                    dummyarray.py
                                    enums.py
                                    error.py
                                    libs.py
                                    ndarray.py
                                    nvrtc.py
                                    nvvm.py
                                    rtapi.py
                                    runtime.py
                                kernels/
                                    __init__.py
                                    reduction.py
                                    transpose.py
                                simulator/
                                    cudadrv/
                                        __init__.py
                                        devicearray.py
                                        devices.py
                                        driver.py
                                        drvapi.py
                                        dummyarray.py
                                        error.py
                                        libs.py
                                        nvvm.py
                                        runtime.py
                                    __init__.py
                                    api.py
                                    compiler.py
                                    kernel.py
                                    kernelapi.py
                                    reduction.py
                                    vector_types.py
                                tests/
                                    cudadrv/
                                        __init__.py
                                        test_array_attr.py
                                        test_context_stack.py
                                        test_cuda_array_slicing.py
                                        test_cuda_auto_context.py
                                        test_cuda_devicerecord.py
                                        test_cuda_driver.py
                                        test_cuda_libraries.py
                                        test_cuda_memory.py
                                        test_cuda_ndarray.py
                                        test_deallocations.py
                                        test_detect.py
                                        test_emm_plugins.py
                                        test_events.py
                                        test_host_alloc.py
                                        test_init.py
                                        test_inline_ptx.py
                                        test_is_fp16.py
                                        test_linker.py
                                        test_managed_alloc.py
                                        test_mvc.py
                                        test_nvvm_driver.py
                                        test_pinned.py
                                        test_profiler.py
                                        test_ptds.py
                                        test_reset_device.py
                                        test_runtime.py
                                        test_select_device.py
                                        test_streams.py
                                    cudapy/
                                        __init__.py
                                        cache_usecases.py
                                        cache_with_cpu_usecases.py
                                        extensions_usecases.py
                                        recursion_usecases.py
                                        test_alignment.py
                                        test_array.py
                                        test_array_args.py
                                        test_array_methods.py
                                        test_atomics.py
                                        test_blackscholes.py
                                        test_boolean.py
                                        test_caching.py
                                        test_casting.py
                                        test_cffi.py
                                        test_compiler.py
                                        test_complex.py
                                        test_complex_kernel.py
                                        test_const_string.py
                                        test_constmem.py
                                        test_cooperative_groups.py
                                        test_cuda_array_interface.py
                                        test_cuda_jit_no_types.py
                                        test_datetime.py
                                        test_debug.py
                                        test_debuginfo.py
                                        test_device_func.py
                                        test_dispatcher.py
                                        test_enums.py
                                        test_errors.py
                                        test_exception.py
                                        test_extending.py
                                        test_fastmath.py
                                        test_forall.py
                                        test_freevar.py
                                        test_frexp_ldexp.py
                                        test_globals.py
                                        test_gufunc.py
                                        test_gufunc_scalar.py
                                        test_gufunc_scheduling.py
                                        test_idiv.py
                                        test_inspect.py
                                        test_intrinsics.py
                                        test_ipc.py
                                        test_iterators.py
                                        test_lang.py
                                        test_laplace.py
                                        test_libdevice.py
                                        test_lineinfo.py
                                        test_localmem.py
                                        test_mandel.py
                                        test_math.py
                                        test_matmul.py
                                        test_minmax.py
                                        test_montecarlo.py
                                        test_multigpu.py
                                        test_multiprocessing.py
                                        test_multithreads.py
                                        test_nondet.py
                                        test_operator.py
                                        test_optimization.py
                                        test_overload.py
                                        test_powi.py
                                        test_print.py
                                        test_py2_div_issue.py
                                        test_random.py
                                        test_record_dtype.py
                                        test_recursion.py
                                        test_reduction.py
                                        test_retrieve_autoconverted_arrays.py
                                        test_serialize.py
                                        test_slicing.py
                                        test_sm.py
                                        test_sm_creation.py
                                        test_sync.py
                                        test_transpose.py
                                        test_ufuncs.py
                                        test_userexc.py
                                        test_vector_type.py
                                        test_vectorize.py
                                        test_vectorize_complex.py
                                        test_vectorize_decor.py
                                        test_vectorize_device.py
                                        test_vectorize_scalar_arg.py
                                        test_warning.py
                                        test_warp_ops.py
                                    cudasim/
                                        __init__.py
                                        support.py
                                        test_cudasim_issues.py
                                    data/
                                        __init__.py
                                        cuda_include.cu
                                        error.cu
                                        jitlink.cu
                                        jitlink.ptx
                                        warn.cu
                                    doc_examples/
                                        ffi/
                                            __init__.py
                                            functions.cu
                                        __init__.py
                                        test_cg.py
                                        test_cpu_gpu_compat.py
                                        test_ffi.py
                                        test_laplace.py
                                        test_matmul.py
                                        test_montecarlo.py
                                        test_random.py
                                        test_reduction.py
                                        test_sessionize.py
                                        test_ufunc.py
                                        test_vecadd.py
                                    nocuda/
                                        __init__.py
                                        test_dummyarray.py
                                        test_function_resolution.py
                                        test_import.py
                                        test_library_lookup.py
                                        test_nvvm.py
                                    __init__.py
                                __init__.py
                                api.py
                                api_util.py
                                args.py
                                cg.py
                                codegen.py
                                compiler.py
                                cpp_function_wrappers.cu
                                cuda_fp16.h
                                cuda_fp16.hpp
                                cuda_paths.py
                                cudadecl.py
                                cudaimpl.py
                                cudamath.py
                                decorators.py
                                descriptor.py
                                device_init.py
                                deviceufunc.py
                                dispatcher.py
                                errors.py
                                extending.py
                                initialize.py
                                intrinsic_wrapper.py
                                intrinsics.py
                                libdevice.py
                                libdevicedecl.py
                                libdevicefuncs.py
                                libdeviceimpl.py
                                mathimpl.py
                                models.py
                                nvvmutils.py
                                printimpl.py
                                random.py
                                simulator_init.py
                                stubs.py
                                target.py
                                testing.py
                                types.py
                                ufuncs.py
                                vector_types.py
                                vectorizers.py
                            experimental/
                                jitclass/
                                    __init__.py
                                    _box.cpython-313-darwin.so
                                    base.py
                                    boxing.py
                                    decorators.py
                                    overloads.py
                                __init__.py
                                function_type.py
                                structref.py
                            misc/
                                help/
                                    __init__.py
                                    inspector.py
                                __init__.py
                                appdirs.py
                                cffiimpl.py
                                cmdlang.gdb
                                coverage_support.py
                                dump_style.py
                                findlib.py
                                firstlinefinder.py
                                gdb_hook.py
                                gdb_print_extension.py
                                init_utils.py
                                inspection.py
                                literal.py
                                llvm_pass_timings.py
                                mergesort.py
                                numba_entry.py
                                numba_gdbinfo.py
                                numba_sysinfo.py
                                POST.py
                                quicksort.py
                                special.py
                                timsort.py
                            np/
                                math/
                                    __init__.py
                                    cmathimpl.py
                                    mathimpl.py
                                    numbers.py
                                polynomial/
                                    __init__.py
                                    polynomial_core.py
                                    polynomial_functions.py
                                random/
                                    __init__.py
                                    _constants.py
                                    distributions.py
                                    generator_core.py
                                    generator_methods.py
                                    new_distributions.py
                                    new_random_methods.py
                                    old_distributions.py
                                    old_random_methods.py
                                    random_methods.py
                                ufunc/
                                    __init__.py
                                    _internal.cpython-313-darwin.so
                                    _num_threads.cpython-313-darwin.so
                                    array_exprs.py
                                    decorators.py
                                    dufunc.py
                                    gufunc.py
                                    omppool.cpython-313-darwin.so
                                    parallel.py
                                    sigparse.py
                                    ufunc_base.py
                                    ufuncbuilder.py
                                    workqueue.cpython-313-darwin.so
                                    wrappers.py
                                unsafe/
                                    __init__.py
                                    ndarray.py
                                __init__.py
                                arraymath.py
                                arrayobj.py
                                extensions.py
                                linalg.py
                                new_arraymath.py
                                npdatetime.py
                                npdatetime_helpers.py
                                npyfuncs.py
                                npyimpl.py
                                numpy_support.py
                                old_arraymath.py
                                ufunc_db.py
                            parfors/
                                __init__.py
                                array_analysis.py
                                parfor.py
                                parfor_lowering.py
                                parfor_lowering_utils.py
                            pycc/
                                __init__.py
                                cc.py
                                compiler.py
                                decorators.py
                                llvm_types.py
                                modulemixin.c
                                platform.py
                            scripts/
                                __init__.py
                                generate_lower_listing.py
                            stencils/
                                __init__.py
                                stencil.py
                                stencilparfor.py
                            testing/
                                __init__.py
                                __main__.py
                                _runtests.py
                                loader.py
                                main.py
                                notebook.py
                            tests/
                                doc_examples/
                                    __init__.py
                                    test_examples.py
                                    test_interval_example.py
                                    test_jitclass.py
                                    test_literal_container_usage.py
                                    test_literally_usage.py
                                    test_llvm_pass_timings.py
                                    test_numpy_generators.py
                                    test_parallel_chunksize.py
                                    test_rec_array.py
                                    test_structref_usage.py
                                    test_typed_dict_usage.py
                                    test_typed_list_usage.py
                                gdb/
                                    __init__.py
                                    test_array_arg.py
                                    test_basic.py
                                    test_break_on_symbol.py
                                    test_break_on_symbol_version.py
                                    test_conditional_breakpoint.py
                                    test_pretty_print.py
                                npyufunc/
                                    __init__.py
                                    cache_usecases.py
                                    test_caching.py
                                    test_dufunc.py
                                    test_errors.py
                                    test_gufunc.py
                                    test_parallel_env_variable.py
                                    test_parallel_low_work.py
                                    test_parallel_ufunc_issues.py
                                    test_ufunc.py
                                    test_ufuncbuilding.py
                                    test_update_inplace.py
                                    test_vectorize_decor.py
                                    ufuncbuilding_usecases.py
                                pycc_distutils_usecase/
                                    nested/
                                        __init__.py
                                        source_module.py
                                    __init__.py
                                    setup_distutils.py
                                    setup_distutils_nested.py
                                    setup_setuptools.py
                                    setup_setuptools_nested.py
                                    source_module.py
                                __init__.py
                                annotation_usecases.py
                                cache_usecases.py
                                cffi_usecases.py
                                cfunc_cache_usecases.py
                                chained_assign_usecases.py
                                cloudpickle_main_class.py
                                compile_with_pycc.py
                                complex_usecases.py
                                ctypes_usecases.py
                                doctest_usecase.py
                                dummy_module.py
                                enum_usecases.py
                                error_usecases.py
                                errorhandling_usecases.py
                                gdb_support.py
                                inlining_usecases.py
                                matmul_usecase.py
                                orphaned_semaphore_usecase.py
                                overload_usecases.py
                                parfor_iss9490_usecase.py
                                parfors_cache_usecases.py
                                pdlike_usecase.py
                                recursion_usecases.py
                                serialize_usecases.py
                                support.py
                                test_alignment.py
                                test_analysis.py
                                test_annotations.py
                                test_api.py
                                test_array_analysis.py
                                test_array_attr.py
                                test_array_constants.py
                                test_array_exprs.py
                                test_array_iterators.py
                                test_array_manipulation.py
                                test_array_methods.py
                                test_array_reductions.py
                                test_array_return.py
                                test_asnumbatype.py
                                test_auto_constants.py
                                test_blackscholes.py
                                test_boundscheck.py
                                test_buffer_protocol.py
                                test_builtins.py
                                test_byteflow.py
                                test_caching.py
                                test_casting.py
                                test_cffi.py
                                test_cfunc.py
                                test_cgutils.py
                                test_chained_assign.py
                                test_chrome_trace.py
                                test_cli.py
                                test_closure.py
                                test_codegen.py
                                test_compile_cache.py
                                test_compiler_flags.py
                                test_compiler_lock.py
                                test_complex.py
                                test_comprehension.py
                                test_conditions_as_predicates.py
                                test_config.py
                                test_conversion.py
                                test_copy_propagate.py
                                test_ctypes.py
                                test_dataflow.py
                                test_datamodel.py
                                test_debug.py
                                test_debuginfo.py
                                test_deprecations.py
                                test_dictimpl.py
                                test_dictobject.py
                                test_dicts.py
                                test_dispatcher.py
                                test_doctest.py
                                test_dyn_array.py
                                test_dyn_func.py
                                test_entrypoints.py
                                test_enums.py
                                test_errorhandling.py
                                test_errormodels.py
                                test_event.py
                                test_exceptions.py
                                test_extended_arg.py
                                test_extending.py
                                test_extending_types.py
                                test_fancy_indexing.py
                                test_fastmath.py
                                test_findlib.py
                                test_firstlinefinder.py
                                test_flow_control.py
                                test_func_interface.py
                                test_func_lifetime.py
                                test_funcdesc.py
                                test_function_type.py
                                test_gdb_bindings.py
                                test_gdb_dwarf.py
                                test_generators.py
                                test_getitem_on_types.py
                                test_gil.py
                                test_globals.py
                                test_hashing.py
                                test_heapq.py
                                test_help.py
                                test_import.py
                                test_indexing.py
                                test_init_utils.py
                                test_inlining.py
                                test_interpreter.py
                                test_interproc.py
                                test_intwidth.py
                                test_ir.py
                                test_ir_inlining.py
                                test_ir_utils.py
                                test_itanium_mangler.py
                                test_iteration.py
                                test_jit_module.py
                                test_jitclasses.py
                                test_jitmethod.py
                                test_linalg.py
                                test_listimpl.py
                                test_listobject.py
                                test_lists.py
                                test_literal_dispatch.py
                                test_llvm_pass_timings.py
                                test_llvm_version_check.py
                                test_locals.py
                                test_looplifting.py
                                test_make_function_to_jit_function.py
                                test_mandelbrot.py
                                test_mangling.py
                                test_map_filter_reduce.py
                                test_mathlib.py
                                test_maxmin.py
                                test_misc_coverage_support.py
                                test_mixed_tuple_unroller.py
                                test_moved_modules.py
                                test_multi3.py
                                test_nan.py
                                test_ndarray_subclasses.py
                                test_nested_calls.py
                                test_new_type_system.py
                                test_np_functions.py
                                test_np_randomgen.py
                                test_npdatetime.py
                                test_nrt.py
                                test_nrt_refct.py
                                test_num_threads.py
                                test_numberctor.py
                                test_numbers.py
                                test_numconv.py
                                test_numpy_support.py
                                test_numpyadapt.py
                                test_obj_lifetime.py
                                test_object_mode.py
                                test_objects.py
                                test_operators.py
                                test_optimisation_pipelines.py
                                test_optional.py
                                test_overlap.py
                                test_parallel_backend.py
                                test_parfors.py
                                test_parfors_caching.py
                                test_parfors_passes.py
                                test_pipeline.py
                                test_polynomial.py
                                test_practical_lowering_issues.py
                                test_print.py
                                test_profiler.py
                                test_pycc.py
                                test_python_int.py
                                test_pythonapi.py
                                test_random.py
                                test_range.py
                                test_recarray_usecases.py
                                test_record_dtype.py
                                test_recursion.py
                                test_refop_pruning.py
                                test_remove_dead.py
                                test_repr.py
                                test_return_values.py
                                test_runtests.py
                                test_serialize.py
                                test_sets.py
                                test_slices.py
                                test_sort.py
                                test_ssa.py
                                test_stencils.py
                                test_storeslice.py
                                test_struct_ref.py
                                test_support.py
                                test_svml.py
                                test_sys_monitoring.py
                                test_sys_stdin_assignment.py
                                test_sysinfo.py
                                test_target_extension.py
                                test_target_overloadselector.py
                                test_threadsafety.py
                                test_tracing.py
                                test_try_except.py
                                test_tuples.py
                                test_typeconv.py
                                test_typedlist.py
                                test_typedobjectutils.py
                                test_typeguard.py
                                test_typeinfer.py
                                test_typenames.py
                                test_typeof.py
                                test_types.py
                                test_typingerror.py
                                test_ufuncs.py
                                test_unicode.py
                                test_unicode_array.py
                                test_unicode_names.py
                                test_unpack_sequence.py
                                test_unpickle_without_module.py
                                test_unsafe_intrinsics.py
                                test_usecases.py
                                test_vectorization.py
                                test_vectorization_type_inference.py
                                test_warnings.py
                                test_withlifting.py
                                threading_backend_usecases.py
                                typedlist_usecases.py
                                usecases.py
                            typed/
                                __init__.py
                                dictimpl.py
                                dictobject.py
                                listobject.py
                                py.typed
                                typeddict.py
                                typedlist.py
                                typedobjectutils.py
                            types/
                                __init__.py
                            __init__.py
                            __main__.py
                            _arraystruct.h
                            _devicearray.cpython-313-darwin.so
                            _devicearray.h
                            _dispatcher.cpython-313-darwin.so
                            _dynfunc.c
                            _dynfunc.cpython-313-darwin.so
                            _dynfuncmod.c
                            _hashtable.h
                            _helperlib.c
                            _helperlib.cpython-313-darwin.so
                            _helpermod.c
                            _lapack.c
                            _numba_common.h
                            _pymodule.h
                            _random.c
                            _typeof.h
                            _unicodetype_db.h
                            _version.py
                            capsulethunk.h
                            extending.py
                            mathnames.h
                            mviewbuf.c
                            mviewbuf.cpython-313-darwin.so
                            pythoncapi_compat.h
                            runtests.py
                        numba-0.61.2.dist-info/
                            INSTALLER
                            LICENSE
                            LICENSES.third-party
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        numpy/
                            _core/
                                include/
                                    numpy/
                                        random/
                                            bitgen.h
                                            distributions.h
                                            libdivide.h
                                            LICENSE.txt
                                        __multiarray_api.c
                                        __multiarray_api.h
                                        __ufunc_api.c
                                        __ufunc_api.h
                                        _neighborhood_iterator_imp.h
                                        _numpyconfig.h
                                        _public_dtype_api_table.h
                                        arrayobject.h
                                        arrayscalars.h
                                        dtype_api.h
                                        halffloat.h
                                        ndarrayobject.h
                                        ndarraytypes.h
                                        npy_1_7_deprecated_api.h
                                        npy_2_compat.h
                                        npy_2_complexcompat.h
                                        npy_3kcompat.h
                                        npy_common.h
                                        npy_cpu.h
                                        npy_endian.h
                                        npy_math.h
                                        npy_no_deprecated_api.h
                                        npy_os.h
                                        numpyconfig.h
                                        ufuncobject.h
                                        utils.h
                                lib/
                                    npy-pkg-config/
                                        mlib.ini
                                        npymath.ini
                                    pkgconfig/
                                        numpy.pc
                                    libnpymath.a
                                tests/
                                    data/
                                        astype_copy.pkl
                                        generate_umath_validation_data.cpp
                                        recarray_from_file.fits
                                        umath-validation-set-arccos.csv
                                        umath-validation-set-arccosh.csv
                                        umath-validation-set-arcsin.csv
                                        umath-validation-set-arcsinh.csv
                                        umath-validation-set-arctan.csv
                                        umath-validation-set-arctanh.csv
                                        umath-validation-set-cbrt.csv
                                        umath-validation-set-cos.csv
                                        umath-validation-set-cosh.csv
                                        umath-validation-set-exp.csv
                                        umath-validation-set-exp2.csv
                                        umath-validation-set-expm1.csv
                                        umath-validation-set-log.csv
                                        umath-validation-set-log10.csv
                                        umath-validation-set-log1p.csv
                                        umath-validation-set-log2.csv
                                        umath-validation-set-README.txt
                                        umath-validation-set-sin.csv
                                        umath-validation-set-sinh.csv
                                        umath-validation-set-tan.csv
                                        umath-validation-set-tanh.csv
                                    examples/
                                        cython/
                                            checks.pyx
                                            meson.build
                                            setup.py
                                        limited_api/
                                            limited_api1.c
                                            limited_api2.pyx
                                            limited_api_latest.c
                                            meson.build
                                            setup.py
                                    _locales.py
                                    _natype.py
                                    test__exceptions.py
                                    test_abc.py
                                    test_api.py
                                    test_argparse.py
                                    test_array_api_info.py
                                    test_array_coercion.py
                                    test_array_interface.py
                                    test_arraymethod.py
                                    test_arrayobject.py
                                    test_arrayprint.py
                                    test_casting_floatingpoint_errors.py
                                    test_casting_unittests.py
                                    test_conversion_utils.py
                                    test_cpu_dispatcher.py
                                    test_cpu_features.py
                                    test_custom_dtypes.py
                                    test_cython.py
                                    test_datetime.py
                                    test_defchararray.py
                                    test_deprecations.py
                                    test_dlpack.py
                                    test_dtype.py
                                    test_einsum.py
                                    test_errstate.py
                                    test_extint128.py
                                    test_function_base.py
                                    test_getlimits.py
                                    test_half.py
                                    test_hashtable.py
                                    test_indexerrors.py
                                    test_indexing.py
                                    test_item_selection.py
                                    test_limited_api.py
                                    test_longdouble.py
                                    test_machar.py
                                    test_mem_overlap.py
                                    test_mem_policy.py
                                    test_memmap.py
                                    test_multiarray.py
                                    test_multithreading.py
                                    test_nditer.py
                                    test_nep50_promotions.py
                                    test_numeric.py
                                    test_numerictypes.py
                                    test_overrides.py
                                    test_print.py
                                    test_protocols.py
                                    test_records.py
                                    test_regression.py
                                    test_scalar_ctors.py
                                    test_scalar_methods.py
                                    test_scalarbuffer.py
                                    test_scalarinherit.py
                                    test_scalarmath.py
                                    test_scalarprint.py
                                    test_shape_base.py
                                    test_simd.py
                                    test_simd_module.py
                                    test_stringdtype.py
                                    test_strings.py
                                    test_ufunc.py
                                    test_umath.py
                                    test_umath_accuracy.py
                                    test_umath_complex.py
                                    test_unicode.py
                                __init__.py
                                __init__.pyi
                                _add_newdocs.py
                                _add_newdocs.pyi
                                _add_newdocs_scalars.py
                                _add_newdocs_scalars.pyi
                                _asarray.py
                                _asarray.pyi
                                _dtype.py
                                _dtype.pyi
                                _dtype_ctypes.py
                                _dtype_ctypes.pyi
                                _exceptions.py
                                _exceptions.pyi
                                _internal.py
                                _internal.pyi
                                _machar.py
                                _machar.pyi
                                _methods.py
                                _methods.pyi
                                _multiarray_tests.cpython-313-darwin.so
                                _multiarray_umath.cpython-313-darwin.so
                                _operand_flag_tests.cpython-313-darwin.so
                                _rational_tests.cpython-313-darwin.so
                                _simd.cpython-313-darwin.so
                                _simd.pyi
                                _string_helpers.py
                                _string_helpers.pyi
                                _struct_ufunc_tests.cpython-313-darwin.so
                                _type_aliases.py
                                _type_aliases.pyi
                                _ufunc_config.py
                                _ufunc_config.pyi
                                _umath_tests.cpython-313-darwin.so
                                arrayprint.py
                                arrayprint.pyi
                                cversions.py
                                defchararray.py
                                defchararray.pyi
                                einsumfunc.py
                                einsumfunc.pyi
                                fromnumeric.py
                                fromnumeric.pyi
                                function_base.py
                                function_base.pyi
                                getlimits.py
                                getlimits.pyi
                                memmap.py
                                memmap.pyi
                                multiarray.py
                                multiarray.pyi
                                numeric.py
                                numeric.pyi
                                numerictypes.py
                                numerictypes.pyi
                                overrides.py
                                overrides.pyi
                                printoptions.py
                                printoptions.pyi
                                records.py
                                records.pyi
                                shape_base.py
                                shape_base.pyi
                                strings.py
                                strings.pyi
                                umath.py
                                umath.pyi
                            _pyinstaller/
                                tests/
                                    __init__.py
                                    pyinstaller-smoke.py
                                    test_pyinstaller.py
                                __init__.py
                                __init__.pyi
                                hook-numpy.py
                                hook-numpy.pyi
                            _typing/
                                __init__.py
                                _add_docstring.py
                                _array_like.py
                                _callable.pyi
                                _char_codes.py
                                _dtype_like.py
                                _extended_precision.py
                                _nbit.py
                                _nbit_base.py
                                _nested_sequence.py
                                _scalars.py
                                _shape.py
                                _ufunc.py
                                _ufunc.pyi
                            _utils/
                                __init__.py
                                __init__.pyi
                                _convertions.py
                                _convertions.pyi
                                _inspect.py
                                _inspect.pyi
                                _pep440.py
                                _pep440.pyi
                            char/
                                __init__.py
                                __init__.pyi
                            compat/
                                tests/
                                    __init__.py
                                __init__.py
                                py3k.py
                            core/
                                __init__.py
                                __init__.pyi
                                _dtype.py
                                _dtype.pyi
                                _dtype_ctypes.py
                                _dtype_ctypes.pyi
                                _internal.py
                                _multiarray_umath.py
                                _utils.py
                                arrayprint.py
                                defchararray.py
                                einsumfunc.py
                                fromnumeric.py
                                function_base.py
                                getlimits.py
                                multiarray.py
                                numeric.py
                                numerictypes.py
                                overrides.py
                                overrides.pyi
                                records.py
                                shape_base.py
                                umath.py
                            doc/
                                ufuncs.py
                            f2py/
                                _backends/
                                    __init__.py
                                    _backend.py
                                    _distutils.py
                                    _meson.py
                                    meson.build.template
                                src/
                                    fortranobject.c
                                    fortranobject.h
                                tests/
                                    src/
                                        abstract_interface/
                                            foo.f90
                                            gh18403_mod.f90
                                        array_from_pyobj/
                                            wrapmodule.c
                                        assumed_shape/
                                            .f2py_f2cmap
                                            foo_free.f90
                                            foo_mod.f90
                                            foo_use.f90
                                            precision.f90
                                        block_docstring/
                                            foo.f
                                        callback/
                                            foo.f
                                            gh17797.f90
                                            gh18335.f90
                                            gh25211.f
                                            gh25211.pyf
                                            gh26681.f90
                                        cli/
                                            gh_22819.pyf
                                            hi77.f
                                            hiworld.f90
                                        common/
                                            block.f
                                            gh19161.f90
                                        crackfortran/
                                            accesstype.f90
                                            common_with_division.f
                                            data_common.f
                                            data_multiplier.f
                                            data_stmts.f90
                                            data_with_comments.f
                                            foo_deps.f90
                                            gh15035.f
                                            gh17859.f
                                            gh22648.pyf
                                            gh23533.f
                                            gh23598.f90
                                            gh23598Warn.f90
                                            gh23879.f90
                                            gh27697.f90
                                            gh2848.f90
                                            operators.f90
                                            privatemod.f90
                                            publicmod.f90
                                            pubprivmod.f90
                                            unicode_comment.f90
                                        f2cmap/
                                            .f2py_f2cmap
                                            isoFortranEnvMap.f90
                                        isocintrin/
                                            isoCtests.f90
                                        kind/
                                            foo.f90
                                        mixed/
                                            foo.f
                                            foo_fixed.f90
                                            foo_free.f90
                                        modules/
                                            gh25337/
                                                data.f90
                                                use_data.f90
                                            gh26920/
                                                two_mods_with_no_public_entities.f90
                                                two_mods_with_one_public_routine.f90
                                            module_data_docstring.f90
                                            use_modules.f90
                                        negative_bounds/
                                            issue_20853.f90
                                        parameter/
                                            constant_array.f90
                                            constant_both.f90
                                            constant_compound.f90
                                            constant_integer.f90
                                            constant_non_compound.f90
                                            constant_real.f90
                                        quoted_character/
                                            foo.f
                                        regression/
                                            AB.inc
                                            assignOnlyModule.f90
                                            datonly.f90
                                            f77comments.f
                                            f77fixedform.f95
                                            f90continuation.f90
                                            incfile.f90
                                            inout.f90
                                            lower_f2py_fortran.f90
                                        return_character/
                                            foo77.f
                                            foo90.f90
                                        return_complex/
                                            foo77.f
                                            foo90.f90
                                        return_integer/
                                            foo77.f
                                            foo90.f90
                                        return_logical/
                                            foo77.f
                                            foo90.f90
                                        return_real/
                                            foo77.f
                                            foo90.f90
                                        routines/
                                            funcfortranname.f
                                            funcfortranname.pyf
                                            subrout.f
                                            subrout.pyf
                                        size/
                                            foo.f90
                                        string/
                                            char.f90
                                            fixed_string.f90
                                            gh24008.f
                                            gh24662.f90
                                            gh25286.f90
                                            gh25286.pyf
                                            gh25286_bc.pyf
                                            scalar_string.f90
                                            string.f
                                        value_attrspec/
                                            gh21665.f90
                                    __init__.py
                                    test_abstract_interface.py
                                    test_array_from_pyobj.py
                                    test_assumed_shape.py
                                    test_block_docstring.py
                                    test_callback.py
                                    test_character.py
                                    test_common.py
                                    test_crackfortran.py
                                    test_data.py
                                    test_docs.py
                                    test_f2cmap.py
                                    test_f2py2e.py
                                    test_isoc.py
                                    test_kind.py
                                    test_mixed.py
                                    test_modules.py
                                    test_parameter.py
                                    test_pyf_src.py
                                    test_quoted_character.py
                                    test_regression.py
                                    test_return_character.py
                                    test_return_complex.py
                                    test_return_integer.py
                                    test_return_logical.py
                                    test_return_real.py
                                    test_routines.py
                                    test_semicolon_split.py
                                    test_size.py
                                    test_string.py
                                    test_symbolic.py
                                    test_value_attrspec.py
                                    util.py
                                __init__.py
                                __init__.pyi
                                __main__.py
                                __version__.py
                                _isocbind.py
                                _src_pyf.py
                                auxfuncs.py
                                capi_maps.py
                                cb_rules.py
                                cfuncs.py
                                common_rules.py
                                crackfortran.py
                                diagnose.py
                                f2py2e.py
                                f90mod_rules.py
                                func2subr.py
                                rules.py
                                setup.cfg
                                symbolic.py
                                use_rules.py
                            fft/
                                tests/
                                    __init__.py
                                    test_helper.py
                                    test_pocketfft.py
                                __init__.py
                                __init__.pyi
                                _helper.py
                                _helper.pyi
                                _pocketfft.py
                                _pocketfft.pyi
                                _pocketfft_umath.cpython-313-darwin.so
                                helper.py
                                helper.pyi
                            lib/
                                tests/
                                    data/
                                        py2-np0-objarr.npy
                                        py2-objarr.npy
                                        py2-objarr.npz
                                        py3-objarr.npy
                                        py3-objarr.npz
                                        python3.npy
                                        win64python2.npy
                                    __init__.py
                                    test__datasource.py
                                    test__iotools.py
                                    test__version.py
                                    test_array_utils.py
                                    test_arraypad.py
                                    test_arraysetops.py
                                    test_arrayterator.py
                                    test_format.py
                                    test_function_base.py
                                    test_histograms.py
                                    test_index_tricks.py
                                    test_io.py
                                    test_loadtxt.py
                                    test_mixins.py
                                    test_nanfunctions.py
                                    test_packbits.py
                                    test_polynomial.py
                                    test_recfunctions.py
                                    test_regression.py
                                    test_shape_base.py
                                    test_stride_tricks.py
                                    test_twodim_base.py
                                    test_type_check.py
                                    test_ufunclike.py
                                    test_utils.py
                                __init__.py
                                __init__.pyi
                                _array_utils_impl.py
                                _array_utils_impl.pyi
                                _arraypad_impl.py
                                _arraypad_impl.pyi
                                _arraysetops_impl.py
                                _arraysetops_impl.pyi
                                _arrayterator_impl.py
                                _arrayterator_impl.pyi
                                _datasource.py
                                _datasource.pyi
                                _function_base_impl.py
                                _function_base_impl.pyi
                                _histograms_impl.py
                                _histograms_impl.pyi
                                _index_tricks_impl.py
                                _index_tricks_impl.pyi
                                _iotools.py
                                _iotools.pyi
                                _nanfunctions_impl.py
                                _nanfunctions_impl.pyi
                                _npyio_impl.py
                                _npyio_impl.pyi
                                _polynomial_impl.py
                                _polynomial_impl.pyi
                                _scimath_impl.py
                                _scimath_impl.pyi
                                _shape_base_impl.py
                                _shape_base_impl.pyi
                                _stride_tricks_impl.py
                                _stride_tricks_impl.pyi
                                _twodim_base_impl.py
                                _twodim_base_impl.pyi
                                _type_check_impl.py
                                _type_check_impl.pyi
                                _ufunclike_impl.py
                                _ufunclike_impl.pyi
                                _user_array_impl.py
                                _user_array_impl.pyi
                                _utils_impl.py
                                _utils_impl.pyi
                                _version.py
                                _version.pyi
                                array_utils.py
                                array_utils.pyi
                                format.py
                                format.pyi
                                introspect.py
                                introspect.pyi
                                mixins.py
                                mixins.pyi
                                npyio.py
                                npyio.pyi
                                recfunctions.py
                                recfunctions.pyi
                                scimath.py
                                scimath.pyi
                                stride_tricks.py
                                stride_tricks.pyi
                                user_array.py
                                user_array.pyi
                            linalg/
                                tests/
                                    __init__.py
                                    test_deprecations.py
                                    test_linalg.py
                                    test_regression.py
                                __init__.py
                                __init__.pyi
                                _linalg.py
                                _linalg.pyi
                                _umath_linalg.cpython-313-darwin.so
                                _umath_linalg.pyi
                                lapack_lite.cpython-313-darwin.so
                                lapack_lite.pyi
                                linalg.py
                                linalg.pyi
                            ma/
                                tests/
                                    __init__.py
                                    test_arrayobject.py
                                    test_core.py
                                    test_deprecations.py
                                    test_extras.py
                                    test_mrecords.py
                                    test_old_ma.py
                                    test_regression.py
                                    test_subclassing.py
                                __init__.py
                                __init__.pyi
                                API_CHANGES.txt
                                core.py
                                core.pyi
                                extras.py
                                extras.pyi
                                LICENSE
                                mrecords.py
                                mrecords.pyi
                                README.rst
                                testutils.py
                                timer_comparison.py
                            matrixlib/
                                tests/
                                    __init__.py
                                    test_defmatrix.py
                                    test_interaction.py
                                    test_masked_matrix.py
                                    test_matrix_linalg.py
                                    test_multiarray.py
                                    test_numeric.py
                                    test_regression.py
                                __init__.py
                                __init__.pyi
                                defmatrix.py
                                defmatrix.pyi
                            polynomial/
                                tests/
                                    __init__.py
                                    test_chebyshev.py
                                    test_classes.py
                                    test_hermite.py
                                    test_hermite_e.py
                                    test_laguerre.py
                                    test_legendre.py
                                    test_polynomial.py
                                    test_polyutils.py
                                    test_printing.py
                                    test_symbol.py
                                __init__.py
                                __init__.pyi
                                _polybase.py
                                _polybase.pyi
                                _polytypes.pyi
                                chebyshev.py
                                chebyshev.pyi
                                hermite.py
                                hermite.pyi
                                hermite_e.py
                                hermite_e.pyi
                                laguerre.py
                                laguerre.pyi
                                legendre.py
                                legendre.pyi
                                polynomial.py
                                polynomial.pyi
                                polyutils.py
                                polyutils.pyi
                            random/
                                _examples/
                                    cffi/
                                        extending.py
                                        parse.py
                                    cython/
                                        extending.pyx
                                        extending_distributions.pyx
                                        meson.build
                                    numba/
                                        extending.py
                                        extending_distributions.py
                                lib/
                                    libnpyrandom.a
                                tests/
                                    data/
                                        __init__.py
                                        generator_pcg64_np121.pkl.gz
                                        generator_pcg64_np126.pkl.gz
                                        mt19937-testset-1.csv
                                        mt19937-testset-2.csv
                                        pcg64-testset-1.csv
                                        pcg64-testset-2.csv
                                        pcg64dxsm-testset-1.csv
                                        pcg64dxsm-testset-2.csv
                                        philox-testset-1.csv
                                        philox-testset-2.csv
                                        sfc64-testset-1.csv
                                        sfc64-testset-2.csv
                                        sfc64_np126.pkl.gz
                                    __init__.py
                                    test_direct.py
                                    test_extending.py
                                    test_generator_mt19937.py
                                    test_generator_mt19937_regressions.py
                                    test_random.py
                                    test_randomstate.py
                                    test_randomstate_regression.py
                                    test_regression.py
                                    test_seed_sequence.py
                                    test_smoke.py
                                __init__.pxd
                                __init__.py
                                __init__.pyi
                                _bounded_integers.cpython-313-darwin.so
                                _bounded_integers.pxd
                                _common.cpython-313-darwin.so
                                _common.pxd
                                _generator.cpython-313-darwin.so
                                _generator.pyi
                                _mt19937.cpython-313-darwin.so
                                _mt19937.pyi
                                _pcg64.cpython-313-darwin.so
                                _pcg64.pyi
                                _philox.cpython-313-darwin.so
                                _philox.pyi
                                _pickle.py
                                _pickle.pyi
                                _sfc64.cpython-313-darwin.so
                                _sfc64.pyi
                                bit_generator.cpython-313-darwin.so
                                bit_generator.pxd
                                bit_generator.pyi
                                c_distributions.pxd
                                LICENSE.md
                                mtrand.cpython-313-darwin.so
                                mtrand.pyi
                            rec/
                                __init__.py
                                __init__.pyi
                            strings/
                                __init__.py
                                __init__.pyi
                            testing/
                                _private/
                                    __init__.py
                                    __init__.pyi
                                    extbuild.py
                                    extbuild.pyi
                                    utils.py
                                    utils.pyi
                                tests/
                                    __init__.py
                                    test_utils.py
                                __init__.py
                                __init__.pyi
                                overrides.py
                                overrides.pyi
                                print_coercion_tables.py
                                print_coercion_tables.pyi
                            tests/
                                __init__.py
                                test__all__.py
                                test_configtool.py
                                test_ctypeslib.py
                                test_lazyloading.py
                                test_matlib.py
                                test_numpy_config.py
                                test_numpy_version.py
                                test_public_api.py
                                test_reloading.py
                                test_scripts.py
                                test_warnings.py
                            typing/
                                tests/
                                    data/
                                        fail/
                                            arithmetic.pyi
                                            array_constructors.pyi
                                            array_like.pyi
                                            array_pad.pyi
                                            arrayprint.pyi
                                            arrayterator.pyi
                                            bitwise_ops.pyi
                                            char.pyi
                                            chararray.pyi
                                            comparisons.pyi
                                            constants.pyi
                                            datasource.pyi
                                            dtype.pyi
                                            einsumfunc.pyi
                                            flatiter.pyi
                                            fromnumeric.pyi
                                            histograms.pyi
                                            index_tricks.pyi
                                            lib_function_base.pyi
                                            lib_polynomial.pyi
                                            lib_utils.pyi
                                            lib_version.pyi
                                            linalg.pyi
                                            memmap.pyi
                                            modules.pyi
                                            multiarray.pyi
                                            ndarray.pyi
                                            ndarray_misc.pyi
                                            nditer.pyi
                                            nested_sequence.pyi
                                            npyio.pyi
                                            numerictypes.pyi
                                            random.pyi
                                            rec.pyi
                                            scalars.pyi
                                            shape.pyi
                                            shape_base.pyi
                                            stride_tricks.pyi
                                            strings.pyi
                                            testing.pyi
                                            twodim_base.pyi
                                            type_check.pyi
                                            ufunc_config.pyi
                                            ufunclike.pyi
                                            ufuncs.pyi
                                            warnings_and_errors.pyi
                                        misc/
                                            extended_precision.pyi
                                        pass/
                                            arithmetic.py
                                            array_constructors.py
                                            array_like.py
                                            arrayprint.py
                                            arrayterator.py
                                            bitwise_ops.py
                                            comparisons.py
                                            dtype.py
                                            einsumfunc.py
                                            flatiter.py
                                            fromnumeric.py
                                            index_tricks.py
                                            lib_user_array.py
                                            lib_utils.py
                                            lib_version.py
                                            literal.py
                                            ma.py
                                            mod.py
                                            modules.py
                                            multiarray.py
                                            ndarray_conversion.py
                                            ndarray_misc.py
                                            ndarray_shape_manipulation.py
                                            nditer.py
                                            numeric.py
                                            numerictypes.py
                                            random.py
                                            recfunctions.py
                                            scalars.py
                                            shape.py
                                            simple.py
                                            simple_py3.py
                                            ufunc_config.py
                                            ufunclike.py
                                            ufuncs.py
                                            warnings_and_errors.py
                                        reveal/
                                            arithmetic.pyi
                                            array_api_info.pyi
                                            array_constructors.pyi
                                            arraypad.pyi
                                            arrayprint.pyi
                                            arraysetops.pyi
                                            arrayterator.pyi
                                            bitwise_ops.pyi
                                            char.pyi
                                            chararray.pyi
                                            comparisons.pyi
                                            constants.pyi
                                            ctypeslib.pyi
                                            datasource.pyi
                                            dtype.pyi
                                            einsumfunc.pyi
                                            emath.pyi
                                            fft.pyi
                                            flatiter.pyi
                                            fromnumeric.pyi
                                            getlimits.pyi
                                            histograms.pyi
                                            index_tricks.pyi
                                            lib_function_base.pyi
                                            lib_polynomial.pyi
                                            lib_utils.pyi
                                            lib_version.pyi
                                            linalg.pyi
                                            matrix.pyi
                                            memmap.pyi
                                            mod.pyi
                                            modules.pyi
                                            multiarray.pyi
                                            nbit_base_example.pyi
                                            ndarray_assignability.pyi
                                            ndarray_conversion.pyi
                                            ndarray_misc.pyi
                                            ndarray_shape_manipulation.pyi
                                            nditer.pyi
                                            nested_sequence.pyi
                                            npyio.pyi
                                            numeric.pyi
                                            numerictypes.pyi
                                            polynomial_polybase.pyi
                                            polynomial_polyutils.pyi
                                            polynomial_series.pyi
                                            random.pyi
                                            rec.pyi
                                            scalars.pyi
                                            shape.pyi
                                            shape_base.pyi
                                            stride_tricks.pyi
                                            strings.pyi
                                            testing.pyi
                                            twodim_base.pyi
                                            type_check.pyi
                                            ufunc_config.pyi
                                            ufunclike.pyi
                                            ufuncs.pyi
                                            warnings_and_errors.pyi
                                        mypy.ini
                                    __init__.py
                                    test_isfile.py
                                    test_runtime.py
                                    test_typing.py
                                __init__.py
                                mypy_plugin.py
                            __config__.py
                            __config__.pyi
                            __init__.cython-30.pxd
                            __init__.pxd
                            __init__.py
                            __init__.pyi
                            _array_api_info.py
                            _array_api_info.pyi
                            _configtool.py
                            _configtool.pyi
                            _distributor_init.py
                            _distributor_init.pyi
                            _expired_attrs_2_0.py
                            _expired_attrs_2_0.pyi
                            _globals.py
                            _globals.pyi
                            _pytesttester.py
                            _pytesttester.pyi
                            conftest.py
                            ctypeslib.py
                            ctypeslib.pyi
                            dtypes.py
                            dtypes.pyi
                            exceptions.py
                            exceptions.pyi
                            matlib.py
                            matlib.pyi
                            py.typed
                            version.py
                            version.pyi
                        numpy-2.2.6.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        packaging/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _elffile.cpython-313.pyc
                                _manylinux.cpython-313.pyc
                                _musllinux.cpython-313.pyc
                                _parser.cpython-313.pyc
                                _structures.cpython-313.pyc
                                _tokenizer.cpython-313.pyc
                                markers.cpython-313.pyc
                                requirements.cpython-313.pyc
                                specifiers.cpython-313.pyc
                                tags.cpython-313.pyc
                                utils.cpython-313.pyc
                                version.cpython-313.pyc
                            licenses/
                                __init__.py
                                _spdx.py
                            __init__.py
                            _elffile.py
                            _manylinux.py
                            _musllinux.py
                            _parser.py
                            _structures.py
                            _tokenizer.py
                            markers.py
                            metadata.py
                            py.typed
                            requirements.py
                            specifiers.py
                            tags.py
                            utils.py
                            version.py
                        packaging-25.0.dist-info/
                            licenses/
                                LICENSE
                                LICENSE.APACHE
                                LICENSE.BSD
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pandas/
                            _config/
                                __init__.py
                                config.py
                                dates.py
                                display.py
                                localization.py
                            _libs/
                                tslibs/
                                    __init__.py
                                    base.cpython-313-darwin.so
                                    ccalendar.cpython-313-darwin.so
                                    ccalendar.pyi
                                    conversion.cpython-313-darwin.so
                                    conversion.pyi
                                    dtypes.cpython-313-darwin.so
                                    dtypes.pyi
                                    fields.cpython-313-darwin.so
                                    fields.pyi
                                    nattype.cpython-313-darwin.so
                                    nattype.pyi
                                    np_datetime.cpython-313-darwin.so
                                    np_datetime.pyi
                                    offsets.cpython-313-darwin.so
                                    offsets.pyi
                                    parsing.cpython-313-darwin.so
                                    parsing.pyi
                                    period.cpython-313-darwin.so
                                    period.pyi
                                    strptime.cpython-313-darwin.so
                                    strptime.pyi
                                    timedeltas.cpython-313-darwin.so
                                    timedeltas.pyi
                                    timestamps.cpython-313-darwin.so
                                    timestamps.pyi
                                    timezones.cpython-313-darwin.so
                                    timezones.pyi
                                    tzconversion.cpython-313-darwin.so
                                    tzconversion.pyi
                                    vectorized.cpython-313-darwin.so
                                    vectorized.pyi
                                window/
                                    __init__.py
                                    aggregations.cpython-313-darwin.so
                                    aggregations.pyi
                                    indexers.cpython-313-darwin.so
                                    indexers.pyi
                                __init__.py
                                algos.cpython-313-darwin.so
                                algos.pyi
                                arrays.cpython-313-darwin.so
                                arrays.pyi
                                byteswap.cpython-313-darwin.so
                                byteswap.pyi
                                groupby.cpython-313-darwin.so
                                groupby.pyi
                                hashing.cpython-313-darwin.so
                                hashing.pyi
                                hashtable.cpython-313-darwin.so
                                hashtable.pyi
                                index.cpython-313-darwin.so
                                index.pyi
                                indexing.cpython-313-darwin.so
                                indexing.pyi
                                internals.cpython-313-darwin.so
                                internals.pyi
                                interval.cpython-313-darwin.so
                                interval.pyi
                                join.cpython-313-darwin.so
                                join.pyi
                                json.cpython-313-darwin.so
                                json.pyi
                                lib.cpython-313-darwin.so
                                lib.pyi
                                missing.cpython-313-darwin.so
                                missing.pyi
                                ops.cpython-313-darwin.so
                                ops.pyi
                                ops_dispatch.cpython-313-darwin.so
                                ops_dispatch.pyi
                                pandas_datetime.cpython-313-darwin.so
                                pandas_parser.cpython-313-darwin.so
                                parsers.cpython-313-darwin.so
                                parsers.pyi
                                properties.cpython-313-darwin.so
                                properties.pyi
                                reshape.cpython-313-darwin.so
                                reshape.pyi
                                sas.cpython-313-darwin.so
                                sas.pyi
                                sparse.cpython-313-darwin.so
                                sparse.pyi
                                testing.cpython-313-darwin.so
                                testing.pyi
                                tslib.cpython-313-darwin.so
                                tslib.pyi
                                writers.cpython-313-darwin.so
                                writers.pyi
                            _testing/
                                __init__.py
                                _hypothesis.py
                                _io.py
                                _warnings.py
                                asserters.py
                                compat.py
                                contexts.py
                            api/
                                extensions/
                                    __init__.py
                                indexers/
                                    __init__.py
                                interchange/
                                    __init__.py
                                types/
                                    __init__.py
                                typing/
                                    __init__.py
                                __init__.py
                            arrays/
                                __init__.py
                            compat/
                                numpy/
                                    __init__.py
                                    function.py
                                __init__.py
                                _constants.py
                                _optional.py
                                compressors.py
                                pickle_compat.py
                                pyarrow.py
                            core/
                                _numba/
                                    kernels/
                                        __init__.py
                                        mean_.py
                                        min_max_.py
                                        shared.py
                                        sum_.py
                                        var_.py
                                    __init__.py
                                    executor.py
                                    extensions.py
                                array_algos/
                                    __init__.py
                                    datetimelike_accumulations.py
                                    masked_accumulations.py
                                    masked_reductions.py
                                    putmask.py
                                    quantile.py
                                    replace.py
                                    take.py
                                    transforms.py
                                arrays/
                                    arrow/
                                        __init__.py
                                        _arrow_utils.py
                                        accessors.py
                                        array.py
                                        extension_types.py
                                    sparse/
                                        __init__.py
                                        accessor.py
                                        array.py
                                        scipy_sparse.py
                                    __init__.py
                                    _arrow_string_mixins.py
                                    _mixins.py
                                    _ranges.py
                                    _utils.py
                                    base.py
                                    boolean.py
                                    categorical.py
                                    datetimelike.py
                                    datetimes.py
                                    floating.py
                                    integer.py
                                    interval.py
                                    masked.py
                                    numeric.py
                                    numpy_.py
                                    period.py
                                    string_.py
                                    string_arrow.py
                                    timedeltas.py
                                computation/
                                    __init__.py
                                    align.py
                                    api.py
                                    check.py
                                    common.py
                                    engines.py
                                    eval.py
                                    expr.py
                                    expressions.py
                                    ops.py
                                    parsing.py
                                    pytables.py
                                    scope.py
                                dtypes/
                                    __init__.py
                                    api.py
                                    astype.py
                                    base.py
                                    cast.py
                                    common.py
                                    concat.py
                                    dtypes.py
                                    generic.py
                                    inference.py
                                    missing.py
                                groupby/
                                    __init__.py
                                    base.py
                                    categorical.py
                                    generic.py
                                    groupby.py
                                    grouper.py
                                    indexing.py
                                    numba_.py
                                    ops.py
                                indexers/
                                    __init__.py
                                    objects.py
                                    utils.py
                                indexes/
                                    __init__.py
                                    accessors.py
                                    api.py
                                    base.py
                                    category.py
                                    datetimelike.py
                                    datetimes.py
                                    extension.py
                                    frozen.py
                                    interval.py
                                    multi.py
                                    period.py
                                    range.py
                                    timedeltas.py
                                interchange/
                                    __init__.py
                                    buffer.py
                                    column.py
                                    dataframe.py
                                    dataframe_protocol.py
                                    from_dataframe.py
                                    utils.py
                                internals/
                                    __init__.py
                                    api.py
                                    array_manager.py
                                    base.py
                                    blocks.py
                                    concat.py
                                    construction.py
                                    managers.py
                                    ops.py
                                methods/
                                    __init__.py
                                    describe.py
                                    selectn.py
                                    to_dict.py
                                ops/
                                    __init__.py
                                    array_ops.py
                                    common.py
                                    dispatch.py
                                    docstrings.py
                                    invalid.py
                                    mask_ops.py
                                    missing.py
                                reshape/
                                    __init__.py
                                    api.py
                                    concat.py
                                    encoding.py
                                    melt.py
                                    merge.py
                                    pivot.py
                                    reshape.py
                                    tile.py
                                    util.py
                                sparse/
                                    __init__.py
                                    api.py
                                strings/
                                    __init__.py
                                    accessor.py
                                    base.py
                                    object_array.py
                                tools/
                                    __init__.py
                                    datetimes.py
                                    numeric.py
                                    timedeltas.py
                                    times.py
                                util/
                                    __init__.py
                                    hashing.py
                                    numba_.py
                                window/
                                    __init__.py
                                    common.py
                                    doc.py
                                    ewm.py
                                    expanding.py
                                    numba_.py
                                    online.py
                                    rolling.py
                                __init__.py
                                accessor.py
                                algorithms.py
                                api.py
                                apply.py
                                arraylike.py
                                base.py
                                common.py
                                config_init.py
                                construction.py
                                flags.py
                                frame.py
                                generic.py
                                indexing.py
                                missing.py
                                nanops.py
                                resample.py
                                roperator.py
                                sample.py
                                series.py
                                shared_docs.py
                                sorting.py
                            errors/
                                __init__.py
                            io/
                                clipboard/
                                    __init__.py
                                excel/
                                    __init__.py
                                    _base.py
                                    _calamine.py
                                    _odfreader.py
                                    _odswriter.py
                                    _openpyxl.py
                                    _pyxlsb.py
                                    _util.py
                                    _xlrd.py
                                    _xlsxwriter.py
                                formats/
                                    templates/
                                        html.tpl
                                        html_style.tpl
                                        html_table.tpl
                                        latex.tpl
                                        latex_longtable.tpl
                                        latex_table.tpl
                                        string.tpl
                                    __init__.py
                                    _color_data.py
                                    console.py
                                    css.py
                                    csvs.py
                                    excel.py
                                    format.py
                                    html.py
                                    info.py
                                    printing.py
                                    string.py
                                    style.py
                                    style_render.py
                                    xml.py
                                json/
                                    __init__.py
                                    _json.py
                                    _normalize.py
                                    _table_schema.py
                                parsers/
                                    __init__.py
                                    arrow_parser_wrapper.py
                                    base_parser.py
                                    c_parser_wrapper.py
                                    python_parser.py
                                    readers.py
                                sas/
                                    __init__.py
                                    sas7bdat.py
                                    sas_constants.py
                                    sas_xport.py
                                    sasreader.py
                                __init__.py
                                _util.py
                                api.py
                                clipboards.py
                                common.py
                                feather_format.py
                                gbq.py
                                html.py
                                orc.py
                                parquet.py
                                pickle.py
                                pytables.py
                                spss.py
                                sql.py
                                stata.py
                                xml.py
                            plotting/
                                _matplotlib/
                                    __init__.py
                                    boxplot.py
                                    converter.py
                                    core.py
                                    groupby.py
                                    hist.py
                                    misc.py
                                    style.py
                                    timeseries.py
                                    tools.py
                                __init__.py
                                _core.py
                                _misc.py
                            tests/
                                api/
                                    __init__.py
                                    test_api.py
                                    test_types.py
                                apply/
                                    __init__.py
                                    common.py
                                    test_frame_apply.py
                                    test_frame_apply_relabeling.py
                                    test_frame_transform.py
                                    test_invalid_arg.py
                                    test_numba.py
                                    test_series_apply.py
                                    test_series_apply_relabeling.py
                                    test_series_transform.py
                                    test_str.py
                                arithmetic/
                                    __init__.py
                                    common.py
                                    conftest.py
                                    test_array_ops.py
                                    test_categorical.py
                                    test_datetime64.py
                                    test_interval.py
                                    test_numeric.py
                                    test_object.py
                                    test_period.py
                                    test_timedelta64.py
                                arrays/
                                    boolean/
                                        __init__.py
                                        test_arithmetic.py
                                        test_astype.py
                                        test_comparison.py
                                        test_construction.py
                                        test_function.py
                                        test_indexing.py
                                        test_logical.py
                                        test_ops.py
                                        test_reduction.py
                                        test_repr.py
                                    categorical/
                                        __init__.py
                                        test_algos.py
                                        test_analytics.py
                                        test_api.py
                                        test_astype.py
                                        test_constructors.py
                                        test_dtypes.py
                                        test_indexing.py
                                        test_map.py
                                        test_missing.py
                                        test_operators.py
                                        test_replace.py
                                        test_repr.py
                                        test_sorting.py
                                        test_subclass.py
                                        test_take.py
                                        test_warnings.py
                                    datetimes/
                                        __init__.py
                                        test_constructors.py
                                        test_cumulative.py
                                        test_reductions.py
                                    floating/
                                        __init__.py
                                        conftest.py
                                        test_arithmetic.py
                                        test_astype.py
                                        test_comparison.py
                                        test_concat.py
                                        test_construction.py
                                        test_contains.py
                                        test_function.py
                                        test_repr.py
                                        test_to_numpy.py
                                    integer/
                                        __init__.py
                                        conftest.py
                                        test_arithmetic.py
                                        test_comparison.py
                                        test_concat.py
                                        test_construction.py
                                        test_dtypes.py
                                        test_function.py
                                        test_indexing.py
                                        test_reduction.py
                                        test_repr.py
                                    interval/
                                        __init__.py
                                        test_astype.py
                                        test_formats.py
                                        test_interval.py
                                        test_interval_pyarrow.py
                                        test_overlaps.py
                                    masked/
                                        __init__.py
                                        test_arithmetic.py
                                        test_arrow_compat.py
                                        test_function.py
                                        test_indexing.py
                                    numpy_/
                                        __init__.py
                                        test_indexing.py
                                        test_numpy.py
                                    period/
                                        __init__.py
                                        test_arrow_compat.py
                                        test_astype.py
                                        test_constructors.py
                                        test_reductions.py
                                    sparse/
                                        __init__.py
                                        test_accessor.py
                                        test_arithmetics.py
                                        test_array.py
                                        test_astype.py
                                        test_combine_concat.py
                                        test_constructors.py
                                        test_dtype.py
                                        test_indexing.py
                                        test_libsparse.py
                                        test_reductions.py
                                        test_unary.py
                                    string_/
                                        __init__.py
                                        test_concat.py
                                        test_string.py
                                        test_string_arrow.py
                                    timedeltas/
                                        __init__.py
                                        test_constructors.py
                                        test_cumulative.py
                                        test_reductions.py
                                    __init__.py
                                    masked_shared.py
                                    test_array.py
                                    test_datetimelike.py
                                    test_datetimes.py
                                    test_ndarray_backed.py
                                    test_period.py
                                    test_timedeltas.py
                                base/
                                    __init__.py
                                    common.py
                                    test_constructors.py
                                    test_conversion.py
                                    test_fillna.py
                                    test_misc.py
                                    test_transpose.py
                                    test_unique.py
                                    test_value_counts.py
                                computation/
                                    __init__.py
                                    test_compat.py
                                    test_eval.py
                                config/
                                    __init__.py
                                    test_config.py
                                    test_localization.py
                                construction/
                                    __init__.py
                                    test_extract_array.py
                                copy_view/
                                    index/
                                        __init__.py
                                        test_datetimeindex.py
                                        test_index.py
                                        test_periodindex.py
                                        test_timedeltaindex.py
                                    __init__.py
                                    test_array.py
                                    test_astype.py
                                    test_chained_assignment_deprecation.py
                                    test_clip.py
                                    test_constructors.py
                                    test_core_functionalities.py
                                    test_functions.py
                                    test_indexing.py
                                    test_internals.py
                                    test_interp_fillna.py
                                    test_methods.py
                                    test_replace.py
                                    test_setitem.py
                                    test_util.py
                                    util.py
                                dtypes/
                                    cast/
                                        __init__.py
                                        test_can_hold_element.py
                                        test_construct_from_scalar.py
                                        test_construct_ndarray.py
                                        test_construct_object_arr.py
                                        test_dict_compat.py
                                        test_downcast.py
                                        test_find_common_type.py
                                        test_infer_datetimelike.py
                                        test_infer_dtype.py
                                        test_maybe_box_native.py
                                        test_promote.py
                                    __init__.py
                                    test_common.py
                                    test_concat.py
                                    test_dtypes.py
                                    test_generic.py
                                    test_inference.py
                                    test_missing.py
                                extension/
                                    array_with_attr/
                                        __init__.py
                                        array.py
                                        test_array_with_attr.py
                                    base/
                                        __init__.py
                                        accumulate.py
                                        base.py
                                        casting.py
                                        constructors.py
                                        dim2.py
                                        dtype.py
                                        getitem.py
                                        groupby.py
                                        index.py
                                        interface.py
                                        io.py
                                        methods.py
                                        missing.py
                                        ops.py
                                        printing.py
                                        reduce.py
                                        reshaping.py
                                        setitem.py
                                    date/
                                        __init__.py
                                        array.py
                                    decimal/
                                        __init__.py
                                        array.py
                                        test_decimal.py
                                    json/
                                        __init__.py
                                        array.py
                                        test_json.py
                                    list/
                                        __init__.py
                                        array.py
                                        test_list.py
                                    __init__.py
                                    conftest.py
                                    test_arrow.py
                                    test_categorical.py
                                    test_common.py
                                    test_datetime.py
                                    test_extension.py
                                    test_interval.py
                                    test_masked.py
                                    test_numpy.py
                                    test_period.py
                                    test_sparse.py
                                    test_string.py
                                frame/
                                    constructors/
                                        __init__.py
                                        test_from_dict.py
                                        test_from_records.py
                                    indexing/
                                        __init__.py
                                        test_coercion.py
                                        test_delitem.py
                                        test_get.py
                                        test_get_value.py
                                        test_getitem.py
                                        test_indexing.py
                                        test_insert.py
                                        test_mask.py
                                        test_set_value.py
                                        test_setitem.py
                                        test_take.py
                                        test_where.py
                                        test_xs.py
                                    methods/
                                        __init__.py
                                        test_add_prefix_suffix.py
                                        test_align.py
                                        test_asfreq.py
                                        test_asof.py
                                        test_assign.py
                                        test_astype.py
                                        test_at_time.py
                                        test_between_time.py
                                        test_clip.py
                                        test_combine.py
                                        test_combine_first.py
                                        test_compare.py
                                        test_convert_dtypes.py
                                        test_copy.py
                                        test_count.py
                                        test_cov_corr.py
                                        test_describe.py
                                        test_diff.py
                                        test_dot.py
                                        test_drop.py
                                        test_drop_duplicates.py
                                        test_droplevel.py
                                        test_dropna.py
                                        test_dtypes.py
                                        test_duplicated.py
                                        test_equals.py
                                        test_explode.py
                                        test_fillna.py
                                        test_filter.py
                                        test_first_and_last.py
                                        test_first_valid_index.py
                                        test_get_numeric_data.py
                                        test_head_tail.py
                                        test_infer_objects.py
                                        test_info.py
                                        test_interpolate.py
                                        test_is_homogeneous_dtype.py
                                        test_isetitem.py
                                        test_isin.py
                                        test_iterrows.py
                                        test_join.py
                                        test_map.py
                                        test_matmul.py
                                        test_nlargest.py
                                        test_pct_change.py
                                        test_pipe.py
                                        test_pop.py
                                        test_quantile.py
                                        test_rank.py
                                        test_reindex.py
                                        test_reindex_like.py
                                        test_rename.py
                                        test_rename_axis.py
                                        test_reorder_levels.py
                                        test_replace.py
                                        test_reset_index.py
                                        test_round.py
                                        test_sample.py
                                        test_select_dtypes.py
                                        test_set_axis.py
                                        test_set_index.py
                                        test_shift.py
                                        test_size.py
                                        test_sort_index.py
                                        test_sort_values.py
                                        test_swapaxes.py
                                        test_swaplevel.py
                                        test_to_csv.py
                                        test_to_dict.py
                                        test_to_dict_of_blocks.py
                                        test_to_numpy.py
                                        test_to_period.py
                                        test_to_records.py
                                        test_to_timestamp.py
                                        test_transpose.py
                                        test_truncate.py
                                        test_tz_convert.py
                                        test_tz_localize.py
                                        test_update.py
                                        test_value_counts.py
                                        test_values.py
                                    __init__.py
                                    common.py
                                    conftest.py
                                    test_alter_axes.py
                                    test_api.py
                                    test_arithmetic.py
                                    test_arrow_interface.py
                                    test_block_internals.py
                                    test_constructors.py
                                    test_cumulative.py
                                    test_iteration.py
                                    test_logical_ops.py
                                    test_nonunique_indexes.py
                                    test_npfuncs.py
                                    test_query_eval.py
                                    test_reductions.py
                                    test_repr.py
                                    test_stack_unstack.py
                                    test_subclass.py
                                    test_ufunc.py
                                    test_unary.py
                                    test_validate.py
                                generic/
                                    __init__.py
                                    test_duplicate_labels.py
                                    test_finalize.py
                                    test_frame.py
                                    test_generic.py
                                    test_label_or_level_utils.py
                                    test_series.py
                                    test_to_xarray.py
                                groupby/
                                    aggregate/
                                        __init__.py
                                        test_aggregate.py
                                        test_cython.py
                                        test_numba.py
                                        test_other.py
                                    methods/
                                        __init__.py
                                        test_corrwith.py
                                        test_describe.py
                                        test_groupby_shift_diff.py
                                        test_is_monotonic.py
                                        test_nlargest_nsmallest.py
                                        test_nth.py
                                        test_quantile.py
                                        test_rank.py
                                        test_sample.py
                                        test_size.py
                                        test_skew.py
                                        test_value_counts.py
                                    transform/
                                        __init__.py
                                        test_numba.py
                                        test_transform.py
                                    __init__.py
                                    conftest.py
                                    test_all_methods.py
                                    test_api.py
                                    test_apply.py
                                    test_apply_mutate.py
                                    test_bin_groupby.py
                                    test_categorical.py
                                    test_counting.py
                                    test_cumulative.py
                                    test_filters.py
                                    test_groupby.py
                                    test_groupby_dropna.py
                                    test_groupby_subclass.py
                                    test_grouping.py
                                    test_index_as_string.py
                                    test_indexing.py
                                    test_libgroupby.py
                                    test_missing.py
                                    test_numba.py
                                    test_numeric_only.py
                                    test_pipe.py
                                    test_raises.py
                                    test_reductions.py
                                    test_timegrouper.py
                                indexes/
                                    base_class/
                                        __init__.py
                                        test_constructors.py
                                        test_formats.py
                                        test_indexing.py
                                        test_pickle.py
                                        test_reshape.py
                                        test_setops.py
                                        test_where.py
                                    categorical/
                                        __init__.py
                                        test_append.py
                                        test_astype.py
                                        test_category.py
                                        test_constructors.py
                                        test_equals.py
                                        test_fillna.py
                                        test_formats.py
                                        test_indexing.py
                                        test_map.py
                                        test_reindex.py
                                        test_setops.py
                                    datetimelike_/
                                        __init__.py
                                        test_drop_duplicates.py
                                        test_equals.py
                                        test_indexing.py
                                        test_is_monotonic.py
                                        test_nat.py
                                        test_sort_values.py
                                        test_value_counts.py
                                    datetimes/
                                        methods/
                                            __init__.py
                                            test_asof.py
                                            test_astype.py
                                            test_delete.py
                                            test_factorize.py
                                            test_fillna.py
                                            test_insert.py
                                            test_isocalendar.py
                                            test_map.py
                                            test_normalize.py
                                            test_repeat.py
                                            test_resolution.py
                                            test_round.py
                                            test_shift.py
                                            test_snap.py
                                            test_to_frame.py
                                            test_to_julian_date.py
                                            test_to_period.py
                                            test_to_pydatetime.py
                                            test_to_series.py
                                            test_tz_convert.py
                                            test_tz_localize.py
                                            test_unique.py
                                        __init__.py
                                        test_arithmetic.py
                                        test_constructors.py
                                        test_date_range.py
                                        test_datetime.py
                                        test_formats.py
                                        test_freq_attr.py
                                        test_indexing.py
                                        test_iter.py
                                        test_join.py
                                        test_npfuncs.py
                                        test_ops.py
                                        test_partial_slicing.py
                                        test_pickle.py
                                        test_reindex.py
                                        test_scalar_compat.py
                                        test_setops.py
                                        test_timezones.py
                                    interval/
                                        __init__.py
                                        test_astype.py
                                        test_constructors.py
                                        test_equals.py
                                        test_formats.py
                                        test_indexing.py
                                        test_interval.py
                                        test_interval_range.py
                                        test_interval_tree.py
                                        test_join.py
                                        test_pickle.py
                                        test_setops.py
                                    multi/
                                        __init__.py
                                        conftest.py
                                        test_analytics.py
                                        test_astype.py
                                        test_compat.py
                                        test_constructors.py
                                        test_conversion.py
                                        test_copy.py
                                        test_drop.py
                                        test_duplicates.py
                                        test_equivalence.py
                                        test_formats.py
                                        test_get_level_values.py
                                        test_get_set.py
                                        test_indexing.py
                                        test_integrity.py
                                        test_isin.py
                                        test_join.py
                                        test_lexsort.py
                                        test_missing.py
                                        test_monotonic.py
                                        test_names.py
                                        test_partial_indexing.py
                                        test_pickle.py
                                        test_reindex.py
                                        test_reshape.py
                                        test_setops.py
                                        test_sorting.py
                                        test_take.py
                                    numeric/
                                        __init__.py
                                        test_astype.py
                                        test_indexing.py
                                        test_join.py
                                        test_numeric.py
                                        test_setops.py
                                    object/
                                        __init__.py
                                        test_astype.py
                                        test_indexing.py
                                    period/
                                        methods/
                                            __init__.py
                                            test_asfreq.py
                                            test_astype.py
                                            test_factorize.py
                                            test_fillna.py
                                            test_insert.py
                                            test_is_full.py
                                            test_repeat.py
                                            test_shift.py
                                            test_to_timestamp.py
                                        __init__.py
                                        test_constructors.py
                                        test_formats.py
                                        test_freq_attr.py
                                        test_indexing.py
                                        test_join.py
                                        test_monotonic.py
                                        test_partial_slicing.py
                                        test_period.py
                                        test_period_range.py
                                        test_pickle.py
                                        test_resolution.py
                                        test_scalar_compat.py
                                        test_searchsorted.py
                                        test_setops.py
                                        test_tools.py
                                    ranges/
                                        __init__.py
                                        test_constructors.py
                                        test_indexing.py
                                        test_join.py
                                        test_range.py
                                        test_setops.py
                                    string/
                                        __init__.py
                                        test_astype.py
                                        test_indexing.py
                                    timedeltas/
                                        methods/
                                            __init__.py
                                            test_astype.py
                                            test_factorize.py
                                            test_fillna.py
                                            test_insert.py
                                            test_repeat.py
                                            test_shift.py
                                        __init__.py
                                        test_arithmetic.py
                                        test_constructors.py
                                        test_delete.py
                                        test_formats.py
                                        test_freq_attr.py
                                        test_indexing.py
                                        test_join.py
                                        test_ops.py
                                        test_pickle.py
                                        test_scalar_compat.py
                                        test_searchsorted.py
                                        test_setops.py
                                        test_timedelta.py
                                        test_timedelta_range.py
                                    __init__.py
                                    conftest.py
                                    test_any_index.py
                                    test_base.py
                                    test_common.py
                                    test_datetimelike.py
                                    test_engines.py
                                    test_frozen.py
                                    test_index_new.py
                                    test_indexing.py
                                    test_numpy_compat.py
                                    test_old_base.py
                                    test_setops.py
                                    test_subclass.py
                                indexing/
                                    interval/
                                        __init__.py
                                        test_interval.py
                                        test_interval_new.py
                                    multiindex/
                                        __init__.py
                                        test_chaining_and_caching.py
                                        test_datetime.py
                                        test_getitem.py
                                        test_iloc.py
                                        test_indexing_slow.py
                                        test_loc.py
                                        test_multiindex.py
                                        test_partial.py
                                        test_setitem.py
                                        test_slice.py
                                        test_sorted.py
                                    __init__.py
                                    common.py
                                    conftest.py
                                    test_at.py
                                    test_categorical.py
                                    test_chaining_and_caching.py
                                    test_check_indexer.py
                                    test_coercion.py
                                    test_datetime.py
                                    test_floats.py
                                    test_iat.py
                                    test_iloc.py
                                    test_indexers.py
                                    test_indexing.py
                                    test_loc.py
                                    test_na_indexing.py
                                    test_partial.py
                                    test_scalar.py
                                interchange/
                                    __init__.py
                                    test_impl.py
                                    test_spec_conformance.py
                                    test_utils.py
                                internals/
                                    __init__.py
                                    test_api.py
                                    test_internals.py
                                    test_managers.py
                                io/
                                    excel/
                                        __init__.py
                                        test_odf.py
                                        test_odswriter.py
                                        test_openpyxl.py
                                        test_readers.py
                                        test_style.py
                                        test_writers.py
                                        test_xlrd.py
                                        test_xlsxwriter.py
                                    formats/
                                        style/
                                            __init__.py
                                            test_bar.py
                                            test_exceptions.py
                                            test_format.py
                                            test_highlight.py
                                            test_html.py
                                            test_matplotlib.py
                                            test_non_unique.py
                                            test_style.py
                                            test_to_latex.py
                                            test_to_string.py
                                            test_tooltip.py
                                        __init__.py
                                        test_console.py
                                        test_css.py
                                        test_eng_formatting.py
                                        test_format.py
                                        test_ipython_compat.py
                                        test_printing.py
                                        test_to_csv.py
                                        test_to_excel.py
                                        test_to_html.py
                                        test_to_latex.py
                                        test_to_markdown.py
                                        test_to_string.py
                                    json/
                                        __init__.py
                                        conftest.py
                                        test_compression.py
                                        test_deprecated_kwargs.py
                                        test_json_table_schema.py
                                        test_json_table_schema_ext_dtype.py
                                        test_normalize.py
                                        test_pandas.py
                                        test_readlines.py
                                        test_ujson.py
                                    parser/
                                        common/
                                            __init__.py
                                            test_chunksize.py
                                            test_common_basic.py
                                            test_data_list.py
                                            test_decimal.py
                                            test_file_buffer_url.py
                                            test_float.py
                                            test_index.py
                                            test_inf.py
                                            test_ints.py
                                            test_iterator.py
                                            test_read_errors.py
                                            test_verbose.py
                                        dtypes/
                                            __init__.py
                                            test_categorical.py
                                            test_dtypes_basic.py
                                            test_empty.py
                                        usecols/
                                            __init__.py
                                            test_parse_dates.py
                                            test_strings.py
                                            test_usecols_basic.py
                                        __init__.py
                                        conftest.py
                                        test_c_parser_only.py
                                        test_comment.py
                                        test_compression.py
                                        test_concatenate_chunks.py
                                        test_converters.py
                                        test_dialect.py
                                        test_encoding.py
                                        test_header.py
                                        test_index_col.py
                                        test_mangle_dupes.py
                                        test_multi_thread.py
                                        test_na_values.py
                                        test_network.py
                                        test_parse_dates.py
                                        test_python_parser_only.py
                                        test_quoting.py
                                        test_read_fwf.py
                                        test_skiprows.py
                                        test_textreader.py
                                        test_unsupported.py
                                        test_upcast.py
                                    pytables/
                                        __init__.py
                                        common.py
                                        conftest.py
                                        test_append.py
                                        test_categorical.py
                                        test_compat.py
                                        test_complex.py
                                        test_errors.py
                                        test_file_handling.py
                                        test_keys.py
                                        test_put.py
                                        test_pytables_missing.py
                                        test_read.py
                                        test_retain_attributes.py
                                        test_round_trip.py
                                        test_select.py
                                        test_store.py
                                        test_subclass.py
                                        test_time_series.py
                                        test_timezones.py
                                    sas/
                                        __init__.py
                                        test_byteswap.py
                                        test_sas.py
                                        test_sas7bdat.py
                                        test_xport.py
                                    xml/
                                        __init__.py
                                        conftest.py
                                        test_to_xml.py
                                        test_xml.py
                                        test_xml_dtypes.py
                                    __init__.py
                                    conftest.py
                                    generate_legacy_storage_files.py
                                    test_clipboard.py
                                    test_common.py
                                    test_compression.py
                                    test_feather.py
                                    test_fsspec.py
                                    test_gbq.py
                                    test_gcs.py
                                    test_html.py
                                    test_http_headers.py
                                    test_orc.py
                                    test_parquet.py
                                    test_pickle.py
                                    test_s3.py
                                    test_spss.py
                                    test_sql.py
                                    test_stata.py
                                libs/
                                    __init__.py
                                    test_hashtable.py
                                    test_join.py
                                    test_lib.py
                                    test_libalgos.py
                                plotting/
                                    frame/
                                        __init__.py
                                        test_frame.py
                                        test_frame_color.py
                                        test_frame_groupby.py
                                        test_frame_legend.py
                                        test_frame_subplots.py
                                        test_hist_box_by.py
                                    __init__.py
                                    common.py
                                    conftest.py
                                    test_backend.py
                                    test_boxplot_method.py
                                    test_common.py
                                    test_converter.py
                                    test_datetimelike.py
                                    test_groupby.py
                                    test_hist_method.py
                                    test_misc.py
                                    test_series.py
                                    test_style.py
                                reductions/
                                    __init__.py
                                    test_reductions.py
                                    test_stat_reductions.py
                                resample/
                                    __init__.py
                                    conftest.py
                                    test_base.py
                                    test_datetime_index.py
                                    test_period_index.py
                                    test_resample_api.py
                                    test_resampler_grouper.py
                                    test_time_grouper.py
                                    test_timedelta.py
                                reshape/
                                    concat/
                                        __init__.py
                                        conftest.py
                                        test_append.py
                                        test_append_common.py
                                        test_categorical.py
                                        test_concat.py
                                        test_dataframe.py
                                        test_datetimes.py
                                        test_empty.py
                                        test_index.py
                                        test_invalid.py
                                        test_series.py
                                        test_sort.py
                                    merge/
                                        __init__.py
                                        test_join.py
                                        test_merge.py
                                        test_merge_asof.py
                                        test_merge_cross.py
                                        test_merge_index_as_string.py
                                        test_merge_ordered.py
                                        test_multi.py
                                    __init__.py
                                    test_crosstab.py
                                    test_cut.py
                                    test_from_dummies.py
                                    test_get_dummies.py
                                    test_melt.py
                                    test_pivot.py
                                    test_pivot_multilevel.py
                                    test_qcut.py
                                    test_union_categoricals.py
                                    test_util.py
                                scalar/
                                    interval/
                                        __init__.py
                                        test_arithmetic.py
                                        test_constructors.py
                                        test_contains.py
                                        test_formats.py
                                        test_interval.py
                                        test_overlaps.py
                                    period/
                                        __init__.py
                                        test_arithmetic.py
                                        test_asfreq.py
                                        test_period.py
                                    timedelta/
                                        methods/
                                            __init__.py
                                            test_as_unit.py
                                            test_round.py
                                        __init__.py
                                        test_arithmetic.py
                                        test_constructors.py
                                        test_formats.py
                                        test_timedelta.py
                                    timestamp/
                                        methods/
                                            __init__.py
                                            test_as_unit.py
                                            test_normalize.py
                                            test_replace.py
                                            test_round.py
                                            test_timestamp_method.py
                                            test_to_julian_date.py
                                            test_to_pydatetime.py
                                            test_tz_convert.py
                                            test_tz_localize.py
                                        __init__.py
                                        test_arithmetic.py
                                        test_comparisons.py
                                        test_constructors.py
                                        test_formats.py
                                        test_timestamp.py
                                        test_timezones.py
                                    __init__.py
                                    test_na_scalar.py
                                    test_nat.py
                                series/
                                    accessors/
                                        __init__.py
                                        test_cat_accessor.py
                                        test_dt_accessor.py
                                        test_list_accessor.py
                                        test_sparse_accessor.py
                                        test_str_accessor.py
                                        test_struct_accessor.py
                                    indexing/
                                        __init__.py
                                        test_datetime.py
                                        test_delitem.py
                                        test_get.py
                                        test_getitem.py
                                        test_indexing.py
                                        test_mask.py
                                        test_set_value.py
                                        test_setitem.py
                                        test_take.py
                                        test_where.py
                                        test_xs.py
                                    methods/
                                        __init__.py
                                        test_add_prefix_suffix.py
                                        test_align.py
                                        test_argsort.py
                                        test_asof.py
                                        test_astype.py
                                        test_autocorr.py
                                        test_between.py
                                        test_case_when.py
                                        test_clip.py
                                        test_combine.py
                                        test_combine_first.py
                                        test_compare.py
                                        test_convert_dtypes.py
                                        test_copy.py
                                        test_count.py
                                        test_cov_corr.py
                                        test_describe.py
                                        test_diff.py
                                        test_drop.py
                                        test_drop_duplicates.py
                                        test_dropna.py
                                        test_dtypes.py
                                        test_duplicated.py
                                        test_equals.py
                                        test_explode.py
                                        test_fillna.py
                                        test_get_numeric_data.py
                                        test_head_tail.py
                                        test_infer_objects.py
                                        test_info.py
                                        test_interpolate.py
                                        test_is_monotonic.py
                                        test_is_unique.py
                                        test_isin.py
                                        test_isna.py
                                        test_item.py
                                        test_map.py
                                        test_matmul.py
                                        test_nlargest.py
                                        test_nunique.py
                                        test_pct_change.py
                                        test_pop.py
                                        test_quantile.py
                                        test_rank.py
                                        test_reindex.py
                                        test_reindex_like.py
                                        test_rename.py
                                        test_rename_axis.py
                                        test_repeat.py
                                        test_replace.py
                                        test_reset_index.py
                                        test_round.py
                                        test_searchsorted.py
                                        test_set_name.py
                                        test_size.py
                                        test_sort_index.py
                                        test_sort_values.py
                                        test_to_csv.py
                                        test_to_dict.py
                                        test_to_frame.py
                                        test_to_numpy.py
                                        test_tolist.py
                                        test_truncate.py
                                        test_tz_localize.py
                                        test_unique.py
                                        test_unstack.py
                                        test_update.py
                                        test_value_counts.py
                                        test_values.py
                                        test_view.py
                                    __init__.py
                                    test_api.py
                                    test_arithmetic.py
                                    test_constructors.py
                                    test_cumulative.py
                                    test_formats.py
                                    test_iteration.py
                                    test_logical_ops.py
                                    test_missing.py
                                    test_npfuncs.py
                                    test_reductions.py
                                    test_subclass.py
                                    test_ufunc.py
                                    test_unary.py
                                    test_validate.py
                                strings/
                                    __init__.py
                                    conftest.py
                                    test_api.py
                                    test_case_justify.py
                                    test_cat.py
                                    test_extract.py
                                    test_find_replace.py
                                    test_get_dummies.py
                                    test_split_partition.py
                                    test_string_array.py
                                    test_strings.py
                                tools/
                                    __init__.py
                                    test_to_datetime.py
                                    test_to_numeric.py
                                    test_to_time.py
                                    test_to_timedelta.py
                                tseries/
                                    frequencies/
                                        __init__.py
                                        test_freq_code.py
                                        test_frequencies.py
                                        test_inference.py
                                    holiday/
                                        __init__.py
                                        test_calendar.py
                                        test_federal.py
                                        test_holiday.py
                                        test_observance.py
                                    offsets/
                                        __init__.py
                                        common.py
                                        test_business_day.py
                                        test_business_hour.py
                                        test_business_month.py
                                        test_business_quarter.py
                                        test_business_year.py
                                        test_common.py
                                        test_custom_business_day.py
                                        test_custom_business_hour.py
                                        test_custom_business_month.py
                                        test_dst.py
                                        test_easter.py
                                        test_fiscal.py
                                        test_index.py
                                        test_month.py
                                        test_offsets.py
                                        test_offsets_properties.py
                                        test_quarter.py
                                        test_ticks.py
                                        test_week.py
                                        test_year.py
                                    __init__.py
                                tslibs/
                                    __init__.py
                                    test_api.py
                                    test_array_to_datetime.py
                                    test_ccalendar.py
                                    test_conversion.py
                                    test_fields.py
                                    test_libfrequencies.py
                                    test_liboffsets.py
                                    test_np_datetime.py
                                    test_npy_units.py
                                    test_parse_iso8601.py
                                    test_parsing.py
                                    test_period.py
                                    test_resolution.py
                                    test_strptime.py
                                    test_timedeltas.py
                                    test_timezones.py
                                    test_to_offset.py
                                    test_tzconversion.py
                                util/
                                    __init__.py
                                    conftest.py
                                    test_assert_almost_equal.py
                                    test_assert_attr_equal.py
                                    test_assert_categorical_equal.py
                                    test_assert_extension_array_equal.py
                                    test_assert_frame_equal.py
                                    test_assert_index_equal.py
                                    test_assert_interval_array_equal.py
                                    test_assert_numpy_array_equal.py
                                    test_assert_produces_warning.py
                                    test_assert_series_equal.py
                                    test_deprecate.py
                                    test_deprecate_kwarg.py
                                    test_deprecate_nonkeyword_arguments.py
                                    test_doc.py
                                    test_hashing.py
                                    test_numba.py
                                    test_rewrite_warning.py
                                    test_shares_memory.py
                                    test_show_versions.py
                                    test_util.py
                                    test_validate_args.py
                                    test_validate_args_and_kwargs.py
                                    test_validate_inclusive.py
                                    test_validate_kwargs.py
                                window/
                                    moments/
                                        __init__.py
                                        conftest.py
                                        test_moments_consistency_ewm.py
                                        test_moments_consistency_expanding.py
                                        test_moments_consistency_rolling.py
                                    __init__.py
                                    conftest.py
                                    test_api.py
                                    test_apply.py
                                    test_base_indexer.py
                                    test_cython_aggregations.py
                                    test_dtypes.py
                                    test_ewm.py
                                    test_expanding.py
                                    test_groupby.py
                                    test_numba.py
                                    test_online.py
                                    test_pairwise.py
                                    test_rolling.py
                                    test_rolling_functions.py
                                    test_rolling_quantile.py
                                    test_rolling_skew_kurt.py
                                    test_timeseries_window.py
                                    test_win_type.py
                                __init__.py
                                test_aggregation.py
                                test_algos.py
                                test_common.py
                                test_downstream.py
                                test_errors.py
                                test_expressions.py
                                test_flags.py
                                test_multilevel.py
                                test_nanops.py
                                test_optional_dependency.py
                                test_register_accessor.py
                                test_sorting.py
                                test_take.py
                            tseries/
                                __init__.py
                                api.py
                                frequencies.py
                                holiday.py
                                offsets.py
                            util/
                                version/
                                    __init__.py
                                __init__.py
                                _decorators.py
                                _doctools.py
                                _exceptions.py
                                _print_versions.py
                                _test_decorators.py
                                _tester.py
                                _validators.py
                            __init__.py
                            _typing.py
                            _version.py
                            _version_meson.py
                            conftest.py
                            pyproject.toml
                            testing.py
                        pandas-2.3.1.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        parso/
                            pgen2/
                                __init__.py
                                generator.py
                                grammar_parser.py
                            python/
                                __init__.py
                                diff.py
                                errors.py
                                grammar310.txt
                                grammar311.txt
                                grammar312.txt
                                grammar313.txt
                                grammar36.txt
                                grammar37.txt
                                grammar38.txt
                                grammar39.txt
                                parser.py
                                pep8.py
                                prefix.py
                                token.py
                                tokenize.py
                                tree.py
                            __init__.py
                            _compatibility.py
                            cache.py
                            file_io.py
                            grammar.py
                            normalizer.py
                            parser.py
                            py.typed
                            tree.py
                            utils.py
                        parso-0.8.4.dist-info/
                            AUTHORS.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        partd/
                            __init__.py
                            _version.py
                            buffer.py
                            compressed.py
                            core.py
                            dict.py
                            encode.py
                            file.py
                            numpy.py
                            pandas.py
                            pickle.py
                            python.py
                            utils.py
                            zmq.py
                        partd-1.4.2.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pathspec/
                            patterns/
                                __init__.py
                                gitwildmatch.py
                            __init__.py
                            _meta.py
                            gitignore.py
                            pathspec.py
                            pattern.py
                            py.typed
                            util.py
                        pathspec-0.12.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pexpect/
                            __init__.py
                            _async.py
                            _async_pre_await.py
                            _async_w_await.py
                            ANSI.py
                            bashrc.sh
                            exceptions.py
                            expect.py
                            fdpexpect.py
                            FSM.py
                            popen_spawn.py
                            pty_spawn.py
                            pxssh.py
                            replwrap.py
                            run.py
                            screen.py
                            socket_pexpect.py
                            spawnbase.py
                            utils.py
                        pexpect-4.9.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pip/
                            __pycache__/
                                __init__.cpython-313.pyc
                                __main__.cpython-313.pyc
                                __pip-runner__.cpython-313.pyc
                            _internal/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    build_env.cpython-313.pyc
                                    cache.cpython-313.pyc
                                    configuration.cpython-313.pyc
                                    exceptions.cpython-313.pyc
                                    main.cpython-313.pyc
                                    pyproject.cpython-313.pyc
                                    self_outdated_check.cpython-313.pyc
                                    wheel_builder.cpython-313.pyc
                                cli/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        autocompletion.cpython-313.pyc
                                        base_command.cpython-313.pyc
                                        cmdoptions.cpython-313.pyc
                                        command_context.cpython-313.pyc
                                        index_command.cpython-313.pyc
                                        main.cpython-313.pyc
                                        main_parser.cpython-313.pyc
                                        parser.cpython-313.pyc
                                        progress_bars.cpython-313.pyc
                                        req_command.cpython-313.pyc
                                        spinners.cpython-313.pyc
                                        status_codes.cpython-313.pyc
                                    __init__.py
                                    autocompletion.py
                                    base_command.py
                                    cmdoptions.py
                                    command_context.py
                                    index_command.py
                                    main.py
                                    main_parser.py
                                    parser.py
                                    progress_bars.py
                                    req_command.py
                                    spinners.py
                                    status_codes.py
                                commands/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        cache.cpython-313.pyc
                                        check.cpython-313.pyc
                                        completion.cpython-313.pyc
                                        configuration.cpython-313.pyc
                                        debug.cpython-313.pyc
                                        download.cpython-313.pyc
                                        freeze.cpython-313.pyc
                                        hash.cpython-313.pyc
                                        help.cpython-313.pyc
                                        index.cpython-313.pyc
                                        inspect.cpython-313.pyc
                                        install.cpython-313.pyc
                                        list.cpython-313.pyc
                                        lock.cpython-313.pyc
                                        search.cpython-313.pyc
                                        show.cpython-313.pyc
                                        uninstall.cpython-313.pyc
                                        wheel.cpython-313.pyc
                                    __init__.py
                                    cache.py
                                    check.py
                                    completion.py
                                    configuration.py
                                    debug.py
                                    download.py
                                    freeze.py
                                    hash.py
                                    help.py
                                    index.py
                                    inspect.py
                                    install.py
                                    list.py
                                    lock.py
                                    search.py
                                    show.py
                                    uninstall.py
                                    wheel.py
                                distributions/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        base.cpython-313.pyc
                                        installed.cpython-313.pyc
                                        sdist.cpython-313.pyc
                                        wheel.cpython-313.pyc
                                    __init__.py
                                    base.py
                                    installed.py
                                    sdist.py
                                    wheel.py
                                index/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        collector.cpython-313.pyc
                                        package_finder.cpython-313.pyc
                                        sources.cpython-313.pyc
                                    __init__.py
                                    collector.py
                                    package_finder.py
                                    sources.py
                                locations/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _distutils.cpython-313.pyc
                                        _sysconfig.cpython-313.pyc
                                        base.cpython-313.pyc
                                    __init__.py
                                    _distutils.py
                                    _sysconfig.py
                                    base.py
                                metadata/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _json.cpython-313.pyc
                                        base.cpython-313.pyc
                                        pkg_resources.cpython-313.pyc
                                    importlib/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _compat.cpython-313.pyc
                                            _dists.cpython-313.pyc
                                            _envs.cpython-313.pyc
                                        __init__.py
                                        _compat.py
                                        _dists.py
                                        _envs.py
                                    __init__.py
                                    _json.py
                                    base.py
                                    pkg_resources.py
                                models/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        candidate.cpython-313.pyc
                                        direct_url.cpython-313.pyc
                                        format_control.cpython-313.pyc
                                        index.cpython-313.pyc
                                        installation_report.cpython-313.pyc
                                        link.cpython-313.pyc
                                        pylock.cpython-313.pyc
                                        scheme.cpython-313.pyc
                                        search_scope.cpython-313.pyc
                                        selection_prefs.cpython-313.pyc
                                        target_python.cpython-313.pyc
                                        wheel.cpython-313.pyc
                                    __init__.py
                                    candidate.py
                                    direct_url.py
                                    format_control.py
                                    index.py
                                    installation_report.py
                                    link.py
                                    pylock.py
                                    scheme.py
                                    search_scope.py
                                    selection_prefs.py
                                    target_python.py
                                    wheel.py
                                network/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        auth.cpython-313.pyc
                                        cache.cpython-313.pyc
                                        download.cpython-313.pyc
                                        lazy_wheel.cpython-313.pyc
                                        session.cpython-313.pyc
                                        utils.cpython-313.pyc
                                        xmlrpc.cpython-313.pyc
                                    __init__.py
                                    auth.py
                                    cache.py
                                    download.py
                                    lazy_wheel.py
                                    session.py
                                    utils.py
                                    xmlrpc.py
                                operations/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        check.cpython-313.pyc
                                        freeze.cpython-313.pyc
                                        prepare.cpython-313.pyc
                                    build/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            build_tracker.cpython-313.pyc
                                            metadata.cpython-313.pyc
                                            metadata_editable.cpython-313.pyc
                                            metadata_legacy.cpython-313.pyc
                                            wheel.cpython-313.pyc
                                            wheel_editable.cpython-313.pyc
                                            wheel_legacy.cpython-313.pyc
                                        __init__.py
                                        build_tracker.py
                                        metadata.py
                                        metadata_editable.py
                                        metadata_legacy.py
                                        wheel.py
                                        wheel_editable.py
                                        wheel_legacy.py
                                    install/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            editable_legacy.cpython-313.pyc
                                            wheel.cpython-313.pyc
                                        __init__.py
                                        editable_legacy.py
                                        wheel.py
                                    __init__.py
                                    check.py
                                    freeze.py
                                    prepare.py
                                req/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        constructors.cpython-313.pyc
                                        req_dependency_group.cpython-313.pyc
                                        req_file.cpython-313.pyc
                                        req_install.cpython-313.pyc
                                        req_set.cpython-313.pyc
                                        req_uninstall.cpython-313.pyc
                                    __init__.py
                                    constructors.py
                                    req_dependency_group.py
                                    req_file.py
                                    req_install.py
                                    req_set.py
                                    req_uninstall.py
                                resolution/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        base.cpython-313.pyc
                                    legacy/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            resolver.cpython-313.pyc
                                        __init__.py
                                        resolver.py
                                    resolvelib/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            base.cpython-313.pyc
                                            candidates.cpython-313.pyc
                                            factory.cpython-313.pyc
                                            found_candidates.cpython-313.pyc
                                            provider.cpython-313.pyc
                                            reporter.cpython-313.pyc
                                            requirements.cpython-313.pyc
                                            resolver.cpython-313.pyc
                                        __init__.py
                                        base.py
                                        candidates.py
                                        factory.py
                                        found_candidates.py
                                        provider.py
                                        reporter.py
                                        requirements.py
                                        resolver.py
                                    __init__.py
                                    base.py
                                utils/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _jaraco_text.cpython-313.pyc
                                        _log.cpython-313.pyc
                                        appdirs.cpython-313.pyc
                                        compat.cpython-313.pyc
                                        compatibility_tags.cpython-313.pyc
                                        datetime.cpython-313.pyc
                                        deprecation.cpython-313.pyc
                                        direct_url_helpers.cpython-313.pyc
                                        egg_link.cpython-313.pyc
                                        entrypoints.cpython-313.pyc
                                        filesystem.cpython-313.pyc
                                        filetypes.cpython-313.pyc
                                        glibc.cpython-313.pyc
                                        hashes.cpython-313.pyc
                                        logging.cpython-313.pyc
                                        misc.cpython-313.pyc
                                        packaging.cpython-313.pyc
                                        retry.cpython-313.pyc
                                        setuptools_build.cpython-313.pyc
                                        subprocess.cpython-313.pyc
                                        temp_dir.cpython-313.pyc
                                        unpacking.cpython-313.pyc
                                        urls.cpython-313.pyc
                                        virtualenv.cpython-313.pyc
                                        wheel.cpython-313.pyc
                                    __init__.py
                                    _jaraco_text.py
                                    _log.py
                                    appdirs.py
                                    compat.py
                                    compatibility_tags.py
                                    datetime.py
                                    deprecation.py
                                    direct_url_helpers.py
                                    egg_link.py
                                    entrypoints.py
                                    filesystem.py
                                    filetypes.py
                                    glibc.py
                                    hashes.py
                                    logging.py
                                    misc.py
                                    packaging.py
                                    retry.py
                                    setuptools_build.py
                                    subprocess.py
                                    temp_dir.py
                                    unpacking.py
                                    urls.py
                                    virtualenv.py
                                    wheel.py
                                vcs/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        bazaar.cpython-313.pyc
                                        git.cpython-313.pyc
                                        mercurial.cpython-313.pyc
                                        subversion.cpython-313.pyc
                                        versioncontrol.cpython-313.pyc
                                    __init__.py
                                    bazaar.py
                                    git.py
                                    mercurial.py
                                    subversion.py
                                    versioncontrol.py
                                __init__.py
                                build_env.py
                                cache.py
                                configuration.py
                                exceptions.py
                                main.py
                                pyproject.py
                                self_outdated_check.py
                                wheel_builder.py
                            _vendor/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    typing_extensions.cpython-313.pyc
                                cachecontrol/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _cmd.cpython-313.pyc
                                        adapter.cpython-313.pyc
                                        cache.cpython-313.pyc
                                        controller.cpython-313.pyc
                                        filewrapper.cpython-313.pyc
                                        heuristics.cpython-313.pyc
                                        serialize.cpython-313.pyc
                                        wrapper.cpython-313.pyc
                                    caches/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            file_cache.cpython-313.pyc
                                            redis_cache.cpython-313.pyc
                                        __init__.py
                                        file_cache.py
                                        redis_cache.py
                                    __init__.py
                                    _cmd.py
                                    adapter.py
                                    cache.py
                                    controller.py
                                    filewrapper.py
                                    heuristics.py
                                    py.typed
                                    serialize.py
                                    wrapper.py
                                certifi/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        __main__.cpython-313.pyc
                                        core.cpython-313.pyc
                                    __init__.py
                                    __main__.py
                                    cacert.pem
                                    core.py
                                    py.typed
                                dependency_groups/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        __main__.cpython-313.pyc
                                        _implementation.cpython-313.pyc
                                        _lint_dependency_groups.cpython-313.pyc
                                        _pip_wrapper.cpython-313.pyc
                                        _toml_compat.cpython-313.pyc
                                    __init__.py
                                    __main__.py
                                    _implementation.py
                                    _lint_dependency_groups.py
                                    _pip_wrapper.py
                                    _toml_compat.py
                                    py.typed
                                distlib/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        compat.cpython-313.pyc
                                        database.cpython-313.pyc
                                        index.cpython-313.pyc
                                        locators.cpython-313.pyc
                                        manifest.cpython-313.pyc
                                        markers.cpython-313.pyc
                                        metadata.cpython-313.pyc
                                        resources.cpython-313.pyc
                                        scripts.cpython-313.pyc
                                        util.cpython-313.pyc
                                        version.cpython-313.pyc
                                        wheel.cpython-313.pyc
                                    __init__.py
                                    compat.py
                                    database.py
                                    index.py
                                    locators.py
                                    manifest.py
                                    markers.py
                                    metadata.py
                                    resources.py
                                    scripts.py
                                    t32.exe
                                    t64-arm.exe
                                    t64.exe
                                    util.py
                                    version.py
                                    w32.exe
                                    w64-arm.exe
                                    w64.exe
                                    wheel.py
                                distro/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        __main__.cpython-313.pyc
                                        distro.cpython-313.pyc
                                    __init__.py
                                    __main__.py
                                    distro.py
                                    py.typed
                                idna/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        codec.cpython-313.pyc
                                        compat.cpython-313.pyc
                                        core.cpython-313.pyc
                                        idnadata.cpython-313.pyc
                                        intranges.cpython-313.pyc
                                        package_data.cpython-313.pyc
                                        uts46data.cpython-313.pyc
                                    __init__.py
                                    codec.py
                                    compat.py
                                    core.py
                                    idnadata.py
                                    intranges.py
                                    package_data.py
                                    py.typed
                                    uts46data.py
                                msgpack/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        exceptions.cpython-313.pyc
                                        ext.cpython-313.pyc
                                        fallback.cpython-313.pyc
                                    __init__.py
                                    exceptions.py
                                    ext.py
                                    fallback.py
                                packaging/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _elffile.cpython-313.pyc
                                        _manylinux.cpython-313.pyc
                                        _musllinux.cpython-313.pyc
                                        _parser.cpython-313.pyc
                                        _structures.cpython-313.pyc
                                        _tokenizer.cpython-313.pyc
                                        markers.cpython-313.pyc
                                        metadata.cpython-313.pyc
                                        requirements.cpython-313.pyc
                                        specifiers.cpython-313.pyc
                                        tags.cpython-313.pyc
                                        utils.cpython-313.pyc
                                        version.cpython-313.pyc
                                    licenses/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _spdx.cpython-313.pyc
                                        __init__.py
                                        _spdx.py
                                    __init__.py
                                    _elffile.py
                                    _manylinux.py
                                    _musllinux.py
                                    _parser.py
                                    _structures.py
                                    _tokenizer.py
                                    markers.py
                                    metadata.py
                                    py.typed
                                    requirements.py
                                    specifiers.py
                                    tags.py
                                    utils.py
                                    version.py
                                pkg_resources/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                    __init__.py
                                platformdirs/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        __main__.cpython-313.pyc
                                        android.cpython-313.pyc
                                        api.cpython-313.pyc
                                        macos.cpython-313.pyc
                                        unix.cpython-313.pyc
                                        version.cpython-313.pyc
                                        windows.cpython-313.pyc
                                    __init__.py
                                    __main__.py
                                    android.py
                                    api.py
                                    macos.py
                                    py.typed
                                    unix.py
                                    version.py
                                    windows.py
                                pygments/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        __main__.cpython-313.pyc
                                        console.cpython-313.pyc
                                        filter.cpython-313.pyc
                                        formatter.cpython-313.pyc
                                        lexer.cpython-313.pyc
                                        modeline.cpython-313.pyc
                                        plugin.cpython-313.pyc
                                        regexopt.cpython-313.pyc
                                        scanner.cpython-313.pyc
                                        sphinxext.cpython-313.pyc
                                        style.cpython-313.pyc
                                        token.cpython-313.pyc
                                        unistring.cpython-313.pyc
                                        util.cpython-313.pyc
                                    filters/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                        __init__.py
                                    formatters/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _mapping.cpython-313.pyc
                                        __init__.py
                                        _mapping.py
                                    lexers/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _mapping.cpython-313.pyc
                                            python.cpython-313.pyc
                                        __init__.py
                                        _mapping.py
                                        python.py
                                    styles/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _mapping.cpython-313.pyc
                                        __init__.py
                                        _mapping.py
                                    __init__.py
                                    __main__.py
                                    console.py
                                    filter.py
                                    formatter.py
                                    lexer.py
                                    modeline.py
                                    plugin.py
                                    regexopt.py
                                    scanner.py
                                    sphinxext.py
                                    style.py
                                    token.py
                                    unistring.py
                                    util.py
                                pyproject_hooks/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _impl.cpython-313.pyc
                                    _in_process/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _in_process.cpython-313.pyc
                                        __init__.py
                                        _in_process.py
                                    __init__.py
                                    _impl.py
                                    py.typed
                                requests/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        __version__.cpython-313.pyc
                                        _internal_utils.cpython-313.pyc
                                        adapters.cpython-313.pyc
                                        api.cpython-313.pyc
                                        auth.cpython-313.pyc
                                        certs.cpython-313.pyc
                                        compat.cpython-313.pyc
                                        cookies.cpython-313.pyc
                                        exceptions.cpython-313.pyc
                                        help.cpython-313.pyc
                                        hooks.cpython-313.pyc
                                        models.cpython-313.pyc
                                        packages.cpython-313.pyc
                                        sessions.cpython-313.pyc
                                        status_codes.cpython-313.pyc
                                        structures.cpython-313.pyc
                                        utils.cpython-313.pyc
                                    __init__.py
                                    __version__.py
                                    _internal_utils.py
                                    adapters.py
                                    api.py
                                    auth.py
                                    certs.py
                                    compat.py
                                    cookies.py
                                    exceptions.py
                                    help.py
                                    hooks.py
                                    models.py
                                    packages.py
                                    sessions.py
                                    status_codes.py
                                    structures.py
                                    utils.py
                                resolvelib/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        providers.cpython-313.pyc
                                        reporters.cpython-313.pyc
                                        structs.cpython-313.pyc
                                    resolvers/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            abstract.cpython-313.pyc
                                            criterion.cpython-313.pyc
                                            exceptions.cpython-313.pyc
                                            resolution.cpython-313.pyc
                                        __init__.py
                                        abstract.py
                                        criterion.py
                                        exceptions.py
                                        resolution.py
                                    __init__.py
                                    providers.py
                                    py.typed
                                    reporters.py
                                    structs.py
                                rich/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        __main__.cpython-313.pyc
                                        _cell_widths.cpython-313.pyc
                                        _emoji_codes.cpython-313.pyc
                                        _emoji_replace.cpython-313.pyc
                                        _export_format.cpython-313.pyc
                                        _extension.cpython-313.pyc
                                        _fileno.cpython-313.pyc
                                        _inspect.cpython-313.pyc
                                        _log_render.cpython-313.pyc
                                        _loop.cpython-313.pyc
                                        _null_file.cpython-313.pyc
                                        _palettes.cpython-313.pyc
                                        _pick.cpython-313.pyc
                                        _ratio.cpython-313.pyc
                                        _spinners.cpython-313.pyc
                                        _stack.cpython-313.pyc
                                        _timer.cpython-313.pyc
                                        _win32_console.cpython-313.pyc
                                        _windows.cpython-313.pyc
                                        _windows_renderer.cpython-313.pyc
                                        _wrap.cpython-313.pyc
                                        abc.cpython-313.pyc
                                        align.cpython-313.pyc
                                        ansi.cpython-313.pyc
                                        bar.cpython-313.pyc
                                        box.cpython-313.pyc
                                        cells.cpython-313.pyc
                                        color.cpython-313.pyc
                                        color_triplet.cpython-313.pyc
                                        columns.cpython-313.pyc
                                        console.cpython-313.pyc
                                        constrain.cpython-313.pyc
                                        containers.cpython-313.pyc
                                        control.cpython-313.pyc
                                        default_styles.cpython-313.pyc
                                        diagnose.cpython-313.pyc
                                        emoji.cpython-313.pyc
                                        errors.cpython-313.pyc
                                        file_proxy.cpython-313.pyc
                                        filesize.cpython-313.pyc
                                        highlighter.cpython-313.pyc
                                        json.cpython-313.pyc
                                        jupyter.cpython-313.pyc
                                        layout.cpython-313.pyc
                                        live.cpython-313.pyc
                                        live_render.cpython-313.pyc
                                        logging.cpython-313.pyc
                                        markup.cpython-313.pyc
                                        measure.cpython-313.pyc
                                        padding.cpython-313.pyc
                                        pager.cpython-313.pyc
                                        palette.cpython-313.pyc
                                        panel.cpython-313.pyc
                                        pretty.cpython-313.pyc
                                        progress.cpython-313.pyc
                                        progress_bar.cpython-313.pyc
                                        prompt.cpython-313.pyc
                                        protocol.cpython-313.pyc
                                        region.cpython-313.pyc
                                        repr.cpython-313.pyc
                                        rule.cpython-313.pyc
                                        scope.cpython-313.pyc
                                        screen.cpython-313.pyc
                                        segment.cpython-313.pyc
                                        spinner.cpython-313.pyc
                                        status.cpython-313.pyc
                                        style.cpython-313.pyc
                                        styled.cpython-313.pyc
                                        syntax.cpython-313.pyc
                                        table.cpython-313.pyc
                                        terminal_theme.cpython-313.pyc
                                        text.cpython-313.pyc
                                        theme.cpython-313.pyc
                                        themes.cpython-313.pyc
                                        traceback.cpython-313.pyc
                                        tree.cpython-313.pyc
                                    __init__.py
                                    __main__.py
                                    _cell_widths.py
                                    _emoji_codes.py
                                    _emoji_replace.py
                                    _export_format.py
                                    _extension.py
                                    _fileno.py
                                    _inspect.py
                                    _log_render.py
                                    _loop.py
                                    _null_file.py
                                    _palettes.py
                                    _pick.py
                                    _ratio.py
                                    _spinners.py
                                    _stack.py
                                    _timer.py
                                    _win32_console.py
                                    _windows.py
                                    _windows_renderer.py
                                    _wrap.py
                                    abc.py
                                    align.py
                                    ansi.py
                                    bar.py
                                    box.py
                                    cells.py
                                    color.py
                                    color_triplet.py
                                    columns.py
                                    console.py
                                    constrain.py
                                    containers.py
                                    control.py
                                    default_styles.py
                                    diagnose.py
                                    emoji.py
                                    errors.py
                                    file_proxy.py
                                    filesize.py
                                    highlighter.py
                                    json.py
                                    jupyter.py
                                    layout.py
                                    live.py
                                    live_render.py
                                    logging.py
                                    markup.py
                                    measure.py
                                    padding.py
                                    pager.py
                                    palette.py
                                    panel.py
                                    pretty.py
                                    progress.py
                                    progress_bar.py
                                    prompt.py
                                    protocol.py
                                    py.typed
                                    region.py
                                    repr.py
                                    rule.py
                                    scope.py
                                    screen.py
                                    segment.py
                                    spinner.py
                                    status.py
                                    style.py
                                    styled.py
                                    syntax.py
                                    table.py
                                    terminal_theme.py
                                    text.py
                                    theme.py
                                    themes.py
                                    traceback.py
                                    tree.py
                                tomli/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _parser.cpython-313.pyc
                                        _re.cpython-313.pyc
                                        _types.cpython-313.pyc
                                    __init__.py
                                    _parser.py
                                    _re.py
                                    _types.py
                                    py.typed
                                tomli_w/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _writer.cpython-313.pyc
                                    __init__.py
                                    _writer.py
                                    py.typed
                                truststore/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _api.cpython-313.pyc
                                        _macos.cpython-313.pyc
                                        _openssl.cpython-313.pyc
                                        _ssl_constants.cpython-313.pyc
                                        _windows.cpython-313.pyc
                                    __init__.py
                                    _api.py
                                    _macos.py
                                    _openssl.py
                                    _ssl_constants.py
                                    _windows.py
                                    py.typed
                                urllib3/
                                    __pycache__/
                                        __init__.cpython-313.pyc
                                        _collections.cpython-313.pyc
                                        _version.cpython-313.pyc
                                        connection.cpython-313.pyc
                                        connectionpool.cpython-313.pyc
                                        exceptions.cpython-313.pyc
                                        fields.cpython-313.pyc
                                        filepost.cpython-313.pyc
                                        poolmanager.cpython-313.pyc
                                        request.cpython-313.pyc
                                        response.cpython-313.pyc
                                    contrib/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            _appengine_environ.cpython-313.pyc
                                            appengine.cpython-313.pyc
                                            ntlmpool.cpython-313.pyc
                                            pyopenssl.cpython-313.pyc
                                            securetransport.cpython-313.pyc
                                            socks.cpython-313.pyc
                                        _securetransport/
                                            __pycache__/
                                                __init__.cpython-313.pyc
                                                bindings.cpython-313.pyc
                                                low_level.cpython-313.pyc
                                            __init__.py
                                            bindings.py
                                            low_level.py
                                        __init__.py
                                        _appengine_environ.py
                                        appengine.py
                                        ntlmpool.py
                                        pyopenssl.py
                                        securetransport.py
                                        socks.py
                                    packages/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            six.cpython-313.pyc
                                        backports/
                                            __pycache__/
                                                __init__.cpython-313.pyc
                                                makefile.cpython-313.pyc
                                                weakref_finalize.cpython-313.pyc
                                            __init__.py
                                            makefile.py
                                            weakref_finalize.py
                                        __init__.py
                                        six.py
                                    util/
                                        __pycache__/
                                            __init__.cpython-313.pyc
                                            connection.cpython-313.pyc
                                            proxy.cpython-313.pyc
                                            queue.cpython-313.pyc
                                            request.cpython-313.pyc
                                            response.cpython-313.pyc
                                            retry.cpython-313.pyc
                                            ssl_.cpython-313.pyc
                                            ssl_match_hostname.cpython-313.pyc
                                            ssltransport.cpython-313.pyc
                                            timeout.cpython-313.pyc
                                            url.cpython-313.pyc
                                            wait.cpython-313.pyc
                                        __init__.py
                                        connection.py
                                        proxy.py
                                        queue.py
                                        request.py
                                        response.py
                                        retry.py
                                        ssl_.py
                                        ssl_match_hostname.py
                                        ssltransport.py
                                        timeout.py
                                        url.py
                                        wait.py
                                    __init__.py
                                    _collections.py
                                    _version.py
                                    connection.py
                                    connectionpool.py
                                    exceptions.py
                                    fields.py
                                    filepost.py
                                    poolmanager.py
                                    request.py
                                    response.py
                                __init__.py
                                typing_extensions.py
                                vendor.txt
                            __init__.py
                            __main__.py
                            __pip-runner__.py
                            py.typed
                        pip-25.1.1.dist-info/
                            licenses/
                                AUTHORS.txt
                                LICENSE.txt
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pkg_resources/
                            tests/
                                data/
                                    my-test-package-source/
                                        setup.cfg
                                        setup.py
                                    my-test-package-zip/
                                        my-test-package.zip
                                    my-test-package_unpacked-egg/
                                        my_test_package-1.0-py3.7.egg/
                                            EGG-INFO/
                                                dependency_links.txt
                                                PKG-INFO
                                                SOURCES.txt
                                                top_level.txt
                                                zip-safe
                                    my-test-package_zipped-egg/
                                        my_test_package-1.0-py3.7.egg
                                __init__.py
                                test_find_distributions.py
                                test_integration_zope_interface.py
                                test_markers.py
                                test_pkg_resources.py
                                test_resources.py
                                test_working_set.py
                            __init__.py
                            api_tests.txt
                            py.typed
                        platformdirs/
                            __pycache__/
                                __init__.cpython-313.pyc
                                api.cpython-313.pyc
                                macos.cpython-313.pyc
                                version.cpython-313.pyc
                            __init__.py
                            __main__.py
                            android.py
                            api.py
                            macos.py
                            py.typed
                            unix.py
                            version.py
                            windows.py
                        platformdirs-4.3.8.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pluggy/
                            __init__.py
                            _callers.py
                            _hooks.py
                            _manager.py
                            _result.py
                            _tracing.py
                            _version.py
                            _warnings.py
                            py.typed
                        pluggy-1.6.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        polars/
                            _utils/
                                construction/
                                    __init__.py
                                    dataframe.py
                                    other.py
                                    series.py
                                    utils.py
                                parse/
                                    __init__.py
                                    expr.py
                                __init__.py
                                async_.py
                                cloud.py
                                constants.py
                                convert.py
                                deprecation.py
                                getitem.py
                                logging.py
                                nest_asyncio.py
                                parquet.py
                                polars_version.py
                                pycapsule.py
                                scan.py
                                serde.py
                                slice.py
                                udfs.py
                                unstable.py
                                various.py
                                wrap.py
                            catalog/
                                unity/
                                    __init__.py
                                    client.py
                                    models.py
                                __init__.py
                            convert/
                                __init__.py
                                general.py
                                normalize.py
                            dataframe/
                                __init__.py
                                _html.py
                                frame.py
                                group_by.py
                                plotting.py
                            datatype_expr/
                                __init__.py
                                array.py
                                datatype_expr.py
                                list.py
                                struct.py
                            datatypes/
                                __init__.py
                                _parse.py
                                _utils.py
                                classes.py
                                constants.py
                                constructor.py
                                convert.py
                                group.py
                            expr/
                                __init__.py
                                array.py
                                binary.py
                                categorical.py
                                datetime.py
                                expr.py
                                list.py
                                meta.py
                                name.py
                                string.py
                                struct.py
                                whenthen.py
                            functions/
                                aggregation/
                                    __init__.py
                                    horizontal.py
                                    vertical.py
                                range/
                                    __init__.py
                                    _utils.py
                                    date_range.py
                                    datetime_range.py
                                    int_range.py
                                    linear_space.py
                                    time_range.py
                                __init__.py
                                as_datatype.py
                                business.py
                                col.py
                                datatype.py
                                eager.py
                                escape_regex.py
                                lazy.py
                                len.py
                                lit.py
                                random.py
                                repeat.py
                                whenthen.py
                            interchange/
                                __init__.py
                                buffer.py
                                column.py
                                dataframe.py
                                from_dataframe.py
                                protocol.py
                                utils.py
                            io/
                                cloud/
                                    credential_provider/
                                        __init__.py
                                        _builder.py
                                        _providers.py
                                    __init__.py
                                    _utils.py
                                csv/
                                    __init__.py
                                    _utils.py
                                    batched_reader.py
                                    functions.py
                                database/
                                    __init__.py
                                    _arrow_registry.py
                                    _cursor_proxies.py
                                    _executor.py
                                    _inference.py
                                    _utils.py
                                    functions.py
                                iceberg/
                                    __init__.py
                                    _utils.py
                                    dataset.py
                                    functions.py
                                ipc/
                                    __init__.py
                                    functions.py
                                json/
                                    __init__.py
                                    read.py
                                parquet/
                                    __init__.py
                                    field_overwrites.py
                                    functions.py
                                pyarrow_dataset/
                                    __init__.py
                                    anonymous_scan.py
                                    functions.py
                                scan_options/
                                    __init__.py
                                    _options.py
                                    cast_options.py
                                spreadsheet/
                                    __init__.py
                                    _utils.py
                                    _write_utils.py
                                    functions.py
                                __init__.py
                                _utils.py
                                avro.py
                                clipboard.py
                                delta.py
                                ndjson.py
                                partition.py
                                plugins.py
                            lazyframe/
                                __init__.py
                                engine_config.py
                                frame.py
                                group_by.py
                                in_process.py
                                opt_flags.py
                            meta/
                                __init__.py
                                build.py
                                index_type.py
                                thread_pool.py
                                versions.py
                            ml/
                                __init__.py
                                torch.py
                                utilities.py
                            series/
                                __init__.py
                                array.py
                                binary.py
                                categorical.py
                                datetime.py
                                list.py
                                plotting.py
                                series.py
                                string.py
                                struct.py
                                utils.py
                            sql/
                                __init__.py
                                context.py
                                functions.py
                            testing/
                                asserts/
                                    __init__.py
                                    frame.py
                                    series.py
                                    utils.py
                                parametric/
                                    strategies/
                                        __init__.py
                                        _utils.py
                                        core.py
                                        data.py
                                        dtype.py
                                        legacy.py
                                    __init__.py
                                    profiles.py
                                __init__.py
                            __init__.py
                            _cpu_check.py
                            _cpu_check.py''
                            _reexport.py
                            _typing.py
                            api.py
                            config.py
                            dependencies.py
                            exceptions.py
                            plugins.py
                            polars.abi3.so
                            py.typed
                            schema.py
                            selectors.py
                            string_cache.py
                            type_aliases.py
                        polars-1.32.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        prompt_toolkit/
                            application/
                                __init__.py
                                application.py
                                current.py
                                dummy.py
                                run_in_terminal.py
                            clipboard/
                                __init__.py
                                base.py
                                in_memory.py
                                pyperclip.py
                            completion/
                                __init__.py
                                base.py
                                deduplicate.py
                                filesystem.py
                                fuzzy_completer.py
                                nested.py
                                word_completer.py
                            contrib/
                                completers/
                                    __init__.py
                                    system.py
                                regular_languages/
                                    __init__.py
                                    compiler.py
                                    completion.py
                                    lexer.py
                                    regex_parser.py
                                    validation.py
                                ssh/
                                    __init__.py
                                    server.py
                                telnet/
                                    __init__.py
                                    log.py
                                    protocol.py
                                    server.py
                                __init__.py
                            eventloop/
                                __init__.py
                                async_generator.py
                                inputhook.py
                                utils.py
                                win32.py
                            filters/
                                __init__.py
                                app.py
                                base.py
                                cli.py
                                utils.py
                            formatted_text/
                                __init__.py
                                ansi.py
                                base.py
                                html.py
                                pygments.py
                                utils.py
                            input/
                                __init__.py
                                ansi_escape_sequences.py
                                base.py
                                defaults.py
                                posix_pipe.py
                                posix_utils.py
                                typeahead.py
                                vt100.py
                                vt100_parser.py
                                win32.py
                                win32_pipe.py
                            key_binding/
                                bindings/
                                    __init__.py
                                    auto_suggest.py
                                    basic.py
                                    completion.py
                                    cpr.py
                                    emacs.py
                                    focus.py
                                    mouse.py
                                    named_commands.py
                                    open_in_editor.py
                                    page_navigation.py
                                    scroll.py
                                    search.py
                                    vi.py
                                __init__.py
                                defaults.py
                                digraphs.py
                                emacs_state.py
                                key_bindings.py
                                key_processor.py
                                vi_state.py
                            layout/
                                __init__.py
                                containers.py
                                controls.py
                                dimension.py
                                dummy.py
                                layout.py
                                margins.py
                                menus.py
                                mouse_handlers.py
                                processors.py
                                screen.py
                                scrollable_pane.py
                                utils.py
                            lexers/
                                __init__.py
                                base.py
                                pygments.py
                            output/
                                __init__.py
                                base.py
                                color_depth.py
                                conemu.py
                                defaults.py
                                flush_stdout.py
                                plain_text.py
                                vt100.py
                                win32.py
                                windows10.py
                            shortcuts/
                                progress_bar/
                                    __init__.py
                                    base.py
                                    formatters.py
                                __init__.py
                                dialogs.py
                                prompt.py
                                utils.py
                            styles/
                                __init__.py
                                base.py
                                defaults.py
                                named_colors.py
                                pygments.py
                                style.py
                                style_transformation.py
                            widgets/
                                __init__.py
                                base.py
                                dialogs.py
                                menus.py
                                toolbars.py
                            __init__.py
                            auto_suggest.py
                            buffer.py
                            cache.py
                            cursor_shapes.py
                            data_structures.py
                            document.py
                            enums.py
                            history.py
                            keys.py
                            log.py
                            mouse_events.py
                            patch_stdout.py
                            py.typed
                            renderer.py
                            search.py
                            selection.py
                            token.py
                            utils.py
                            validation.py
                            win32_types.py
                        prompt_toolkit-3.0.51.dist-info/
                            licenses/
                                AUTHORS.rst
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        psutil/
                            tests/
                                __init__.py
                                __main__.py
                                test_aix.py
                                test_bsd.py
                                test_connections.py
                                test_contracts.py
                                test_linux.py
                                test_memleaks.py
                                test_misc.py
                                test_osx.py
                                test_posix.py
                                test_process.py
                                test_process_all.py
                                test_scripts.py
                                test_sunos.py
                                test_system.py
                                test_testutils.py
                                test_unicode.py
                                test_windows.py
                            __init__.py
                            _common.py
                            _psaix.py
                            _psbsd.py
                            _pslinux.py
                            _psosx.py
                            _psposix.py
                            _pssunos.py
                            _psutil_osx.abi3.so
                            _psutil_posix.abi3.so
                            _pswindows.py
                        psutil-7.0.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        ptyprocess/
                            __init__.py
                            _fork_pty.py
                            ptyprocess.py
                            util.py
                        ptyprocess-0.7.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pure_eval/
                            __init__.py
                            core.py
                            my_getattr_static.py
                            py.typed
                            utils.py
                            version.py
                        pure_eval-0.2.3.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        py7zr/
                            __init__.py
                            __main__.py
                            archiveinfo.py
                            callbacks.py
                            cli.py
                            compressor.py
                            exceptions.py
                            helpers.py
                            io.py
                            properties.py
                            py.typed
                            py7zr.py
                            version.py
                            win32compat.py
                        py7zr-1.0.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pybcj-1.0.6.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pycryptodomex-3.23.0.dist-info/
                            AUTHORS.rst
                            INSTALLER
                            LICENSE.rst
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pydantic/
                            _internal/
                                __init__.py
                                _config.py
                                _core_metadata.py
                                _core_utils.py
                                _dataclasses.py
                                _decorators.py
                                _decorators_v1.py
                                _discriminated_union.py
                                _docs_extraction.py
                                _fields.py
                                _forward_ref.py
                                _generate_schema.py
                                _generics.py
                                _git.py
                                _import_utils.py
                                _internal_dataclass.py
                                _known_annotated_metadata.py
                                _mock_val_ser.py
                                _model_construction.py
                                _namespace_utils.py
                                _repr.py
                                _schema_gather.py
                                _schema_generation_shared.py
                                _serializers.py
                                _signature.py
                                _typing_extra.py
                                _utils.py
                                _validate_call.py
                                _validators.py
                            deprecated/
                                __init__.py
                                class_validators.py
                                config.py
                                copy_internals.py
                                decorator.py
                                json.py
                                parse.py
                                tools.py
                            experimental/
                                __init__.py
                                arguments_schema.py
                                pipeline.py
                            plugin/
                                __init__.py
                                _loader.py
                                _schema_validator.py
                            v1/
                                __init__.py
                                _hypothesis_plugin.py
                                annotated_types.py
                                class_validators.py
                                color.py
                                config.py
                                dataclasses.py
                                datetime_parse.py
                                decorator.py
                                env_settings.py
                                error_wrappers.py
                                errors.py
                                fields.py
                                generics.py
                                json.py
                                main.py
                                mypy.py
                                networks.py
                                parse.py
                                py.typed
                                schema.py
                                tools.py
                                types.py
                                typing.py
                                utils.py
                                validators.py
                                version.py
                            __init__.py
                            _migration.py
                            alias_generators.py
                            aliases.py
                            annotated_handlers.py
                            class_validators.py
                            color.py
                            config.py
                            dataclasses.py
                            datetime_parse.py
                            decorator.py
                            env_settings.py
                            error_wrappers.py
                            errors.py
                            fields.py
                            functional_serializers.py
                            functional_validators.py
                            generics.py
                            json.py
                            json_schema.py
                            main.py
                            mypy.py
                            networks.py
                            parse.py
                            py.typed
                            root_model.py
                            schema.py
                            tools.py
                            type_adapter.py
                            types.py
                            typing.py
                            utils.py
                            validate_call_decorator.py
                            validators.py
                            version.py
                            warnings.py
                        pydantic-2.11.7.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pydantic_core/
                            __init__.py
                            _pydantic_core.cpython-313-darwin.so
                            _pydantic_core.pyi
                            core_schema.py
                            py.typed
                        pydantic_core-2.33.2.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pygments/
                            filters/
                                __init__.py
                            formatters/
                                __init__.py
                                _mapping.py
                                bbcode.py
                                groff.py
                                html.py
                                img.py
                                irc.py
                                latex.py
                                other.py
                                pangomarkup.py
                                rtf.py
                                svg.py
                                terminal.py
                                terminal256.py
                            lexers/
                                __init__.py
                                _ada_builtins.py
                                _asy_builtins.py
                                _cl_builtins.py
                                _cocoa_builtins.py
                                _csound_builtins.py
                                _css_builtins.py
                                _googlesql_builtins.py
                                _julia_builtins.py
                                _lasso_builtins.py
                                _lilypond_builtins.py
                                _lua_builtins.py
                                _luau_builtins.py
                                _mapping.py
                                _mql_builtins.py
                                _mysql_builtins.py
                                _openedge_builtins.py
                                _php_builtins.py
                                _postgres_builtins.py
                                _qlik_builtins.py
                                _scheme_builtins.py
                                _scilab_builtins.py
                                _sourcemod_builtins.py
                                _sql_builtins.py
                                _stan_builtins.py
                                _stata_builtins.py
                                _tsql_builtins.py
                                _usd_builtins.py
                                _vbscript_builtins.py
                                _vim_builtins.py
                                actionscript.py
                                ada.py
                                agile.py
                                algebra.py
                                ambient.py
                                amdgpu.py
                                ampl.py
                                apdlexer.py
                                apl.py
                                archetype.py
                                arrow.py
                                arturo.py
                                asc.py
                                asm.py
                                asn1.py
                                automation.py
                                bare.py
                                basic.py
                                bdd.py
                                berry.py
                                bibtex.py
                                blueprint.py
                                boa.py
                                bqn.py
                                business.py
                                c_cpp.py
                                c_like.py
                                capnproto.py
                                carbon.py
                                cddl.py
                                chapel.py
                                clean.py
                                codeql.py
                                comal.py
                                compiled.py
                                configs.py
                                console.py
                                cplint.py
                                crystal.py
                                csound.py
                                css.py
                                d.py
                                dalvik.py
                                data.py
                                dax.py
                                devicetree.py
                                diff.py
                                dns.py
                                dotnet.py
                                dsls.py
                                dylan.py
                                ecl.py
                                eiffel.py
                                elm.py
                                elpi.py
                                email.py
                                erlang.py
                                esoteric.py
                                ezhil.py
                                factor.py
                                fantom.py
                                felix.py
                                fift.py
                                floscript.py
                                forth.py
                                fortran.py
                                foxpro.py
                                freefem.py
                                func.py
                                functional.py
                                futhark.py
                                gcodelexer.py
                                gdscript.py
                                gleam.py
                                go.py
                                grammar_notation.py
                                graph.py
                                graphics.py
                                graphql.py
                                graphviz.py
                                gsql.py
                                hare.py
                                haskell.py
                                haxe.py
                                hdl.py
                                hexdump.py
                                html.py
                                idl.py
                                igor.py
                                inferno.py
                                installers.py
                                int_fiction.py
                                iolang.py
                                j.py
                                javascript.py
                                jmespath.py
                                jslt.py
                                json5.py
                                jsonnet.py
                                jsx.py
                                julia.py
                                jvm.py
                                kuin.py
                                kusto.py
                                ldap.py
                                lean.py
                                lilypond.py
                                lisp.py
                                macaulay2.py
                                make.py
                                maple.py
                                markup.py
                                math.py
                                matlab.py
                                maxima.py
                                meson.py
                                mime.py
                                minecraft.py
                                mips.py
                                ml.py
                                modeling.py
                                modula2.py
                                mojo.py
                                monte.py
                                mosel.py
                                ncl.py
                                nimrod.py
                                nit.py
                                nix.py
                                numbair.py
                                oberon.py
                                objective.py
                                ooc.py
                                openscad.py
                                other.py
                                parasail.py
                                parsers.py
                                pascal.py
                                pawn.py
                                pddl.py
                                perl.py
                                phix.py
                                php.py
                                pointless.py
                                pony.py
                                praat.py
                                procfile.py
                                prolog.py
                                promql.py
                                prql.py
                                ptx.py
                                python.py
                                q.py
                                qlik.py
                                qvt.py
                                r.py
                                rdf.py
                                rebol.py
                                rego.py
                                resource.py
                                ride.py
                                rita.py
                                rnc.py
                                roboconf.py
                                robotframework.py
                                ruby.py
                                rust.py
                                sas.py
                                savi.py
                                scdoc.py
                                scripting.py
                                sgf.py
                                shell.py
                                sieve.py
                                slash.py
                                smalltalk.py
                                smithy.py
                                smv.py
                                snobol.py
                                solidity.py
                                soong.py
                                sophia.py
                                special.py
                                spice.py
                                sql.py
                                srcinfo.py
                                stata.py
                                supercollider.py
                                tablegen.py
                                tact.py
                                tal.py
                                tcl.py
                                teal.py
                                templates.py
                                teraterm.py
                                testing.py
                                text.py
                                textedit.py
                                textfmts.py
                                theorem.py
                                thingsdb.py
                                tlb.py
                                tls.py
                                tnt.py
                                trafficscript.py
                                typoscript.py
                                typst.py
                                ul4.py
                                unicon.py
                                urbi.py
                                usd.py
                                varnish.py
                                verification.py
                                verifpal.py
                                vip.py
                                vyper.py
                                web.py
                                webassembly.py
                                webidl.py
                                webmisc.py
                                wgsl.py
                                whiley.py
                                wowtoc.py
                                wren.py
                                x10.py
                                xorg.py
                                yang.py
                                yara.py
                                zig.py
                            styles/
                                __init__.py
                                _mapping.py
                                abap.py
                                algol.py
                                algol_nu.py
                                arduino.py
                                autumn.py
                                borland.py
                                bw.py
                                coffee.py
                                colorful.py
                                default.py
                                dracula.py
                                emacs.py
                                friendly.py
                                friendly_grayscale.py
                                fruity.py
                                gh_dark.py
                                gruvbox.py
                                igor.py
                                inkpot.py
                                lightbulb.py
                                lilypond.py
                                lovelace.py
                                manni.py
                                material.py
                                monokai.py
                                murphy.py
                                native.py
                                nord.py
                                onedark.py
                                paraiso_dark.py
                                paraiso_light.py
                                pastie.py
                                perldoc.py
                                rainbow_dash.py
                                rrt.py
                                sas.py
                                solarized.py
                                staroffice.py
                                stata_dark.py
                                stata_light.py
                                tango.py
                                trac.py
                                vim.py
                                vs.py
                                xcode.py
                                zenburn.py
                            __init__.py
                            __main__.py
                            cmdline.py
                            console.py
                            filter.py
                            formatter.py
                            lexer.py
                            modeline.py
                            plugin.py
                            regexopt.py
                            scanner.py
                            sphinxext.py
                            style.py
                            token.py
                            unistring.py
                            util.py
                        pygments-2.19.2.dist-info/
                            licenses/
                                AUTHORS
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        pyppmd/
                            c/
                                _ppmd.cpython-313-darwin.so
                                c_ppmd.py
                            cffi/
                                cffi_ppmd.py
                            __init__.py
                            py.typed
                        pyppmd-1.2.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest/
                            __init__.py
                            __main__.py
                            py.typed
                        pytest-8.4.1.dist-info/
                            licenses/
                                AUTHORS
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest_asyncio/
                            __init__.py
                            _version.py
                            plugin.py
                            py.typed
                        pytest_asyncio-1.1.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest_cov/
                            __init__.py
                            compat.py
                            embed.py
                            engine.py
                            plugin.py
                        pytest_cov-6.2.1.dist-info/
                            licenses/
                                AUTHORS.rst
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytest_local_badge/
                            __init__.py
                            badges.py
                            plugin.py
                            svg_badge.py
                        pytest_local_badge-1.0.3.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        python_dateutil-2.9.0.post0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        python_dotenv-1.1.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pytz/
                            zoneinfo/
                                Africa/
                                    Abidjan
                                    Accra
                                    Addis_Ababa
                                    Algiers
                                    Asmara
                                    Asmera
                                    Bamako
                                    Bangui
                                    Banjul
                                    Bissau
                                    Blantyre
                                    Brazzaville
                                    Bujumbura
                                    Cairo
                                    Casablanca
                                    Ceuta
                                    Conakry
                                    Dakar
                                    Dar_es_Salaam
                                    Djibouti
                                    Douala
                                    El_Aaiun
                                    Freetown
                                    Gaborone
                                    Harare
                                    Johannesburg
                                    Juba
                                    Kampala
                                    Khartoum
                                    Kigali
                                    Kinshasa
                                    Lagos
                                    Libreville
                                    Lome
                                    Luanda
                                    Lubumbashi
                                    Lusaka
                                    Malabo
                                    Maputo
                                    Maseru
                                    Mbabane
                                    Mogadishu
                                    Monrovia
                                    Nairobi
                                    Ndjamena
                                    Niamey
                                    Nouakchott
                                    Ouagadougou
                                    Porto-Novo
                                    Sao_Tome
                                    Timbuktu
                                    Tripoli
                                    Tunis
                                    Windhoek
                                America/
                                    Argentina/
                                        Buenos_Aires
                                        Catamarca
                                        ComodRivadavia
                                        Cordoba
                                        Jujuy
                                        La_Rioja
                                        Mendoza
                                        Rio_Gallegos
                                        Salta
                                        San_Juan
                                        San_Luis
                                        Tucuman
                                        Ushuaia
                                    Indiana/
                                        Indianapolis
                                        Knox
                                        Marengo
                                        Petersburg
                                        Tell_City
                                        Vevay
                                        Vincennes
                                        Winamac
                                    Kentucky/
                                        Louisville
                                        Monticello
                                    North_Dakota/
                                        Beulah
                                        Center
                                        New_Salem
                                    Adak
                                    Anchorage
                                    Anguilla
                                    Antigua
                                    Araguaina
                                    Aruba
                                    Asuncion
                                    Atikokan
                                    Atka
                                    Bahia
                                    Bahia_Banderas
                                    Barbados
                                    Belem
                                    Belize
                                    Blanc-Sablon
                                    Boa_Vista
                                    Bogota
                                    Boise
                                    Buenos_Aires
                                    Cambridge_Bay
                                    Campo_Grande
                                    Cancun
                                    Caracas
                                    Catamarca
                                    Cayenne
                                    Cayman
                                    Chicago
                                    Chihuahua
                                    Ciudad_Juarez
                                    Coral_Harbour
                                    Cordoba
                                    Costa_Rica
                                    Coyhaique
                                    Creston
                                    Cuiaba
                                    Curacao
                                    Danmarkshavn
                                    Dawson
                                    Dawson_Creek
                                    Denver
                                    Detroit
                                    Dominica
                                    Edmonton
                                    Eirunepe
                                    El_Salvador
                                    Ensenada
                                    Fort_Nelson
                                    Fort_Wayne
                                    Fortaleza
                                    Glace_Bay
                                    Godthab
                                    Goose_Bay
                                    Grand_Turk
                                    Grenada
                                    Guadeloupe
                                    Guatemala
                                    Guayaquil
                                    Guyana
                                    Halifax
                                    Havana
                                    Hermosillo
                                    Indianapolis
                                    Inuvik
                                    Iqaluit
                                    Jamaica
                                    Jujuy
                                    Juneau
                                    Knox_IN
                                    Kralendijk
                                    La_Paz
                                    Lima
                                    Los_Angeles
                                    Louisville
                                    Lower_Princes
                                    Maceio
                                    Managua
                                    Manaus
                                    Marigot
                                    Martinique
                                    Matamoros
                                    Mazatlan
                                    Mendoza
                                    Menominee
                                    Merida
                                    Metlakatla
                                    Mexico_City
                                    Miquelon
                                    Moncton
                                    Monterrey
                                    Montevideo
                                    Montreal
                                    Montserrat
                                    Nassau
                                    New_York
                                    Nipigon
                                    Nome
                                    Noronha
                                    Nuuk
                                    Ojinaga
                                    Panama
                                    Pangnirtung
                                    Paramaribo
                                    Phoenix
                                    Port-au-Prince
                                    Port_of_Spain
                                    Porto_Acre
                                    Porto_Velho
                                    Puerto_Rico
                                    Punta_Arenas
                                    Rainy_River
                                    Rankin_Inlet
                                    Recife
                                    Regina
                                    Resolute
                                    Rio_Branco
                                    Rosario
                                    Santa_Isabel
                                    Santarem
                                    Santiago
                                    Santo_Domingo
                                    Sao_Paulo
                                    Scoresbysund
                                    Shiprock
                                    Sitka
                                    St_Barthelemy
                                    St_Johns
                                    St_Kitts
                                    St_Lucia
                                    St_Thomas
                                    St_Vincent
                                    Swift_Current
                                    Tegucigalpa
                                    Thule
                                    Thunder_Bay
                                    Tijuana
                                    Toronto
                                    Tortola
                                    Vancouver
                                    Virgin
                                    Whitehorse
                                    Winnipeg
                                    Yakutat
                                    Yellowknife
                                Antarctica/
                                    Casey
                                    Davis
                                    DumontDUrville
                                    Macquarie
                                    Mawson
                                    McMurdo
                                    Palmer
                                    Rothera
                                    South_Pole
                                    Syowa
                                    Troll
                                    Vostok
                                Arctic/
                                    Longyearbyen
                                Asia/
                                    Aden
                                    Almaty
                                    Amman
                                    Anadyr
                                    Aqtau
                                    Aqtobe
                                    Ashgabat
                                    Ashkhabad
                                    Atyrau
                                    Baghdad
                                    Bahrain
                                    Baku
                                    Bangkok
                                    Barnaul
                                    Beirut
                                    Bishkek
                                    Brunei
                                    Calcutta
                                    Chita
                                    Choibalsan
                                    Chongqing
                                    Chungking
                                    Colombo
                                    Dacca
                                    Damascus
                                    Dhaka
                                    Dili
                                    Dubai
                                    Dushanbe
                                    Famagusta
                                    Gaza
                                    Harbin
                                    Hebron
                                    Ho_Chi_Minh
                                    Hong_Kong
                                    Hovd
                                    Irkutsk
                                    Istanbul
                                    Jakarta
                                    Jayapura
                                    Jerusalem
                                    Kabul
                                    Kamchatka
                                    Karachi
                                    Kashgar
                                    Kathmandu
                                    Katmandu
                                    Khandyga
                                    Kolkata
                                    Krasnoyarsk
                                    Kuala_Lumpur
                                    Kuching
                                    Kuwait
                                    Macao
                                    Macau
                                    Magadan
                                    Makassar
                                    Manila
                                    Muscat
                                    Nicosia
                                    Novokuznetsk
                                    Novosibirsk
                                    Omsk
                                    Oral
                                    Phnom_Penh
                                    Pontianak
                                    Pyongyang
                                    Qatar
                                    Qostanay
                                    Qyzylorda
                                    Rangoon
                                    Riyadh
                                    Saigon
                                    Sakhalin
                                    Samarkand
                                    Seoul
                                    Shanghai
                                    Singapore
                                    Srednekolymsk
                                    Taipei
                                    Tashkent
                                    Tbilisi
                                    Tehran
                                    Tel_Aviv
                                    Thimbu
                                    Thimphu
                                    Tokyo
                                    Tomsk
                                    Ujung_Pandang
                                    Ulaanbaatar
                                    Ulan_Bator
                                    Urumqi
                                    Ust-Nera
                                    Vientiane
                                    Vladivostok
                                    Yakutsk
                                    Yangon
                                    Yekaterinburg
                                    Yerevan
                                Atlantic/
                                    Azores
                                    Bermuda
                                    Canary
                                    Cape_Verde
                                    Faeroe
                                    Faroe
                                    Jan_Mayen
                                    Madeira
                                    Reykjavik
                                    South_Georgia
                                    St_Helena
                                    Stanley
                                Australia/
                                    ACT
                                    Adelaide
                                    Brisbane
                                    Broken_Hill
                                    Canberra
                                    Currie
                                    Darwin
                                    Eucla
                                    Hobart
                                    LHI
                                    Lindeman
                                    Lord_Howe
                                    Melbourne
                                    North
                                    NSW
                                    Perth
                                    Queensland
                                    South
                                    Sydney
                                    Tasmania
                                    Victoria
                                    West
                                    Yancowinna
                                Brazil/
                                    Acre
                                    DeNoronha
                                    East
                                    West
                                Canada/
                                    Atlantic
                                    Central
                                    Eastern
                                    Mountain
                                    Newfoundland
                                    Pacific
                                    Saskatchewan
                                    Yukon
                                Chile/
                                    Continental
                                    EasterIsland
                                Etc/
                                    GMT
                                    GMT+0
                                    GMT+1
                                    GMT+10
                                    GMT+11
                                    GMT+12
                                    GMT+2
                                    GMT+3
                                    GMT+4
                                    GMT+5
                                    GMT+6
                                    GMT+7
                                    GMT+8
                                    GMT+9
                                    GMT-0
                                    GMT-1
                                    GMT-10
                                    GMT-11
                                    GMT-12
                                    GMT-13
                                    GMT-14
                                    GMT-2
                                    GMT-3
                                    GMT-4
                                    GMT-5
                                    GMT-6
                                    GMT-7
                                    GMT-8
                                    GMT-9
                                    GMT0
                                    Greenwich
                                    UCT
                                    Universal
                                    UTC
                                    Zulu
                                Europe/
                                    Amsterdam
                                    Andorra
                                    Astrakhan
                                    Athens
                                    Belfast
                                    Belgrade
                                    Berlin
                                    Bratislava
                                    Brussels
                                    Bucharest
                                    Budapest
                                    Busingen
                                    Chisinau
                                    Copenhagen
                                    Dublin
                                    Gibraltar
                                    Guernsey
                                    Helsinki
                                    Isle_of_Man
                                    Istanbul
                                    Jersey
                                    Kaliningrad
                                    Kiev
                                    Kirov
                                    Kyiv
                                    Lisbon
                                    Ljubljana
                                    London
                                    Luxembourg
                                    Madrid
                                    Malta
                                    Mariehamn
                                    Minsk
                                    Monaco
                                    Moscow
                                    Nicosia
                                    Oslo
                                    Paris
                                    Podgorica
                                    Prague
                                    Riga
                                    Rome
                                    Samara
                                    San_Marino
                                    Sarajevo
                                    Saratov
                                    Simferopol
                                    Skopje
                                    Sofia
                                    Stockholm
                                    Tallinn
                                    Tirane
                                    Tiraspol
                                    Ulyanovsk
                                    Uzhgorod
                                    Vaduz
                                    Vatican
                                    Vienna
                                    Vilnius
                                    Volgograd
                                    Warsaw
                                    Zagreb
                                    Zaporozhye
                                    Zurich
                                Indian/
                                    Antananarivo
                                    Chagos
                                    Christmas
                                    Cocos
                                    Comoro
                                    Kerguelen
                                    Mahe
                                    Maldives
                                    Mauritius
                                    Mayotte
                                    Reunion
                                Mexico/
                                    BajaNorte
                                    BajaSur
                                    General
                                Pacific/
                                    Apia
                                    Auckland
                                    Bougainville
                                    Chatham
                                    Chuuk
                                    Easter
                                    Efate
                                    Enderbury
                                    Fakaofo
                                    Fiji
                                    Funafuti
                                    Galapagos
                                    Gambier
                                    Guadalcanal
                                    Guam
                                    Honolulu
                                    Johnston
                                    Kanton
                                    Kiritimati
                                    Kosrae
                                    Kwajalein
                                    Majuro
                                    Marquesas
                                    Midway
                                    Nauru
                                    Niue
                                    Norfolk
                                    Noumea
                                    Pago_Pago
                                    Palau
                                    Pitcairn
                                    Pohnpei
                                    Ponape
                                    Port_Moresby
                                    Rarotonga
                                    Saipan
                                    Samoa
                                    Tahiti
                                    Tarawa
                                    Tongatapu
                                    Truk
                                    Wake
                                    Wallis
                                    Yap
                                US/
                                    Alaska
                                    Aleutian
                                    Arizona
                                    Central
                                    East-Indiana
                                    Eastern
                                    Hawaii
                                    Indiana-Starke
                                    Michigan
                                    Mountain
                                    Pacific
                                    Samoa
                                CET
                                CST6CDT
                                Cuba
                                EET
                                Egypt
                                Eire
                                EST
                                EST5EDT
                                Factory
                                GB
                                GB-Eire
                                GMT
                                GMT+0
                                GMT-0
                                GMT0
                                Greenwich
                                Hongkong
                                HST
                                Iceland
                                Iran
                                iso3166.tab
                                Israel
                                Jamaica
                                Japan
                                Kwajalein
                                leapseconds
                                Libya
                                MET
                                MST
                                MST7MDT
                                Navajo
                                NZ
                                NZ-CHAT
                                Poland
                                Portugal
                                PRC
                                PST8PDT
                                ROC
                                ROK
                                Singapore
                                Turkey
                                tzdata.zi
                                UCT
                                Universal
                                UTC
                                W-SU
                                WET
                                zone.tab
                                zone1970.tab
                                zonenow.tab
                                Zulu
                            __init__.py
                            exceptions.py
                            lazy.py
                            reference.py
                            tzfile.py
                            tzinfo.py
                        pytz-2025.2.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        pyximport/
                            __init__.py
                            pyxbuild.py
                            pyximport.py
                        PyYAML-6.0.2.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        pyzstd/
                            _c/
                                __init__.py
                                _zstd.cpython-313-darwin.so
                            __init__.py
                            __init__.pyi
                            __main__.py
                            _seekable_zstdfile.py
                            _zstdfile.py
                            py.typed
                        pyzstd-0.17.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        requests/
                            __pycache__/
                                __init__.cpython-313.pyc
                                __version__.cpython-313.pyc
                                _internal_utils.cpython-313.pyc
                                adapters.cpython-313.pyc
                                api.cpython-313.pyc
                                auth.cpython-313.pyc
                                certs.cpython-313.pyc
                                compat.cpython-313.pyc
                                cookies.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                hooks.cpython-313.pyc
                                models.cpython-313.pyc
                                packages.cpython-313.pyc
                                sessions.cpython-313.pyc
                                status_codes.cpython-313.pyc
                                structures.cpython-313.pyc
                                utils.cpython-313.pyc
                            __init__.py
                            __version__.py
                            _internal_utils.py
                            adapters.py
                            api.py
                            auth.py
                            certs.py
                            compat.py
                            cookies.py
                            exceptions.py
                            help.py
                            hooks.py
                            models.py
                            packages.py
                            sessions.py
                            status_codes.py
                            structures.py
                            utils.py
                        requests-2.32.4.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        requests_cache/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _utils.cpython-313.pyc
                                cache_keys.cpython-313.pyc
                                patcher.cpython-313.pyc
                                session.cpython-313.pyc
                            backends/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    base.cpython-313.pyc
                                    dynamodb.cpython-313.pyc
                                    filesystem.cpython-313.pyc
                                    gridfs.cpython-313.pyc
                                    mongodb.cpython-313.pyc
                                    redis.cpython-313.pyc
                                    sqlite.cpython-313.pyc
                                __init__.py
                                base.py
                                dynamodb.py
                                filesystem.py
                                gridfs.py
                                mongodb.py
                                redis.py
                                sqlite.py
                            models/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    base.cpython-313.pyc
                                    raw_response.cpython-313.pyc
                                    request.cpython-313.pyc
                                    response.cpython-313.pyc
                                __init__.py
                                base.py
                                raw_response.py
                                request.py
                                response.py
                            policy/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    actions.cpython-313.pyc
                                    directives.cpython-313.pyc
                                    expiration.cpython-313.pyc
                                    settings.cpython-313.pyc
                                __init__.py
                                actions.py
                                directives.py
                                expiration.py
                                settings.py
                            serializers/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    cattrs.cpython-313.pyc
                                    pipeline.cpython-313.pyc
                                    preconf.cpython-313.pyc
                                __init__.py
                                cattrs.py
                                pipeline.py
                                preconf.py
                            __init__.py
                            _utils.py
                            cache_keys.py
                            patcher.py
                            py.typed
                            session.py
                        requests_cache-1.2.1.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        requirements/
                            __pycache__/
                                __init__.cpython-313.pyc
                                fragment.cpython-313.pyc
                                parser.cpython-313.pyc
                                requirement.cpython-313.pyc
                                vcs.cpython-313.pyc
                            __init__.py
                            fragment.py
                            parser.py
                            py.typed
                            requirement.py
                            vcs.py
                        requirements_parser-0.13.0.dist-info/
                            AUTHORS.md
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        rich/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _cell_widths.cpython-313.pyc
                                _emoji_codes.cpython-313.pyc
                                _emoji_replace.cpython-313.pyc
                                _export_format.cpython-313.pyc
                                _extension.cpython-313.pyc
                                _fileno.cpython-313.pyc
                                _log_render.cpython-313.pyc
                                _loop.cpython-313.pyc
                                _null_file.cpython-313.pyc
                                _palettes.cpython-313.pyc
                                _pick.cpython-313.pyc
                                _ratio.cpython-313.pyc
                                _wrap.cpython-313.pyc
                                abc.cpython-313.pyc
                                align.cpython-313.pyc
                                box.cpython-313.pyc
                                cells.cpython-313.pyc
                                color.cpython-313.pyc
                                color_triplet.cpython-313.pyc
                                console.cpython-313.pyc
                                constrain.cpython-313.pyc
                                containers.cpython-313.pyc
                                control.cpython-313.pyc
                                default_styles.cpython-313.pyc
                                emoji.cpython-313.pyc
                                errors.cpython-313.pyc
                                highlighter.cpython-313.pyc
                                jupyter.cpython-313.pyc
                                markup.cpython-313.pyc
                                measure.cpython-313.pyc
                                padding.cpython-313.pyc
                                pager.cpython-313.pyc
                                palette.cpython-313.pyc
                                panel.cpython-313.pyc
                                pretty.cpython-313.pyc
                                protocol.cpython-313.pyc
                                region.cpython-313.pyc
                                repr.cpython-313.pyc
                                scope.cpython-313.pyc
                                screen.cpython-313.pyc
                                segment.cpython-313.pyc
                                style.cpython-313.pyc
                                styled.cpython-313.pyc
                                table.cpython-313.pyc
                                terminal_theme.cpython-313.pyc
                                text.cpython-313.pyc
                                theme.cpython-313.pyc
                                themes.cpython-313.pyc
                            __init__.py
                            __main__.py
                            _cell_widths.py
                            _emoji_codes.py
                            _emoji_replace.py
                            _export_format.py
                            _extension.py
                            _fileno.py
                            _inspect.py
                            _log_render.py
                            _loop.py
                            _null_file.py
                            _palettes.py
                            _pick.py
                            _ratio.py
                            _spinners.py
                            _stack.py
                            _timer.py
                            _win32_console.py
                            _windows.py
                            _windows_renderer.py
                            _wrap.py
                            abc.py
                            align.py
                            ansi.py
                            bar.py
                            box.py
                            cells.py
                            color.py
                            color_triplet.py
                            columns.py
                            console.py
                            constrain.py
                            containers.py
                            control.py
                            default_styles.py
                            diagnose.py
                            emoji.py
                            errors.py
                            file_proxy.py
                            filesize.py
                            highlighter.py
                            json.py
                            jupyter.py
                            layout.py
                            live.py
                            live_render.py
                            logging.py
                            markdown.py
                            markup.py
                            measure.py
                            padding.py
                            pager.py
                            palette.py
                            panel.py
                            pretty.py
                            progress.py
                            progress_bar.py
                            prompt.py
                            protocol.py
                            py.typed
                            region.py
                            repr.py
                            rule.py
                            scope.py
                            screen.py
                            segment.py
                            spinner.py
                            status.py
                            style.py
                            styled.py
                            syntax.py
                            table.py
                            terminal_theme.py
                            text.py
                            theme.py
                            themes.py
                            traceback.py
                            tree.py
                        rich-14.1.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        scikit_learn-1.7.1.dist-info/
                            licenses/
                                COPYING
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        scipy/
                            .dylibs/
                                libgcc_s.1.1.dylib
                                libgfortran.5.dylib
                                libquadmath.0.dylib
                            _lib/
                                _uarray/
                                    __init__.py
                                    _backend.py
                                    _uarray.cpython-313-darwin.so
                                    LICENSE
                                array_api_compat/
                                    common/
                                        __init__.py
                                        _aliases.py
                                        _fft.py
                                        _helpers.py
                                        _linalg.py
                                        _typing.py
                                    cupy/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    dask/
                                        array/
                                            __init__.py
                                            _aliases.py
                                            _info.py
                                            fft.py
                                            linalg.py
                                        __init__.py
                                    numpy/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    torch/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        fft.py
                                        linalg.py
                                    __init__.py
                                    _internal.py
                                array_api_extra/
                                    __init__.py
                                    _funcs.py
                                    _typing.py
                                cobyqa/
                                    subsolvers/
                                        __init__.py
                                        geometry.py
                                        optim.py
                                    utils/
                                        __init__.py
                                        exceptions.py
                                        math.py
                                        versions.py
                                    __init__.py
                                    framework.py
                                    main.py
                                    models.py
                                    problem.py
                                    settings.py
                                tests/
                                    __init__.py
                                    test__gcutils.py
                                    test__pep440.py
                                    test__testutils.py
                                    test__threadsafety.py
                                    test__util.py
                                    test_array_api.py
                                    test_bunch.py
                                    test_ccallback.py
                                    test_config.py
                                    test_deprecation.py
                                    test_doccer.py
                                    test_import_cycles.py
                                    test_public_api.py
                                    test_scipy_version.py
                                    test_tmpdirs.py
                                    test_warnings.py
                                __init__.py
                                _array_api.py
                                _array_api_no_0d.py
                                _bunch.py
                                _ccallback.py
                                _ccallback_c.cpython-313-darwin.so
                                _disjoint_set.py
                                _docscrape.py
                                _elementwise_iterative_method.py
                                _finite_differences.py
                                _fpumode.cpython-313-darwin.so
                                _gcutils.py
                                _pep440.py
                                _test_ccallback.cpython-313-darwin.so
                                _test_deprecation_call.cpython-313-darwin.so
                                _test_deprecation_def.cpython-313-darwin.so
                                _testutils.py
                                _threadsafety.py
                                _tmpdirs.py
                                _util.py
                                decorator.py
                                deprecation.py
                                doccer.py
                                messagestream.cpython-313-darwin.so
                                uarray.py
                            cluster/
                                tests/
                                    __init__.py
                                    hierarchy_test_data.py
                                    test_disjoint_set.py
                                    test_hierarchy.py
                                    test_vq.py
                                __init__.py
                                _hierarchy.cpython-313-darwin.so
                                _optimal_leaf_ordering.cpython-313-darwin.so
                                _vq.cpython-313-darwin.so
                                hierarchy.py
                                vq.py
                            constants/
                                tests/
                                    __init__.py
                                    test_codata.py
                                    test_constants.py
                                __init__.py
                                _codata.py
                                _constants.py
                                codata.py
                                constants.py
                            datasets/
                                tests/
                                    __init__.py
                                    test_data.py
                                __init__.py
                                _download_all.py
                                _fetchers.py
                                _registry.py
                                _utils.py
                            differentiate/
                                tests/
                                    __init__.py
                                    test_differentiate.py
                                __init__.py
                                _differentiate.py
                            fft/
                                _pocketfft/
                                    tests/
                                        __init__.py
                                        test_basic.py
                                        test_real_transforms.py
                                    __init__.py
                                    basic.py
                                    helper.py
                                    LICENSE.md
                                    pypocketfft.cpython-313-darwin.so
                                    realtransforms.py
                                tests/
                                    __init__.py
                                    mock_backend.py
                                    test_backend.py
                                    test_basic.py
                                    test_fftlog.py
                                    test_helper.py
                                    test_multithreading.py
                                    test_real_transforms.py
                                __init__.py
                                _backend.py
                                _basic.py
                                _basic_backend.py
                                _debug_backends.py
                                _fftlog.py
                                _fftlog_backend.py
                                _helper.py
                                _realtransforms.py
                                _realtransforms_backend.py
                            fftpack/
                                tests/
                                    __init__.py
                                    fftw_double_ref.npz
                                    fftw_longdouble_ref.npz
                                    fftw_single_ref.npz
                                    test.npz
                                    test_basic.py
                                    test_helper.py
                                    test_import.py
                                    test_pseudo_diffs.py
                                    test_real_transforms.py
                                __init__.py
                                _basic.py
                                _helper.py
                                _pseudo_diffs.py
                                _realtransforms.py
                                basic.py
                                convolve.cpython-313-darwin.so
                                helper.py
                                pseudo_diffs.py
                                realtransforms.py
                            integrate/
                                _ivp/
                                    tests/
                                        __init__.py
                                        test_ivp.py
                                        test_rk.py
                                    __init__.py
                                    base.py
                                    bdf.py
                                    common.py
                                    dop853_coefficients.py
                                    ivp.py
                                    lsoda.py
                                    radau.py
                                    rk.py
                                _rules/
                                    __init__.py
                                    _base.py
                                    _gauss_kronrod.py
                                    _gauss_legendre.py
                                    _genz_malik.py
                                tests/
                                    __init__.py
                                    test__quad_vec.py
                                    test_banded_ode_solvers.py
                                    test_bvp.py
                                    test_cubature.py
                                    test_integrate.py
                                    test_odeint_jac.py
                                    test_quadpack.py
                                    test_quadrature.py
                                    test_tanhsinh.py
                                __init__.py
                                _bvp.py
                                _cubature.py
                                _dop.cpython-313-darwin.so
                                _lebedev.py
                                _lsoda.cpython-313-darwin.so
                                _ode.py
                                _odepack.cpython-313-darwin.so
                                _odepack_py.py
                                _quad_vec.py
                                _quadpack.cpython-313-darwin.so
                                _quadpack_py.py
                                _quadrature.py
                                _tanhsinh.py
                                _test_multivariate.cpython-313-darwin.so
                                _test_odeint_banded.cpython-313-darwin.so
                                _vode.cpython-313-darwin.so
                                dop.py
                                lsoda.py
                                odepack.py
                                quadpack.py
                                vode.py
                            interpolate/
                                tests/
                                    data/
                                        bug-1310.npz
                                        estimate_gradients_hang.npy
                                        gcvspl.npz
                                    __init__.py
                                    test_bary_rational.py
                                    test_bsplines.py
                                    test_fitpack.py
                                    test_fitpack2.py
                                    test_gil.py
                                    test_interpnd.py
                                    test_interpolate.py
                                    test_ndgriddata.py
                                    test_pade.py
                                    test_polyint.py
                                    test_rbf.py
                                    test_rbfinterp.py
                                    test_rgi.py
                                __init__.py
                                _bary_rational.py
                                _bspl.cpython-313-darwin.so
                                _bsplines.py
                                _cubic.py
                                _dfitpack.cpython-313-darwin.so
                                _dierckx.cpython-313-darwin.so
                                _fitpack.cpython-313-darwin.so
                                _fitpack2.py
                                _fitpack_impl.py
                                _fitpack_py.py
                                _fitpack_repro.py
                                _interpnd.cpython-313-darwin.so
                                _interpolate.py
                                _ndbspline.py
                                _ndgriddata.py
                                _pade.py
                                _polyint.py
                                _ppoly.cpython-313-darwin.so
                                _rbf.py
                                _rbfinterp.py
                                _rbfinterp_pythran.cpython-313-darwin.so
                                _rgi.py
                                _rgi_cython.cpython-313-darwin.so
                                dfitpack.py
                                fitpack.py
                                fitpack2.py
                                interpnd.py
                                interpolate.py
                                ndgriddata.py
                                polyint.py
                                rbf.py
                            io/
                                _fast_matrix_market/
                                    __init__.py
                                    _fmm_core.cpython-313-darwin.so
                                _harwell_boeing/
                                    tests/
                                        __init__.py
                                        test_fortran_format.py
                                        test_hb.py
                                    __init__.py
                                    _fortran_format_parser.py
                                    hb.py
                                arff/
                                    tests/
                                        data/
                                            iris.arff
                                            missing.arff
                                            nodata.arff
                                            quoted_nominal.arff
                                            quoted_nominal_spaces.arff
                                            test1.arff
                                            test10.arff
                                            test11.arff
                                            test2.arff
                                            test3.arff
                                            test4.arff
                                            test5.arff
                                            test6.arff
                                            test7.arff
                                            test8.arff
                                            test9.arff
                                        __init__.py
                                        test_arffread.py
                                    __init__.py
                                    _arffread.py
                                    arffread.py
                                matlab/
                                    tests/
                                        data/
                                            bad_miuint32.mat
                                            bad_miutf8_array_name.mat
                                            big_endian.mat
                                            broken_utf8.mat
                                            corrupted_zlib_checksum.mat
                                            corrupted_zlib_data.mat
                                            debigged_m4.mat
                                            japanese_utf8.txt
                                            little_endian.mat
                                            logical_sparse.mat
                                            malformed1.mat
                                            miuint32_for_miint32.mat
                                            miutf8_array_name.mat
                                            nasty_duplicate_fieldnames.mat
                                            one_by_zero_char.mat
                                            parabola.mat
                                            single_empty_string.mat
                                            some_functions.mat
                                            sqr.mat
                                            test3dmatrix_6.1_SOL2.mat
                                            test3dmatrix_6.5.1_GLNX86.mat
                                            test3dmatrix_7.1_GLNX86.mat
                                            test3dmatrix_7.4_GLNX86.mat
                                            test_empty_struct.mat
                                            test_mat4_le_floats.mat
                                            test_skip_variable.mat
                                            testbool_8_WIN64.mat
                                            testcell_6.1_SOL2.mat
                                            testcell_6.5.1_GLNX86.mat
                                            testcell_7.1_GLNX86.mat
                                            testcell_7.4_GLNX86.mat
                                            testcellnest_6.1_SOL2.mat
                                            testcellnest_6.5.1_GLNX86.mat
                                            testcellnest_7.1_GLNX86.mat
                                            testcellnest_7.4_GLNX86.mat
                                            testcomplex_4.2c_SOL2.mat
                                            testcomplex_6.1_SOL2.mat
                                            testcomplex_6.5.1_GLNX86.mat
                                            testcomplex_7.1_GLNX86.mat
                                            testcomplex_7.4_GLNX86.mat
                                            testdouble_4.2c_SOL2.mat
                                            testdouble_6.1_SOL2.mat
                                            testdouble_6.5.1_GLNX86.mat
                                            testdouble_7.1_GLNX86.mat
                                            testdouble_7.4_GLNX86.mat
                                            testemptycell_5.3_SOL2.mat
                                            testemptycell_6.5.1_GLNX86.mat
                                            testemptycell_7.1_GLNX86.mat
                                            testemptycell_7.4_GLNX86.mat
                                            testfunc_7.4_GLNX86.mat
                                            testhdf5_7.4_GLNX86.mat
                                            testmatrix_4.2c_SOL2.mat
                                            testmatrix_6.1_SOL2.mat
                                            testmatrix_6.5.1_GLNX86.mat
                                            testmatrix_7.1_GLNX86.mat
                                            testmatrix_7.4_GLNX86.mat
                                            testminus_4.2c_SOL2.mat
                                            testminus_6.1_SOL2.mat
                                            testminus_6.5.1_GLNX86.mat
                                            testminus_7.1_GLNX86.mat
                                            testminus_7.4_GLNX86.mat
                                            testmulti_4.2c_SOL2.mat
                                            testmulti_7.1_GLNX86.mat
                                            testmulti_7.4_GLNX86.mat
                                            testobject_6.1_SOL2.mat
                                            testobject_6.5.1_GLNX86.mat
                                            testobject_7.1_GLNX86.mat
                                            testobject_7.4_GLNX86.mat
                                            testonechar_4.2c_SOL2.mat
                                            testonechar_6.1_SOL2.mat
                                            testonechar_6.5.1_GLNX86.mat
                                            testonechar_7.1_GLNX86.mat
                                            testonechar_7.4_GLNX86.mat
                                            testscalarcell_7.4_GLNX86.mat
                                            testsimplecell.mat
                                            testsparse_4.2c_SOL2.mat
                                            testsparse_6.1_SOL2.mat
                                            testsparse_6.5.1_GLNX86.mat
                                            testsparse_7.1_GLNX86.mat
                                            testsparse_7.4_GLNX86.mat
                                            testsparsecomplex_4.2c_SOL2.mat
                                            testsparsecomplex_6.1_SOL2.mat
                                            testsparsecomplex_6.5.1_GLNX86.mat
                                            testsparsecomplex_7.1_GLNX86.mat
                                            testsparsecomplex_7.4_GLNX86.mat
                                            testsparsefloat_7.4_GLNX86.mat
                                            teststring_4.2c_SOL2.mat
                                            teststring_6.1_SOL2.mat
                                            teststring_6.5.1_GLNX86.mat
                                            teststring_7.1_GLNX86.mat
                                            teststring_7.4_GLNX86.mat
                                            teststringarray_4.2c_SOL2.mat
                                            teststringarray_6.1_SOL2.mat
                                            teststringarray_6.5.1_GLNX86.mat
                                            teststringarray_7.1_GLNX86.mat
                                            teststringarray_7.4_GLNX86.mat
                                            teststruct_6.1_SOL2.mat
                                            teststruct_6.5.1_GLNX86.mat
                                            teststruct_7.1_GLNX86.mat
                                            teststruct_7.4_GLNX86.mat
                                            teststructarr_6.1_SOL2.mat
                                            teststructarr_6.5.1_GLNX86.mat
                                            teststructarr_7.1_GLNX86.mat
                                            teststructarr_7.4_GLNX86.mat
                                            teststructnest_6.1_SOL2.mat
                                            teststructnest_6.5.1_GLNX86.mat
                                            teststructnest_7.1_GLNX86.mat
                                            teststructnest_7.4_GLNX86.mat
                                            testunicode_7.1_GLNX86.mat
                                            testunicode_7.4_GLNX86.mat
                                            testvec_4_GLNX86.mat
                                        __init__.py
                                        test_byteordercodes.py
                                        test_mio.py
                                        test_mio5_utils.py
                                        test_mio_funcs.py
                                        test_mio_utils.py
                                        test_miobase.py
                                        test_pathological.py
                                        test_streams.py
                                    __init__.py
                                    _byteordercodes.py
                                    _mio.py
                                    _mio4.py
                                    _mio5.py
                                    _mio5_params.py
                                    _mio5_utils.cpython-313-darwin.so
                                    _mio_utils.cpython-313-darwin.so
                                    _miobase.py
                                    _streams.cpython-313-darwin.so
                                    byteordercodes.py
                                    mio.py
                                    mio4.py
                                    mio5.py
                                    mio5_params.py
                                    mio5_utils.py
                                    mio_utils.py
                                    miobase.py
                                    streams.py
                                tests/
                                    data/
                                        array_float32_1d.sav
                                        array_float32_2d.sav
                                        array_float32_3d.sav
                                        array_float32_4d.sav
                                        array_float32_5d.sav
                                        array_float32_6d.sav
                                        array_float32_7d.sav
                                        array_float32_8d.sav
                                        array_float32_pointer_1d.sav
                                        array_float32_pointer_2d.sav
                                        array_float32_pointer_3d.sav
                                        array_float32_pointer_4d.sav
                                        array_float32_pointer_5d.sav
                                        array_float32_pointer_6d.sav
                                        array_float32_pointer_7d.sav
                                        array_float32_pointer_8d.sav
                                        example_1.nc
                                        example_2.nc
                                        example_3_maskedvals.nc
                                        fortran-3x3d-2i.dat
                                        fortran-mixed.dat
                                        fortran-sf8-11x1x10.dat
                                        fortran-sf8-15x10x22.dat
                                        fortran-sf8-1x1x1.dat
                                        fortran-sf8-1x1x5.dat
                                        fortran-sf8-1x1x7.dat
                                        fortran-sf8-1x3x5.dat
                                        fortran-si4-11x1x10.dat
                                        fortran-si4-15x10x22.dat
                                        fortran-si4-1x1x1.dat
                                        fortran-si4-1x1x5.dat
                                        fortran-si4-1x1x7.dat
                                        fortran-si4-1x3x5.dat
                                        invalid_pointer.sav
                                        null_pointer.sav
                                        scalar_byte.sav
                                        scalar_byte_descr.sav
                                        scalar_complex32.sav
                                        scalar_complex64.sav
                                        scalar_float32.sav
                                        scalar_float64.sav
                                        scalar_heap_pointer.sav
                                        scalar_int16.sav
                                        scalar_int32.sav
                                        scalar_int64.sav
                                        scalar_string.sav
                                        scalar_uint16.sav
                                        scalar_uint32.sav
                                        scalar_uint64.sav
                                        struct_arrays.sav
                                        struct_arrays_byte_idl80.sav
                                        struct_arrays_replicated.sav
                                        struct_arrays_replicated_3d.sav
                                        struct_inherit.sav
                                        struct_pointer_arrays.sav
                                        struct_pointer_arrays_replicated.sav
                                        struct_pointer_arrays_replicated_3d.sav
                                        struct_pointers.sav
                                        struct_pointers_replicated.sav
                                        struct_pointers_replicated_3d.sav
                                        struct_scalars.sav
                                        struct_scalars_replicated.sav
                                        struct_scalars_replicated_3d.sav
                                        test-1234Hz-le-1ch-10S-20bit-extra.wav
                                        test-44100Hz-2ch-32bit-float-be.wav
                                        test-44100Hz-2ch-32bit-float-le.wav
                                        test-44100Hz-be-1ch-4bytes.wav
                                        test-44100Hz-le-1ch-4bytes-early-eof-no-data.wav
                                        test-44100Hz-le-1ch-4bytes-early-eof.wav
                                        test-44100Hz-le-1ch-4bytes-incomplete-chunk.wav
                                        test-44100Hz-le-1ch-4bytes-rf64.wav
                                        test-44100Hz-le-1ch-4bytes.wav
                                        test-48000Hz-2ch-64bit-float-le-wavex.wav
                                        test-8000Hz-be-3ch-5S-24bit.wav
                                        test-8000Hz-le-1ch-1byte-ulaw.wav
                                        test-8000Hz-le-2ch-1byteu.wav
                                        test-8000Hz-le-3ch-5S-24bit-inconsistent.wav
                                        test-8000Hz-le-3ch-5S-24bit-rf64.wav
                                        test-8000Hz-le-3ch-5S-24bit.wav
                                        test-8000Hz-le-3ch-5S-36bit.wav
                                        test-8000Hz-le-3ch-5S-45bit.wav
                                        test-8000Hz-le-3ch-5S-53bit.wav
                                        test-8000Hz-le-3ch-5S-64bit.wav
                                        test-8000Hz-le-4ch-9S-12bit.wav
                                        test-8000Hz-le-5ch-9S-5bit.wav
                                        Transparent Busy.ani
                                        various_compressed.sav
                                    __init__.py
                                    test_fortran.py
                                    test_idl.py
                                    test_mmio.py
                                    test_netcdf.py
                                    test_paths.py
                                    test_wavfile.py
                                __init__.py
                                _fortran.py
                                _idl.py
                                _mmio.py
                                _netcdf.py
                                _test_fortran.cpython-313-darwin.so
                                harwell_boeing.py
                                idl.py
                                mmio.py
                                netcdf.py
                                wavfile.py
                            linalg/
                                tests/
                                    _cython_examples/
                                        extending.pyx
                                        meson.build
                                    data/
                                        carex_15_data.npz
                                        carex_18_data.npz
                                        carex_19_data.npz
                                        carex_20_data.npz
                                        carex_6_data.npz
                                        gendare_20170120_data.npz
                                    __init__.py
                                    test_basic.py
                                    test_blas.py
                                    test_cython_blas.py
                                    test_cython_lapack.py
                                    test_cythonized_array_utils.py
                                    test_decomp.py
                                    test_decomp_cholesky.py
                                    test_decomp_cossin.py
                                    test_decomp_ldl.py
                                    test_decomp_lu.py
                                    test_decomp_polar.py
                                    test_decomp_update.py
                                    test_extending.py
                                    test_fblas.py
                                    test_interpolative.py
                                    test_lapack.py
                                    test_matfuncs.py
                                    test_matmul_toeplitz.py
                                    test_procrustes.py
                                    test_sketches.py
                                    test_solve_toeplitz.py
                                    test_solvers.py
                                    test_special_matrices.py
                                __init__.pxd
                                __init__.py
                                _basic.py
                                _blas_subroutines.h
                                _cythonized_array_utils.cpython-313-darwin.so
                                _cythonized_array_utils.pxd
                                _cythonized_array_utils.pyi
                                _decomp.py
                                _decomp_cholesky.py
                                _decomp_cossin.py
                                _decomp_interpolative.cpython-313-darwin.so
                                _decomp_ldl.py
                                _decomp_lu.py
                                _decomp_lu_cython.cpython-313-darwin.so
                                _decomp_lu_cython.pyi
                                _decomp_polar.py
                                _decomp_qr.py
                                _decomp_qz.py
                                _decomp_schur.py
                                _decomp_svd.py
                                _decomp_update.cpython-313-darwin.so
                                _expm_frechet.py
                                _fblas.cpython-313-darwin.so
                                _flapack.cpython-313-darwin.so
                                _lapack_subroutines.h
                                _linalg_pythran.cpython-313-darwin.so
                                _matfuncs.py
                                _matfuncs_expm.cpython-313-darwin.so
                                _matfuncs_expm.pyi
                                _matfuncs_inv_ssq.py
                                _matfuncs_sqrtm.py
                                _matfuncs_sqrtm_triu.cpython-313-darwin.so
                                _misc.py
                                _procrustes.py
                                _sketches.py
                                _solve_toeplitz.cpython-313-darwin.so
                                _solvers.py
                                _special_matrices.py
                                _testutils.py
                                basic.py
                                blas.py
                                cython_blas.cpython-313-darwin.so
                                cython_blas.pxd
                                cython_blas.pyx
                                cython_lapack.cpython-313-darwin.so
                                cython_lapack.pxd
                                cython_lapack.pyx
                                decomp.py
                                decomp_cholesky.py
                                decomp_lu.py
                                decomp_qr.py
                                decomp_schur.py
                                decomp_svd.py
                                interpolative.py
                                lapack.py
                                matfuncs.py
                                misc.py
                                special_matrices.py
                            misc/
                                __init__.py
                                common.py
                                doccer.py
                            ndimage/
                                tests/
                                    data/
                                        label_inputs.txt
                                        label_results.txt
                                        label_strels.txt
                                    __init__.py
                                    dots.png
                                    test_c_api.py
                                    test_datatypes.py
                                    test_filters.py
                                    test_fourier.py
                                    test_interpolation.py
                                    test_measurements.py
                                    test_morphology.py
                                    test_ni_support.py
                                    test_splines.py
                                __init__.py
                                _ctest.cpython-313-darwin.so
                                _cytest.cpython-313-darwin.so
                                _delegators.py
                                _filters.py
                                _fourier.py
                                _interpolation.py
                                _measurements.py
                                _morphology.py
                                _nd_image.cpython-313-darwin.so
                                _ndimage_api.py
                                _ni_docstrings.py
                                _ni_label.cpython-313-darwin.so
                                _ni_support.py
                                _rank_filter_1d.cpython-313-darwin.so
                                _support_alternative_backends.py
                                filters.py
                                fourier.py
                                interpolation.py
                                measurements.py
                                morphology.py
                            odr/
                                tests/
                                    __init__.py
                                    test_odr.py
                                __init__.py
                                __odrpack.cpython-313-darwin.so
                                _add_newdocs.py
                                _models.py
                                _odrpack.py
                                models.py
                                odrpack.py
                            optimize/
                                _highspy/
                                    __init__.py
                                    _core.cpython-313-darwin.so
                                    _highs_options.cpython-313-darwin.so
                                    _highs_wrapper.py
                                _lsq/
                                    __init__.py
                                    bvls.py
                                    common.py
                                    dogbox.py
                                    givens_elimination.cpython-313-darwin.so
                                    least_squares.py
                                    lsq_linear.py
                                    trf.py
                                    trf_linear.py
                                _shgo_lib/
                                    __init__.py
                                    _complex.py
                                    _vertex.py
                                _trlib/
                                    __init__.py
                                    _trlib.cpython-313-darwin.so
                                _trustregion_constr/
                                    tests/
                                        __init__.py
                                        test_canonical_constraint.py
                                        test_nested_minimize.py
                                        test_projections.py
                                        test_qp_subproblem.py
                                        test_report.py
                                    __init__.py
                                    canonical_constraint.py
                                    equality_constrained_sqp.py
                                    minimize_trustregion_constr.py
                                    projections.py
                                    qp_subproblem.py
                                    report.py
                                    tr_interior_point.py
                                cython_optimize/
                                    __init__.py
                                    _zeros.cpython-313-darwin.so
                                    _zeros.pxd
                                    c_zeros.pxd
                                tests/
                                    _cython_examples/
                                        extending.pyx
                                        meson.build
                                    __init__.py
                                    test__basinhopping.py
                                    test__differential_evolution.py
                                    test__dual_annealing.py
                                    test__linprog_clean_inputs.py
                                    test__numdiff.py
                                    test__remove_redundancy.py
                                    test__root.py
                                    test__shgo.py
                                    test__spectral.py
                                    test_bracket.py
                                    test_chandrupatla.py
                                    test_cobyla.py
                                    test_cobyqa.py
                                    test_constraint_conversion.py
                                    test_constraints.py
                                    test_cython_optimize.py
                                    test_differentiable_functions.py
                                    test_direct.py
                                    test_extending.py
                                    test_hessian_update_strategy.py
                                    test_isotonic_regression.py
                                    test_lbfgsb_hessinv.py
                                    test_lbfgsb_setulb.py
                                    test_least_squares.py
                                    test_linear_assignment.py
                                    test_linesearch.py
                                    test_linprog.py
                                    test_lsq_common.py
                                    test_lsq_linear.py
                                    test_milp.py
                                    test_minimize_constrained.py
                                    test_minpack.py
                                    test_nnls.py
                                    test_nonlin.py
                                    test_optimize.py
                                    test_quadratic_assignment.py
                                    test_regression.py
                                    test_slsqp.py
                                    test_tnc.py
                                    test_trustregion.py
                                    test_trustregion_exact.py
                                    test_trustregion_krylov.py
                                    test_zeros.py
                                __init__.pxd
                                __init__.py
                                _basinhopping.py
                                _bglu_dense.cpython-313-darwin.so
                                _bracket.py
                                _chandrupatla.py
                                _cobyla.cpython-313-darwin.so
                                _cobyla_py.py
                                _cobyqa_py.py
                                _constraints.py
                                _cython_nnls.cpython-313-darwin.so
                                _dcsrch.py
                                _differentiable_functions.py
                                _differentialevolution.py
                                _direct.cpython-313-darwin.so
                                _direct_py.py
                                _dual_annealing.py
                                _elementwise.py
                                _group_columns.cpython-313-darwin.so
                                _hessian_update_strategy.py
                                _isotonic.py
                                _lbfgsb.cpython-313-darwin.so
                                _lbfgsb_py.py
                                _linesearch.py
                                _linprog.py
                                _linprog_doc.py
                                _linprog_highs.py
                                _linprog_ip.py
                                _linprog_rs.py
                                _linprog_simplex.py
                                _linprog_util.py
                                _lsap.cpython-313-darwin.so
                                _milp.py
                                _minimize.py
                                _minpack.cpython-313-darwin.so
                                _minpack_py.py
                                _moduleTNC.cpython-313-darwin.so
                                _nnls.py
                                _nonlin.py
                                _numdiff.py
                                _optimize.py
                                _pava_pybind.cpython-313-darwin.so
                                _qap.py
                                _remove_redundancy.py
                                _root.py
                                _root_scalar.py
                                _shgo.py
                                _slsqp.cpython-313-darwin.so
                                _slsqp_py.py
                                _spectral.py
                                _tnc.py
                                _trustregion.py
                                _trustregion_dogleg.py
                                _trustregion_exact.py
                                _trustregion_krylov.py
                                _trustregion_ncg.py
                                _tstutils.py
                                _zeros.cpython-313-darwin.so
                                _zeros_py.py
                                cobyla.py
                                cython_optimize.pxd
                                elementwise.py
                                lbfgsb.py
                                linesearch.py
                                minpack.py
                                minpack2.py
                                moduleTNC.py
                                nonlin.py
                                optimize.py
                                slsqp.py
                                tnc.py
                                zeros.py
                            signal/
                                tests/
                                    __init__.py
                                    _scipy_spectral_test_shim.py
                                    mpsig.py
                                    test_array_tools.py
                                    test_bsplines.py
                                    test_cont2discrete.py
                                    test_czt.py
                                    test_dltisys.py
                                    test_filter_design.py
                                    test_fir_filter_design.py
                                    test_ltisys.py
                                    test_max_len_seq.py
                                    test_peak_finding.py
                                    test_result_type.py
                                    test_savitzky_golay.py
                                    test_short_time_fft.py
                                    test_signaltools.py
                                    test_spectral.py
                                    test_splines.py
                                    test_upfirdn.py
                                    test_waveforms.py
                                    test_wavelets.py
                                    test_windows.py
                                windows/
                                    __init__.py
                                    _windows.py
                                    windows.py
                                __init__.py
                                _arraytools.py
                                _czt.py
                                _filter_design.py
                                _fir_filter_design.py
                                _lti_conversion.py
                                _ltisys.py
                                _max_len_seq.py
                                _max_len_seq_inner.cpython-313-darwin.so
                                _peak_finding.py
                                _peak_finding_utils.cpython-313-darwin.so
                                _savitzky_golay.py
                                _short_time_fft.py
                                _signaltools.py
                                _sigtools.cpython-313-darwin.so
                                _sosfilt.cpython-313-darwin.so
                                _spectral_py.py
                                _spline.cpython-313-darwin.so
                                _spline.pyi
                                _spline_filters.py
                                _upfirdn.py
                                _upfirdn_apply.cpython-313-darwin.so
                                _waveforms.py
                                _wavelets.py
                                bsplines.py
                                filter_design.py
                                fir_filter_design.py
                                lti_conversion.py
                                ltisys.py
                                signaltools.py
                                spectral.py
                                spline.py
                                waveforms.py
                                wavelets.py
                            sparse/
                                csgraph/
                                    tests/
                                        __init__.py
                                        test_connected_components.py
                                        test_conversions.py
                                        test_flow.py
                                        test_graph_laplacian.py
                                        test_matching.py
                                        test_pydata_sparse.py
                                        test_reordering.py
                                        test_shortest_path.py
                                        test_spanning_tree.py
                                        test_traversal.py
                                    __init__.py
                                    _flow.cpython-313-darwin.so
                                    _laplacian.py
                                    _matching.cpython-313-darwin.so
                                    _min_spanning_tree.cpython-313-darwin.so
                                    _reordering.cpython-313-darwin.so
                                    _shortest_path.cpython-313-darwin.so
                                    _tools.cpython-313-darwin.so
                                    _traversal.cpython-313-darwin.so
                                    _validation.py
                                linalg/
                                    _dsolve/
                                        tests/
                                            __init__.py
                                            test_linsolve.py
                                        __init__.py
                                        _add_newdocs.py
                                        _superlu.cpython-313-darwin.so
                                        linsolve.py
                                    _eigen/
                                        arpack/
                                            tests/
                                                __init__.py
                                                test_arpack.py
                                            __init__.py
                                            _arpack.cpython-313-darwin.so
                                            arpack.py
                                            COPYING
                                        lobpcg/
                                            tests/
                                                __init__.py
                                                test_lobpcg.py
                                            __init__.py
                                            lobpcg.py
                                        tests/
                                            __init__.py
                                            test_svds.py
                                        __init__.py
                                        _svds.py
                                        _svds_doc.py
                                    _isolve/
                                        tests/
                                            __init__.py
                                            test_gcrotmk.py
                                            test_iterative.py
                                            test_lgmres.py
                                            test_lsmr.py
                                            test_lsqr.py
                                            test_minres.py
                                            test_utils.py
                                        __init__.py
                                        _gcrotmk.py
                                        iterative.py
                                        lgmres.py
                                        lsmr.py
                                        lsqr.py
                                        minres.py
                                        tfqmr.py
                                        utils.py
                                    _propack/
                                        _cpropack.cpython-313-darwin.so
                                        _dpropack.cpython-313-darwin.so
                                        _spropack.cpython-313-darwin.so
                                        _zpropack.cpython-313-darwin.so
                                    tests/
                                        __init__.py
                                        propack_test_data.npz
                                        test_expm_multiply.py
                                        test_interface.py
                                        test_matfuncs.py
                                        test_norm.py
                                        test_onenormest.py
                                        test_propack.py
                                        test_pydata_sparse.py
                                        test_special_sparse_arrays.py
                                    __init__.py
                                    _expm_multiply.py
                                    _interface.py
                                    _matfuncs.py
                                    _norm.py
                                    _onenormest.py
                                    _special_sparse_arrays.py
                                    _svdp.py
                                    dsolve.py
                                    eigen.py
                                    interface.py
                                    isolve.py
                                    matfuncs.py
                                tests/
                                    data/
                                        csc_py2.npz
                                        csc_py3.npz
                                    __init__.py
                                    test_arithmetic1d.py
                                    test_array_api.py
                                    test_base.py
                                    test_common1d.py
                                    test_construct.py
                                    test_coo.py
                                    test_csc.py
                                    test_csr.py
                                    test_dok.py
                                    test_extract.py
                                    test_indexing1d.py
                                    test_matrix_io.py
                                    test_minmax1d.py
                                    test_sparsetools.py
                                    test_spfuncs.py
                                    test_sputils.py
                                __init__.py
                                _base.py
                                _bsr.py
                                _compressed.py
                                _construct.py
                                _coo.py
                                _csc.py
                                _csparsetools.cpython-313-darwin.so
                                _csr.py
                                _data.py
                                _dia.py
                                _dok.py
                                _extract.py
                                _index.py
                                _lil.py
                                _matrix.py
                                _matrix_io.py
                                _sparsetools.cpython-313-darwin.so
                                _spfuncs.py
                                _sputils.py
                                base.py
                                bsr.py
                                compressed.py
                                construct.py
                                coo.py
                                csc.py
                                csr.py
                                data.py
                                dia.py
                                dok.py
                                extract.py
                                lil.py
                                sparsetools.py
                                spfuncs.py
                                sputils.py
                            spatial/
                                qhull_src/
                                    COPYING.txt
                                tests/
                                    data/
                                        cdist-X1.txt
                                        cdist-X2.txt
                                        degenerate_pointset.npz
                                        iris.txt
                                        pdist-boolean-inp.txt
                                        pdist-chebyshev-ml-iris.txt
                                        pdist-chebyshev-ml.txt
                                        pdist-cityblock-ml-iris.txt
                                        pdist-cityblock-ml.txt
                                        pdist-correlation-ml-iris.txt
                                        pdist-correlation-ml.txt
                                        pdist-cosine-ml-iris.txt
                                        pdist-cosine-ml.txt
                                        pdist-double-inp.txt
                                        pdist-euclidean-ml-iris.txt
                                        pdist-euclidean-ml.txt
                                        pdist-hamming-ml.txt
                                        pdist-jaccard-ml.txt
                                        pdist-jensenshannon-ml-iris.txt
                                        pdist-jensenshannon-ml.txt
                                        pdist-minkowski-3.2-ml-iris.txt
                                        pdist-minkowski-3.2-ml.txt
                                        pdist-minkowski-5.8-ml-iris.txt
                                        pdist-seuclidean-ml-iris.txt
                                        pdist-seuclidean-ml.txt
                                        pdist-spearman-ml.txt
                                        random-bool-data.txt
                                        random-double-data.txt
                                        random-int-data.txt
                                        random-uint-data.txt
                                        selfdual-4d-polytope.txt
                                    __init__.py
                                    test__plotutils.py
                                    test__procrustes.py
                                    test_distance.py
                                    test_hausdorff.py
                                    test_kdtree.py
                                    test_qhull.py
                                    test_slerp.py
                                    test_spherical_voronoi.py
                                transform/
                                    tests/
                                        __init__.py
                                        test_rotation.py
                                        test_rotation_groups.py
                                        test_rotation_spline.py
                                    __init__.py
                                    _rotation.cpython-313-darwin.so
                                    _rotation_groups.py
                                    _rotation_spline.py
                                    rotation.py
                                __init__.py
                                _ckdtree.cpython-313-darwin.so
                                _distance_pybind.cpython-313-darwin.so
                                _distance_wrap.cpython-313-darwin.so
                                _geometric_slerp.py
                                _hausdorff.cpython-313-darwin.so
                                _kdtree.py
                                _plotutils.py
                                _procrustes.py
                                _qhull.cpython-313-darwin.so
                                _qhull.pyi
                                _spherical_voronoi.py
                                _voronoi.cpython-313-darwin.so
                                _voronoi.pyi
                                ckdtree.py
                                distance.py
                                distance.pyi
                                kdtree.py
                                qhull.py
                            special/
                                _precompute/
                                    __init__.py
                                    cosine_cdf.py
                                    expn_asy.py
                                    gammainc_asy.py
                                    gammainc_data.py
                                    hyp2f1_data.py
                                    lambertw.py
                                    loggamma.py
                                    struve_convergence.py
                                    utils.py
                                    wright_bessel.py
                                    wright_bessel_data.py
                                    wrightomega.py
                                    zetac.py
                                tests/
                                    _cython_examples/
                                        extending.pyx
                                        meson.build
                                    data/
                                        __init__.py
                                        boost.npz
                                        gsl.npz
                                        local.npz
                                    __init__.py
                                    test_basic.py
                                    test_bdtr.py
                                    test_boost_ufuncs.py
                                    test_boxcox.py
                                    test_cdflib.py
                                    test_cdft_asymptotic.py
                                    test_cephes_intp_cast.py
                                    test_cosine_distr.py
                                    test_cython_special.py
                                    test_data.py
                                    test_dd.py
                                    test_digamma.py
                                    test_ellip_harm.py
                                    test_erfinv.py
                                    test_exponential_integrals.py
                                    test_extending.py
                                    test_faddeeva.py
                                    test_gamma.py
                                    test_gammainc.py
                                    test_hyp2f1.py
                                    test_hypergeometric.py
                                    test_iv_ratio.py
                                    test_kolmogorov.py
                                    test_lambertw.py
                                    test_legendre.py
                                    test_log_softmax.py
                                    test_loggamma.py
                                    test_logit.py
                                    test_logsumexp.py
                                    test_mpmath.py
                                    test_nan_inputs.py
                                    test_ndtr.py
                                    test_ndtri_exp.py
                                    test_orthogonal.py
                                    test_orthogonal_eval.py
                                    test_owens_t.py
                                    test_pcf.py
                                    test_pdtr.py
                                    test_powm1.py
                                    test_precompute_expn_asy.py
                                    test_precompute_gammainc.py
                                    test_precompute_utils.py
                                    test_round.py
                                    test_sf_error.py
                                    test_sici.py
                                    test_specfun.py
                                    test_spence.py
                                    test_spfun_stats.py
                                    test_sph_harm.py
                                    test_spherical_bessel.py
                                    test_support_alternative_backends.py
                                    test_trig.py
                                    test_ufunc_signatures.py
                                    test_wright_bessel.py
                                    test_wrightomega.py
                                    test_xsf_cuda.py
                                    test_zeta.py
                                xsf/
                                    cephes/
                                        airy.h
                                        besselpoly.h
                                        beta.h
                                        cbrt.h
                                        chbevl.h
                                        chdtr.h
                                        const.h
                                        ellie.h
                                        ellik.h
                                        ellpe.h
                                        ellpk.h
                                        expn.h
                                        gamma.h
                                        hyp2f1.h
                                        hyperg.h
                                        i0.h
                                        i1.h
                                        igam.h
                                        igam_asymp_coeff.h
                                        igami.h
                                        j0.h
                                        j1.h
                                        jv.h
                                        k0.h
                                        k1.h
                                        kn.h
                                        lanczos.h
                                        ndtr.h
                                        poch.h
                                        polevl.h
                                        psi.h
                                        rgamma.h
                                        scipy_iv.h
                                        shichi.h
                                        sici.h
                                        sindg.h
                                        tandg.h
                                        trig.h
                                        unity.h
                                        zeta.h
                                    binom.h
                                    cdflib.h
                                    config.h
                                    digamma.h
                                    error.h
                                    evalpoly.h
                                    expint.h
                                    hyp2f1.h
                                    iv_ratio.h
                                    lambertw.h
                                    loggamma.h
                                    sici.h
                                    tools.h
                                    trig.h
                                    wright_bessel.h
                                    zlog1.h
                                __init__.pxd
                                __init__.py
                                _add_newdocs.py
                                _basic.py
                                _comb.cpython-313-darwin.so
                                _ellip_harm.py
                                _ellip_harm_2.cpython-313-darwin.so
                                _gufuncs.cpython-313-darwin.so
                                _input_validation.py
                                _lambertw.py
                                _logsumexp.py
                                _mptestutils.py
                                _multiufuncs.py
                                _orthogonal.py
                                _orthogonal.pyi
                                _sf_error.py
                                _specfun.cpython-313-darwin.so
                                _special_ufuncs.cpython-313-darwin.so
                                _spfun_stats.py
                                _spherical_bessel.py
                                _support_alternative_backends.py
                                _test_internal.cpython-313-darwin.so
                                _test_internal.pyi
                                _testutils.py
                                _ufuncs.cpython-313-darwin.so
                                _ufuncs.pyi
                                _ufuncs.pyx
                                _ufuncs_cxx.cpython-313-darwin.so
                                _ufuncs_cxx.pxd
                                _ufuncs_cxx.pyx
                                _ufuncs_cxx_defs.h
                                _ufuncs_defs.h
                                add_newdocs.py
                                basic.py
                                cython_special.cpython-313-darwin.so
                                cython_special.pxd
                                cython_special.pyi
                                libsf_error_state.dylib
                                orthogonal.py
                                sf_error.py
                                specfun.py
                                spfun_stats.py
                            stats/
                                _levy_stable/
                                    __init__.py
                                    levyst.cpython-313-darwin.so
                                _rcont/
                                    __init__.py
                                    rcont.cpython-313-darwin.so
                                _unuran/
                                    __init__.py
                                    unuran_wrapper.cpython-313-darwin.so
                                    unuran_wrapper.pyi
                                tests/
                                    data/
                                        levy_stable/
                                            stable-loc-scale-sample-data.npy
                                            stable-Z1-cdf-sample-data.npy
                                            stable-Z1-pdf-sample-data.npy
                                        nist_anova/
                                            AtmWtAg.dat
                                            SiRstv.dat
                                            SmLs01.dat
                                            SmLs02.dat
                                            SmLs03.dat
                                            SmLs04.dat
                                            SmLs05.dat
                                            SmLs06.dat
                                            SmLs07.dat
                                            SmLs08.dat
                                            SmLs09.dat
                                        nist_linregress/
                                            Norris.dat
                                        _mvt.py
                                        fisher_exact_results_from_r.py
                                        jf_skew_t_gamlss_pdf_data.npy
                                        rel_breitwigner_pdf_sample_data_ROOT.npy
                                        studentized_range_mpmath_ref.json
                                    __init__.py
                                    common_tests.py
                                    test_axis_nan_policy.py
                                    test_binned_statistic.py
                                    test_censored_data.py
                                    test_contingency.py
                                    test_continuous.py
                                    test_continuous_basic.py
                                    test_continuous_fit_censored.py
                                    test_correlation.py
                                    test_crosstab.py
                                    test_discrete_basic.py
                                    test_discrete_distns.py
                                    test_distributions.py
                                    test_entropy.py
                                    test_fast_gen_inversion.py
                                    test_fit.py
                                    test_hypotests.py
                                    test_kdeoth.py
                                    test_mgc.py
                                    test_morestats.py
                                    test_mstats_basic.py
                                    test_mstats_extras.py
                                    test_multicomp.py
                                    test_multivariate.py
                                    test_odds_ratio.py
                                    test_qmc.py
                                    test_rank.py
                                    test_relative_risk.py
                                    test_resampling.py
                                    test_sampling.py
                                    test_sensitivity_analysis.py
                                    test_stats.py
                                    test_survival.py
                                    test_tukeylambda_stats.py
                                    test_variation.py
                                __init__.py
                                _ansari_swilk_statistics.cpython-313-darwin.so
                                _axis_nan_policy.py
                                _biasedurn.cpython-313-darwin.so
                                _biasedurn.pxd
                                _binned_statistic.py
                                _binomtest.py
                                _bws_test.py
                                _censored_data.py
                                _common.py
                                _constants.py
                                _continuous_distns.py
                                _correlation.py
                                _covariance.py
                                _crosstab.py
                                _discrete_distns.py
                                _distn_infrastructure.py
                                _distr_params.py
                                _distribution_infrastructure.py
                                _entropy.py
                                _fit.py
                                _hypotests.py
                                _kde.py
                                _ksstats.py
                                _mannwhitneyu.py
                                _mgc.py
                                _morestats.py
                                _mstats_basic.py
                                _mstats_extras.py
                                _multicomp.py
                                _multivariate.py
                                _mvn.cpython-313-darwin.so
                                _new_distributions.py
                                _odds_ratio.py
                                _page_trend_test.py
                                _probability_distribution.py
                                _qmc.py
                                _qmc_cy.cpython-313-darwin.so
                                _qmc_cy.pyi
                                _qmvnt.py
                                _relative_risk.py
                                _resampling.py
                                _result_classes.py
                                _sampling.py
                                _sensitivity_analysis.py
                                _sobol.cpython-313-darwin.so
                                _sobol.pyi
                                _sobol_direction_numbers.npz
                                _stats.cpython-313-darwin.so
                                _stats.pxd
                                _stats_mstats_common.py
                                _stats_py.py
                                _stats_pythran.cpython-313-darwin.so
                                _survival.py
                                _tukeylambda_stats.py
                                _variation.py
                                _warnings_errors.py
                                _wilcoxon.py
                                biasedurn.py
                                contingency.py
                                distributions.py
                                kde.py
                                morestats.py
                                mstats.py
                                mstats_basic.py
                                mstats_extras.py
                                mvn.py
                                qmc.py
                                sampling.py
                                stats.py
                            __config__.py
                            __init__.py
                            _distributor_init.py
                            conftest.py
                            version.py
                        scipy-1.15.2.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        setuptools/
                            _distutils/
                                command/
                                    __init__.py
                                    _framework_compat.py
                                    bdist.py
                                    bdist_dumb.py
                                    bdist_rpm.py
                                    build.py
                                    build_clib.py
                                    build_ext.py
                                    build_py.py
                                    build_scripts.py
                                    check.py
                                    clean.py
                                    config.py
                                    install.py
                                    install_data.py
                                    install_egg_info.py
                                    install_headers.py
                                    install_lib.py
                                    install_scripts.py
                                    sdist.py
                                compat/
                                    __init__.py
                                    numpy.py
                                    py39.py
                                compilers/
                                    C/
                                        tests/
                                            test_base.py
                                            test_cygwin.py
                                            test_mingw.py
                                            test_msvc.py
                                            test_unix.py
                                        base.py
                                        cygwin.py
                                        errors.py
                                        msvc.py
                                        unix.py
                                        zos.py
                                tests/
                                    compat/
                                        __init__.py
                                        py39.py
                                    __init__.py
                                    support.py
                                    test_archive_util.py
                                    test_bdist.py
                                    test_bdist_dumb.py
                                    test_bdist_rpm.py
                                    test_build.py
                                    test_build_clib.py
                                    test_build_ext.py
                                    test_build_py.py
                                    test_build_scripts.py
                                    test_check.py
                                    test_clean.py
                                    test_cmd.py
                                    test_config_cmd.py
                                    test_core.py
                                    test_dir_util.py
                                    test_dist.py
                                    test_extension.py
                                    test_file_util.py
                                    test_filelist.py
                                    test_install.py
                                    test_install_data.py
                                    test_install_headers.py
                                    test_install_lib.py
                                    test_install_scripts.py
                                    test_log.py
                                    test_modified.py
                                    test_sdist.py
                                    test_spawn.py
                                    test_sysconfig.py
                                    test_text_file.py
                                    test_util.py
                                    test_version.py
                                    test_versionpredicate.py
                                    unix_compat.py
                                __init__.py
                                _log.py
                                _macos_compat.py
                                _modified.py
                                _msvccompiler.py
                                archive_util.py
                                ccompiler.py
                                cmd.py
                                core.py
                                cygwinccompiler.py
                                debug.py
                                dep_util.py
                                dir_util.py
                                dist.py
                                errors.py
                                extension.py
                                fancy_getopt.py
                                file_util.py
                                filelist.py
                                log.py
                                spawn.py
                                sysconfig.py
                                text_file.py
                                unixccompiler.py
                                util.py
                                version.py
                                versionpredicate.py
                                zosccompiler.py
                            _vendor/
                                autocommand/
                                    __init__.py
                                    autoasync.py
                                    autocommand.py
                                    automain.py
                                    autoparse.py
                                    errors.py
                                autocommand-2.2.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                backports/
                                    tarfile/
                                        compat/
                                            __init__.py
                                            py38.py
                                        __init__.py
                                        __main__.py
                                    __init__.py
                                backports.tarfile-1.2.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                importlib_metadata/
                                    compat/
                                        __init__.py
                                        py311.py
                                        py39.py
                                    __init__.py
                                    _adapters.py
                                    _collections.py
                                    _compat.py
                                    _functools.py
                                    _itertools.py
                                    _meta.py
                                    _text.py
                                    diagnose.py
                                    py.typed
                                importlib_metadata-8.0.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                inflect/
                                    compat/
                                        __init__.py
                                        py38.py
                                    __init__.py
                                    py.typed
                                inflect-7.3.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                jaraco/
                                    collections/
                                        __init__.py
                                        py.typed
                                    functools/
                                        __init__.py
                                        __init__.pyi
                                        py.typed
                                    text/
                                        __init__.py
                                        layouts.py
                                        Lorem ipsum.txt
                                        show-newlines.py
                                        strip-prefix.py
                                        to-dvorak.py
                                        to-qwerty.py
                                    context.py
                                jaraco.collections-5.1.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                jaraco.context-5.3.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                jaraco.functools-4.0.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                jaraco.text-3.12.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                more_itertools/
                                    __init__.py
                                    __init__.pyi
                                    more.py
                                    more.pyi
                                    py.typed
                                    recipes.py
                                    recipes.pyi
                                more_itertools-10.3.0.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                packaging/
                                    licenses/
                                        __init__.py
                                        _spdx.py
                                    __init__.py
                                    _elffile.py
                                    _manylinux.py
                                    _musllinux.py
                                    _parser.py
                                    _structures.py
                                    _tokenizer.py
                                    markers.py
                                    metadata.py
                                    py.typed
                                    requirements.py
                                    specifiers.py
                                    tags.py
                                    utils.py
                                    version.py
                                packaging-24.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    LICENSE.APACHE
                                    LICENSE.BSD
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                platformdirs/
                                    __init__.py
                                    __main__.py
                                    android.py
                                    api.py
                                    macos.py
                                    py.typed
                                    unix.py
                                    version.py
                                    windows.py
                                platformdirs-4.2.2.dist-info/
                                    licenses/
                                        LICENSE
                                    INSTALLER
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                tomli/
                                    __init__.py
                                    _parser.py
                                    _re.py
                                    _types.py
                                    py.typed
                                tomli-2.0.1.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                typeguard/
                                    __init__.py
                                    _checkers.py
                                    _config.py
                                    _decorators.py
                                    _exceptions.py
                                    _functions.py
                                    _importhook.py
                                    _memo.py
                                    _pytest_plugin.py
                                    _suppression.py
                                    _transformer.py
                                    _union_transformer.py
                                    _utils.py
                                    py.typed
                                typeguard-4.3.0.dist-info/
                                    entry_points.txt
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    top_level.txt
                                    WHEEL
                                typing_extensions-4.12.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    WHEEL
                                wheel/
                                    cli/
                                        __init__.py
                                        convert.py
                                        pack.py
                                        tags.py
                                        unpack.py
                                    vendored/
                                        packaging/
                                            __init__.py
                                            _elffile.py
                                            _manylinux.py
                                            _musllinux.py
                                            _parser.py
                                            _structures.py
                                            _tokenizer.py
                                            LICENSE
                                            LICENSE.APACHE
                                            LICENSE.BSD
                                            markers.py
                                            requirements.py
                                            specifiers.py
                                            tags.py
                                            utils.py
                                            version.py
                                        __init__.py
                                        vendor.txt
                                    __init__.py
                                    __main__.py
                                    _bdist_wheel.py
                                    _setuptools_logging.py
                                    bdist_wheel.py
                                    macosx_libfile.py
                                    metadata.py
                                    util.py
                                    wheelfile.py
                                wheel-0.45.1.dist-info/
                                    entry_points.txt
                                    INSTALLER
                                    LICENSE.txt
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    WHEEL
                                zipp/
                                    compat/
                                        __init__.py
                                        py310.py
                                    __init__.py
                                    glob.py
                                zipp-3.19.2.dist-info/
                                    INSTALLER
                                    LICENSE
                                    METADATA
                                    RECORD
                                    REQUESTED
                                    top_level.txt
                                    WHEEL
                                typing_extensions.py
                            command/
                                __init__.py
                                _requirestxt.py
                                alias.py
                                bdist_egg.py
                                bdist_rpm.py
                                bdist_wheel.py
                                build.py
                                build_clib.py
                                build_ext.py
                                build_py.py
                                develop.py
                                dist_info.py
                                easy_install.py
                                editable_wheel.py
                                egg_info.py
                                install.py
                                install_egg_info.py
                                install_lib.py
                                install_scripts.py
                                launcher manifest.xml
                                rotate.py
                                saveopts.py
                                sdist.py
                                setopt.py
                                test.py
                            compat/
                                __init__.py
                                py310.py
                                py311.py
                                py312.py
                                py39.py
                            config/
                                _validate_pyproject/
                                    __init__.py
                                    error_reporting.py
                                    extra_validations.py
                                    fastjsonschema_exceptions.py
                                    fastjsonschema_validations.py
                                    formats.py
                                    NOTICE
                                __init__.py
                                _apply_pyprojecttoml.py
                                distutils.schema.json
                                expand.py
                                NOTICE
                                pyprojecttoml.py
                                setupcfg.py
                                setuptools.schema.json
                            tests/
                                compat/
                                    __init__.py
                                    py39.py
                                config/
                                    downloads/
                                        __init__.py
                                        preload.py
                                    __init__.py
                                    setupcfg_examples.txt
                                    test_apply_pyprojecttoml.py
                                    test_expand.py
                                    test_pyprojecttoml.py
                                    test_pyprojecttoml_dynamic_deps.py
                                    test_setupcfg.py
                                indexes/
                                    test_links_priority/
                                        simple/
                                            foobar/
                                                index.html
                                        external.html
                                integration/
                                    __init__.py
                                    helpers.py
                                    test_pbr.py
                                    test_pip_install_sdist.py
                                __init__.py
                                contexts.py
                                environment.py
                                fixtures.py
                                mod_with_constant.py
                                namespaces.py
                                script-with-bom.py
                                test_archive_util.py
                                test_bdist_deprecations.py
                                test_bdist_egg.py
                                test_bdist_wheel.py
                                test_build.py
                                test_build_clib.py
                                test_build_ext.py
                                test_build_meta.py
                                test_build_py.py
                                test_config_discovery.py
                                test_core_metadata.py
                                test_depends.py
                                test_develop.py
                                test_dist.py
                                test_dist_info.py
                                test_distutils_adoption.py
                                test_editable_install.py
                                test_egg_info.py
                                test_extern.py
                                test_find_packages.py
                                test_find_py_modules.py
                                test_glob.py
                                test_install_scripts.py
                                test_logging.py
                                test_manifest.py
                                test_namespaces.py
                                test_scripts.py
                                test_sdist.py
                                test_setopt.py
                                test_setuptools.py
                                test_shutil_wrapper.py
                                test_unicode_utils.py
                                test_virtualenv.py
                                test_warnings.py
                                test_wheel.py
                                test_windows_wrappers.py
                                text.py
                                textwrap.py
                            __init__.py
                            _core_metadata.py
                            _discovery.py
                            _entry_points.py
                            _imp.py
                            _importlib.py
                            _itertools.py
                            _normalization.py
                            _path.py
                            _reqs.py
                            _scripts.py
                            _shutil.py
                            _static.py
                            archive_util.py
                            build_meta.py
                            cli-32.exe
                            cli-64.exe
                            cli-arm64.exe
                            cli.exe
                            depends.py
                            discovery.py
                            dist.py
                            errors.py
                            extension.py
                            glob.py
                            gui-32.exe
                            gui-64.exe
                            gui-arm64.exe
                            gui.exe
                            installer.py
                            launch.py
                            logging.py
                            modified.py
                            monkey.py
                            msvc.py
                            namespaces.py
                            script (dev).tmpl
                            script.tmpl
                            unicode_utils.py
                            version.py
                            warnings.py
                            wheel.py
                            windows_support.py
                        setuptools-80.9.0.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        six-1.17.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        sklearn/
                            .dylibs/
                                libomp.dylib
                            __check_build/
                                __init__.py
                                _check_build.cpython-313-darwin.so
                                _check_build.pyx
                                meson.build
                            _build_utils/
                                __init__.py
                                tempita.py
                                version.py
                            _loss/
                                tests/
                                    __init__.py
                                    test_link.py
                                    test_loss.py
                                __init__.py
                                _loss.cpython-313-darwin.so
                                _loss.pxd
                                _loss.pyx.tp
                                link.py
                                loss.py
                                meson.build
                            cluster/
                                _hdbscan/
                                    tests/
                                        __init__.py
                                        test_reachibility.py
                                    __init__.py
                                    _linkage.cpython-313-darwin.so
                                    _linkage.pyx
                                    _reachability.cpython-313-darwin.so
                                    _reachability.pyx
                                    _tree.cpython-313-darwin.so
                                    _tree.pxd
                                    _tree.pyx
                                    hdbscan.py
                                    meson.build
                                tests/
                                    __init__.py
                                    common.py
                                    test_affinity_propagation.py
                                    test_bicluster.py
                                    test_birch.py
                                    test_bisect_k_means.py
                                    test_dbscan.py
                                    test_feature_agglomeration.py
                                    test_hdbscan.py
                                    test_hierarchical.py
                                    test_k_means.py
                                    test_mean_shift.py
                                    test_optics.py
                                    test_spectral.py
                                __init__.py
                                _affinity_propagation.py
                                _agglomerative.py
                                _bicluster.py
                                _birch.py
                                _bisect_k_means.py
                                _dbscan.py
                                _dbscan_inner.cpython-313-darwin.so
                                _dbscan_inner.pyx
                                _feature_agglomeration.py
                                _hierarchical_fast.cpython-313-darwin.so
                                _hierarchical_fast.pxd
                                _hierarchical_fast.pyx
                                _k_means_common.cpython-313-darwin.so
                                _k_means_common.pxd
                                _k_means_common.pyx
                                _k_means_elkan.cpython-313-darwin.so
                                _k_means_elkan.pyx
                                _k_means_lloyd.cpython-313-darwin.so
                                _k_means_lloyd.pyx
                                _k_means_minibatch.cpython-313-darwin.so
                                _k_means_minibatch.pyx
                                _kmeans.py
                                _mean_shift.py
                                _optics.py
                                _spectral.py
                                meson.build
                            compose/
                                tests/
                                    __init__.py
                                    test_column_transformer.py
                                    test_target.py
                                __init__.py
                                _column_transformer.py
                                _target.py
                            covariance/
                                tests/
                                    __init__.py
                                    test_covariance.py
                                    test_elliptic_envelope.py
                                    test_graphical_lasso.py
                                    test_robust_covariance.py
                                __init__.py
                                _elliptic_envelope.py
                                _empirical_covariance.py
                                _graph_lasso.py
                                _robust_covariance.py
                                _shrunk_covariance.py
                            cross_decomposition/
                                tests/
                                    __init__.py
                                    test_pls.py
                                __init__.py
                                _pls.py
                            datasets/
                                data/
                                    __init__.py
                                    breast_cancer.csv
                                    diabetes_data_raw.csv.gz
                                    diabetes_target.csv.gz
                                    digits.csv.gz
                                    iris.csv
                                    linnerud_exercise.csv
                                    linnerud_physiological.csv
                                    wine_data.csv
                                descr/
                                    __init__.py
                                    breast_cancer.rst
                                    california_housing.rst
                                    covtype.rst
                                    diabetes.rst
                                    digits.rst
                                    iris.rst
                                    kddcup99.rst
                                    lfw.rst
                                    linnerud.rst
                                    olivetti_faces.rst
                                    rcv1.rst
                                    species_distributions.rst
                                    twenty_newsgroups.rst
                                    wine_data.rst
                                images/
                                    __init__.py
                                    china.jpg
                                    flower.jpg
                                    README.txt
                                tests/
                                    data/
                                        openml/
                                            id_1/
                                                __init__.py
                                                api-v1-jd-1.json.gz
                                                api-v1-jdf-1.json.gz
                                                api-v1-jdq-1.json.gz
                                                data-v1-dl-1.arff.gz
                                            id_1119/
                                                __init__.py
                                                api-v1-jd-1119.json.gz
                                                api-v1-jdf-1119.json.gz
                                                api-v1-jdl-dn-adult-census-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-adult-census-l-2-s-act-.json.gz
                                                api-v1-jdq-1119.json.gz
                                                data-v1-dl-54002.arff.gz
                                            id_1590/
                                                __init__.py
                                                api-v1-jd-1590.json.gz
                                                api-v1-jdf-1590.json.gz
                                                api-v1-jdq-1590.json.gz
                                                data-v1-dl-1595261.arff.gz
                                            id_2/
                                                __init__.py
                                                api-v1-jd-2.json.gz
                                                api-v1-jdf-2.json.gz
                                                api-v1-jdl-dn-anneal-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-anneal-l-2-s-act-.json.gz
                                                api-v1-jdq-2.json.gz
                                                data-v1-dl-1666876.arff.gz
                                            id_292/
                                                __init__.py
                                                api-v1-jd-292.json.gz
                                                api-v1-jd-40981.json.gz
                                                api-v1-jdf-292.json.gz
                                                api-v1-jdf-40981.json.gz
                                                api-v1-jdl-dn-australian-l-2-dv-1-s-dact.json.gz
                                                api-v1-jdl-dn-australian-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-australian-l-2-s-act-.json.gz
                                                data-v1-dl-49822.arff.gz
                                            id_3/
                                                __init__.py
                                                api-v1-jd-3.json.gz
                                                api-v1-jdf-3.json.gz
                                                api-v1-jdq-3.json.gz
                                                data-v1-dl-3.arff.gz
                                            id_40589/
                                                __init__.py
                                                api-v1-jd-40589.json.gz
                                                api-v1-jdf-40589.json.gz
                                                api-v1-jdl-dn-emotions-l-2-dv-3.json.gz
                                                api-v1-jdl-dn-emotions-l-2-s-act-.json.gz
                                                api-v1-jdq-40589.json.gz
                                                data-v1-dl-4644182.arff.gz
                                            id_40675/
                                                __init__.py
                                                api-v1-jd-40675.json.gz
                                                api-v1-jdf-40675.json.gz
                                                api-v1-jdl-dn-glass2-l-2-dv-1-s-dact.json.gz
                                                api-v1-jdl-dn-glass2-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-glass2-l-2-s-act-.json.gz
                                                api-v1-jdq-40675.json.gz
                                                data-v1-dl-4965250.arff.gz
                                            id_40945/
                                                __init__.py
                                                api-v1-jd-40945.json.gz
                                                api-v1-jdf-40945.json.gz
                                                api-v1-jdq-40945.json.gz
                                                data-v1-dl-16826755.arff.gz
                                            id_40966/
                                                __init__.py
                                                api-v1-jd-40966.json.gz
                                                api-v1-jdf-40966.json.gz
                                                api-v1-jdl-dn-miceprotein-l-2-dv-4.json.gz
                                                api-v1-jdl-dn-miceprotein-l-2-s-act-.json.gz
                                                api-v1-jdq-40966.json.gz
                                                data-v1-dl-17928620.arff.gz
                                            id_42074/
                                                __init__.py
                                                api-v1-jd-42074.json.gz
                                                api-v1-jdf-42074.json.gz
                                                api-v1-jdq-42074.json.gz
                                                data-v1-dl-21552912.arff.gz
                                            id_42585/
                                                __init__.py
                                                api-v1-jd-42585.json.gz
                                                api-v1-jdf-42585.json.gz
                                                api-v1-jdq-42585.json.gz
                                                data-v1-dl-21854866.arff.gz
                                            id_561/
                                                __init__.py
                                                api-v1-jd-561.json.gz
                                                api-v1-jdf-561.json.gz
                                                api-v1-jdl-dn-cpu-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-cpu-l-2-s-act-.json.gz
                                                api-v1-jdq-561.json.gz
                                                data-v1-dl-52739.arff.gz
                                            id_61/
                                                __init__.py
                                                api-v1-jd-61.json.gz
                                                api-v1-jdf-61.json.gz
                                                api-v1-jdl-dn-iris-l-2-dv-1.json.gz
                                                api-v1-jdl-dn-iris-l-2-s-act-.json.gz
                                                api-v1-jdq-61.json.gz
                                                data-v1-dl-61.arff.gz
                                            id_62/
                                                __init__.py
                                                api-v1-jd-62.json.gz
                                                api-v1-jdf-62.json.gz
                                                api-v1-jdq-62.json.gz
                                                data-v1-dl-52352.arff.gz
                                            __init__.py
                                        __init__.py
                                        svmlight_classification.txt
                                        svmlight_invalid.txt
                                        svmlight_invalid_order.txt
                                        svmlight_multilabel.txt
                                    __init__.py
                                    test_20news.py
                                    test_arff_parser.py
                                    test_base.py
                                    test_california_housing.py
                                    test_common.py
                                    test_covtype.py
                                    test_kddcup99.py
                                    test_lfw.py
                                    test_olivetti_faces.py
                                    test_openml.py
                                    test_rcv1.py
                                    test_samples_generator.py
                                    test_svmlight_format.py
                                __init__.py
                                _arff_parser.py
                                _base.py
                                _california_housing.py
                                _covtype.py
                                _kddcup99.py
                                _lfw.py
                                _olivetti_faces.py
                                _openml.py
                                _rcv1.py
                                _samples_generator.py
                                _species_distributions.py
                                _svmlight_format_fast.cpython-313-darwin.so
                                _svmlight_format_fast.pyx
                                _svmlight_format_io.py
                                _twenty_newsgroups.py
                                meson.build
                            decomposition/
                                tests/
                                    __init__.py
                                    test_dict_learning.py
                                    test_factor_analysis.py
                                    test_fastica.py
                                    test_incremental_pca.py
                                    test_kernel_pca.py
                                    test_nmf.py
                                    test_online_lda.py
                                    test_pca.py
                                    test_sparse_pca.py
                                    test_truncated_svd.py
                                __init__.py
                                _base.py
                                _cdnmf_fast.cpython-313-darwin.so
                                _cdnmf_fast.pyx
                                _dict_learning.py
                                _factor_analysis.py
                                _fastica.py
                                _incremental_pca.py
                                _kernel_pca.py
                                _lda.py
                                _nmf.py
                                _online_lda_fast.cpython-313-darwin.so
                                _online_lda_fast.pyx
                                _pca.py
                                _sparse_pca.py
                                _truncated_svd.py
                                meson.build
                            ensemble/
                                _hist_gradient_boosting/
                                    tests/
                                        __init__.py
                                        test_binning.py
                                        test_bitset.py
                                        test_compare_lightgbm.py
                                        test_gradient_boosting.py
                                        test_grower.py
                                        test_histogram.py
                                        test_monotonic_constraints.py
                                        test_predictor.py
                                        test_splitting.py
                                        test_warm_start.py
                                    __init__.py
                                    _binning.cpython-313-darwin.so
                                    _binning.pyx
                                    _bitset.cpython-313-darwin.so
                                    _bitset.pxd
                                    _bitset.pyx
                                    _gradient_boosting.cpython-313-darwin.so
                                    _gradient_boosting.pyx
                                    _predictor.cpython-313-darwin.so
                                    _predictor.pyx
                                    binning.py
                                    common.cpython-313-darwin.so
                                    common.pxd
                                    common.pyx
                                    gradient_boosting.py
                                    grower.py
                                    histogram.cpython-313-darwin.so
                                    histogram.pyx
                                    meson.build
                                    predictor.py
                                    splitting.cpython-313-darwin.so
                                    splitting.pyx
                                    utils.py
                                tests/
                                    __init__.py
                                    test_bagging.py
                                    test_base.py
                                    test_common.py
                                    test_forest.py
                                    test_gradient_boosting.py
                                    test_iforest.py
                                    test_stacking.py
                                    test_voting.py
                                    test_weight_boosting.py
                                __init__.py
                                _bagging.py
                                _base.py
                                _forest.py
                                _gb.py
                                _gradient_boosting.cpython-313-darwin.so
                                _gradient_boosting.pyx
                                _iforest.py
                                _stacking.py
                                _voting.py
                                _weight_boosting.py
                                meson.build
                            experimental/
                                tests/
                                    __init__.py
                                    test_enable_hist_gradient_boosting.py
                                    test_enable_iterative_imputer.py
                                    test_enable_successive_halving.py
                                __init__.py
                                enable_halving_search_cv.py
                                enable_hist_gradient_boosting.py
                                enable_iterative_imputer.py
                            externals/
                                _packaging/
                                    __init__.py
                                    _structures.py
                                    version.py
                                _scipy/
                                    sparse/
                                        csgraph/
                                            __init__.py
                                            _laplacian.py
                                        __init__.py
                                    __init__.py
                                array_api_compat/
                                    common/
                                        __init__.py
                                        _aliases.py
                                        _fft.py
                                        _helpers.py
                                        _linalg.py
                                        _typing.py
                                    cupy/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    dask/
                                        array/
                                            __init__.py
                                            _aliases.py
                                            _info.py
                                            fft.py
                                            linalg.py
                                        __init__.py
                                    numpy/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    torch/
                                        __init__.py
                                        _aliases.py
                                        _info.py
                                        _typing.py
                                        fft.py
                                        linalg.py
                                    __init__.py
                                    _internal.py
                                    LICENSE
                                    py.typed
                                    README.md
                                array_api_extra/
                                    _lib/
                                        _utils/
                                            __init__.py
                                            _compat.py
                                            _compat.pyi
                                            _helpers.py
                                            _typing.py
                                            _typing.pyi
                                        __init__.py
                                        _at.py
                                        _backends.py
                                        _funcs.py
                                        _lazy.py
                                        _testing.py
                                    __init__.py
                                    _delegation.py
                                    LICENSE
                                    py.typed
                                    README.md
                                    testing.py
                                __init__.py
                                _arff.py
                                _array_api_compat_vendor.py
                                conftest.py
                                README
                            feature_extraction/
                                tests/
                                    __init__.py
                                    test_dict_vectorizer.py
                                    test_feature_hasher.py
                                    test_image.py
                                    test_text.py
                                __init__.py
                                _dict_vectorizer.py
                                _hash.py
                                _hashing_fast.cpython-313-darwin.so
                                _hashing_fast.pyx
                                _stop_words.py
                                image.py
                                meson.build
                                text.py
                            feature_selection/
                                tests/
                                    __init__.py
                                    test_base.py
                                    test_chi2.py
                                    test_feature_select.py
                                    test_from_model.py
                                    test_mutual_info.py
                                    test_rfe.py
                                    test_sequential.py
                                    test_variance_threshold.py
                                __init__.py
                                _base.py
                                _from_model.py
                                _mutual_info.py
                                _rfe.py
                                _sequential.py
                                _univariate_selection.py
                                _variance_threshold.py
                            frozen/
                                tests/
                                    __init__.py
                                    test_frozen.py
                                __init__.py
                                _frozen.py
                            gaussian_process/
                                tests/
                                    __init__.py
                                    _mini_sequence_kernel.py
                                    test_gpc.py
                                    test_gpr.py
                                    test_kernels.py
                                __init__.py
                                _gpc.py
                                _gpr.py
                                kernels.py
                            impute/
                                tests/
                                    __init__.py
                                    test_base.py
                                    test_common.py
                                    test_impute.py
                                    test_knn.py
                                __init__.py
                                _base.py
                                _iterative.py
                                _knn.py
                            inspection/
                                _plot/
                                    tests/
                                        __init__.py
                                        test_boundary_decision_display.py
                                        test_plot_partial_dependence.py
                                    __init__.py
                                    decision_boundary.py
                                    partial_dependence.py
                                tests/
                                    __init__.py
                                    test_partial_dependence.py
                                    test_pd_utils.py
                                    test_permutation_importance.py
                                __init__.py
                                _partial_dependence.py
                                _pd_utils.py
                                _permutation_importance.py
                            linear_model/
                                _glm/
                                    tests/
                                        __init__.py
                                        test_glm.py
                                    __init__.py
                                    _newton_solver.py
                                    glm.py
                                tests/
                                    __init__.py
                                    test_base.py
                                    test_bayes.py
                                    test_common.py
                                    test_coordinate_descent.py
                                    test_huber.py
                                    test_least_angle.py
                                    test_linear_loss.py
                                    test_logistic.py
                                    test_omp.py
                                    test_passive_aggressive.py
                                    test_perceptron.py
                                    test_quantile.py
                                    test_ransac.py
                                    test_ridge.py
                                    test_sag.py
                                    test_sgd.py
                                    test_sparse_coordinate_descent.py
                                    test_theil_sen.py
                                __init__.py
                                _base.py
                                _bayes.py
                                _cd_fast.cpython-313-darwin.so
                                _cd_fast.pyx
                                _coordinate_descent.py
                                _huber.py
                                _least_angle.py
                                _linear_loss.py
                                _logistic.py
                                _omp.py
                                _passive_aggressive.py
                                _perceptron.py
                                _quantile.py
                                _ransac.py
                                _ridge.py
                                _sag.py
                                _sag_fast.cpython-313-darwin.so
                                _sag_fast.pyx.tp
                                _sgd_fast.cpython-313-darwin.so
                                _sgd_fast.pyx.tp
                                _stochastic_gradient.py
                                _theil_sen.py
                                meson.build
                            manifold/
                                tests/
                                    __init__.py
                                    test_isomap.py
                                    test_locally_linear.py
                                    test_mds.py
                                    test_spectral_embedding.py
                                    test_t_sne.py
                                __init__.py
                                _barnes_hut_tsne.cpython-313-darwin.so
                                _barnes_hut_tsne.pyx
                                _isomap.py
                                _locally_linear.py
                                _mds.py
                                _spectral_embedding.py
                                _t_sne.py
                                _utils.cpython-313-darwin.so
                                _utils.pyx
                                meson.build
                            metrics/
                                _pairwise_distances_reduction/
                                    __init__.py
                                    _argkmin.cpython-313-darwin.so
                                    _argkmin.pxd.tp
                                    _argkmin.pyx.tp
                                    _argkmin_classmode.cpython-313-darwin.so
                                    _argkmin_classmode.pyx.tp
                                    _base.cpython-313-darwin.so
                                    _base.pxd.tp
                                    _base.pyx.tp
                                    _classmode.pxd
                                    _datasets_pair.cpython-313-darwin.so
                                    _datasets_pair.pxd.tp
                                    _datasets_pair.pyx.tp
                                    _dispatcher.py
                                    _middle_term_computer.cpython-313-darwin.so
                                    _middle_term_computer.pxd.tp
                                    _middle_term_computer.pyx.tp
                                    _radius_neighbors.cpython-313-darwin.so
                                    _radius_neighbors.pxd.tp
                                    _radius_neighbors.pyx.tp
                                    _radius_neighbors_classmode.cpython-313-darwin.so
                                    _radius_neighbors_classmode.pyx.tp
                                    meson.build
                                _plot/
                                    tests/
                                        __init__.py
                                        test_common_curve_display.py
                                        test_confusion_matrix_display.py
                                        test_det_curve_display.py
                                        test_precision_recall_display.py
                                        test_predict_error_display.py
                                        test_roc_curve_display.py
                                    __init__.py
                                    confusion_matrix.py
                                    det_curve.py
                                    precision_recall_curve.py
                                    regression.py
                                    roc_curve.py
                                cluster/
                                    tests/
                                        __init__.py
                                        test_bicluster.py
                                        test_common.py
                                        test_supervised.py
                                        test_unsupervised.py
                                    __init__.py
                                    _bicluster.py
                                    _expected_mutual_info_fast.cpython-313-darwin.so
                                    _expected_mutual_info_fast.pyx
                                    _supervised.py
                                    _unsupervised.py
                                    meson.build
                                tests/
                                    __init__.py
                                    test_classification.py
                                    test_common.py
                                    test_dist_metrics.py
                                    test_pairwise.py
                                    test_pairwise_distances_reduction.py
                                    test_ranking.py
                                    test_regression.py
                                    test_score_objects.py
                                __init__.py
                                _base.py
                                _classification.py
                                _dist_metrics.cpython-313-darwin.so
                                _dist_metrics.pxd
                                _dist_metrics.pxd.tp
                                _dist_metrics.pyx.tp
                                _pairwise_fast.cpython-313-darwin.so
                                _pairwise_fast.pyx
                                _ranking.py
                                _regression.py
                                _scorer.py
                                meson.build
                                pairwise.py
                            mixture/
                                tests/
                                    __init__.py
                                    test_bayesian_mixture.py
                                    test_gaussian_mixture.py
                                    test_mixture.py
                                __init__.py
                                _base.py
                                _bayesian_mixture.py
                                _gaussian_mixture.py
                            model_selection/
                                tests/
                                    __init__.py
                                    common.py
                                    test_classification_threshold.py
                                    test_plot.py
                                    test_search.py
                                    test_split.py
                                    test_successive_halving.py
                                    test_validation.py
                                __init__.py
                                _classification_threshold.py
                                _plot.py
                                _search.py
                                _search_successive_halving.py
                                _split.py
                                _validation.py
                            neighbors/
                                tests/
                                    __init__.py
                                    test_ball_tree.py
                                    test_graph.py
                                    test_kd_tree.py
                                    test_kde.py
                                    test_lof.py
                                    test_nca.py
                                    test_nearest_centroid.py
                                    test_neighbors.py
                                    test_neighbors_pipeline.py
                                    test_neighbors_tree.py
                                    test_quad_tree.py
                                __init__.py
                                _ball_tree.cpython-313-darwin.so
                                _ball_tree.pyx.tp
                                _base.py
                                _binary_tree.pxi.tp
                                _classification.py
                                _graph.py
                                _kd_tree.cpython-313-darwin.so
                                _kd_tree.pyx.tp
                                _kde.py
                                _lof.py
                                _nca.py
                                _nearest_centroid.py
                                _partition_nodes.cpython-313-darwin.so
                                _partition_nodes.pxd
                                _partition_nodes.pyx
                                _quad_tree.cpython-313-darwin.so
                                _quad_tree.pxd
                                _quad_tree.pyx
                                _regression.py
                                _unsupervised.py
                                meson.build
                            neural_network/
                                tests/
                                    __init__.py
                                    test_base.py
                                    test_mlp.py
                                    test_rbm.py
                                    test_stochastic_optimizers.py
                                __init__.py
                                _base.py
                                _multilayer_perceptron.py
                                _rbm.py
                                _stochastic_optimizers.py
                            preprocessing/
                                tests/
                                    __init__.py
                                    test_common.py
                                    test_data.py
                                    test_discretization.py
                                    test_encoders.py
                                    test_function_transformer.py
                                    test_label.py
                                    test_polynomial.py
                                    test_target_encoder.py
                                __init__.py
                                _csr_polynomial_expansion.cpython-313-darwin.so
                                _csr_polynomial_expansion.pyx
                                _data.py
                                _discretization.py
                                _encoders.py
                                _function_transformer.py
                                _label.py
                                _polynomial.py
                                _target_encoder.py
                                _target_encoder_fast.cpython-313-darwin.so
                                _target_encoder_fast.pyx
                                meson.build
                            semi_supervised/
                                tests/
                                    __init__.py
                                    test_label_propagation.py
                                    test_self_training.py
                                __init__.py
                                _label_propagation.py
                                _self_training.py
                            svm/
                                src/
                                    liblinear/
                                        _cython_blas_helpers.h
                                        COPYRIGHT
                                        liblinear_helper.c
                                        linear.cpp
                                        linear.h
                                        tron.cpp
                                        tron.h
                                    libsvm/
                                        _svm_cython_blas_helpers.h
                                        LIBSVM_CHANGES
                                        libsvm_helper.c
                                        libsvm_sparse_helper.c
                                        libsvm_template.cpp
                                        svm.cpp
                                        svm.h
                                    newrand/
                                        newrand.h
                                tests/
                                    __init__.py
                                    test_bounds.py
                                    test_sparse.py
                                    test_svm.py
                                __init__.py
                                _base.py
                                _bounds.py
                                _classes.py
                                _liblinear.cpython-313-darwin.so
                                _liblinear.pxi
                                _liblinear.pyx
                                _libsvm.cpython-313-darwin.so
                                _libsvm.pxi
                                _libsvm.pyx
                                _libsvm_sparse.cpython-313-darwin.so
                                _libsvm_sparse.pyx
                                _newrand.cpython-313-darwin.so
                                _newrand.pyx
                                meson.build
                            tests/
                                __init__.py
                                metadata_routing_common.py
                                test_base.py
                                test_build.py
                                test_calibration.py
                                test_check_build.py
                                test_common.py
                                test_config.py
                                test_discriminant_analysis.py
                                test_docstring_parameters.py
                                test_docstring_parameters_consistency.py
                                test_docstrings.py
                                test_dummy.py
                                test_init.py
                                test_isotonic.py
                                test_kernel_approximation.py
                                test_kernel_ridge.py
                                test_metadata_routing.py
                                test_metaestimators.py
                                test_metaestimators_metadata_routing.py
                                test_min_dependencies_readme.py
                                test_multiclass.py
                                test_multioutput.py
                                test_naive_bayes.py
                                test_pipeline.py
                                test_public_functions.py
                                test_random_projection.py
                            tree/
                                tests/
                                    __init__.py
                                    test_export.py
                                    test_monotonic_tree.py
                                    test_reingold_tilford.py
                                    test_tree.py
                                __init__.py
                                _classes.py
                                _criterion.cpython-313-darwin.so
                                _criterion.pxd
                                _criterion.pyx
                                _export.py
                                _partitioner.cpython-313-darwin.so
                                _partitioner.pxd
                                _partitioner.pyx
                                _reingold_tilford.py
                                _splitter.cpython-313-darwin.so
                                _splitter.pxd
                                _splitter.pyx
                                _tree.cpython-313-darwin.so
                                _tree.pxd
                                _tree.pyx
                                _utils.cpython-313-darwin.so
                                _utils.pxd
                                _utils.pyx
                                meson.build
                            utils/
                                _repr_html/
                                    tests/
                                        __init__.py
                                        test_estimator.py
                                        test_params.py
                                    __init__.py
                                    base.py
                                    estimator.css
                                    estimator.js
                                    estimator.py
                                    params.css
                                    params.py
                                _test_common/
                                    __init__.py
                                    instance_generator.py
                                src/
                                    MurmurHash3.cpp
                                    MurmurHash3.h
                                tests/
                                    __init__.py
                                    test_arpack.py
                                    test_array_api.py
                                    test_arrayfuncs.py
                                    test_bunch.py
                                    test_chunking.py
                                    test_class_weight.py
                                    test_cython_blas.py
                                    test_deprecation.py
                                    test_encode.py
                                    test_estimator_checks.py
                                    test_estimator_html_repr.py
                                    test_extmath.py
                                    test_fast_dict.py
                                    test_fixes.py
                                    test_graph.py
                                    test_indexing.py
                                    test_mask.py
                                    test_metaestimators.py
                                    test_missing.py
                                    test_mocking.py
                                    test_multiclass.py
                                    test_murmurhash.py
                                    test_optimize.py
                                    test_parallel.py
                                    test_param_validation.py
                                    test_plotting.py
                                    test_pprint.py
                                    test_random.py
                                    test_response.py
                                    test_seq_dataset.py
                                    test_set_output.py
                                    test_shortest_path.py
                                    test_show_versions.py
                                    test_sparsefuncs.py
                                    test_stats.py
                                    test_tags.py
                                    test_testing.py
                                    test_typedefs.py
                                    test_unique.py
                                    test_user_interface.py
                                    test_validation.py
                                    test_weight_vector.py
                                __init__.py
                                _arpack.py
                                _array_api.py
                                _available_if.py
                                _bunch.py
                                _chunking.py
                                _cython_blas.cpython-313-darwin.so
                                _cython_blas.pxd
                                _cython_blas.pyx
                                _encode.py
                                _estimator_html_repr.py
                                _fast_dict.cpython-313-darwin.so
                                _fast_dict.pxd
                                _fast_dict.pyx
                                _heap.cpython-313-darwin.so
                                _heap.pxd
                                _heap.pyx
                                _indexing.py
                                _isfinite.cpython-313-darwin.so
                                _isfinite.pyx
                                _mask.py
                                _metadata_requests.py
                                _missing.py
                                _mocking.py
                                _openmp_helpers.cpython-313-darwin.so
                                _openmp_helpers.pxd
                                _openmp_helpers.pyx
                                _optional_dependencies.py
                                _param_validation.py
                                _plotting.py
                                _pprint.py
                                _random.cpython-313-darwin.so
                                _random.pxd
                                _random.pyx
                                _response.py
                                _seq_dataset.cpython-313-darwin.so
                                _seq_dataset.pxd.tp
                                _seq_dataset.pyx.tp
                                _set_output.py
                                _show_versions.py
                                _sorting.cpython-313-darwin.so
                                _sorting.pxd
                                _sorting.pyx
                                _tags.py
                                _testing.py
                                _typedefs.cpython-313-darwin.so
                                _typedefs.pxd
                                _typedefs.pyx
                                _unique.py
                                _user_interface.py
                                _vector_sentinel.cpython-313-darwin.so
                                _vector_sentinel.pxd
                                _vector_sentinel.pyx
                                _weight_vector.cpython-313-darwin.so
                                _weight_vector.pxd.tp
                                _weight_vector.pyx.tp
                                arrayfuncs.cpython-313-darwin.so
                                arrayfuncs.pyx
                                class_weight.py
                                deprecation.py
                                discovery.py
                                estimator_checks.py
                                extmath.py
                                fixes.py
                                graph.py
                                meson.build
                                metadata_routing.py
                                metaestimators.py
                                multiclass.py
                                murmurhash.cpython-313-darwin.so
                                murmurhash.pxd
                                murmurhash.pyx
                                optimize.py
                                parallel.py
                                random.py
                                sparsefuncs.py
                                sparsefuncs_fast.cpython-313-darwin.so
                                sparsefuncs_fast.pyx
                                stats.py
                                validation.py
                            __init__.py
                            _built_with_meson.py
                            _config.py
                            _cyutility.cpython-313-darwin.so
                            _distributor_init.py
                            _isotonic.cpython-313-darwin.so
                            _isotonic.pyx
                            _min_dependencies.py
                            base.py
                            calibration.py
                            conftest.py
                            discriminant_analysis.py
                            dummy.py
                            exceptions.py
                            isotonic.py
                            kernel_approximation.py
                            kernel_ridge.py
                            meson.build
                            multiclass.py
                            multioutput.py
                            naive_bayes.py
                            pipeline.py
                            random_projection.py
                        sortedcontainers/
                            __init__.py
                            sorteddict.py
                            sortedlist.py
                            sortedset.py
                        sortedcontainers-2.4.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        stack_data/
                            __init__.py
                            core.py
                            formatting.py
                            py.typed
                            serializing.py
                            utils.py
                            version.py
                        stack_data-0.6.3.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        tblib/
                            __init__.py
                            decorators.py
                            pickling_support.py
                        tblib-3.1.0.dist-info/
                            licenses/
                                AUTHORS.rst
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        texttable-1.7.0.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        threadpoolctl-3.6.0.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        tlz/
                            __init__.py
                            _build_tlz.py
                        tomli/
                            __init__.cpython-313-darwin.so
                            __init__.py
                            _parser.cpython-313-darwin.so
                            _parser.py
                            _re.cpython-313-darwin.so
                            _re.py
                            _types.cpython-313-darwin.so
                            _types.py
                            py.typed
                        tomli-2.2.1.dist-info/
                            INSTALLER
                            LICENSE
                            LICENSE-HEADER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        tomlkit/
                            __init__.py
                            _compat.py
                            _types.py
                            _utils.py
                            api.py
                            container.py
                            exceptions.py
                            items.py
                            parser.py
                            py.typed
                            source.py
                            toml_char.py
                            toml_document.py
                            toml_file.py
                        tomlkit-0.13.3.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        toolz/
                            curried/
                                __init__.py
                                exceptions.py
                                operator.py
                            sandbox/
                                __init__.py
                                core.py
                                parallel.py
                            tests/
                                test_compatibility.py
                                test_curried.py
                                test_curried_doctests.py
                                test_dicttoolz.py
                                test_functoolz.py
                                test_inspect_args.py
                                test_itertoolz.py
                                test_recipes.py
                                test_serialization.py
                                test_signatures.py
                                test_tlz.py
                                test_utils.py
                            __init__.py
                            _signatures.py
                            _version.py
                            compatibility.py
                            dicttoolz.py
                            functoolz.py
                            itertoolz.py
                            recipes.py
                            utils.py
                        toolz-1.0.0.dist-info/
                            AUTHORS.md
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        tornado/
                            __pycache__/
                                __init__.cpython-313.pyc
                                concurrent.cpython-313.pyc
                                escape.cpython-313.pyc
                                ioloop.cpython-313.pyc
                                log.cpython-313.pyc
                                util.cpython-313.pyc
                            platform/
                                __init__.py
                                asyncio.py
                                caresresolver.py
                                twisted.py
                            test/
                                csv_translations/
                                    fr_FR.csv
                                gettext_translations/
                                    fr_FR/
                                        LC_MESSAGES/
                                            tornado_test.mo
                                            tornado_test.po
                                static/
                                    dir/
                                        index.html
                                    robots.txt
                                    sample.xml
                                    sample.xml.bz2
                                    sample.xml.gz
                                templates/
                                    utf8.html
                                __init__.py
                                __main__.py
                                asyncio_test.py
                                auth_test.py
                                autoreload_test.py
                                circlerefs_test.py
                                concurrent_test.py
                                curl_httpclient_test.py
                                escape_test.py
                                gen_test.py
                                http1connection_test.py
                                httpclient_test.py
                                httpserver_test.py
                                httputil_test.py
                                import_test.py
                                ioloop_test.py
                                iostream_test.py
                                locale_test.py
                                locks_test.py
                                log_test.py
                                netutil_test.py
                                options_test.cfg
                                options_test.py
                                options_test_types.cfg
                                options_test_types_str.cfg
                                process_test.py
                                queues_test.py
                                resolve_test_helper.py
                                routing_test.py
                                runtests.py
                                simple_httpclient_test.py
                                static_foo.txt
                                tcpclient_test.py
                                tcpserver_test.py
                                template_test.py
                                test.crt
                                test.key
                                testing_test.py
                                twisted_test.py
                                util.py
                                util_test.py
                                web_test.py
                                websocket_test.py
                                wsgi_test.py
                            __init__.py
                            __init__.pyi
                            _locale_data.py
                            auth.py
                            autoreload.py
                            concurrent.py
                            curl_httpclient.py
                            escape.py
                            gen.py
                            http1connection.py
                            httpclient.py
                            httpserver.py
                            httputil.py
                            ioloop.py
                            iostream.py
                            locale.py
                            locks.py
                            log.py
                            netutil.py
                            options.py
                            process.py
                            py.typed
                            queues.py
                            routing.py
                            simple_httpclient.py
                            speedups.abi3.so
                            speedups.pyi
                            tcpclient.py
                            tcpserver.py
                            template.py
                            testing.py
                            util.py
                            web.py
                            websocket.py
                            wsgi.py
                        tornado-6.5.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        traitlets/
                            config/
                                __init__.py
                                application.py
                                argcomplete_config.py
                                configurable.py
                                loader.py
                                manager.py
                                sphinxdoc.py
                            tests/
                                __init__.py
                                test_traitlets.py
                                utils.py
                            utils/
                                __init__.py
                                bunch.py
                                decorators.py
                                descriptions.py
                                getargspec.py
                                importstring.py
                                nested_update.py
                                sentinel.py
                                text.py
                                warnings.py
                            __init__.py
                            _version.py
                            log.py
                            py.typed
                            traitlets.py
                        traitlets-5.14.3.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        typing_extensions-4.14.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        typing_inspection/
                            __init__.py
                            introspection.py
                            py.typed
                            typing_objects.py
                            typing_objects.pyi
                        typing_inspection-0.4.1.dist-info/
                            licenses/
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        tzdata/
                            zoneinfo/
                                Africa/
                                    __init__.py
                                    Abidjan
                                    Accra
                                    Addis_Ababa
                                    Algiers
                                    Asmara
                                    Asmera
                                    Bamako
                                    Bangui
                                    Banjul
                                    Bissau
                                    Blantyre
                                    Brazzaville
                                    Bujumbura
                                    Cairo
                                    Casablanca
                                    Ceuta
                                    Conakry
                                    Dakar
                                    Dar_es_Salaam
                                    Djibouti
                                    Douala
                                    El_Aaiun
                                    Freetown
                                    Gaborone
                                    Harare
                                    Johannesburg
                                    Juba
                                    Kampala
                                    Khartoum
                                    Kigali
                                    Kinshasa
                                    Lagos
                                    Libreville
                                    Lome
                                    Luanda
                                    Lubumbashi
                                    Lusaka
                                    Malabo
                                    Maputo
                                    Maseru
                                    Mbabane
                                    Mogadishu
                                    Monrovia
                                    Nairobi
                                    Ndjamena
                                    Niamey
                                    Nouakchott
                                    Ouagadougou
                                    Porto-Novo
                                    Sao_Tome
                                    Timbuktu
                                    Tripoli
                                    Tunis
                                    Windhoek
                                America/
                                    Argentina/
                                        __init__.py
                                        Buenos_Aires
                                        Catamarca
                                        ComodRivadavia
                                        Cordoba
                                        Jujuy
                                        La_Rioja
                                        Mendoza
                                        Rio_Gallegos
                                        Salta
                                        San_Juan
                                        San_Luis
                                        Tucuman
                                        Ushuaia
                                    Indiana/
                                        __init__.py
                                        Indianapolis
                                        Knox
                                        Marengo
                                        Petersburg
                                        Tell_City
                                        Vevay
                                        Vincennes
                                        Winamac
                                    Kentucky/
                                        __init__.py
                                        Louisville
                                        Monticello
                                    North_Dakota/
                                        __init__.py
                                        Beulah
                                        Center
                                        New_Salem
                                    __init__.py
                                    Adak
                                    Anchorage
                                    Anguilla
                                    Antigua
                                    Araguaina
                                    Aruba
                                    Asuncion
                                    Atikokan
                                    Atka
                                    Bahia
                                    Bahia_Banderas
                                    Barbados
                                    Belem
                                    Belize
                                    Blanc-Sablon
                                    Boa_Vista
                                    Bogota
                                    Boise
                                    Buenos_Aires
                                    Cambridge_Bay
                                    Campo_Grande
                                    Cancun
                                    Caracas
                                    Catamarca
                                    Cayenne
                                    Cayman
                                    Chicago
                                    Chihuahua
                                    Ciudad_Juarez
                                    Coral_Harbour
                                    Cordoba
                                    Costa_Rica
                                    Coyhaique
                                    Creston
                                    Cuiaba
                                    Curacao
                                    Danmarkshavn
                                    Dawson
                                    Dawson_Creek
                                    Denver
                                    Detroit
                                    Dominica
                                    Edmonton
                                    Eirunepe
                                    El_Salvador
                                    Ensenada
                                    Fort_Nelson
                                    Fort_Wayne
                                    Fortaleza
                                    Glace_Bay
                                    Godthab
                                    Goose_Bay
                                    Grand_Turk
                                    Grenada
                                    Guadeloupe
                                    Guatemala
                                    Guayaquil
                                    Guyana
                                    Halifax
                                    Havana
                                    Hermosillo
                                    Indianapolis
                                    Inuvik
                                    Iqaluit
                                    Jamaica
                                    Jujuy
                                    Juneau
                                    Knox_IN
                                    Kralendijk
                                    La_Paz
                                    Lima
                                    Los_Angeles
                                    Louisville
                                    Lower_Princes
                                    Maceio
                                    Managua
                                    Manaus
                                    Marigot
                                    Martinique
                                    Matamoros
                                    Mazatlan
                                    Mendoza
                                    Menominee
                                    Merida
                                    Metlakatla
                                    Mexico_City
                                    Miquelon
                                    Moncton
                                    Monterrey
                                    Montevideo
                                    Montreal
                                    Montserrat
                                    Nassau
                                    New_York
                                    Nipigon
                                    Nome
                                    Noronha
                                    Nuuk
                                    Ojinaga
                                    Panama
                                    Pangnirtung
                                    Paramaribo
                                    Phoenix
                                    Port-au-Prince
                                    Port_of_Spain
                                    Porto_Acre
                                    Porto_Velho
                                    Puerto_Rico
                                    Punta_Arenas
                                    Rainy_River
                                    Rankin_Inlet
                                    Recife
                                    Regina
                                    Resolute
                                    Rio_Branco
                                    Rosario
                                    Santa_Isabel
                                    Santarem
                                    Santiago
                                    Santo_Domingo
                                    Sao_Paulo
                                    Scoresbysund
                                    Shiprock
                                    Sitka
                                    St_Barthelemy
                                    St_Johns
                                    St_Kitts
                                    St_Lucia
                                    St_Thomas
                                    St_Vincent
                                    Swift_Current
                                    Tegucigalpa
                                    Thule
                                    Thunder_Bay
                                    Tijuana
                                    Toronto
                                    Tortola
                                    Vancouver
                                    Virgin
                                    Whitehorse
                                    Winnipeg
                                    Yakutat
                                    Yellowknife
                                Antarctica/
                                    __init__.py
                                    Casey
                                    Davis
                                    DumontDUrville
                                    Macquarie
                                    Mawson
                                    McMurdo
                                    Palmer
                                    Rothera
                                    South_Pole
                                    Syowa
                                    Troll
                                    Vostok
                                Arctic/
                                    __init__.py
                                    Longyearbyen
                                Asia/
                                    __init__.py
                                    Aden
                                    Almaty
                                    Amman
                                    Anadyr
                                    Aqtau
                                    Aqtobe
                                    Ashgabat
                                    Ashkhabad
                                    Atyrau
                                    Baghdad
                                    Bahrain
                                    Baku
                                    Bangkok
                                    Barnaul
                                    Beirut
                                    Bishkek
                                    Brunei
                                    Calcutta
                                    Chita
                                    Choibalsan
                                    Chongqing
                                    Chungking
                                    Colombo
                                    Dacca
                                    Damascus
                                    Dhaka
                                    Dili
                                    Dubai
                                    Dushanbe
                                    Famagusta
                                    Gaza
                                    Harbin
                                    Hebron
                                    Ho_Chi_Minh
                                    Hong_Kong
                                    Hovd
                                    Irkutsk
                                    Istanbul
                                    Jakarta
                                    Jayapura
                                    Jerusalem
                                    Kabul
                                    Kamchatka
                                    Karachi
                                    Kashgar
                                    Kathmandu
                                    Katmandu
                                    Khandyga
                                    Kolkata
                                    Krasnoyarsk
                                    Kuala_Lumpur
                                    Kuching
                                    Kuwait
                                    Macao
                                    Macau
                                    Magadan
                                    Makassar
                                    Manila
                                    Muscat
                                    Nicosia
                                    Novokuznetsk
                                    Novosibirsk
                                    Omsk
                                    Oral
                                    Phnom_Penh
                                    Pontianak
                                    Pyongyang
                                    Qatar
                                    Qostanay
                                    Qyzylorda
                                    Rangoon
                                    Riyadh
                                    Saigon
                                    Sakhalin
                                    Samarkand
                                    Seoul
                                    Shanghai
                                    Singapore
                                    Srednekolymsk
                                    Taipei
                                    Tashkent
                                    Tbilisi
                                    Tehran
                                    Tel_Aviv
                                    Thimbu
                                    Thimphu
                                    Tokyo
                                    Tomsk
                                    Ujung_Pandang
                                    Ulaanbaatar
                                    Ulan_Bator
                                    Urumqi
                                    Ust-Nera
                                    Vientiane
                                    Vladivostok
                                    Yakutsk
                                    Yangon
                                    Yekaterinburg
                                    Yerevan
                                Atlantic/
                                    __init__.py
                                    Azores
                                    Bermuda
                                    Canary
                                    Cape_Verde
                                    Faeroe
                                    Faroe
                                    Jan_Mayen
                                    Madeira
                                    Reykjavik
                                    South_Georgia
                                    St_Helena
                                    Stanley
                                Australia/
                                    __init__.py
                                    ACT
                                    Adelaide
                                    Brisbane
                                    Broken_Hill
                                    Canberra
                                    Currie
                                    Darwin
                                    Eucla
                                    Hobart
                                    LHI
                                    Lindeman
                                    Lord_Howe
                                    Melbourne
                                    North
                                    NSW
                                    Perth
                                    Queensland
                                    South
                                    Sydney
                                    Tasmania
                                    Victoria
                                    West
                                    Yancowinna
                                Brazil/
                                    __init__.py
                                    Acre
                                    DeNoronha
                                    East
                                    West
                                Canada/
                                    __init__.py
                                    Atlantic
                                    Central
                                    Eastern
                                    Mountain
                                    Newfoundland
                                    Pacific
                                    Saskatchewan
                                    Yukon
                                Chile/
                                    __init__.py
                                    Continental
                                    EasterIsland
                                Etc/
                                    __init__.py
                                    GMT
                                    GMT+0
                                    GMT+1
                                    GMT+10
                                    GMT+11
                                    GMT+12
                                    GMT+2
                                    GMT+3
                                    GMT+4
                                    GMT+5
                                    GMT+6
                                    GMT+7
                                    GMT+8
                                    GMT+9
                                    GMT-0
                                    GMT-1
                                    GMT-10
                                    GMT-11
                                    GMT-12
                                    GMT-13
                                    GMT-14
                                    GMT-2
                                    GMT-3
                                    GMT-4
                                    GMT-5
                                    GMT-6
                                    GMT-7
                                    GMT-8
                                    GMT-9
                                    GMT0
                                    Greenwich
                                    UCT
                                    Universal
                                    UTC
                                    Zulu
                                Europe/
                                    __init__.py
                                    Amsterdam
                                    Andorra
                                    Astrakhan
                                    Athens
                                    Belfast
                                    Belgrade
                                    Berlin
                                    Bratislava
                                    Brussels
                                    Bucharest
                                    Budapest
                                    Busingen
                                    Chisinau
                                    Copenhagen
                                    Dublin
                                    Gibraltar
                                    Guernsey
                                    Helsinki
                                    Isle_of_Man
                                    Istanbul
                                    Jersey
                                    Kaliningrad
                                    Kiev
                                    Kirov
                                    Kyiv
                                    Lisbon
                                    Ljubljana
                                    London
                                    Luxembourg
                                    Madrid
                                    Malta
                                    Mariehamn
                                    Minsk
                                    Monaco
                                    Moscow
                                    Nicosia
                                    Oslo
                                    Paris
                                    Podgorica
                                    Prague
                                    Riga
                                    Rome
                                    Samara
                                    San_Marino
                                    Sarajevo
                                    Saratov
                                    Simferopol
                                    Skopje
                                    Sofia
                                    Stockholm
                                    Tallinn
                                    Tirane
                                    Tiraspol
                                    Ulyanovsk
                                    Uzhgorod
                                    Vaduz
                                    Vatican
                                    Vienna
                                    Vilnius
                                    Volgograd
                                    Warsaw
                                    Zagreb
                                    Zaporozhye
                                    Zurich
                                Indian/
                                    __init__.py
                                    Antananarivo
                                    Chagos
                                    Christmas
                                    Cocos
                                    Comoro
                                    Kerguelen
                                    Mahe
                                    Maldives
                                    Mauritius
                                    Mayotte
                                    Reunion
                                Mexico/
                                    __init__.py
                                    BajaNorte
                                    BajaSur
                                    General
                                Pacific/
                                    __init__.py
                                    Apia
                                    Auckland
                                    Bougainville
                                    Chatham
                                    Chuuk
                                    Easter
                                    Efate
                                    Enderbury
                                    Fakaofo
                                    Fiji
                                    Funafuti
                                    Galapagos
                                    Gambier
                                    Guadalcanal
                                    Guam
                                    Honolulu
                                    Johnston
                                    Kanton
                                    Kiritimati
                                    Kosrae
                                    Kwajalein
                                    Majuro
                                    Marquesas
                                    Midway
                                    Nauru
                                    Niue
                                    Norfolk
                                    Noumea
                                    Pago_Pago
                                    Palau
                                    Pitcairn
                                    Pohnpei
                                    Ponape
                                    Port_Moresby
                                    Rarotonga
                                    Saipan
                                    Samoa
                                    Tahiti
                                    Tarawa
                                    Tongatapu
                                    Truk
                                    Wake
                                    Wallis
                                    Yap
                                US/
                                    __init__.py
                                    Alaska
                                    Aleutian
                                    Arizona
                                    Central
                                    East-Indiana
                                    Eastern
                                    Hawaii
                                    Indiana-Starke
                                    Michigan
                                    Mountain
                                    Pacific
                                    Samoa
                                __init__.py
                                CET
                                CST6CDT
                                Cuba
                                EET
                                Egypt
                                Eire
                                EST
                                EST5EDT
                                Factory
                                GB
                                GB-Eire
                                GMT
                                GMT+0
                                GMT-0
                                GMT0
                                Greenwich
                                Hongkong
                                HST
                                Iceland
                                Iran
                                iso3166.tab
                                Israel
                                Jamaica
                                Japan
                                Kwajalein
                                leapseconds
                                Libya
                                MET
                                MST
                                MST7MDT
                                Navajo
                                NZ
                                NZ-CHAT
                                Poland
                                Portugal
                                PRC
                                PST8PDT
                                ROC
                                ROK
                                Singapore
                                Turkey
                                tzdata.zi
                                UCT
                                Universal
                                UTC
                                W-SU
                                WET
                                zone.tab
                                zone1970.tab
                                zonenow.tab
                                Zulu
                            __init__.py
                            zones
                        tzdata-2025.2.dist-info/
                            licenses/
                                licenses/
                                    LICENSE_APACHE
                                LICENSE
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        url_normalize/
                            __pycache__/
                                __init__.cpython-313.pyc
                                generic_url_cleanup.cpython-313.pyc
                                normalize_fragment.cpython-313.pyc
                                normalize_host.cpython-313.pyc
                                normalize_path.cpython-313.pyc
                                normalize_port.cpython-313.pyc
                                normalize_query.cpython-313.pyc
                                normalize_scheme.cpython-313.pyc
                                normalize_userinfo.cpython-313.pyc
                                param_allowlist.cpython-313.pyc
                                provide_url_domain.cpython-313.pyc
                                provide_url_scheme.cpython-313.pyc
                                tools.cpython-313.pyc
                                url_normalize.cpython-313.pyc
                            __init__.py
                            cli.py
                            generic_url_cleanup.py
                            normalize_fragment.py
                            normalize_host.py
                            normalize_path.py
                            normalize_port.py
                            normalize_query.py
                            normalize_scheme.py
                            normalize_userinfo.py
                            param_allowlist.py
                            provide_url_domain.py
                            provide_url_scheme.py
                            py.typed
                            tools.py
                            url_normalize.py
                        url_normalize-2.2.1.dist-info/
                            licenses/
                                LICENSE
                            entry_points.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        urllib3/
                            __pycache__/
                                __init__.cpython-313.pyc
                                _base_connection.cpython-313.pyc
                                _collections.cpython-313.pyc
                                _request_methods.cpython-313.pyc
                                _version.cpython-313.pyc
                                connection.cpython-313.pyc
                                connectionpool.cpython-313.pyc
                                exceptions.cpython-313.pyc
                                fields.cpython-313.pyc
                                filepost.cpython-313.pyc
                                poolmanager.cpython-313.pyc
                                response.cpython-313.pyc
                            contrib/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    socks.cpython-313.pyc
                                emscripten/
                                    __init__.py
                                    connection.py
                                    emscripten_fetch_worker.js
                                    fetch.py
                                    request.py
                                    response.py
                                __init__.py
                                pyopenssl.py
                                socks.py
                            http2/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    probe.cpython-313.pyc
                                __init__.py
                                connection.py
                                probe.py
                            util/
                                __pycache__/
                                    __init__.cpython-313.pyc
                                    connection.cpython-313.pyc
                                    proxy.cpython-313.pyc
                                    request.cpython-313.pyc
                                    response.cpython-313.pyc
                                    retry.cpython-313.pyc
                                    ssl_.cpython-313.pyc
                                    ssl_match_hostname.cpython-313.pyc
                                    ssltransport.cpython-313.pyc
                                    timeout.cpython-313.pyc
                                    url.cpython-313.pyc
                                    util.cpython-313.pyc
                                    wait.cpython-313.pyc
                                __init__.py
                                connection.py
                                proxy.py
                                request.py
                                response.py
                                retry.py
                                ssl_.py
                                ssl_match_hostname.py
                                ssltransport.py
                                timeout.py
                                url.py
                                util.py
                                wait.py
                            __init__.py
                            _base_connection.py
                            _collections.py
                            _request_methods.py
                            _version.py
                            connection.py
                            connectionpool.py
                            exceptions.py
                            fields.py
                            filepost.py
                            poolmanager.py
                            py.typed
                            response.py
                        urllib3-2.5.0.dist-info/
                            licenses/
                                LICENSE.txt
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        uv/
                            __init__.py
                            __main__.py
                            _find_uv.py
                            py.typed
                        uv-0.8.5.dist-info/
                            licenses/
                                LICENSE-APACHE
                                LICENSE-MIT
                            INSTALLER
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        wcwidth/
                            __init__.py
                            table_vs16.py
                            table_wide.py
                            table_zero.py
                            unicode_versions.py
                            wcwidth.py
                        wcwidth-0.2.13.dist-info/
                            INSTALLER
                            LICENSE
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                            zip-safe
                        wheel/
                            cli/
                                __init__.py
                                convert.py
                                pack.py
                                tags.py
                                unpack.py
                            vendored/
                                packaging/
                                    __init__.py
                                    _elffile.py
                                    _manylinux.py
                                    _musllinux.py
                                    _parser.py
                                    _structures.py
                                    _tokenizer.py
                                    LICENSE
                                    LICENSE.APACHE
                                    LICENSE.BSD
                                    markers.py
                                    requirements.py
                                    specifiers.py
                                    tags.py
                                    utils.py
                                    version.py
                                __init__.py
                                vendor.txt
                            __init__.py
                            __main__.py
                            _bdist_wheel.py
                            _setuptools_logging.py
                            bdist_wheel.py
                            macosx_libfile.py
                            metadata.py
                            util.py
                            wheelfile.py
                        wheel-0.45.1.dist-info/
                            entry_points.txt
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            WHEEL
                        yaml/
                            __pycache__/
                                __init__.cpython-313.pyc
                                composer.cpython-313.pyc
                                constructor.cpython-313.pyc
                                cyaml.cpython-313.pyc
                                dumper.cpython-313.pyc
                                emitter.cpython-313.pyc
                                error.cpython-313.pyc
                                events.cpython-313.pyc
                                loader.cpython-313.pyc
                                nodes.cpython-313.pyc
                                parser.cpython-313.pyc
                                reader.cpython-313.pyc
                                representer.cpython-313.pyc
                                resolver.cpython-313.pyc
                                scanner.cpython-313.pyc
                                serializer.cpython-313.pyc
                                tokens.cpython-313.pyc
                            __init__.py
                            _yaml.cpython-313-darwin.so
                            composer.py
                            constructor.py
                            cyaml.py
                            dumper.py
                            emitter.py
                            error.py
                            events.py
                            loader.py
                            nodes.py
                            parser.py
                            reader.py
                            representer.py
                            resolver.py
                            scanner.py
                            serializer.py
                            tokens.py
                        zict/
                            tests/
                                __init__.py
                                conftest.py
                                test_async_buffer.py
                                test_buffer.py
                                test_cache.py
                                test_common.py
                                test_file.py
                                test_func.py
                                test_lmdb.py
                                test_lru.py
                                test_sieve.py
                                test_utils.py
                                test_zip.py
                                utils_test.py
                            __init__.py
                            async_buffer.py
                            buffer.py
                            cache.py
                            common.py
                            file.py
                            func.py
                            lmdb.py
                            lru.py
                            py.typed
                            sieve.py
                            utils.py
                            zip.py
                        zict-3.0.0.dist-info/
                            INSTALLER
                            LICENSE.txt
                            METADATA
                            RECORD
                            REQUESTED
                            top_level.txt
                            WHEEL
                        30fcd23745efe32ce681__mypyc.cpython-313-darwin.so
                        __editable__.agi_env-0.4.1.pth
                        __editable__.agi_node-0.4.1.pth
                        _black_version.py
                        _brotli.cpython-313-darwin.so
                        _virtualenv.pth
                        _virtualenv.py
                        appdirs.py
                        brotli.py
                        cython.py
                        ddc459050edb75a05942__mypyc.cpython-313-darwin.so
                        decorator.py
                        distutils-precedence.pth
                        ipython_pygments_lexers.py
                        mypy_extensions.py
                        py.py
                        pytest-cov.pth
                        six.py
                        texttable.py
                        threadpoolctl.py
                        typing_extensions.py
            share/
                man/
                    man1/
                        ipython.1
            .gitignore
            .lock
            CACHEDIR.TAG
            pyvenv.cfg
        src/
            agi_node/
                __pycache__/
                    __init__.cpython-313.pyc
                agent_worker/
                    __pycache__/
                        __init__.cpython-313.pyc
                        agent_worker.cpython-313.pyc
                    __init__.py
                    agent_worker.py
                agi_dispatcher/
                    __pycache__/
                        __init__.cpython-313.pyc
                        agi_dispatcher.cpython-313.pyc
                    __init__.py
                    agi_dispatcher.py
                    build.py
                dag_worker/
                    __pycache__/
                        __init__.cpython-313.pyc
                        dag_worker.cpython-313.pyc
                    __init__.py
                    dag_worker.py
                pandas_worker/
                    __pycache__/
                        __init__.cpython-313.pyc
                        pandas_worker.cpython-313.pyc
                    __init__.py
                    pandas_worker.py
                polars_worker/
                    __pycache__/
                        __init__.cpython-313.pyc
                        polars_worker.cpython-313.pyc
                    __init__.py
                    polars_worker.py
                __init__.py
            agi_node.egg-info/
                dependency_links.txt
                PKG-INFO
                requires.txt
                SOURCES.txt
                top_level.txt
            __init__.py
        __init__.py
        MANIFEST.in
        pyproject.toml
        README.md
        SECURITY.md
        uv.lock
        uv_config.toml
    test/
        __pycache__/
            __init__.cpython-313.pyc
            test_agent_worker.cpython-313-pytest-8.4.1.pyc
            test_agi_distributor.cpython-313-pytest-8.4.1.pyc
            test_base_worker.cpython-313-pytest-8.4.1.pyc
            test_dag_worker.cpython-313-pytest-8.4.1.pyc
            test_pandas_worker.cpython-313-pytest-8.4.1.pyc
            test_pandas_worker.cpython-313.pyc
            test_polars_worker.cpython-313-pytest-8.4.1.pyc
            test_work_dispatcher.cpython-313-pytest-8.4.1.pyc
        __init__.py
        _test_dask.py
        _test_kill.py
        test_agent_worker.py
        test_agi_distributor.py
        test_base_worker.py
        test_dag_worker.py
        test_pandas_worker.py
        test_polars_worker.py
        test_work_dispatcher.py
    .coverage
    .coverage.m41.14249.XElNFkwx
    .gitignore
    coverage.xml
    gen-app-script.py
    get_supported_python_versions.py
    install.ps1
    install.sh
    run-all-test.py
pages/
    ▶️ EDIT.py
    ▶️ EXECUTE.py
    ▶️ EXPERIMENT.py
    ▶️ VIEW.py
resources/
    .agilab/
        help/
            __init__.py
            cluster-help.html
            edit_help.html
            execute_help.html
            experiment_help.html
            views_help.html
        __init__.py
        agi_logo.png
        agilab_logo.png
        code_editor.scss
        custom_buttons.json
        info_bar.json
    __init__.py
test/
    __init__.py
    test-streamlit.sh
views/
    maps/
        src/
            maps/
                __init__.py
                maps.py
    maps-3d/
        src/
            maps_3d/
                __init__.py
                maps_3d.py
    .git_archival.txt
    .gitattributes
    .gitignore
    __init__.py
    maps-network-graph
    pyproject.toml
    README.md
.gitignore
__init__.py
agi_copilot.py
AGILAB.py
coverage.xml
lab_run.py
LICENSE
MANIFEST.in
output.json
pagelib.py
steps.toml
uv_config.toml